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 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)