add stripprefix for 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
80952bad37
commit
9630b9eed2
1 changed files with 12 additions and 4 deletions
|
|
@ -19,7 +19,9 @@
|
|||
"onDemand": true,
|
||||
"tlsVerify": true,
|
||||
"content": [
|
||||
{ "prefix": "docker-hub/**" }
|
||||
{ "prefix": "docker-hub/**",
|
||||
"stripPrefix": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -27,7 +29,9 @@
|
|||
"onDemand": true,
|
||||
"tlsVerify": true,
|
||||
"content": [
|
||||
{ "prefix": "ghcr/**" }
|
||||
{ "prefix": "ghcr/**",
|
||||
"stripPrefix": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -35,7 +39,9 @@
|
|||
"onDemand": true,
|
||||
"tlsVerify": true,
|
||||
"content": [
|
||||
{ "prefix": "lscr/**" }
|
||||
{ "prefix": "lscr/**",
|
||||
"stripPrefix": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -43,7 +49,9 @@
|
|||
"onDemand": true,
|
||||
"tlsVerify": true,
|
||||
"content": [
|
||||
{ "prefix": "lscr/**" }
|
||||
{ "prefix": "lscr/**",
|
||||
"stripPrefix": true
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue