Compare commits
No commits in common. "adea06f0bb166696d3458334a447b7b2c4451de6" and "063930ccb375d476271264a068c0eec08dad1b0f" have entirely different histories.
adea06f0bb
...
063930ccb3
2 changed files with 3 additions and 3 deletions
|
@ -31,7 +31,7 @@ jobs:
|
||||||
platforms: linux/amd64,linux/arm64/v8
|
platforms: linux/amd64,linux/arm64/v8
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
spcodes/cadvisor:v0.49.1
|
spcodes/cadvisor:v0.47.2
|
||||||
spcodes/cadvisor:latest
|
spcodes/cadvisor:latest
|
||||||
cr.sp-codes.de/sp-codes/cadvisor:v0.49.1
|
cr.sp-codes.de/sp-codes/cadvisor:v0.47.2
|
||||||
cr.sp-codes.de/sp-codes/cadvisor:latest
|
cr.sp-codes.de/sp-codes/cadvisor:latest
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# STEP 1 build executable binary
|
# STEP 1 build executable binary
|
||||||
FROM golang:1.17.3-alpine3.13 AS builder
|
FROM golang:1.17.3-alpine3.13 AS builder
|
||||||
|
|
||||||
ENV CADVISOR_VERSION="v0.49.1"
|
ENV CADVISOR_VERSION="v0.47.2"
|
||||||
|
|
||||||
WORKDIR $GOPATH/src/github.com/google/cadvisor
|
WORKDIR $GOPATH/src/github.com/google/cadvisor
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue