-
Notifications
You must be signed in to change notification settings - Fork 58
Open
Description
right now im using https://github.com/burnettk/delete-docker-registry-image to delete all tags of an image.
delete_docker_registry_image --image imagename
If you use docker-registry-browser to delete all tags of an image, it still leaves the image around with a page with no tags. I use the above to clean that up.
It'd be nice to have this functionality built in.
Is it possible or is this not available in the registry api?
wouterds