Docker image for Android builds.
It use CentOS 7 as default base image. But you have another choice base on Ubuntu 14.04. ubuntu/Dockerfile.
You can pull the image form DaoCloud's image repository by using docker pull or dao pull.
docker pull daocloud.io/nekocode/docker-android:<lastest-verion>
dao pull daocloud.io/nekocode/docker-android:<lastest-verion>
You can get the <lastest-verion> here.
In CI enviroment, you can use gradle app:assembleRelease instead of ./gradlew app:assembleRelease to speed up your build.
Content type
Image
Digest
Size
1.6 GB
Last updated
over 9 years ago
docker pull geoah/android-java8