mirror of https://github.com/k3s-io/k3s
Update to debian-base 0.4.0
Additionally, update the addon-manager to use kubectl v1.11.3.pull/58/head
parent
8906d1d8be
commit
7a8696c331
|
@ -19,12 +19,12 @@
|
|||
|
||||
REGISTRY?=staging-k8s.gcr.io
|
||||
IMAGE?=$(REGISTRY)/debian-hyperkube-base
|
||||
TAG=0.11.0
|
||||
TAG=0.12.0
|
||||
ARCH?=amd64
|
||||
ALL_ARCH = amd64 arm arm64 ppc64le s390x
|
||||
CACHEBUST?=1
|
||||
|
||||
BASEIMAGE=k8s.gcr.io/debian-base-$(ARCH):0.3.2
|
||||
BASEIMAGE=k8s.gcr.io/debian-base-$(ARCH):0.4.0
|
||||
CNI_VERSION=v0.6.0
|
||||
|
||||
TEMP_DIR:=$(shell mktemp -d)
|
||||
|
|
|
@ -16,12 +16,12 @@
|
|||
|
||||
REGISTRY?="staging-k8s.gcr.io"
|
||||
IMAGE=$(REGISTRY)/debian-iptables
|
||||
TAG?=v10.2
|
||||
TAG?=v11.0
|
||||
ARCH?=amd64
|
||||
ALL_ARCH = amd64 arm arm64 ppc64le s390x
|
||||
TEMP_DIR:=$(shell mktemp -d)
|
||||
|
||||
BASEIMAGE?=k8s.gcr.io/debian-base-$(ARCH):0.3.2
|
||||
BASEIMAGE?=k8s.gcr.io/debian-base-$(ARCH):0.4.0
|
||||
|
||||
# This option is for running docker manifest command
|
||||
export DOCKER_CLI_EXPERIMENTAL := enabled
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
### Version 8.9 (Fri October 19 2018 Jeff Grafton <jgrafton@google.com>)
|
||||
- Update to use debian-base:0.4.0.
|
||||
- Update kubectl to v1.11.3.
|
||||
|
||||
### Version 8.8 (Mon October 1 2018 Zihong Zheng <zihongz@google.com>)
|
||||
- Update to use debian-base:0.3.2.
|
||||
|
||||
|
|
|
@ -15,10 +15,10 @@
|
|||
IMAGE=staging-k8s.gcr.io/kube-addon-manager
|
||||
ARCH?=amd64
|
||||
TEMP_DIR:=$(shell mktemp -d)
|
||||
VERSION=v8.8
|
||||
KUBECTL_VERSION?=v1.10.7
|
||||
VERSION=v8.9
|
||||
KUBECTL_VERSION?=v1.11.3
|
||||
|
||||
BASEIMAGE=k8s.gcr.io/debian-base-$(ARCH):0.3.2
|
||||
BASEIMAGE=k8s.gcr.io/debian-base-$(ARCH):0.4.0
|
||||
|
||||
.PHONY: build push
|
||||
|
||||
|
|
|
@ -276,7 +276,7 @@ while true; do sleep 1; done
|
|||
},
|
||||
{
|
||||
description: "should be able to pull image from gcr.io",
|
||||
image: "gcr.io/google-containers/debian-base:0.3.2",
|
||||
image: "gcr.io/google-containers/debian-base:0.4.0",
|
||||
phase: v1.PodRunning,
|
||||
waiting: false,
|
||||
},
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
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
|
||||
amd64=k8s.gcr.io/debian-base-amd64:0.4.0
|
||||
arm=k8s.gcr.io/debian-base-arm:0.4.0
|
||||
arm64=k8s.gcr.io/debian-base-arm64:0.4.0
|
||||
ppc64le=k8s.gcr.io/debian-base-ppc64le:0.4.0
|
||||
|
|
|
@ -1 +1 @@
|
|||
1.2
|
||||
1.3
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
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
|
||||
amd64=k8s.gcr.io/debian-base-amd64:0.4.0
|
||||
arm=k8s.gcr.io/debian-base-arm:0.4.0
|
||||
arm64=k8s.gcr.io/debian-base-arm64:0.4.0
|
||||
ppc64le=k8s.gcr.io/debian-base-ppc64le:0.4.0
|
||||
|
|
|
@ -1 +1 @@
|
|||
1.1
|
||||
1.2
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
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
|
||||
amd64=k8s.gcr.io/debian-base-amd64:0.4.0
|
||||
arm=k8s.gcr.io/debian-base-arm:0.4.0
|
||||
arm64=k8s.gcr.io/debian-base-arm64:0.4.0
|
||||
ppc64le=k8s.gcr.io/debian-base-ppc64le:0.4.0
|
||||
|
|
|
@ -1 +1 @@
|
|||
1.1
|
||||
1.2
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
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
|
||||
amd64=k8s.gcr.io/debian-base-amd64:0.4.0
|
||||
arm=k8s.gcr.io/debian-base-arm:0.4.0
|
||||
arm64=k8s.gcr.io/debian-base-arm64:0.4.0
|
||||
ppc64le=k8s.gcr.io/debian-base-ppc64le:0.4.0
|
||||
|
|
|
@ -1 +1 @@
|
|||
1.3
|
||||
1.4
|
||||
|
|
Loading…
Reference in New Issue