mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-23 11:00:25 +00:00
Change the path of GCE image
Signed-off-by: David Gageot <david@gageot.net>
This commit is contained in:
parent
0c31b4e64f
commit
8640c4e4be
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user