-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
The docker images only provide the binary of the extism CLI, but that is not a standalone binary, it requires e.g. libc.
running ldd /extism on the linux/arm64 variant returns
/lib/ld-linux-aarch64.so.1 (0x7ffffff5d000)
libdl.so.2 => /lib/ld-linux-aarch64.so.1 (0x7ffffff5d000)
libc.so.6 => /lib/ld-linux-aarch64.so.1 (0x7ffffff5d000)
libpthread.so.0 => /lib/ld-linux-aarch64.so.1 (0x7ffffff5d000)
Any attempt to use the image will give the error message
exec /extism: no such file or directory
Metadata
Metadata
Assignees
Labels
No labels