Skip to content

Commit 6063d48

Browse files
committed
Changed repository for qemu-provider
1 parent 1ce35c0 commit 6063d48

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile.arm32v7

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
FROM fkrull/qemu-user-static AS qemu-provider
1+
FROM tonistiigi/binfmt AS qemu-provider
22

33
FROM arm32v7/debian:stable-slim AS stage1
4-
COPY --from=qemu-provider /usr/bin/qemu-arm-static /usr/bin/qemu-arm-static
4+
COPY --from=qemu-provider /usr/bin/qemu-arm /usr/bin/qemu-arm-static
55

66
RUN apt-get update --yes
77
RUN apt-get install curl tar --yes
@@ -11,7 +11,7 @@ RUN mkdir -p /tmp/root && cd /tmp/root && tar xpf /tmp/ArchLinuxARM-armv7-latest
1111

1212
FROM scratch AS stage2
1313
COPY --from=stage1 /tmp/root .
14-
COPY --from=qemu-provider /usr/bin/qemu-arm-static /usr/bin/qemu-arm-static
14+
COPY --from=qemu-provider /usr/bin/qemu-arm /usr/bin/qemu-arm-static
1515

1616
USER root
1717

0 commit comments

Comments
 (0)