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:
Justin Cormack 2015-12-31 10:32:34 +00:00
parent c70b432b6f
commit 270caa071c
5 changed files with 0 additions and 24 deletions

View File

@ -33,7 +33,6 @@ COPY packages/diagnostics/etc /etc/
COPY packages/automount/etc /etc/ COPY packages/automount/etc /etc/
COPY packages/9pinit/etc /etc/ COPY packages/9pinit/etc /etc/
COPY packages/ntp15m/etc /etc/ COPY packages/ntp15m/etc /etc/
COPY packages/qemu-user-static/qemu-* /usr/bin/
COPY packages/qemu-user-static/etc /etc/ COPY packages/qemu-user-static/etc /etc/
RUN \ RUN \

View File

@ -1 +0,0 @@
qemu-arm-static

View File

@ -1,3 +0,0 @@
FROM debian:jessie
RUN apt-get update && apt-get -y install qemu-user-static

View File

@ -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

View File

@ -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