mirror of
https://github.com/project-zot/zot.git
synced 2025-01-27 23:01:43 -05:00
fix: remove config (#1600)
remove a config added by mistake Signed-off-by: Petu Eusebiu <peusebiu@cisco.com>
This commit is contained in:
parent
1d01b644ea
commit
8877083daa
1 changed files with 0 additions and 121 deletions
|
@ -1,121 +0,0 @@
|
|||
{
|
||||
"distSpecVersion": "1.1.0-dev",
|
||||
"extensions": {
|
||||
"metrics": {
|
||||
"enable": true,
|
||||
"prometheus": {
|
||||
"path": "/metrics"
|
||||
}
|
||||
},
|
||||
"mgmt": {
|
||||
"enable": true
|
||||
},
|
||||
"scrub": {
|
||||
"enable": true,
|
||||
"interval": "24h"
|
||||
},
|
||||
"search": {
|
||||
"cve": {
|
||||
"updateInterval": "2h"
|
||||
},
|
||||
"enable": true
|
||||
},
|
||||
"sync": {
|
||||
"enable": true,
|
||||
"registries": [
|
||||
{
|
||||
"content": [
|
||||
{
|
||||
"destination": "/docker.io",
|
||||
"prefix": "**"
|
||||
}
|
||||
],
|
||||
"onDemand": true,
|
||||
"tlsVerify": true,
|
||||
"urls": [
|
||||
"https://docker.io/library"
|
||||
]
|
||||
},
|
||||
{
|
||||
"content": [
|
||||
{
|
||||
"destination": "/registry.gitlab.com",
|
||||
"prefix": "**"
|
||||
}
|
||||
],
|
||||
"onDemand": true,
|
||||
"tlsVerify": true,
|
||||
"urls": [
|
||||
"https://registry.gitlab.com"
|
||||
]
|
||||
},
|
||||
{
|
||||
"content": [
|
||||
{
|
||||
"destination": "ghcr.io",
|
||||
"prefix": "**"
|
||||
}
|
||||
],
|
||||
"onDemand": true,
|
||||
"tlsVerify": true,
|
||||
"urls": [
|
||||
"https://ghcr.io"
|
||||
]
|
||||
},
|
||||
{
|
||||
"content": [
|
||||
{
|
||||
"destination": "/quay.io",
|
||||
"prefix": "**"
|
||||
}
|
||||
],
|
||||
"onDemand": true,
|
||||
"tlsVerify": true,
|
||||
"urls": [
|
||||
"https://quay.io"
|
||||
]
|
||||
},
|
||||
{
|
||||
"content": [
|
||||
{
|
||||
"destination": "/gcr.io",
|
||||
"prefix": "**"
|
||||
}
|
||||
],
|
||||
"onDemand": true,
|
||||
"tlsVerify": true,
|
||||
"urls": [
|
||||
"https://gcr.io"
|
||||
]
|
||||
},
|
||||
{
|
||||
"content": [
|
||||
{
|
||||
"destination": "/registry.k8s.io",
|
||||
"prefix": "**"
|
||||
}
|
||||
],
|
||||
"onDemand": true,
|
||||
"tlsVerify": true,
|
||||
"urls": [
|
||||
"https://registry.k8s.io"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"ui": {
|
||||
"enable": true
|
||||
}
|
||||
},
|
||||
"http": {
|
||||
"address": "0.0.0.0",
|
||||
"port": "5000"
|
||||
},
|
||||
"log": {
|
||||
"level": "debug"
|
||||
},
|
||||
"storage": {
|
||||
"gc": true,
|
||||
"rootDirectory": "/tmp/zot"
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue