We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I try to run this image or other images based on it on my Raspberry Pi I get the following error.
standard_init_linux.go:211: exec user process caused "exec format error"
I tried 3 versions of the image to see if any of them would work. (full output below)
My environment:
This issue is also being tracked on the osixia/docker-keepalived repo (#35)
ubuntu@pun-node-01:~$ docker run osixia/light-baseimage:alpine-0.1.6-dev-arm32v7 Unable to find image 'osixia/light-baseimage:alpine-0.1.6-dev-arm32v7' locally alpine-0.1.6-dev-arm32v7: Pulling from osixia/light-baseimage 89d9c30c1d48: Already exists 10c8abecf49f: Pull complete 276da04034f0: Pull complete Digest: sha256:5d86ff833d10c81c1a2522fe6e7b17f2f8fd098de9ce9c6bc75ee4035d614de2 Status: Downloaded newer image for osixia/light-baseimage:alpine-0.1.6-dev-arm32v7 standard_init_linux.go:211: exec user process caused "exec format error" ubuntu@pun-node-01:~$ docker run osixia/light-baseimage:alpine-0.1.6-dev-arm64v8 Unable to find image 'osixia/light-baseimage:alpine-0.1.6-dev-arm64v8' locally alpine-0.1.6-dev-arm64v8: Pulling from osixia/light-baseimage 89d9c30c1d48: Already exists f005e59e016c: Already exists 50f953547cb8: Already exists Digest: sha256:e93b9264e7c6950f0fb749098add726de7e82b9e0247170d8038ad7db88fc29c Status: Downloaded newer image for osixia/light-baseimage:alpine-0.1.6-dev-arm64v8 standard_init_linux.go:211: exec user process caused "exec format error" ubuntu@pun-node-01:~$ docker run osixia/light-baseimage:latest Unable to find image 'osixia/light-baseimage:latest' locally latest: Pulling from osixia/light-baseimage 743f2d6c1f65: Pull complete b5a253986513: Pull complete 8e3cab0ead39: Pull complete Digest: sha256:3828b3a36e7735093322af56e3715cd4b81875e38ccb2abdb40048e6ffb132d0 Status: Downloaded newer image for osixia/light-baseimage:latest standard_init_linux.go:211: exec user process caused "exec format error"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I try to run this image or other images based on it on my Raspberry Pi I get the following error.
standard_init_linux.go:211: exec user process caused "exec format error"
I tried 3 versions of the image to see if any of them would work. (full output below)
My environment:
This issue is also being tracked on the osixia/docker-keepalived repo (#35)
The text was updated successfully, but these errors were encountered: