Merge pull request #1136 from dgageot/fix-bucket

Fix the bucket used to upload gce images
This commit is contained in:
Justin Cormack 2017-02-02 15:37:16 +00:00 committed by GitHub
commit a9629a9098

View File

@ -91,7 +91,7 @@ endif
--volumes-from gsutil-moby-config \
-v $(CURDIR)/gce.img.tar.gz:/gce.img.tar.gz \
google/cloud-sdk \
gsutil cp -a public-read /gce.img.tar.gz gs://docker-for-gcp-templates/latest/gce.img.tar.gz
gsutil cp -a public-read /gce.img.tar.gz gs://docker-for-gcp-images/latest/gce.img.tar.gz
common: initrd.img kernel/x86_64/vmlinuz64