-
Notifications
You must be signed in to change notification settings - Fork 644
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docker:remove does not remove image when multiple tags are available #193
Comments
Cannot reproduce this issue anymore. I (and another colleague) are sometimes left with images "none none" in our docker instance running on boot2docker (OSX). |
I have the same issue at the moment. |
@dverbeek84 what version are you running ? |
jvm: 1.8 Clean CentOS 7.1 server running on virtualbox(no boot2docker) I have set up in the debug i see: Maybe we can remove the image by ID instead of tag? |
Can also confirm. jvm: 1.8.0_25 I have:
It removes the first (latest) but not the second (${project.version}) using docker.removeAll Cheers, |
Unfortunately, this is still an issue. |
Shall I specify further details, or provide some pom.xml snippets. |
I tried to use this functionality today, we use the same
format and confirm the tagged version remains. Not so helpful when modifying files ADDed in via the Dockerfile in dockerFileDir |
#193 Add support for removing tagged images
Is that Bug now resolved?
|
Hello, |
When an image is tagged with the
project.version
andlatest
, runningmvn -Ddocker.removeAll docker:remove
only removes the tag with theproject.version
The image is still available with the
latest
tagThe text was updated successfully, but these errors were encountered: