alpine-android icon indicating copy to clipboard operation
alpine-android copied to clipboard

๐Ÿ‹ Small docker image for building & testing Android applications.

Results 9 alpine-android issues
Sort by recently updated
recently updated
newest added

Hi, Thanks a lot for creating the slim alpine images for Docker. Would it be possible for you to add support for **Arm64/v8** arch? I've an Apple Silicon M1 macbook...

enhancement

# 2024 ## ~Default API version~ (Done โœ…) ~Android 14 will be using `latest` tag on January 1st, 2024.~ ## Default JDK 17 version The latest release of Android Studio...

important

Adding fastlane to `android-30-jdk11` seems to fail. `Dockerfile` ``` FROM alvrme/alpine-android:android-30-jdk11 RUN extras fastlane ``` `docker build -t builder .` ``` Sending build context to Docker daemon 3.072kB Step 1/2...

bug

Hello - Docker tag: android-31-jdk11 distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-bin.zip Issues - in our CICD Pipeline, we are using the "alpine-android" docker image. Recently we updated our Docker image to support jdk11 we are...

Hi @alvr, First of all, thank you for this beautiful image, it immensely helped us with our CD system, So recently we updated one of our 2 apps to android...

question

Looks like BellSoft is recommending Alpaquita Linux as an replacement for Alpine to use in containers with Liberica JDK: https://github.com/bell-sw/Liberica/blob/master/docker/repos/liberica-openjdk-alpine-musl/README.md#alpaquita-linux-is-a-free-and-advanced-replacement-for-alpine-to-use-in-containers-with-liberica-jdk

Adding git-lfs is a pre-condition for a good usage of this image in projects leveraging Git LFS. https://git-lfs.com/

[This section](https://github.com/alvr/alpine-android?tab=readme-ov-file#run-container) of the README.md contains a [broken link](https://alvr.dev/en/projects/docker/alpine-android/#tools-included) towards the author's personal website. ```language:markdown The command below will create a new container based on the specific image. It will...