Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Remove an image tag from Docker Hub?

People also ask

How do I remove a docker image tag?

You can also use rmi command with docker to remove images. It removes (and un-tags) one or more images from the Docker node. If an image has multiple tags, using this command with the tag as a parameter only removes the tag. If the tag is the only one for the image, both the image and the tag are removed.

How do I remove images from Docker Hub?

Delete images To delete an inactive image: Log in to Docker Hub. Click Repositories from the main menu and select a repository from the list. Click General or Tags, and click Go to Advanced Image Management.

How do I remove a docker image with tag none?

docker image prune removes all dangling images (those with tag none). docker image prune -a would also remove any images that have no container that uses them.


You can easily remove or delete a tag with an image from Docker hub.

  1. Log in to Docker Hub.
  2. Go to "Repositories" on the top navigation bar, then open a specific image.
  3. Click the "Manage Repository" button.
  4. Go to the "Tags" tab on the top of the page.
  5. Mark the tag which you are going to remove with a checkbox.
  6. You will see an "Action" drop-down box on the top left. Click it and select "Delete".

tag deletion screenshot

That's it.


Its possible, click in details on repository after click in Settings. Look the image:

print screen


I've finally found how to do it in 2020!

You can't remove a tag from the "Tags" page right now but there is still a way:

  1. Go to the image page on Dockerhub
  2. Click on "Manage repository"
  3. Click on "See all" under "Tags and Scans"
  4. Now you can check the tags and use the action "Delete"

Currently you can't delete a image from hub via command line or web portal. There are open issues:

  • https://github.com/docker/hub-feedback/issues/68
  • https://github.com/docker/hub-feedback/issues/250
  • https://github.com/docker/docker/issues/8759
  • https://github.com/docker/docker-registry/issues/7

Maybe here is a workaround: Deleting images from a private docker registry