mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-01-30 04:27:09 +00:00
Build a GCE image
- this is a raw 1GB filesystem image with syslinux for booting - built with libguestfs so does not need any privileges - need not be built on GCE - there is a target that runs the image in qemu for local tests Does not yet have a script to upload the image to cloud storage or create image from it. Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
4
Makefile
4
Makefile
@@ -21,6 +21,10 @@ qemu-iso: Dockerfile.qemuiso alpine/mobylinux-bios.iso
|
||||
tar cf - $^ | docker build -f Dockerfile.qemuiso -t mobyqemuiso:build -
|
||||
docker run -it --rm mobyqemuiso:build
|
||||
|
||||
qemu-gce: Dockerfile.qemugce alpine/gce.img.tar.gz
|
||||
tar cf - $^ | docker build -f Dockerfile.qemugce -t mobyqemugce:build -
|
||||
docker run -it --rm mobyqemugce:build
|
||||
|
||||
hyperkit.git:
|
||||
git clone https://github.com/docker/hyperkit.git hyperkit.git
|
||||
|
||||
|
||||
Reference in New Issue
Block a user