Update moby tool and qemu fixes

- no longer uses several of the `mkimage-*` tools in favour of dogfooding
with `linuxkit` and using the `mkimage` package.
- fix the qemu docker container fallbacks to work better when multiple
paths are used for disks and the image.

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
Justin Cormack
2017-06-02 16:41:36 +01:00
parent 62cb96dec1
commit e782a469d5
14 changed files with 60 additions and 286 deletions

View File

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