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

Merge branch 'feat/101-clean-up-dangling-build-images-created-by-docker-buildx' into 'develop'

Resolve "Clean up dangling build images created by docker buildx"

Closes #101

See merge request !190
parents 97bf91d2 bcf2fb7e
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