mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-21 20:52:10 +00:00
Add VHD and GCE output formats
- VHD is uncompressed VHD. Currently hard coded at 1GB, which may need to change. Use `format: vhd` - GCE is the GCE compressed tarred raw image. Use `format: gce-img` - reserving `gce` for actually uploading the image. Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
5
tools/mkimage-vhd/Dockerfile
Normal file
5
tools/mkimage-vhd/Dockerfile
Normal file
@@ -0,0 +1,5 @@
|
||||
FROM mobylinux/guestfs:69698aca5bfcb8c4d3a3bbe6d8656be155bf8cd6@sha256:703a7372ada5b3db64a11bc8c60eec06659a1052d9296fa0c556ed3faf75c182
|
||||
|
||||
COPY . .
|
||||
|
||||
ENTRYPOINT [ "/make-vhd" ]
|
Reference in New Issue
Block a user