-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Cannot Prune Image, Being Used by Running Container #3624
Comments
@ToucanBran |
So if I'm developing and I run skaffold dev, I have to run a separate command to kill the container and then I can press Ctrl+c to have skaffold clean up everything? Seems kind of weird... |
@ToucanBran
|
@ToucanBran Sorry, i read the |
ok. i think i found how to reproduce this error on master:
Looks like, the image id calculated is same for both |
@tejal29 I do not, just the single |
Thanks @ToucanBran. Can you run |
do you want me to run your instructions above or run it with my app? |
Expected behavior
Exiting out of skaffold dev with --no-prune=false --cache-artifacts=false options set should prune images
Actual behavior
Received a warning message:
Information
Steps to reproduce the behavior
skaffold dev --no-prune=false --cache-artifacts=false
The text was updated successfully, but these errors were encountered: