You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: