cirruslabs / gitlab-tart-executor

GitLab Runner executor to run jobs in Tart VMs
MIT License
60 stars 5 forks source link

[Request] Add an option to have a list of allowed images #79

Closed loictro closed 3 months ago

loictro commented 4 months ago

Currently it is not possible to configure a list of images that can be used in GitLab-CI, as it is possible on GitLab runner docker and Kubernetes executors.

I think this feature could be useful because macOS images are huge, and downloading them locally can take some time. Additionally, it could add controls on which image is used and from which registry.

I can provide a pull request based on what it is done in GitLab runner code if you agree.

Thanks for your feedback.

loictro commented 3 months ago

Thank you for your quick implementation! It works perfectly :smile: