From 6bd4e72b52e391c6d069eaf597b90c54a1d7ecce Mon Sep 17 00:00:00 2001 From: Pawan Pinjarkar Date: Tue, 27 Jan 2026 11:22:57 -0500 Subject: [PATCH] Improve podman cleanup to remove stopped containers and build cache --- podman_cleanup.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/podman_cleanup.sh b/podman_cleanup.sh index 38bad1f77..3641a620f 100755 --- a/podman_cleanup.sh +++ b/podman_cleanup.sh @@ -7,5 +7,4 @@ source validation.sh early_cleanup_validation -sudo podman image prune --all -f -sudo podman volume prune -f +sudo podman system prune -a --volumes --force