Kubernetes/Docker/Builder/Buildkit/buildkitd.toml

10 lines
286 B
TOML
Raw Permalink Normal View History

2024-08-07 10:54:39 +00:00
[worker.oci]
gc = true
gckeepstorage = 10000
[[worker.oci.gcpolicy]]
keepBytes = 512000000
keepDuration = 172800
filters = [ "type==source.local", "type==exec.cachemount", "type==source.git.checkout"]
[[worker.oci.gcpolicy]]
all = true
keepBytes = 1024000000