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

Any examples using Dockerfile

JCzz opened this issue · comments

commented

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

commented

@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