Skip to content
Snippets Groups Projects
Commit bcf2fb7e authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Deploy scripts:

- Added prune of docker buildx dandling images
parent 97bf91d2
No related branches found
No related tags found
2 merge requests!235Release TeraFlowSDN 3.0,!190Resolve "Clean up dangling build images created by docker buildx"
......@@ -574,3 +574,9 @@ if [[ "$TFS_COMPONENTS" == *"monitoring"* ]] && [[ "$TFS_COMPONENTS" == *"webui"
printf "\n\n"
fi
if [ "$DOCKER_BUILD" == "docker buildx build" ]; then
echo "Pruning Docker Buildx Cache..."
docker buildx prune --force
printf "\n\n"
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment