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

feat: add --kubernetes-allowed-images #193

Merged
merged 3 commits into from
Mar 29, 2023
Merged

Conversation

lucaspin
Copy link
Contributor

@lucaspin lucaspin commented Mar 29, 2023

Currently, there's no way to restrict the images a job can use. Here, we introduce a --kubernetes-allowed-images parameter. It takes a list of regexes. If all the images specified in the job match one of the regexes, the job will run. Otherwise, it will fail.

@lucaspin lucaspin merged commit 95500df into master Mar 29, 2023
@lucaspin lucaspin deleted the kubernetes-allowed-images branch March 29, 2023 22:01
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

Successfully merging this pull request may close these issues.

1 participant