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 image fails on Raspberry Pi 4 #98

Closed
vexance opened this issue Nov 19, 2021 · 1 comment
Closed

Docker image fails on Raspberry Pi 4 #98

vexance opened this issue Nov 19, 2021 · 1 comment

Comments

@vexance
Copy link

vexance commented Nov 19, 2021

The following error occurs when attempting to run the docker image on a Raspberry Pi 4 with Alpine 3.14, causing the container to stop:

standard_init_linux.go:228: exec user process caused: exec format error

I believe this is due to the Alpine version in the Dockerfile being specified as 3.13.6, which might not support ARM 64 CPU architecture. Alpine's Official Dockerhub Image specifies the following tags as being supported:

    20210804, edge
    3.15.0-rc.4, 3.15
    3.14.3, 3.14, 3, latest
    3.13.7, 3.13
    3.12.9, 3.12
    3.11.13, 3.11

Updating the Dockerfile from ARG alpine_version=3.13.6 => ARG alpine_version=3.14.3 resolves the issue on my device.

@znerol
Copy link
Member

znerol commented Mar 6, 2022

Sorry for the late response. Fixed via #106

@znerol znerol closed this as completed Mar 6, 2022
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

2 participants