bump new version due to base image changed

This commit is contained in:
Di Xu
2017-08-19 14:06:48 +08:00
parent d4aa1611bd
commit ec2fbbc85d
8 changed files with 13 additions and 12 deletions

View File

@@ -19,11 +19,11 @@
REGISTRY?=gcr.io/google-containers
IMAGE?=debian-hyperkube-base
TAG=0.1
TAG=0.2
ARCH?=amd64
CACHEBUST?=1
BASEIMAGE=gcr.io/google-containers/debian-base-$(ARCH):0.1
BASEIMAGE=gcr.io/google-containers/debian-base-$(ARCH):0.2
CNI_RELEASE=0799f5732f2a11b329d9e3d51b9c8f2e3759f2ff
TEMP_DIR:=$(shell mktemp -d)