registry-ui
registry-ui copied to clipboard
Delete tag instead of manifest?
Let's say we have an image test:111. We tag it as test:222. Pushing both to the registry.
Then when we try to delete test:111, it will also remove test:222 because they have the same manifest sha256.
2019-01-10 10:40:09 - registry.client - INFO - DELETE /v2/test/manifests/sha256:9b55db467830702456b7de2fa28db87f01c6d0ed8ba5bde78b471d42db05c103 (111) 202 Accepted
Investigate whether it is possible to remove tag only (untag).
There is no API to achieve this.
Probably when a new tags API will be released.... https://github.com/docker/distribution/issues/1566 https://github.com/docker/distribution/issues/1811 https://github.com/docker/distribution/pull/2169