Best android open-source packages and libraries.

Android ci image

Containing a Java11 & Android SDK env based on phusion/baseimage
Updated 2 years ago

Docker Pulls | Docker Image Version (latest by date) | Docker Image Size (tag)

android-fastlane-image

Container set up with build tools in order to run Android builds in a Docker setup.

Contains

Usage

Including this in your ci.yml

image: anthonymonori/android-ci-image:<version>

Note: to find the latest version, please navigate to the Releases tab.

Creating a docker container

docker login
docker pull anthonymonori/android-ci-image:<version>
docker run -it -d -p <port>:<port-internal> --name <container-name> anthonymonori/android-ci-image:latest

Note: of course, you need to change <port>,<port-internal>,<container-name> to run the above command lines. You also might want to enable the variable on whatever cloud solutions you are running.

Build image

docker build .

Deploy image

docker push anthonymonori/android-ci-image

Problems

Use the Issues tab above.

Tags docker