I believe if you run garbage collection,
docker exec dockerregistry_registry_1 bin/registry garbage-collect /etc/docker/registry/config.yml
the tag will then be removed from the list of available tags and appear like:
{"name":"old_repo","tags":null}
I am uncertain how to completely remove the “name” from the registry.
1 Like