docker-android is aiming to provide general purpose docker images to run CI steps of Android project.
docker-android images are hosted on DockerHub.
Images comes with:
- Last two major Ruby versions
rbenv
- Latestes version of the Google Cloud SDK, it can be used for Firebase Test Lab.
- android api version described by image tag
- android ndk described by image tag
snapshot
versions are build for each push ondevelop
branch- release versions
v*
for each GitHub Release
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
You can build and test images using ci_cd.sh
script. You need to install docker first.
./ci_cd.sh --build --test --android_api 29