We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f89589 commit 133708eCopy full SHA for 133708e
web-apps/kind-images.sh
@@ -18,5 +18,5 @@ for image in $(find_images .); do
18
docker image tag $full_name:$REMOTE_TAG $full_name:$KIND_TAG
19
kind load docker-image -n $CLUSTER_NAME $full_name:$KIND_TAG
20
# Clean up images to save on disk space
21
- docker image rm $(docker image ls $full_name -q)
+ docker image rm -f $(docker image ls $full_name -q)
22
done
0 commit comments