Adding Dynamic VHD mkimage package

Adding a mkimage package to create dynamic 25GB VHD images (static
VHD images are already supported by LinuxKit).

Signed-off-by: Dave Freitag <dcfreita@us.ibm.com>
This commit is contained in:
Dave Freitag
2017-05-03 13:22:29 -05:00
parent 1d003717db
commit 24ffb20cd8
3 changed files with 91 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
FROM linuxkit/guestfs:2657580764d5791e103647237dac5a0276533e2e@sha256:8f99eba6720df17bce8893052d7ca9a07cdc9cd09b335a5a9c57ebd5a44934be
COPY . .
ENTRYPOINT [ "/make-dynamic-vhd" ]