docker:remove does not remove image when multiple tags are available
See original GitHub issueWhen an image is tagged with the project.version
and latest
, running mvn -Ddocker.removeAll docker:remove
only removes the tag with the project.version
The image is still available with the latest
tag
Issue Analytics
- State:
- Created 8 years ago
- Comments:10 (1 by maintainers)
Top Results From Across the Web
docker rmi - Docker Documentation
Removes (and un-tags) one or more images from the host node. If an image has multiple tags, using this command with the tag...
Read more >Can not remove images even though no container is running
A docker images -q lists all available IMAGE ID's. Thus if you want to remove an IMAGE ID which is referenced by two...
Read more >How to remove an image tag in Docker without ... - Server Fault
If your image is tagged with more than one tag, then docker rmi will remove the tag, but not the image. So in...
Read more >Solve Docker error: "unable to delete (must be forced) - image ...
When you try to remove the image by ID, Docker does not know which image (mirror) you are referring to. There are two...
Read more >How to Remove Docker Images Based on Names - Serhat Teker
Docker rmi command removes (and un-tags) one or more images from the host. If an image has multiple tags, using this command with...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I have the same issue at the moment. So it still exists.
Hello, I am using version 0.34.1 and it works, the image is removed 👍🏼