arm64 - docker-entrypoint.sh: exec format error #1889

Closed
opened 2026-04-05 19:42:51 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @gazn3vada on 1/6/2025

Hi,
I downloaded installer for arm64

$ uname -p
aarch64

from your repo:
https://github.com/fosrl/pangolin/releases/download/1.0.0-beta.1/installer_linux_arm64
launched and got this error:

dependency failed to start: container pangolin is unhealthy
Failed to start containers using docker-compose command

So I tried docker compose:

$ cat docker-compose.yml 
services:
  pangolin:
    image: fosrl/pangolin:1.0.0-beta.1

with the output:

pangolin  | exec /usr/local/bin/docker-entrypoint.sh: exec format error
Gracefully stopping... (press Ctrl+C again to force)
dependency failed to start: container pangolin is unhealthy

In your docker hub
https://hub.docker.com/r/fosrl/pangolin/tags
I can not find arch arm64.

*Originally created by @gazn3vada on 1/6/2025* Hi, I downloaded installer for arm64 ``` $ uname -p aarch64 ``` from your repo: https://github.com/fosrl/pangolin/releases/download/1.0.0-beta.1/installer_linux_arm64 launched and got this error: ``` dependency failed to start: container pangolin is unhealthy Failed to start containers using docker-compose command ``` So I tried docker compose: ``` $ cat docker-compose.yml services: pangolin: image: fosrl/pangolin:1.0.0-beta.1 ``` with the output: ``` pangolin | exec /usr/local/bin/docker-entrypoint.sh: exec format error Gracefully stopping... (press Ctrl+C again to force) dependency failed to start: container pangolin is unhealthy ``` In your docker hub https://hub.docker.com/r/fosrl/pangolin/tags I can not find arch arm64.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/pangolin#1889