Merge pull request #937 from dgageot/change-gce-image-path

Change the path of GCE image
This commit is contained in:
Justin Cormack 2016-12-30 20:14:05 +00:00 committed by GitHub
commit 653ce8daac

View File

@ -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