question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

docker:remove does not remove image when multiple tags are available

See original GitHub issue

When 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:open
  • Created 8 years ago
  • Comments:10 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
dverbeek84commented, Sep 4, 2015

I have the same issue at the moment. So it still exists.

0reactions
blackatcommented, Feb 2, 2021

Hello, I am using version 0.34.1 and it works, the image is removed 👍🏼

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found