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
the ignore option will not delete a digest if two or more tags are pointing to it.
Is there a way in this case to delete the tag (not the digest) at least? Otherwise the tag will never be deleted and the same problem occurs the next time we execute cleanreg. In the worst case cleanreg can not delete digests anymore, because there are to many digests with two or more tags.
I would implement this. But i do not find any registry api request which seems to delete a tag. Do you know if there is a way to do this?
The text was updated successfully, but these errors were encountered:
yes, this is the problem: in v2 there is AFAIK none API method available to delete a tag. You have to do everything with the digests. And then you delete a digest, you will delete the layer.
May something has changed in the never versions of the registry, but this is why I've implemented it by this way.
Hi,
the ignore option will not delete a digest if two or more tags are pointing to it.
Is there a way in this case to delete the tag (not the digest) at least? Otherwise the tag will never be deleted and the same problem occurs the next time we execute cleanreg. In the worst case cleanreg can not delete digests anymore, because there are to many digests with two or more tags.
I would implement this. But i do not find any registry api request which seems to delete a tag. Do you know if there is a way to do this?
The text was updated successfully, but these errors were encountered: