docker-tools icon indicating copy to clipboard operation
docker-tools copied to clipboard

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

Open MichaelSimons opened this issue 4 years ago • 0 comments

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}

MichaelSimons avatar Aug 26 '20 19:08 MichaelSimons