mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-11-01 16:27:10 +00:00
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>
6 lines
181 B
Docker
6 lines
181 B
Docker
FROM linuxkit/guestfs:2657580764d5791e103647237dac5a0276533e2e@sha256:8f99eba6720df17bce8893052d7ca9a07cdc9cd09b335a5a9c57ebd5a44934be
|
|
|
|
COPY . .
|
|
|
|
ENTRYPOINT [ "/make-dynamic-vhd" ]
|