Docker image fails to start on arm
Hi,
I'm trying to get the docker image to run in my Raspberry Pi. When I run docker run -p 8080:8080 gcr.io/tenox7/wrp:latest or docker run -d -p 8080:8080 tenox7/wrp, it seems to download correctly but fails to start:
~ # docker run -p 8080:8080 gcr.io/tenox7/wrp:latest
Unable to find image 'gcr.io/tenox7/wrp:latest' locally
latest: Pulling from tenox7/wrp
dff99e741a04: Pull complete
437ff095182d: Pull complete
31bd18763335: Pull complete
67c576b030b5: Pull complete
Digest: sha256:3f6e7de9416355c0779b8935d8e8eaf6679f9cfc9aa2c5646c25d3c395d20b8e
Status: Downloaded newer image for gcr.io/tenox7/wrp:latest
standard_init_linux.go:211: exec user process caused "exec format error"
I guess these images are only build for x86?
Very interesting! I guess the image should be build multi platform. I will look in to it. Thanks for reporting.
Hi. Any new about that? I have same problem with RP.
I have not looked at it yet due to other commitments. But I do have a Raspberry PI where I can run it on so I will get to it. Please keep reminding me if you dont hear in a week or two.
The problem is that https://github.com/chromedp/docker-headless-shell/ only has linux/amd64 version. They do not publish arm64 version.
there is an issue open here: https://github.com/chromedp/chromedp/issues/998
there now is a docker image of chromedp for arm https://github.com/chromedp/chromedp/issues/998 - I will try to integrate it