mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-28 04:58:32 +00:00
Merge pull request #937 from dgageot/change-gce-image-path
Change the path of GCE image
This commit is contained in:
commit
653ce8daac
@ -88,7 +88,7 @@ gce.img.tar.gz: common
|
|||||||
docker run --rm --net=none --log-driver=none -i $(GCE_IMAGE) >$@
|
docker run --rm --net=none --log-driver=none -i $(GCE_IMAGE) >$@
|
||||||
|
|
||||||
gce-upload:
|
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
|
common: initrd.img
|
||||||
$(MAKE) -C kernel
|
$(MAKE) -C kernel
|
||||||
|
Loading…
Reference in New Issue
Block a user