mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-01-15 17:49:23 +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
234 B
Docker
8 lines
234 B
Docker
# Tag: 97cc67f5569c437175f2e54b3c3b9a96a8615a16
|
|
FROM mobylinux/alpine-qemu@sha256:80e17a465b332d774fd91b53c0bcb18ed0ea8a77c17bf8d8451c57a8ab8b4e66
|
|
|
|
COPY ./cloud/azure/raw2vhd.sh /raw2vhd.sh
|
|
|
|
VOLUME ["/tmp"]
|
|
ENTRYPOINT ["/raw2vhd.sh"]
|