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

This commit is contained in:
admin 2026-02-06 14:58:04 -07:00
parent 80952bad37
commit 9630b9eed2

View file

@ -19,7 +19,9 @@
"onDemand": true, "onDemand": true,
"tlsVerify": true, "tlsVerify": true,
"content": [ "content": [
{ "prefix": "docker-hub/**" } { "prefix": "docker-hub/**",
"stripPrefix": true
}
] ]
}, },
{ {
@ -27,7 +29,9 @@
"onDemand": true, "onDemand": true,
"tlsVerify": true, "tlsVerify": true,
"content": [ "content": [
{ "prefix": "ghcr/**" } { "prefix": "ghcr/**",
"stripPrefix": true
}
] ]
}, },
{ {
@ -35,7 +39,9 @@
"onDemand": true, "onDemand": true,
"tlsVerify": true, "tlsVerify": true,
"content": [ "content": [
{ "prefix": "lscr/**" } { "prefix": "lscr/**",
"stripPrefix": true
}
] ]
}, },
{ {
@ -43,7 +49,9 @@
"onDemand": true, "onDemand": true,
"tlsVerify": true, "tlsVerify": true,
"content": [ "content": [
{ "prefix": "lscr/**" } { "prefix": "lscr/**",
"stripPrefix": true
}
] ]
} }
] ]