fastlane / ci

Open source, self hosted, mobile optimized CI powered by fastlane
https://fastlane.tools
MIT License
2.08k stars 90 forks source link

Containerize fastlane.ci #296

Closed taquitos closed 6 years ago

taquitos commented 6 years ago

It would be really nice to have a docker image or something that we could deploy.

It's not a requirement since we expect most people to deploy directly on a Mac. This only benefits fastlane.ci running for fastlane.ci or any other project that doesn't require a Mac (for Xcode, and other build tools)

adellibovi commented 6 years ago

Hi @taquitos, I created a PR (#619) to address what you are mentioning.

Eventually we could push the image to the DockerHub and/or supporting for development deployment too (which in my opinion is something nice to have in the future: not having to install specific version of Ruby and gems and still be able to contribute to the project).

taquitos commented 6 years ago

Yey!