podman: Enable daily auto-prune with --all flag

Without --all, only dangling (untagged) images were pruned,
allowing tagged-but-unused CI images to accumulate (~223G).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-11 01:39:06 -08:00
committed by Kat Huang
parent 0b1c1554d6
commit 56bc68d553

View File

@@ -84,6 +84,8 @@ makeEnable config "myModules.base" true {
enable = true; enable = true;
autoPrune = { autoPrune = {
enable = true; enable = true;
dates = "daily";
flags = ["--all"];
}; };
}; };