fixed formatting and errors in zot config
Some checks are pending
PVE2 Infrastructure Deploy / terraform (push) Waiting to run
Some checks are pending
PVE2 Infrastructure Deploy / terraform (push) Waiting to run
This commit is contained in:
parent
f1c8687150
commit
7d0bf3d895
1 changed files with 29 additions and 13 deletions
|
|
@ -15,41 +15,57 @@
|
||||||
"credentialsFile": "/etc/zot/creds.json",
|
"credentialsFile": "/etc/zot/creds.json",
|
||||||
"registries": [
|
"registries": [
|
||||||
{
|
{
|
||||||
"urls": ["https://docker.io"],
|
"urls": [
|
||||||
|
"https://registry-1.docker.io"
|
||||||
|
],
|
||||||
"onDemand": true,
|
"onDemand": true,
|
||||||
"tlsVerify": true,
|
"tlsVerify": true,
|
||||||
"content": [
|
"content": [
|
||||||
{ "prefix": "docker-hub/**",
|
{
|
||||||
|
"prefix": "docker-hub/**",
|
||||||
|
"destination": "/",
|
||||||
"stripPrefix": true
|
"stripPrefix": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"urls": ["https://ghcr.io"],
|
"urls": [
|
||||||
|
"https://ghcr.io"
|
||||||
|
],
|
||||||
"onDemand": true,
|
"onDemand": true,
|
||||||
"tlsVerify": true,
|
"tlsVerify": true,
|
||||||
"content": [
|
"content": [
|
||||||
{ "prefix": "ghcr/**",
|
{
|
||||||
|
"prefix": "ghcr/**",
|
||||||
|
"destination": "/",
|
||||||
"stripPrefix": true
|
"stripPrefix": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"urls": ["https://lscr.io"],
|
"urls": [
|
||||||
|
"https://lscr.io"
|
||||||
|
],
|
||||||
"onDemand": true,
|
"onDemand": true,
|
||||||
"tlsVerify": true,
|
"tlsVerify": true,
|
||||||
"content": [
|
"content": [
|
||||||
{ "prefix": "lscr/**",
|
{
|
||||||
|
"prefix": "lscr/**",
|
||||||
|
"destination": "/",
|
||||||
"stripPrefix": true
|
"stripPrefix": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"urls": ["https://codeberg.org"],
|
"urls": [
|
||||||
|
"https://codeberg.org"
|
||||||
|
],
|
||||||
"onDemand": true,
|
"onDemand": true,
|
||||||
"tlsVerify": true,
|
"tlsVerify": true,
|
||||||
"content": [
|
"content": [
|
||||||
{ "prefix": "lscr/**",
|
{
|
||||||
|
"prefix": "codeberg/**",
|
||||||
|
"destination": "/",
|
||||||
"stripPrefix": true
|
"stripPrefix": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue