mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-26 19:35:10 +00:00
Merge pull request #6721 from brendandburns/hyperkube
Update to 0.14.2 in the docker k8s instructions.
This commit is contained in:
@@ -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}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user