We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7642a37 commit 98f4843Copy full SHA for 98f4843
mon.yml
@@ -110,7 +110,9 @@ services:
110
111
cadvisor:
112
# https://github.com/google/cadvisor/releases
113
- image: gcr.io/cadvisor/cadvisor:v0.53.0
+ # sas 2025-11-24: v0.53.0 inexplicably has disappeared from the registry
114
+ # see https://github.com/SwiftPackageIndex/SwiftPackageIndex-Server/issues/3907
115
+ image: gcr.io/cadvisor/cadvisor:v0.52.1
116
networks:
117
- app_backend
118
volumes:
0 commit comments