I was unable to find resources to understand how Docker Hub images can be managed.
I have an image tagged with V0.0.1 and built a new one tagged V0.0.2. Now I want to remove the V0.0.1 image as the new version is built differently and I don't want users to pull the old image.





In a previous version of the Hub, you could do this via the "Tags" tab, which showed a little 'x' that you could click to delete the tag. In the new version of the Hub, this seems to have gone. I can only assume the functionality will return at some stage.
The relevant issue seems to be https://github.com/docker/hub-feedback/issues/68.
At the moment, the only workarounds I can see are: