balena-io-library / resin-rpi-raspbian

Apache License 2.0
74 stars 27 forks source link

standard_init_linux.go:178: exec user process caused "no such file or directory" #51

Closed Sispheor closed 7 years ago

Sispheor commented 7 years ago

Hi, I have an error with the image. With the tag latest

docker run --rm -it resin/rpi-raspbian:jessie /bin/bash 
standard_init_linux.go:178: exec user process caused "no such file or directory"

I saw on doker hub that you recommand to user the tag jessie-20160831. So I gave a try

docker run --rm -it resin/rpi-raspbian:jessie-20160831 /bin/bash
standard_init_linux.go:178: exec user process caused "no such file or directory"

Same error.

Is the image supposed to work on any CPU? I try to run it from my Ubuntu 16.04 which it has a x86_64 processor.

Sispheor commented 7 years ago

Ok, the image is created for ARM architecture only. I can close the issue. Sorry for the disturbance !