cirruslabs / macos-image-templates

MIT License
219 stars 60 forks source link

macOS image for Gitlab #78

Closed valmnt closed 1 year ago

valmnt commented 1 year ago

Hi,

I'm wondering if it would be a good idea to create a new type of macOS image for Tart. Since Tart is designed to operate in a CI/CD environment, I believe it could be extremely helpful for many people to have a macOS image that includes all the necessary tools to run pipelines on GitLab.

In that macOS image, we can install:

Thx for reading, Valmnt

fkorotkov commented 1 year ago

All the tools you mentioned except GitLab runner are already installed in the -xcode image and most of them even in the -base variant. As per the GitLab Runner, we think that it shouldn't be installed inside the VM and instead there should be a tart executor type. Please upvote this issue for GitLab Runner https://gitlab.com/gitlab-org/gitlab-runner/-/issues/29319