Report this

What is the reason for this report?

Does anybody know how to fix this exec format error?

Posted on January 29, 2021

star-trek-13 | 21:21:18 INFO[0013] RUN apt-get update && apt-get install -y --no-install-recommends git ca-certificates star-trek-13 | 21:21:18 INFO[0013] Taking snapshot of full filesystem…
star-trek-13 | 21:21:20 INFO[0015] cmd: /bin/sh
star-trek-13 | 21:21:20 INFO[0015] args: [-c apt-get update && apt-get install -y --no-install-recommends git ca-certificates] star-trek-13 | 21:21:20 INFO[0015] Running: [/bin/sh -c apt-get update && apt-get install -y --no-install-recommends git ca-certificates] star-trek-13 | 21:21:20 error building image: error building stage: failed to execute command: starting command: fork/exec /bin/sh: exec format error star-trek-13 | 21:21:20 exit status 1 star-trek-13 | 21:21:20 ! Build failed (exit code 1)



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Hi, ‘Exec format error’ might be related to processor architecture mismatch. Can you provide more detailed info on the environment that you utilise for building the image (host OS, VM OS, container OS) ?

Hi @benroberts23,

I recently hit this issue with my own application. After chatting with engineering this appears to be an issue with architecture as @Yannek mentioned.

App Platform is using gVisor for the execution of the applications under the hood. Looking at the gVisor docs, the following limitations would also apply to App Platform:

gVisor supports Linux ELF binaries.

Binaries run in gVisor should be built for the AMD64 or AArch64 CPU architectures.

In short, 32-bit binaries will fail to execute on App Platform. I would recommend looking for a 64-bit version of your executable if possible.

Hope this helps!

Regards,

John Kwiatkoski Senior Developer Support Engineer - Kubernetes

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.