We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ce35c0 commit 6063d48Copy full SHA for 6063d48
Dockerfile.arm32v7
@@ -1,7 +1,7 @@
1
-FROM fkrull/qemu-user-static AS qemu-provider
+FROM tonistiigi/binfmt AS qemu-provider
2
3
FROM arm32v7/debian:stable-slim AS stage1
4
-COPY --from=qemu-provider /usr/bin/qemu-arm-static /usr/bin/qemu-arm-static
+COPY --from=qemu-provider /usr/bin/qemu-arm /usr/bin/qemu-arm-static
5
6
RUN apt-get update --yes
7
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
11
12
FROM scratch AS stage2
13
COPY --from=stage1 /tmp/root .
14
15
16
USER root
17
0 commit comments