From 2dc83a082ba2ca16016fc8e9bc07414877836b7b Mon Sep 17 00:00:00 2001 From: admin Date: Mon, 9 Feb 2026 12:45:35 -0700 Subject: [PATCH] fix for google repo --- lxc1/p2-apps/zot/config.json | 14 ++++++++++++++ lxc1/p3-agents/cadvisor.yml | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/lxc1/p2-apps/zot/config.json b/lxc1/p2-apps/zot/config.json index 31a75c7..59b381a 100644 --- a/lxc1/p2-apps/zot/config.json +++ b/lxc1/p2-apps/zot/config.json @@ -69,6 +69,20 @@ "stripPrefix": false } ] + }, + { + "urls": [ + "https://gcr.io" + ], + "onDemand": true, + "tlsVerify": true, + "content": [ + { + "prefix": "**", + "destination": "/gcr", + "stripPrefix": false + } + ] } ] }, diff --git a/lxc1/p3-agents/cadvisor.yml b/lxc1/p3-agents/cadvisor.yml index 998ec38..ecbe2e3 100644 --- a/lxc1/p3-agents/cadvisor.yml +++ b/lxc1/p3-agents/cadvisor.yml @@ -1,6 +1,6 @@ services: cadvisor: - image: hub.mapletree.email/docker-hub/zcube/cadvisor:latest + image: hub.mapletree.email/gcr/cadvisor/cadvisor:v0.55.1 container_name: cadvisor restart: unless-stopped privileged: true