Sign inSign up

otormaigh/android-docker

By otormaigh

Updated almost 7 years ago

Docker file that can be used with building Android applications.

Image
0

1.7K

otormaigh/android-docker repository overview

Android Docker Docker Build Status DockerPulls

Docker container that can be used to build Android applications. It purposely has not got many dependencies. packaged with it to save on download size.

If other SDKs are required for your project, update the Dockerfile using sdkmanager to add the necessary dependencies.

Whats in it?

The base image currently being used is frolvlad/alpine-java:jdk8-slim. It comes with no pre added SDK or build tools. If you are using Googles maven repository in your application, relevant tools will be downloaded as you build. This helps reduce the download size of this image although it does increase initial build times of your Android application.

Tag summary

Content type

Image

Digest

Size

1.9 GB

Last updated

almost 7 years ago

docker pull otormaigh/android-docker