You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: