google / cadvisor

Analyzes resource usage and performance characteristics of running containers.
Other
17.25k stars 2.33k forks source link

arm version is recognized only with tag latest #3591

Open francescor opened 2 months ago

francescor commented 2 months ago

We have both arm and non arm workers, and this always work

image: gcr.io/cadvisor/cadvisor:latest

but this one does not work with arm: (unsupported platform), so the pull cannot point to the arm architecture

image: gcr.io/cadvisor/cadvisor::v0.50.0

We would like to avoid the tag latest