fix: add scoped BuildKit GC entry

This commit is contained in:
pikastech
2026-07-21 08:02:59 +02:00
parent 3f8afa4ca4
commit a23c954258
3 changed files with 27 additions and 0 deletions
+1
View File
@@ -138,6 +138,7 @@ Worktree 清理由 `--include-merged-worktrees` 显式启用,只扫描 `config
- systemd journal vacuum 到目标上限。
- Docker `json-file` 日志截断。
- Docker BuildKit cache prune 只清理 owning YAML `hostDockerGc.buildCachePrune.until` 声明年龄之外的 cache;显式 `--build-cache-until` 可覆盖本次计划,不清理 images、containers 或 volumes。
- `--build-cache-only` 提供短连接 scoped plan/run,跳过 PVC、registry 和全盘 collectors;确认态仍要求 `--confirm` 并复用同一 YAML 筛选器。
- apt archive clean。
- allowlisted `/tmp` 诊断目录删除。
- 受限 core dump 删除。