From 9630b9eed2e8cf350c8affa8878b86bfc7e309b4 Mon Sep 17 00:00:00 2001 From: admin Date: Fri, 6 Feb 2026 14:58:04 -0700 Subject: [PATCH] add stripprefix for zot config --- lxc1/p2-apps/zot/config.json | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/lxc1/p2-apps/zot/config.json b/lxc1/p2-apps/zot/config.json index bc0fc11..bce5eb3 100644 --- a/lxc1/p2-apps/zot/config.json +++ b/lxc1/p2-apps/zot/config.json @@ -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 + } ] } ]