Skip to content

Bump base cadvisor image

Administrator requested to merge andre/patch-cadvisor into main

Created by: andreeleuterio

This patches CVE-2022-23648 and CVE-2022-29162, closing https://github.com/sourcegraph/security-issues/issues/278 and https://github.com/sourcegraph/security-issues/issues/271.

Test plan

CI checks. I validated that the image is x86_64 as requested:

docker run -it --entrypoint /bin/sh gcr.io/cadvisor/cadvisor@sha256:9360d7421c5e9b646ea13e5ced3f8e6da80017b0144733a04b7401dd8c01a5cb
Unable to find image 'gcr.io/cadvisor/cadvisor@sha256:9360d7421c5e9b646ea13e5ced3f8e6da80017b0144733a04b7401dd8c01a5cb' locally
gcr.io/cadvisor/cadvisor@sha256:9360d7421c5e9b646ea13e5ced3f8e6da80017b0144733a04b7401dd8c01a5cb: Pulling from cadvisor/cadvisor
530afca65e2e: Pull complete
e8c0c1e3704d: Pull complete
95f354d92493: Pull complete
320efad5b270: Pull complete
eab003b8c4a6: Pull complete
Digest: sha256:9360d7421c5e9b646ea13e5ced3f8e6da80017b0144733a04b7401dd8c01a5cb
Status: Downloaded newer image for gcr.io/cadvisor/cadvisor@sha256:9360d7421c5e9b646ea13e5ced3f8e6da80017b0144733a04b7401dd8c01a5cb
/ # uname -a
Linux d9dc68550712 5.10.104-linuxkit #1 SMP Thu Mar 17 17:08:06 UTC 2022 x86_64 Linux

Merge request reports

Loading