Update to 0.14.2 in the docker k8s instructions.

This commit is contained in:
Brendan Burns
2015-04-10 22:02:55 -07:00
parent 1a2e4f8e1d
commit 6217ae0242
4 changed files with 14 additions and 14 deletions

View File

@@ -1,9 +1,9 @@
# build the hyperkube image.
VERSION=v0.14.1
VERSION=v0.14.2
all:
# cp ../../../_output/release-stage/server/linux-amd64/kubernetes/server/bin/hyperkube ./
curl -O http://storage.googleapis.com/kubernetes-release/release/${VERSION}/bin/linux/amd64/hyperkube
docker build -t gcr.io/google_containers/hyperkube:${VERSION} .
gcloud preview docker push gcr.io/google_containers/hyperkube:${VERSION}