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 f456ca5 commit 7975e0eCopy full SHA for 7975e0e
web-apps/kind-images.sh
@@ -43,7 +43,7 @@ for image in $(find_images .); do
43
TAR_PATH="./image.tar"
44
fi
45
docker image save -o $TAR_PATH $full_name:$KIND_TAG
46
- docker rm $full_name:{$REMOTE_TAG,$KIND_TAG}
+ docker image rm $full_name:{$REMOTE_TAG,$KIND_TAG}
47
kind load image-archive -n $CLUSTER_NAME $TAR_PATH
48
- rm image.tar
+ rm $TAR_PATH
49
done
0 commit comments