mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-03 07:55:05 +00:00
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:
5
tools/mkimage-dynamic-vhd/Dockerfile
Normal file
5
tools/mkimage-dynamic-vhd/Dockerfile
Normal file
@@ -0,0 +1,5 @@
|
||||
FROM linuxkit/guestfs:2657580764d5791e103647237dac5a0276533e2e@sha256:8f99eba6720df17bce8893052d7ca9a07cdc9cd09b335a5a9c57ebd5a44934be
|
||||
|
||||
COPY . .
|
||||
|
||||
ENTRYPOINT [ "/make-dynamic-vhd" ]
|
Reference in New Issue
Block a user