49 lines
No EOL
949 B
JSON
49 lines
No EOL
949 B
JSON
{
|
|
"distSpecVersion": "1.1.0",
|
|
"storage": {
|
|
"rootDirectory": "/var/lib/zot",
|
|
"gc": true,
|
|
"dedupe": true
|
|
},
|
|
"http": {
|
|
"address": "0.0.0.0",
|
|
"port": "5000"
|
|
},
|
|
"extensions": {
|
|
"sync": {
|
|
"enable": true,
|
|
"registries": [
|
|
{
|
|
"urls": ["https://registry-1.docker.io"],
|
|
"onDemand": true,
|
|
"tlsVerify": true,
|
|
"content": [
|
|
{ "prefix": "docker-hub/**" }
|
|
]
|
|
},
|
|
{
|
|
"urls": ["https://ghcr.io"],
|
|
"onDemand": true,
|
|
"tlsVerify": true,
|
|
"content": [
|
|
{ "prefix": "ghcr/**" }
|
|
]
|
|
},
|
|
{
|
|
"urls": ["https://lscr.io"],
|
|
"onDemand": true,
|
|
"tlsVerify": true,
|
|
"content": [
|
|
{ "prefix": "lscr/**" }
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"ui": {
|
|
"enable": true
|
|
},
|
|
"search": {
|
|
"enable": true
|
|
}
|
|
}
|
|
} |