Hello - I’m a QA Engineer that is brand new to Docker and have been tasked with creating an image for iOS build server configurations. I have searched and been unable to find any examples to point me in the right direction for this project so am reaching out for help here.
The image should allow us to update at least the following on our Mac Mini build servers:
- MacOS version
- Fastlane version
- Gym version
- Xcode version
- Ruby version
Is anybody familiar with images for this purpose that can point me in the right direction for getting started on the Dockerfile? I see many examples for containerizing the pipeline build/test process itself, but nothing pertaining to server setup.
Thanks