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.
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]
https://hub.docker.com/r/opengamer/android-sdk-gradle-fastlane
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
.
https://github.com/blackmirror-media/docker-android-sdk-fastlane but with new version of gradle