Merge pull request #11369 from Security-Onion-Solutions/jertel-patch-1

Update soup to prune in background
This commit is contained in:
Jason Ertel
2023-09-21 09:42:28 -04:00
committed by GitHub

View File

@@ -434,8 +434,8 @@ post_to_2.4.10() {
} }
post_to_2.4.20() { post_to_2.4.20() {
echo "Pruning unused volumes" echo "Pruning unused docker volumes on all nodes - This process will run in the background."
docker volume prune -f salt --async \* cmd.run "docker volume prune -f"
POSTVERSION=2.4.20 POSTVERSION=2.4.20
} }