update zot config for logins
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
18d7b125bb
commit
c18b74d0dd
1 changed files with 16 additions and 0 deletions
|
|
@ -17,6 +17,8 @@
|
|||
"urls": ["https://registry-1.docker.io"],
|
||||
"onDemand": true,
|
||||
"tlsVerify": true,
|
||||
"username": "{{ZOT_DOCKERHUB_USER}}",
|
||||
"password": "{{ZOT_DOCKERHUB_TOKEN}}",
|
||||
"content": [
|
||||
{ "prefix": "docker-hub/**" }
|
||||
]
|
||||
|
|
@ -25,6 +27,8 @@
|
|||
"urls": ["https://ghcr.io"],
|
||||
"onDemand": true,
|
||||
"tlsVerify": true,
|
||||
"username": "{{ZOT_GITHUB_USER}}",
|
||||
"password": "{{ZOT_GITHUB_TOKEN}}",
|
||||
"content": [
|
||||
{ "prefix": "ghcr/**" }
|
||||
]
|
||||
|
|
@ -33,6 +37,18 @@
|
|||
"urls": ["https://lscr.io"],
|
||||
"onDemand": 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": [
|
||||
{ "prefix": "lscr/**" }
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue