update build/root/WORKSPACE and cluster/images/hyperkube/Makefile for the new tag

This commit is contained in:
Davanum Srinivas
2017-11-28 17:31:00 -05:00
parent e378a2a6c3
commit f16b00b321
2 changed files with 3 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ REGISTRY?=gcr.io/google-containers
ARCH?=amd64
HYPERKUBE_BIN?=_output/dockerized/bin/linux/$(ARCH)/hyperkube
BASEIMAGE=gcr.io/google-containers/debian-hyperkube-base-$(ARCH):0.7
BASEIMAGE=gcr.io/google-containers/debian-hyperkube-base-$(ARCH):0.8
TEMP_DIR:=$(shell mktemp -d -t hyperkubeXXXXXX)
all: build