2022-03-02 13:10:06 -05:00
|
|
|
{
|
2024-02-20 06:27:21 -05:00
|
|
|
"distSpecVersion": "1.1.0",
|
2022-03-02 13:10:06 -05:00
|
|
|
"storage": {
|
2022-04-12 05:01:04 -05:00
|
|
|
"rootDirectory": "/tmp/zot",
|
2023-11-01 11:16:18 -05:00
|
|
|
"gc": true,
|
2022-03-02 13:10:06 -05:00
|
|
|
"dedupe": false,
|
|
|
|
"storageDriver": {
|
|
|
|
"name": "s3",
|
2022-04-12 05:01:04 -05:00
|
|
|
"rootdirectory": "/zot",
|
2022-03-02 13:10:06 -05:00
|
|
|
"region": "us-east-2",
|
|
|
|
"bucket": "zot-storage",
|
|
|
|
"regionendpoint": "http://localhost:9000",
|
|
|
|
"secure": false,
|
|
|
|
"skipverify": false
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"http": {
|
|
|
|
"address": "127.0.0.1",
|
2022-07-14 10:13:46 -05:00
|
|
|
"port": "8081"
|
2022-03-02 13:10:06 -05:00
|
|
|
},
|
|
|
|
"log": {
|
|
|
|
"level": "debug",
|
|
|
|
"output": "/dev/null"
|
|
|
|
}
|
|
|
|
}
|