container-baseimage
container-baseimage copied to clipboard
"exec format error" When running on Raspberry Pi
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)
- latest
- alpine-0.1.6-dev-arm32v7
- alpine-0.1.6-dev-arm64v8
My environment:
- Ubuntu 19.10
- Kernel: 5.3.0-1019-raspi2 #21-Ubuntu SMP Mon Feb 17 14:05:03 UTC 2020 aarch64 aarch64 aarch64 GNU/Linux
- Pi4 (4gb)
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"