Skip to content

Docker image for automated Android builds and distribution with fastlane tools

License

Notifications You must be signed in to change notification settings

effectiveband/docker-android-sdk-gradle-fastlane

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published