Skip to content

deno:bin container fails because the binary is dynamically linked #485

@toxeus

Description

@toxeus

The deno:bin container crashes immediately because the deno binary has been dynamically linked and the required shared libraries are deliberately missing.

What you want instead is to link the deno binary statically (pretty trivial in rust) such that it's self-contained. Then, copy the statically linked deno binary into the deno:bin image. This resolves the issue.

{"msg":"exec container process (missing dynamic library?) /deno: No such file or directory","level":"error","time":"2025-07-17T05:08:21.395134Z"}

See the screenshot below for some more details
Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions