mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 19:31:44 +00:00
Update to use debian-base:0.3.2
This commit is contained in:
parent
df788bd66a
commit
296fe185fa
@ -23,7 +23,7 @@ TAG=0.10.1
|
|||||||
ARCH?=amd64
|
ARCH?=amd64
|
||||||
CACHEBUST?=1
|
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
|
CNI_VERSION=v0.6.0
|
||||||
|
|
||||||
TEMP_DIR:=$(shell mktemp -d)
|
TEMP_DIR:=$(shell mktemp -d)
|
||||||
|
@ -20,7 +20,7 @@ TAG=v10.1
|
|||||||
ARCH?=amd64
|
ARCH?=amd64
|
||||||
TEMP_DIR:=$(shell mktemp -d)
|
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:
|
build:
|
||||||
cp ./* $(TEMP_DIR)
|
cp ./* $(TEMP_DIR)
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
amd64=k8s.gcr.io/debian-base-amd64:0.3.1
|
amd64=k8s.gcr.io/debian-base-amd64:0.3.2
|
||||||
arm=k8s.gcr.io/debian-base-arm:0.3.1
|
arm=k8s.gcr.io/debian-base-arm:0.3.2
|
||||||
arm64=k8s.gcr.io/debian-base-arm64:0.3.1
|
arm64=k8s.gcr.io/debian-base-arm64:0.3.2
|
||||||
ppc64le=k8s.gcr.io/debian-base-ppc64le:0.3.1
|
ppc64le=k8s.gcr.io/debian-base-ppc64le:0.3.2
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
amd64=k8s.gcr.io/debian-base-amd64:0.3.1
|
amd64=k8s.gcr.io/debian-base-amd64:0.3.2
|
||||||
arm=k8s.gcr.io/debian-base-arm:0.3.1
|
arm=k8s.gcr.io/debian-base-arm:0.3.2
|
||||||
arm64=k8s.gcr.io/debian-base-arm64:0.3.1
|
arm64=k8s.gcr.io/debian-base-arm64:0.3.2
|
||||||
ppc64le=k8s.gcr.io/debian-base-ppc64le:0.3.1
|
ppc64le=k8s.gcr.io/debian-base-ppc64le:0.3.2
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
amd64=k8s.gcr.io/debian-base-amd64:0.3.1
|
amd64=k8s.gcr.io/debian-base-amd64:0.3.2
|
||||||
arm=k8s.gcr.io/debian-base-arm:0.3.1
|
arm=k8s.gcr.io/debian-base-arm:0.3.2
|
||||||
arm64=k8s.gcr.io/debian-base-arm64:0.3.1
|
arm64=k8s.gcr.io/debian-base-arm64:0.3.2
|
||||||
ppc64le=k8s.gcr.io/debian-base-ppc64le:0.3.1
|
ppc64le=k8s.gcr.io/debian-base-ppc64le:0.3.2
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
amd64=k8s.gcr.io/debian-base-amd64:0.3.1
|
amd64=k8s.gcr.io/debian-base-amd64:0.3.2
|
||||||
arm=k8s.gcr.io/debian-base-arm:0.3.1
|
arm=k8s.gcr.io/debian-base-arm:0.3.2
|
||||||
arm64=k8s.gcr.io/debian-base-arm64:0.3.1
|
arm64=k8s.gcr.io/debian-base-arm64:0.3.2
|
||||||
ppc64le=k8s.gcr.io/debian-base-ppc64le:0.3.1
|
ppc64le=k8s.gcr.io/debian-base-ppc64le:0.3.2
|
||||||
|
Loading…
Reference in New Issue
Block a user