fastlane / docker

Docker image used by https://github.com/fastlane/fastlane and https://github.com/fastlane/docs

Home Page:https://hub.docker.com/r/fastlanetools/ci

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fastlane-docker

A Dockerfile that is used on fastlane's CIs which is configured for Ruby 2.7, Python 3.6.8, and Java 8.

This is built to be used on a CI (primarly CircleCI) when needing to either test fastlane on a Linux CI or test and deploy fastlane docs using Linux. Using this Dockerfile is the most effecient way of using the required Ruby, Python, and Java versions for each build and keeping it consistent.

Places being used

Publishing a new version

docker build -t fastlanetools/ci:x.y.z ./
docker push fastlanetools/ci:x.y.z

About

Docker image used by https://github.com/fastlane/fastlane and https://github.com/fastlane/docs

https://hub.docker.com/r/fastlanetools/ci


Languages

Language:Dockerfile 100.0%