mirror of
https://github.com/project-zot/zot.git
synced 2026-06-18 05:28:07 +08:00
2a4edde637
chore: update image-spec and dist-spec to v1.1.1 As side effect the warnings mentioned in https://github.com/project-zot/zui/issues/475#issuecomment-2715802363 should no longer show up. Signed-off-by: Andrei Aaron <aaaron@luxoft.com>
46 lines
1.1 KiB
JSON
46 lines
1.1 KiB
JSON
{
|
|
"distSpecVersion": "1.1.1",
|
|
"storage": {
|
|
"rootDirectory": "/tmp/zot",
|
|
"dedupe": false,
|
|
"remoteCache": true,
|
|
"storageDriver": {
|
|
"name": "s3",
|
|
"rootdirectory": "/zot",
|
|
"region": "us-east-1",
|
|
"regionendpoint": "localhost:4566",
|
|
"bucket": "zot-storage",
|
|
"forcepathstyle": true,
|
|
"secure": false,
|
|
"skipverify": false
|
|
},
|
|
"cacheDriver": {
|
|
"name": "dynamodb",
|
|
"endpoint": "http://localhost:4566",
|
|
"region": "us-east-1",
|
|
"cacheTablename": "ZotBlobTable",
|
|
"repoMetaTablename": "ZotRepoMetadataTable",
|
|
"imageMetaTablename": "ZotImageMetaTable",
|
|
"repoBlobsInfoTablename": "ZotRepoBlobsInfoTable",
|
|
"userDataTablename": "ZotUserDataTable",
|
|
"versionTablename": "ZotVersion",
|
|
"apiKeyTablename": "ZotApiKeyTable"
|
|
}
|
|
},
|
|
"http": {
|
|
"address": "127.0.0.1",
|
|
"port": "9002"
|
|
},
|
|
"log": {
|
|
"level": "debug"
|
|
},
|
|
"cluster": {
|
|
"members": [
|
|
"127.0.0.1:9000",
|
|
"127.0.0.1:9001",
|
|
"127.0.0.1:9002"
|
|
],
|
|
"hashKey": "loremipsumdolors"
|
|
}
|
|
}
|