mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 17:26:28 +00:00
replace ancient debian version in binfmt
Signed-off-by: Avi Deitcher <avi@deitcher.net>
This commit is contained in:
parent
0cb961e082
commit
b633950059
@ -17,7 +17,7 @@ onboot:
|
||||
- name: sysfs
|
||||
image: linuxkit/sysfs:5fd982d39ff7bec8e480c67a110acb2d3794c291
|
||||
- name: binfmt
|
||||
image: linuxkit/binfmt:d1733f15280394d45a20d9b27d1917af785d9c10
|
||||
image: linuxkit/binfmt:af88a591f9cc896a52ce596b9cf7ca26a061ef97
|
||||
# Format and mount the disk image in /var/lib/docker
|
||||
- name: format
|
||||
image: linuxkit/format:5161fe240e5824da04d51bcf5e00afcb0c18dc25
|
||||
|
@ -1,5 +1,5 @@
|
||||
# Use Debian testing Qemu 4.2.0 until https://bugs.alpinelinux.org/issues/8131 is resolved.
|
||||
FROM debian@sha256:79f148e13b4c596d4ad7fd617aba3630e37cf04f04538699341ed1267bd61a23 AS qemu
|
||||
FROM debian@sha256:d828cca5497a2519da9c6d42372066895fa28a69f1e8a46a38ce8f750bd2adf0 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:436357ce16dd663e24f595bcec26d5ae476c998e
|
||||
onboot:
|
||||
- name: binfmt
|
||||
image: linuxkit/binfmt:d1733f15280394d45a20d9b27d1917af785d9c10
|
||||
image: linuxkit/binfmt:af88a591f9cc896a52ce596b9cf7ca26a061ef97
|
||||
- name: test
|
||||
image: alpine:3.13
|
||||
binds:
|
||||
|
Loading…
Reference in New Issue
Block a user