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