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 + } ] } ]