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

Add support for disabling the builds for an image within the manifest. #619

Open
MichaelSimons opened this issue Aug 26, 2020 · 0 comments

Comments

@MichaelSimons
Copy link
Member

There have been times when users need to exclude images from a build. This typically happens when there is a regression triggered by an external dependency (example). The current workflow is to delete the image from the manifest file. This is rather inconvenient because once the issue gets resolved the deleted content is re-added. It would be convenient if users could flag an image to be excluded from the build (e.g. "disabled": true}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Backlog
Development

No branches or pull requests

1 participant