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 df66542 commit 8f89589Copy full SHA for 8f89589
web-apps/kind-images.sh
@@ -17,4 +17,6 @@ for image in $(find_images .); do
17
docker pull $full_name:$REMOTE_TAG
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)
22
done
0 commit comments