change of zot registry to **
Some checks are pending
PVE2 Infrastructure Deploy / terraform (push) Waiting to run

This commit is contained in:
admin 2026-02-09 06:32:12 -07:00
parent 8cf7e147d4
commit f65f529914

View file

@ -22,9 +22,9 @@
"tlsVerify": true,
"content": [
{
"prefix": "docker-hub/**",
"destination": "/",
"stripPrefix": true
"prefix": "**",
"destination": "/docker-hub",
"stripPrefix": false
}
]
},
@ -36,9 +36,9 @@
"tlsVerify": true,
"content": [
{
"prefix": "ghcr/**",
"destination": "/",
"stripPrefix": true
"prefix": "**",
"destination": "/ghcr",
"stripPrefix": false
}
]
},
@ -50,9 +50,9 @@
"tlsVerify": true,
"content": [
{
"prefix": "lscr/**",
"destination": "/",
"stripPrefix": true
"prefix": "**",
"destination": "/lscr",
"stripPrefix": false
}
]
},
@ -64,9 +64,9 @@
"tlsVerify": true,
"content": [
{
"prefix": "codeberg/**",
"destination": "/",
"stripPrefix": true
"prefix": "**",
"destination": "/codeberg",
"stripPrefix": false
}
]
}