Skip to content

Commit 133708e

Browse files
committed
Force image cleanup
1 parent 8f89589 commit 133708e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web-apps/kind-images.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ for image in $(find_images .); do
1818
docker image tag $full_name:$REMOTE_TAG $full_name:$KIND_TAG
1919
kind load docker-image -n $CLUSTER_NAME $full_name:$KIND_TAG
2020
# Clean up images to save on disk space
21-
docker image rm $(docker image ls $full_name -q)
21+
docker image rm -f $(docker image ls $full_name -q)
2222
done

0 commit comments

Comments
 (0)