Skip to content

anthonymonori/android-ci-image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.