This is a base image, used for our GitLab CI as a shared runner. Packages are included to build our Android libraries and apps.
$ docker build -t android:25.0.2 .
This takes a while, since all packages from the Dockerfile need to be installed.
Connect to local container with a bash:
$ docker run --rm -it android:25.0.2 bash
Content type
Image
Digest
Size
1.8 GB
Last updated
over 9 years ago
docker pull tnextday/android:25.0.2