From 8640c4e4bede0263d8b3d2659177a90a7def14c1 Mon Sep 17 00:00:00 2001 From: David Gageot Date: Fri, 30 Dec 2016 16:02:37 +0100 Subject: [PATCH] Change the path of GCE image Signed-off-by: David Gageot --- alpine/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alpine/Makefile b/alpine/Makefile index 7fc564b67..c7e37f713 100644 --- a/alpine/Makefile +++ b/alpine/Makefile @@ -88,7 +88,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 -a public-read gce.img.tar.gz gs://docker-for-gcp-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/latest/gce.img.tar.gz common: initrd.img $(MAKE) -C kernel