Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker build fails on ARMv7. #16

Open
lightvil opened this issue Apr 5, 2019 · 0 comments
Open

Docker build fails on ARMv7. #16

lightvil opened this issue Apr 5, 2019 · 0 comments

Comments

@lightvil
Copy link

lightvil commented Apr 5, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant