2025-12-23 23:26:43 -05:00
2025-11-18 11:02:12 -05:00
2025-11-18 11:02:12 -05:00
2018-03-05 10:03:04 -05:00
2025-03-02 15:17:32 +04:00

Docker images with Android SDK

Build status

You can either use it in CI or run locally via Docker:

docker run --rm -it \
  --volume "$PWD:/build" \
  --workdir /build \
  ghcr.io/cirruslabs/android-sdk:35 \
  ./gradlew :app:assembleDebug

The example above mounts current working directory and runs a Gradle build.

GitHub Container Registry

https://github.com/cirruslabs/docker-images-android/pkgs/container/android-sdk

S
Description
Android SDK Docker Images
Readme MIT 191 KiB
Languages
Dockerfile 100%