Update cadvisor to latest version - not using the latest tag

Since they don't update the latest tag... the latest tag is now 20 months old and it seems like they will/can not update it in the future...
Unsure what to do about that but for now I would just update the tag... ^^'
This commit is contained in:
Horo 2022-08-11 05:00:29 +02:00 committed by GitHub
parent 4d4506d34c
commit 7bc27aa6f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,9 @@ version: '3'
services: services:
cadvisor: cadvisor:
image: gcr.io/cadvisor/cadvisor:latest image: gcr.io/cadvisor/cadvisor:v0.45.0 # latest tag is not updated...
# https://github.com/google/cadvisor/issues/3066
# To manual check versions: https://github.com/google/cadvisor/releases
container_name: cadvisor container_name: cadvisor
# ports: # ports:
# - "8080:8080" # - "8080:8080"