schmich / armv7hf-alpine-qemu

Alpine ARM Docker image with QEMU cross-build support
https://hub.docker.com/r/schmich/armv7hf-alpine-qemu
Apache License 2.0
10 stars 8 forks source link

Can't build a project derived from this on DockerHub #2

Closed gounthar closed 6 years ago

gounthar commented 6 years ago

First of all, thanks a lot for your work. I'm sure there is something I don't get and that the source of my problems is not on your side, but... maybe you can help. I have a project which aims to build a minimal image for ARMV7 (OrangePi Zero/Raspberry PI3B+) on DockerHub. It builds when based on resin/qemux86-alpine:latest (but then can't execute on the Zero standard_init_linux.go:190: exec user process caused "exec format error"). It does not build when based on schmich/armv7hf-alpine-qemu:3.5:

Step 2/6 : RUN [ “cross-build-start” ] ---> Running in 895fcf627619 standard_init_linux.go:187: exec user process caused "exec format error"  Removing intermediate container 895fcf627619

I forked your project, and it does build. Do you have any idea on what I am doing wrong, or if something has changed on DockerHub side, or yours?

gounthar commented 6 years ago

Forget it, I had used a bad set of quotes.