update zot config for logins
Some checks are pending
PVE2 Infrastructure Deploy / terraform (push) Waiting to run

This commit is contained in:
admin 2026-02-06 12:56:16 -07:00
parent 18d7b125bb
commit c18b74d0dd

View file

@ -17,6 +17,8 @@
"urls": ["https://registry-1.docker.io"], "urls": ["https://registry-1.docker.io"],
"onDemand": true, "onDemand": true,
"tlsVerify": true, "tlsVerify": true,
"username": "{{ZOT_DOCKERHUB_USER}}",
"password": "{{ZOT_DOCKERHUB_TOKEN}}",
"content": [ "content": [
{ "prefix": "docker-hub/**" } { "prefix": "docker-hub/**" }
] ]
@ -25,6 +27,8 @@
"urls": ["https://ghcr.io"], "urls": ["https://ghcr.io"],
"onDemand": true, "onDemand": true,
"tlsVerify": true, "tlsVerify": true,
"username": "{{ZOT_GITHUB_USER}}",
"password": "{{ZOT_GITHUB_TOKEN}}",
"content": [ "content": [
{ "prefix": "ghcr/**" } { "prefix": "ghcr/**" }
] ]
@ -33,6 +37,18 @@
"urls": ["https://lscr.io"], "urls": ["https://lscr.io"],
"onDemand": true, "onDemand": true,
"tlsVerify": true, "tlsVerify": true,
"username": "{{ZOT_LSCR_USER}}",
"password": "{{ZOT_LSCR_TOKEN}}",
"content": [
{ "prefix": "lscr/**" }
]
},
{
"urls": ["https://codeberg.org"],
"onDemand": true,
"tlsVerify": true,
"username": "{{ZOT_CODEBERG_USER}}",
"password": "{{ZOT_CODEBERG_TOKEN}}",
"content": [ "content": [
{ "prefix": "lscr/**" } { "prefix": "lscr/**" }
] ]