/android-docker-ci-cd

A small docker image for building Android apps.

Primary LanguageDockerfile

Android Docker CI CD

DockerHub Link github link

A small docker image for building Android apps.

What's inside

  • Ubuntu 20.0.4
  • Java
    • JDK 11
  • Python 3
  • Ruby 2.7.4
  • Android SDKs for platforms:
    • 33
  • Android build tools:
    • 33.0.0

JDK Compatibility version with AGP

JDK AGP
8 < 7.0.0
11 >= 7.0.0 && < 8.0.0
17 >= 8.0.0

Tags

  • :jdk11-sdk33

Build using local computer

docker build image_name:tag .

Build using multi platform docker

docker buildx build -t image_name:tag --platform linux/amd64 .