nakla / sbfspot

Scripts for building and running the docker container
18 stars 10 forks source link

standard_init_linux.go:228 exec user process caused: exec format error on latest image #10

Closed m11tch closed 2 years ago

m11tch commented 2 years ago

I'm not sure what has changed in the latest image, but upgrading my existing container to this image caused the container to exit with the following error:

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

For now I reverted to :v1.0, because I don't have time for further troubleshooting at this moment.

nakla commented 2 years ago

Possibly due to a docker bug, your system pulled an image for the wrong architecture? Are you using an rpi 1 or rpi zero? On AMD64 arch image works without problem.

m11tch commented 2 years ago

It seems you're right, it pulled the ARM image instead of AMD64.