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
cleanreg deletes images which are tagged twice, even if setting --ignore option. Looks like --ignore is only checking for duplicates in the same repository.
Having an image example-a:test-123 and tagging it additionally example-b:test-123. Both will have the same digest. Running cleanreg for example-b and deleting the image, it will also delete example-a, even if --ignore option has been set.
The text was updated successfully, but these errors were encountered:
Should be fixed with the commit above. Please check version 0.5.0 if it is OK now. I've added some new tests too, to be sure that we cover this but just wondering why the tests before run successfully.
cleanreg deletes images which are tagged twice, even if setting --ignore option. Looks like --ignore is only checking for duplicates in the same repository.
Having an image
example-a:test-123
and tagging it additionallyexample-b:test-123
. Both will have the same digest. Running cleanreg forexample-b
and deleting the image, it will also deleteexample-a
, even if --ignore option has been set.The text was updated successfully, but these errors were encountered: