mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-03 07:55:05 +00:00
update debian for binfmt (#4159)
Signed-off-by: Avi Deitcher <avi@deitcher.net>
This commit is contained in:
@@ -17,7 +17,7 @@ onboot:
|
||||
- name: sysfs
|
||||
image: linuxkit/sysfs:7345172dbf4d436c861adfc27150af474194289b
|
||||
- name: binfmt
|
||||
image: linuxkit/binfmt:ce9509ccfa25002227ccd7ed8dd48d6947854427
|
||||
image: linuxkit/binfmt:9d2a7ee581dabee65ea6866763d9a1dbbea2f271
|
||||
# Format and mount the disk image in /var/lib/docker
|
||||
- name: format
|
||||
image: linuxkit/format:3fb088f60ed73ba4a15be41e44654b74112fd3f9
|
||||
|
@@ -1,5 +1,5 @@
|
||||
# Use Debian testing Qemu 4.2.0 until https://bugs.alpinelinux.org/issues/8131 is resolved.
|
||||
FROM debian@sha256:d828cca5497a2519da9c6d42372066895fa28a69f1e8a46a38ce8f750bd2adf0 AS qemu
|
||||
FROM debian@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b 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 && \
|
||||
|
@@ -6,7 +6,7 @@ init:
|
||||
- linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9
|
||||
onboot:
|
||||
- name: binfmt
|
||||
image: linuxkit/binfmt:ce9509ccfa25002227ccd7ed8dd48d6947854427
|
||||
image: linuxkit/binfmt:9d2a7ee581dabee65ea6866763d9a1dbbea2f271
|
||||
- name: test
|
||||
image: alpine:3.13
|
||||
binds:
|
||||
|
Reference in New Issue
Block a user