Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 744 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 744 Bytes

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