Fetch resources from storage.googleapis.com over SSL.

This commit is contained in:
Robert Bailey
2015-04-26 21:51:37 -07:00
parent e061043cf1
commit 225da3f88f
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
VERSION=v0.14.2
all:
curl -O http://storage.googleapis.com/kubernetes-release/release/${VERSION}/bin/linux/amd64/hyperkube
curl -O https://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}