git-server-docker icon indicating copy to clipboard operation
git-server-docker copied to clipboard

Docker build fails on ARMv7.

Open lightvil opened this issue 6 years ago • 0 comments

I tried building an image on my ODROID-XU4(armv7). Docker build failed with the message saying "docker arm no matching manifest for unknown in the manifest list entries".

It seems that alpine:3.4 has no image for armv7. Changing "FROM alpine:3.4" to "FROM alpine:latest" results in a successful build.

How about changing alpine tag to 3.7 or later version?

Thank you for your great work.

lightvil avatar Apr 05 '19 03:04 lightvil