-
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
cleanup is not defaulting to true #338
Comments
Thanks for pointing that out. You are absolutely correct, the documentation doesn't fit the implementation. Since documentation in that case is more normative ;-) I changed now the default implementation to remove the intermediate image. |
Hi @rhuss, if you don't mind I have question. Not sure if I'm following standard practice but I'm using the plugin to generate an images with the version as a tag. Whenever I
The solution is of course remove the container before doing another Is there any way I can specify for existing (non-running) containers associated with the image to be removed to also be removed? Or maybe even adding that option? |
If you start a container with How does you workflow looks like ? (i.e. how do you start and stop the containers ?) |
ah ok, I was using Thanks for the info! |
yeah - know what i learned the other day? not that it would have had any effect here, but i just thought i'd point that out. |
Hi, recently started using docker together with this plugin (pretty nice plugin!).
I noticed that when I build an image that has already been built, dangling images were being left behind. From the docs:
the
cleanup
config param is supposed to address this, and it does indeed! However it's seems that the default value isfalse
and nottrue
as the documentation mentions which means it needs to be explicitly set totrue
.Not sure if it's the docs that are wrong, or if the cleanup should indeed default to true (I would assume the latter, right?).
Using version 0.13.6
The text was updated successfully, but these errors were encountered: