mirror of https://github.com/k3s-io/k3s
Update to use debian-base:0.3.2
parent
df788bd66a
commit
296fe185fa
|
@ -23,7 +23,7 @@ TAG=0.10.1
|
|||
ARCH?=amd64
|
||||
CACHEBUST?=1
|
||||
|
||||
BASEIMAGE=k8s.gcr.io/debian-base-$(ARCH):0.3.1
|
||||
BASEIMAGE=k8s.gcr.io/debian-base-$(ARCH):0.3.2
|
||||
CNI_VERSION=v0.6.0
|
||||
|
||||
TEMP_DIR:=$(shell mktemp -d)
|
||||
|
|
|
@ -20,7 +20,7 @@ TAG=v10.1
|
|||
ARCH?=amd64
|
||||
TEMP_DIR:=$(shell mktemp -d)
|
||||
|
||||
BASEIMAGE=k8s.gcr.io/debian-base-$(ARCH):0.3.1
|
||||
BASEIMAGE=k8s.gcr.io/debian-base-$(ARCH):0.3.2
|
||||
|
||||
build:
|
||||
cp ./* $(TEMP_DIR)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
amd64=k8s.gcr.io/debian-base-amd64:0.3.1
|
||||
arm=k8s.gcr.io/debian-base-arm:0.3.1
|
||||
arm64=k8s.gcr.io/debian-base-arm64:0.3.1
|
||||
ppc64le=k8s.gcr.io/debian-base-ppc64le:0.3.1
|
||||
amd64=k8s.gcr.io/debian-base-amd64:0.3.2
|
||||
arm=k8s.gcr.io/debian-base-arm:0.3.2
|
||||
arm64=k8s.gcr.io/debian-base-arm64:0.3.2
|
||||
ppc64le=k8s.gcr.io/debian-base-ppc64le:0.3.2
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
amd64=k8s.gcr.io/debian-base-amd64:0.3.1
|
||||
arm=k8s.gcr.io/debian-base-arm:0.3.1
|
||||
arm64=k8s.gcr.io/debian-base-arm64:0.3.1
|
||||
ppc64le=k8s.gcr.io/debian-base-ppc64le:0.3.1
|
||||
amd64=k8s.gcr.io/debian-base-amd64:0.3.2
|
||||
arm=k8s.gcr.io/debian-base-arm:0.3.2
|
||||
arm64=k8s.gcr.io/debian-base-arm64:0.3.2
|
||||
ppc64le=k8s.gcr.io/debian-base-ppc64le:0.3.2
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
amd64=k8s.gcr.io/debian-base-amd64:0.3.1
|
||||
arm=k8s.gcr.io/debian-base-arm:0.3.1
|
||||
arm64=k8s.gcr.io/debian-base-arm64:0.3.1
|
||||
ppc64le=k8s.gcr.io/debian-base-ppc64le:0.3.1
|
||||
amd64=k8s.gcr.io/debian-base-amd64:0.3.2
|
||||
arm=k8s.gcr.io/debian-base-arm:0.3.2
|
||||
arm64=k8s.gcr.io/debian-base-arm64:0.3.2
|
||||
ppc64le=k8s.gcr.io/debian-base-ppc64le:0.3.2
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
amd64=k8s.gcr.io/debian-base-amd64:0.3.1
|
||||
arm=k8s.gcr.io/debian-base-arm:0.3.1
|
||||
arm64=k8s.gcr.io/debian-base-arm64:0.3.1
|
||||
ppc64le=k8s.gcr.io/debian-base-ppc64le:0.3.1
|
||||
amd64=k8s.gcr.io/debian-base-amd64:0.3.2
|
||||
arm=k8s.gcr.io/debian-base-arm:0.3.2
|
||||
arm64=k8s.gcr.io/debian-base-arm64:0.3.2
|
||||
ppc64le=k8s.gcr.io/debian-base-ppc64le:0.3.2
|
||||
|
|
Loading…
Reference in New Issue