mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-20 01:29:07 +00:00
do not need the qemu executables in moby, they need to be in container
Signed-off-by: Justin Cormack <justin.cormack@unikernel.com>
This commit is contained in:
parent
c70b432b6f
commit
270caa071c
@ -33,7 +33,6 @@ COPY packages/diagnostics/etc /etc/
|
||||
COPY packages/automount/etc /etc/
|
||||
COPY packages/9pinit/etc /etc/
|
||||
COPY packages/ntp15m/etc /etc/
|
||||
COPY packages/qemu-user-static/qemu-* /usr/bin/
|
||||
COPY packages/qemu-user-static/etc /etc/
|
||||
|
||||
RUN \
|
||||
|
1
alpine/packages/qemu-user-static/.gitignore
vendored
1
alpine/packages/qemu-user-static/.gitignore
vendored
@ -1 +0,0 @@
|
||||
qemu-arm-static
|
@ -1,3 +0,0 @@
|
||||
FROM debian:jessie
|
||||
|
||||
RUN apt-get update && apt-get -y install qemu-user-static
|
@ -1,10 +0,0 @@
|
||||
all: qemu-arm-static
|
||||
|
||||
qemu-arm-static :
|
||||
docker build -t qemu-user-static:build .
|
||||
docker run qemu-user-static:build cat /usr/bin/qemu-arm-static > qemu-arm-static
|
||||
chmod 755 qemu-arm-static
|
||||
docker run qemu-user-static:build cat /var/lib/binfmts/qemu-arm > binfmt-arm
|
||||
|
||||
clean:
|
||||
rm -f qemu-arm-static binfmt-arm
|
@ -1,9 +0,0 @@
|
||||
qemu-user-static
|
||||
magic
|
||||
0
|
||||
\x7fELF\x01\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x28\x00
|
||||
\xff\xff\xff\xff\xff\xff\xff\x00\xff\xff\xff\xff\xff\xff\xff\xff\xfe\xff\xff\xff
|
||||
/usr/bin/qemu-arm-static
|
||||
|
||||
yes
|
||||
|
Loading…
Reference in New Issue
Block a user