You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds `--keep-regex` paramiter which can take multiple python stdlib re
expressions and keep matching tags from entering the deletion set.
Example paramiter:
--keep-regex '.*:latest' 'ubuntu.*'
This example will ingore all tags starting with "ubuntu" and all images ending in
":latest".
0 commit comments