From f128b3031825cf23b26cfb7d9353d5bac225b732 Mon Sep 17 00:00:00 2001 From: Joe Finney Date: Mon, 2 May 2016 14:43:06 -0700 Subject: [PATCH] Use v1.6.2-1 tag for build. --- build/common.sh | 2 +- cluster/images/flannel/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/common.sh b/build/common.sh index 3d052e3c93..3bd24dad1c 100755 --- a/build/common.sh +++ b/build/common.sh @@ -48,7 +48,7 @@ readonly KUBE_GCS_DELETE_EXISTING="${KUBE_GCS_DELETE_EXISTING:-n}" # Constants readonly KUBE_BUILD_IMAGE_REPO=kube-build -readonly KUBE_BUILD_IMAGE_CROSS_TAG="v1.6.0-2" +readonly KUBE_BUILD_IMAGE_CROSS_TAG="v1.6.2-1" # KUBE_BUILD_DATA_CONTAINER_NAME=kube-build-data-" # Here we map the output directories across both the local and remote _output diff --git a/cluster/images/flannel/Makefile b/cluster/images/flannel/Makefile index f439889a89..7e6ea08dd4 100644 --- a/cluster/images/flannel/Makefile +++ b/cluster/images/flannel/Makefile @@ -20,7 +20,7 @@ TAG?=0.5.5 ARCH?=amd64 REGISTRY?=gcr.io/google_containers -KUBE_CROSS_TAG=v1.6.0-2 +KUBE_CROSS_TAG=v1.6.2-1 GOARM=6 TEMP_DIR:=$(shell mktemp -d) BASEIMAGE?=gcr.io/google_containers/debian-iptables-${ARCH}:v2