0
Fork 0
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:
peusebiu 2023-07-10 14:03:59 +03:00 committed by GitHub
parent 1d01b644ea
commit 8877083daa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"
}
}