2023-08-07 14:55:19 -05:00
|
|
|
{
|
2024-02-20 06:27:21 -05:00
|
|
|
"distSpecVersion": "1.1.0",
|
2023-08-07 14:55:19 -05:00
|
|
|
"storage": {
|
2023-09-01 12:54:39 -05:00
|
|
|
"rootDirectory": "/tmp/zot/local",
|
2023-08-07 14:55:19 -05:00
|
|
|
"gc": true,
|
2023-09-01 12:54:39 -05:00
|
|
|
"gcDelay": "20s",
|
2023-11-01 11:16:18 -05:00
|
|
|
"gcInterval": "1s",
|
|
|
|
"retention": {
|
|
|
|
"delay": "20s",
|
|
|
|
"policies": [
|
|
|
|
{
|
|
|
|
"repositories": ["**"],
|
|
|
|
"deleteReferrers": true
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
2023-08-07 14:55:19 -05:00
|
|
|
},
|
|
|
|
"http": {
|
|
|
|
"address": "127.0.0.1",
|
|
|
|
"port": "8080"
|
|
|
|
},
|
|
|
|
"log": {
|
|
|
|
"level": "debug",
|
2023-09-20 11:25:06 -05:00
|
|
|
"output": "/tmp/gc-referrers-bench-local.log"
|
2023-08-07 14:55:19 -05:00
|
|
|
}
|
|
|
|
}
|