fix for google repo
Some checks are pending
PVE2 Infrastructure Deploy / terraform (push) Waiting to run

This commit is contained in:
admin 2026-02-09 12:45:35 -07:00
parent e02ca91ad4
commit 2dc83a082b
2 changed files with 15 additions and 1 deletions

View file

@ -69,6 +69,20 @@
"stripPrefix": false
}
]
},
{
"urls": [
"https://gcr.io"
],
"onDemand": true,
"tlsVerify": true,
"content": [
{
"prefix": "**",
"destination": "/gcr",
"stripPrefix": false
}
]
}
]
},

View file

@ -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