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
As a example, tag "test" is pointed to revision "sha256:abc" and after I delete a manifest by DELETE /v2/myrepo/manifests/sha256:abc.I found that the tag "test" is still in the results of GET /v2/myrepo/tags/list.
But when I call GET /v2/myrepo/manifests/test, it return an 404.
Should we have a check to make sure that the revision link of the tag "test" does exists before the GET /v2/myrepo/tags/list return?
The text was updated successfully, but these errors were encountered:
As a example, tag "test" is pointed to revision "sha256:abc" and after I delete a manifest by DELETE
/v2/myrepo/manifests/sha256:abc
.I found that the tag "test" is still in the results of GET/v2/myrepo/tags/list
.But when I call GET
/v2/myrepo/manifests/test
, it return an 404.Should we have a check to make sure that the revision link of the tag "test" does exists before the GET
/v2/myrepo/tags/list
return?The text was updated successfully, but these errors were encountered: