jekyll-docker icon indicating copy to clipboard operation
jekyll-docker copied to clipboard

exec user process caused "exec format error"

Open chrisw-devops opened this issue 5 years ago • 5 comments

When I attempt to run docker run jekyll/jekyll:latest I receive the error exec user process caused "exec format error".

This works for me on my Windows machine, but not on my Ubuntu 20.04 server.

Running Docker version 19.03.9

chrisw-devops avatar Jun 09 '20 15:06 chrisw-devops

What architecture is your ubuntu server?

Can you post the output of uname -m

gsp8181 avatar Jul 24 '20 12:07 gsp8181

The output is aarch64 @gsp8181

chrisw-devops avatar Jul 26 '20 15:07 chrisw-devops

We don't build our images for Arm, only x86/64

envygeeks avatar Jul 27 '20 17:07 envygeeks

@envygeeks would you be open to adding arm support if someone else did the work? I need to deploy to arm also. I thought I would check here first before I go create my own solution.

bhirt avatar Sep 18 '21 19:09 bhirt

Same here. We would like to use Jekyll images on M1 Mac without emulation.

rjayasinghe avatar Sep 29 '22 08:09 rjayasinghe