Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Any examples using Dockerfile #7

Open
JCzz opened this issue Sep 13, 2021 · 1 comment
Open

Any examples using Dockerfile #7

JCzz opened this issue Sep 13, 2021 · 1 comment

Comments

@JCzz
Copy link

JCzz commented Sep 13, 2021

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
Copy link

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants