Compare commits
No commits in common. "2413fd0f9638c326972d0d544594974124d23917" and "5991a7543bab211182463113b44b830fdabd4014" have entirely different histories.
2413fd0f96
...
5991a7543b
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.52.1
|
spcodes/cadvisor:v0.49.1
|
||||||
spcodes/cadvisor:latest
|
spcodes/cadvisor:latest
|
||||||
cr.sp-codes.de/sp-codes/cadvisor:v0.52.1
|
cr.sp-codes.de/sp-codes/cadvisor:v0.49.1
|
||||||
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.23.1-alpine AS builder
|
FROM golang:1.23.1-alpine AS builder
|
||||||
|
|
||||||
ENV CADVISOR_VERSION="v0.52.1"
|
ENV CADVISOR_VERSION="v0.49.1"
|
||||||
|
|
||||||
WORKDIR $GOPATH/src/github.com/google/cadvisor
|
WORKDIR $GOPATH/src/github.com/google/cadvisor
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue