mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-11 19:39:21 +00:00
- this is a raw 1GB filesystem image with syslinux for booting - built with libguestfs so does not need any privileges - need not be built on GCE - there is a target that runs the image in qemu for local tests Does not yet have a script to upload the image to cloud storage or create image from it. Signed-off-by: Justin Cormack <justin.cormack@docker.com>
11 lines
226 B
Docker
11 lines
226 B
Docker
# Tag: 8719f0f33b3cf9d59a62be64a42220978ac96486
|
|
FROM mobylinux/guestfs@sha256:c7229f01c1a54270d2bc3597c30121628c18db211ed32fb7202823b6eaa4f853
|
|
|
|
WORKDIR /tmp/image
|
|
|
|
COPY . .
|
|
|
|
COPY make-gce /usr/bin
|
|
|
|
CMD [ "/usr/bin/make-gce" ]
|