On https://docker-registry.wikimedia.org/v2/_catalog the "envoy-tls-local-proxy" image is listed but https://docker-registry.wikimedia.org/v2/envoy-tls-local-proxy/tags/list returns a 404
Description
Description
Related Objects
Related Objects
Event Timeline
Comment Actions
"wikimedia-jessie" has the same issue, I know that image was purposefully removed though.
Comment Actions
This is a problem of the docker registry itself - when you delete images and tags, a general reference to the image name remains, even if you removed all the tags - as is the case for those two.
Comment Actions
Yeah, the image was removed (as far as thats easily possible) as of T253396
See T242604 and https://wikitech.wikimedia.org/wiki/Docker#Deleting_an_image_(from_registry) for more info.
Comment Actions
Thanks for the explanation, should I dupe this to the existing task or leave it open with Upstream to track https://github.com/docker/distribution/issues/2747 ?