Skip to content
New issue

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

Docker image fails to start on arm #64

Closed
F3lisCatus opened this issue Jan 30, 2020 · 7 comments
Closed

Docker image fails to start on arm #64

F3lisCatus opened this issue Jan 30, 2020 · 7 comments

Comments

@F3lisCatus
Copy link

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?

@F3lisCatus F3lisCatus changed the title Docker image fails to start in arm Docker image fails to start on arm Jan 30, 2020
@tenox7
Copy link
Owner

tenox7 commented Jan 30, 2020

Very interesting! I guess the image should be build multi platform. I will look in to it. Thanks for reporting.

@Franchute13
Copy link

Hi.
Any new about that?
I have same problem with RP.

@tenox7
Copy link
Owner

tenox7 commented Feb 8, 2021

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.

@tenox7
Copy link
Owner

tenox7 commented Nov 6, 2022

The problem is that https://github.com/chromedp/docker-headless-shell/ only has linux/amd64 version. They do not publish arm64 version.

@tenox7
Copy link
Owner

tenox7 commented Dec 8, 2022

there is an issue open here: chromedp/chromedp#998

@tenox7
Copy link
Owner

tenox7 commented Feb 11, 2024

there now is a docker image of chromedp for arm chromedp/chromedp#998 - I will try to integrate it

@tenox7
Copy link
Owner

tenox7 commented May 23, 2024

fixed now

@tenox7 tenox7 closed this as completed May 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants