mirror of
https://github.com/project-zot/zot.git
synced 2024-12-16 21:56:37 -05:00
f164fb9e03
now gc stress on s3 storage is using minio for ci/cd builds gc stress on s3 storage is using localstack for nightly builds fixed(gc): make sure we don't remove repo if there are blobs being uploaded or the number of blobs gc'ed is not 0 Signed-off-by: Petu Eusebiu <peusebiu@cisco.com>
19 lines
421 B
JSON
19 lines
421 B
JSON
{
|
|
"distSpecVersion": "1.1.0-dev",
|
|
"storage": {
|
|
"rootDirectory": "/tmp/zot/local",
|
|
"gc": true,
|
|
"gcReferrers": false,
|
|
"gcDelay": "20s",
|
|
"untaggedImageRetentionDelay": "20s",
|
|
"gcInterval": "1s"
|
|
},
|
|
"http": {
|
|
"address": "127.0.0.1",
|
|
"port": "8080"
|
|
},
|
|
"log": {
|
|
"level": "debug",
|
|
"output": "/tmp/gc-bench-local.log"
|
|
}
|
|
}
|