Merge pull request #6721 from brendandburns/hyperkube

Update to 0.14.2 in the docker k8s instructions.
This commit is contained in:
Robert Bailey
2015-04-10 23:45:36 -07:00
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}