Skip to content
This repository was archived by the owner on Feb 6, 2026. It is now read-only.

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

docker-android-sdk-fastlane

Docker image for automated Android builds and distribution with fastlane tools. An autoupdating of docker hub image is turned on and we will push new version of gradle later.

Usage

Simply run the container and mount your project to the /app folder, then run fastlane commands as you usually do.

$ docker run --rm -v \ 
  ${PWD}:/app \ 
  opengamer/android-sdk-gradle-fastlane \
  bundle exec fastlane [lane]

Docker hub link

https://hub.docker.com/r/opengamer/android-sdk-gradle-fastlane

What Is Inside

Built upon the :latest branch of the great runmymind/docker-android-sdk/ image. In addition it installs ruby, the latest fastlane, bundle (fast execution of fastlane) and gradle 4.6.

Inspired by

https://github.com/blackmirror-media/docker-android-sdk-fastlane but with new version of gradle

About

Docker image for automated Android builds and distribution with fastlane tools

Resources

Stars

19 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages