Compare commits
No commits in common. "1fe5e51c44c1ae60e4952b9c13b140e910314698" and "cb5d49ea511618db90a8dc2197271541886aaf93" have entirely different histories.
1fe5e51c44
...
cb5d49ea51
2 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@ pipeline:
|
||||||
- DOCKER_PASSWORD
|
- DOCKER_PASSWORD
|
||||||
repo: spcodes/cadvisor
|
repo: spcodes/cadvisor
|
||||||
tags:
|
tags:
|
||||||
- v0.47.2
|
- v0.47.0
|
||||||
- latest
|
- latest
|
||||||
when:
|
when:
|
||||||
branch:
|
branch:
|
||||||
|
@ -23,7 +23,7 @@ pipeline:
|
||||||
registry: cr.sp-codes.de
|
registry: cr.sp-codes.de
|
||||||
repo: cr.sp-codes.de/cadvisor
|
repo: cr.sp-codes.de/cadvisor
|
||||||
tags:
|
tags:
|
||||||
- v0.47.2
|
- v0.47.0
|
||||||
- latest
|
- latest
|
||||||
when:
|
when:
|
||||||
branch:
|
branch:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# STEP 1 build executable binary
|
# STEP 1 build executable binary
|
||||||
FROM golang:1.17.3-alpine3.13@sha256:33c95bc78fa434bae90c45d04e5a02612492acbb7118f35538a56ee0646c1bb7 AS builder
|
FROM golang:1.17.3-alpine3.13@sha256:33c95bc78fa434bae90c45d04e5a02612492acbb7118f35538a56ee0646c1bb7 AS builder
|
||||||
|
|
||||||
ENV CADVISOR_VERSION="v0.47.2"
|
ENV CADVISOR_VERSION="v0.47.0"
|
||||||
|
|
||||||
WORKDIR $GOPATH/src/github.com/google/cadvisor
|
WORKDIR $GOPATH/src/github.com/google/cadvisor
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue