Merge remote-tracking branch 'origin/2.4/dev' into issue/11390

This commit is contained in:
m0duspwnens
2023-09-26 11:01:44 -04:00
8 changed files with 90 additions and 56 deletions

View File

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