85 lines
1.6 KiB
JSON
85 lines
1.6 KiB
JSON
{
|
|
"distSpecVersion": "1.1.0-dev",
|
|
"storage": {
|
|
"rootDirectory": "/var/lib/registry",
|
|
"gc": true,
|
|
"gcDelay": "1h",
|
|
"gcInterval": "24h",
|
|
"dedupe": true
|
|
},
|
|
"http": {
|
|
"address": "0.0.0.0",
|
|
"port": "5000"
|
|
},
|
|
"log": {
|
|
"level": "info"
|
|
},
|
|
"extensions": {
|
|
"sync": {
|
|
"enable": true,
|
|
"registries": [
|
|
{
|
|
"urls": ["https://registry-1.docker.io"],
|
|
"onDemand": true,
|
|
"tlsVerify": true,
|
|
"maxRetries": 3,
|
|
"retryDelay": "5m",
|
|
"content": [
|
|
{
|
|
"prefix": "**"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"urls": ["https://lscr.io"],
|
|
"onDemand": true,
|
|
"tlsVerify": true,
|
|
"maxRetries": 3,
|
|
"retryDelay": "5m",
|
|
"content": [
|
|
{
|
|
"prefix": "**"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"urls": ["https://ghcr.io"],
|
|
"onDemand": true,
|
|
"tlsVerify": true,
|
|
"maxRetries": 3,
|
|
"retryDelay": "5m",
|
|
"content": [
|
|
{
|
|
"prefix": "**"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"urls": ["https://quay.io"],
|
|
"onDemand": true,
|
|
"tlsVerify": true,
|
|
"maxRetries": 3,
|
|
"retryDelay": "5m",
|
|
"content": [
|
|
{
|
|
"prefix": "**"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"ui": {
|
|
"enable": true
|
|
},
|
|
"metrics": {
|
|
"enable": true,
|
|
"prometheus": {
|
|
"path": "/metrics"
|
|
}
|
|
},
|
|
"search": {
|
|
"enable": true
|
|
}
|
|
}
|
|
}
|