dotnet / docker-tools

This is a repo to house some common tools for our various docker repos.
MIT License
124 stars 46 forks source link

Allow images to be excluded from cleaning #1429

Closed mthalman closed 2 months ago

mthalman commented 2 months ago

On rare occasions, there may be specific images that should be excluded from being cleaned by the cleanAcrImages command.

This adds a new --exclude option to the command that provides a way for the caller to provide an image name that will be excluded from being cleaned. Multiple --exclude options can be provided if necessary. This supports an image name that is referenced by tag or digest.