mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 01:06:27 +00:00
Update to Qemu 4.2.0 from Debian testing
This has fixed a lot of outstanding emulation issues, see comments in https://github.com/docker/binfmt/pull/24 Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
parent
39aafb21d0
commit
d2f55af35c
@ -1,5 +1,5 @@
|
||||
# Use Debian stretch until https://bugs.alpinelinux.org/issues/8131 is resolved.
|
||||
FROM debian@sha256:de3eac83cd481c04c5d6c7344cd7327625a1d8b2540e82a8231b5675cef0ae5f AS qemu
|
||||
# Use Debian testing Qemu 4.2.0 until https://bugs.alpinelinux.org/issues/8131 is resolved.
|
||||
FROM debian@sha256:79f148e13b4c596d4ad7fd617aba3630e37cf04f04538699341ed1267bd61a23 AS qemu
|
||||
RUN apt-get update && apt-get install -y qemu-user-static && \
|
||||
mv /usr/bin/qemu-aarch64-static /usr/bin/qemu-aarch64 && \
|
||||
mv /usr/bin/qemu-arm-static /usr/bin/qemu-arm && \
|
||||
|
Loading…
Reference in New Issue
Block a user