You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pruning currently happens before the cleanup. That makes it impossible to remove images that are used by the deployments.
$ skaffold dev --cache-artifacts=false
...
^CPruning images...
[getting-started] <Exited>
WARN[0004] builder cleanup: pruning images: Error response from daemon: conflict: unable to delete ee39ef7bb27f (cannot be forced) - image is being used by running container 2826bfebd98d
Cleaning up...
pod "getting-started" deleted
Cleanup complete in 8.152656959s
The text was updated successfully, but these errors were encountered:
* Pruning should happen after Cleanup
Fixes#2440
Signed-off-by: David Gageot <david@gageot.net>
* Repair --no-prune-children
Fixes#2442
Signed-off-by: David Gageot <david@gageot.net>
Pruning currently happens before the cleanup. That makes it impossible to remove images that are used by the deployments.
The text was updated successfully, but these errors were encountered: