fastlane / docker

Docker image used by https://github.com/fastlane/fastlane and https://github.com/fastlane/docs
https://hub.docker.com/r/fastlanetools/ci
14 stars 13 forks source link

Any examples using Dockerfile #7

Open JCzz opened 3 years ago

JCzz commented 3 years ago

Hi

I am looking into how to use Fastlane in a Kubernetes/Tekton setup and first step is to use a Fastlane docker container and I found this. Do you have any examples using this dockerfile?

Thanks in advance

tenhishadow commented 3 years ago

@JCzz

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.

it's internal docker image for testing fastlane itself.

For kubernetes you could use ruby container and install fastlane into it then feel free to execute fastlane commands according to documentation