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:
Justin Cormack
2017-03-10 15:05:28 +00:00
parent c7d1438128
commit 718d45bdf5
8 changed files with 135 additions and 12 deletions

View File

@@ -0,0 +1,5 @@
FROM mobylinux/guestfs:69698aca5bfcb8c4d3a3bbe6d8656be155bf8cd6@sha256:703a7372ada5b3db64a11bc8c60eec06659a1052d9296fa0c556ed3faf75c182
COPY . .
ENTRYPOINT [ "/make-vhd" ]