mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-29 00:14:00 +00:00
excludes - Go base images as not yet available - perf which does not build with latest image Signed-off-by: Justin Cormack <justin.cormack@docker.com>
8 lines
337 B
Docker
8 lines
337 B
Docker
# Tag: 97cc67f5569c437175f2e54b3c3b9a96a8615a16
|
|
FROM mobylinux/alpine-qemu@sha256:80e17a465b332d774fd91b53c0bcb18ed0ea8a77c17bf8d8451c57a8ab8b4e66
|
|
|
|
COPY alpine/gce.img.tar.gz .
|
|
RUN zcat gce.img.tar.gz | tar xf -
|
|
|
|
ENTRYPOINT [ "qemu-system-x86_64", "-serial", "stdio", "-drive", "file=disk.raw,format=raw", "-m", "2048", "-vnc", "none" ]
|