-
Notifications
You must be signed in to change notification settings - Fork 27
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
dockerbuilder should delete the image from the host once the push is done #29
Comments
Fixes deis#29 fix(rootfs/deploy.py): use named params fix(deploy.py): replace remote_image (typo) with remove_image fix(deploy.py): fix another typo in noprune
Fixes deis#29 fix(rootfs/deploy.py): use named params fix(deploy.py): replace remote_image (typo) with remove_image fix(deploy.py): fix another typo in noprune
I'm reopening this for beta4, since it was reverted in #53 (in response to #52). The issue with the change in #39 was that I think, but am not sure (and haven't tested) that |
moved to rc1 |
moving this to v2.0 cause of some weird behavior happening need to do more research on this |
doesn't kubernetes automatically clean up stale images on the host? |
I don't think it's a kubernetes issue. I think it's happening from docker end . |
related to this issue's interests would be deis/charts#352 which we could potentially pull in as a Workflow component eventually with some tweaking. |
Related to deis/builder#487. |
reduces storage on the host
The text was updated successfully, but these errors were encountered: