From de5a4528efd7111cf3932971ec3144398b12c966 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bal=C3=A1zs=20Petrikovics?= Date: Mon, 31 Jan 2022 11:59:02 +0100 Subject: [PATCH 1/2] Dockerfile update to upstream release 0.38 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0c4634b..cc2abfd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,11 +3,11 @@ FROM arm32v7/golang as builder MAINTAINER Ondřej Záruba (https://zaruba-ondrej.cz) -ENV CADVISOR_VERSION "v0.30.2" +ENV CADVISOR_VERSION "v0.38" RUN apt-get update && apt-get install -y git dmsetup && apt-get clean -RUN git clone --branch ${CADVISOR_VERSION} https://github.com/google/cadvisor.git /go/src/github.com/google/cadvisor +RUN git clone --branch release-${CADVISOR_VERSION} https://github.com/google/cadvisor.git /go/src/github.com/google/cadvisor WORKDIR /go/src/github.com/google/cadvisor From e351bb1aeff9ac28bb913fda2ba5ae717d04abd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bal=C3=A1zs=20Petrikovics?= Date: Mon, 31 Jan 2022 12:01:10 +0100 Subject: [PATCH 2/2] Update REAME.md with new version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 21d3876..6f9a672 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ This package compile official [google/cadvisor](https://github.com/google/cadvis **NOTE:** Tag corresponds to the version of cAdvisor -* `0.30.2`, `latest` - [(Dockerfile)](https://github.com/Budry/cadvisor-arm/blob/v0.30.2/Dockerfile) +* `0.30.2` - [(Dockerfile)](https://github.com/Budry/cadvisor-arm/blob/v0.30.2/Dockerfile) * `0.29.0` - [(Dockerfile)](https://github.com/Budry/cadvisor-arm/blob/v0.29.0/Dockerfile) * `0.28.3` - [(Dockerfile)](https://github.com/Budry/cadvisor-arm/blob/v0.28.3/Dockerfile)