Change the bucket where Moby is pushed for GCE

And make the image public

Signed-off-by: David Gageot <david@gageot.net>
This commit is contained in:
David Gageot 2016-12-22 18:36:26 +01:00
parent 054b49ccca
commit 86c29efe87

View File

@ -87,7 +87,7 @@ gce.img.tar.gz: common
docker run --rm --net=none --log-driver=none -i $(GCE_IMAGE) >$@
gce-upload:
docker run -it --rm --volumes-from gcloud-config google/cloud-sdk gsutil cp gce.img.tar.gz gs://docker4x-moby-images/
docker run -it --rm --volumes-from gcloud-config google/cloud-sdk gsutil cp -a public-read gce.img.tar.gz gs://docker-for-gcp-images/
common: initrd.img
$(MAKE) -C kernel