Sign inSign up

tnextday/android

By tnextday

Updated over 9 years ago

andorid sdk

Image
0

148

tnextday/android repository overview

docker-android

This is a base image, used for our GitLab CI as a shared runner. Packages are included to build our Android libraries and apps.

Build local image

$ docker build -t android:25.0.2 .

This takes a while, since all packages from the Dockerfile need to be installed.

Start local instance of the container

Connect to local container with a bash:

$ docker run --rm -it android:25.0.2 bash

Tag summary

Content type

Image

Digest

Size

1.8 GB

Last updated

over 9 years ago

docker pull tnextday/android:25.0.2