# 专用于 Gitea CI 基础镜像;不调整宿主 Docker 或其它 builder 的 GC。 [worker.oci] gc = true reservedSpace = "4GB" maxUsedSpace = "24GB" minFreeSpace = "10GB" # 覆盖默认的 48 小时 / 488 MiB 临时缓存回收规则,周末后仍可命中下载包。 [[worker.oci.gcpolicy]] filters = ["type==exec.cachemount"] keepDuration = "168h" maxUsedSpace = "8GB" [[worker.oci.gcpolicy]] all = true reservedSpace = "4GB" maxUsedSpace = "24GB" minFreeSpace = "10GB"