From 86c29efe877ee48d49525a5b18002a1393cf0259 Mon Sep 17 00:00:00 2001 From: David Gageot Date: Thu, 22 Dec 2016 18:36:26 +0100 Subject: [PATCH] Change the bucket where Moby is pushed for GCE And make the image public Signed-off-by: David Gageot --- alpine/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alpine/Makefile b/alpine/Makefile index 6b397fd46..33a75787e 100644 --- a/alpine/Makefile +++ b/alpine/Makefile @@ -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