Compare commits

..

No commits in common. "5bf20ab7f663bb79a043ea95b9c586da4bffe566" and "be327e26cbd8329e6df53436268bd73750d318d7" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View file

@ -101,7 +101,7 @@ steps:
image: plugins/manifest
settings:
ignore_missing: true
target: spcodes/cadvisor:v0.38.8
target: spcodes/cadvisor:v0.37.5
template: spcodes/cadvisor:OS-ARCH
platforms:
- linux/amd64

View file

@ -6,7 +6,7 @@ FROM arm32v7/golang:1.16.0-alpine3.13@sha256:02211dfefce87856aa28719de2e0769b90f
FROM arm64v8/golang:1.16.0-alpine3.13@sha256:f218dbfbea2b3da379a53bf5a11655ed1d3d9cbe42d6e533e62f20dfb543fa74 AS builder-arm64
FROM builder-${ARCH} AS builder
ENV CADVISOR_VERSION="v0.38.8"
ENV CADVISOR_VERSION="v0.37.5"
WORKDIR $GOPATH/src/github.com/google/cadvisor