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

Closed
opened 2025-11-13 11:47:00 -06:00 by GiteaMirror · 3 comments
Owner

Originally created by @gazn3vada on GitHub (Jan 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 GitHub (Jan 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.
Author
Owner

@miloschwartz commented on GitHub (Jan 6, 2025):

We forgot to publish arm containers 😅

We will build and publish those shortly and I will post here to let you know.

@miloschwartz commented on GitHub (Jan 6, 2025): We forgot to publish arm containers 😅 We will build and publish those shortly and I will post here to let you know.
Author
Owner

@miloschwartz commented on GitHub (Jan 6, 2025):

Just published the arm containers. Please reply if they work for you and I can close the issue.

https://hub.docker.com/orgs/fosrl/repositories

@miloschwartz commented on GitHub (Jan 6, 2025): Just published the arm containers. Please reply if they work for you and I can close the issue. https://hub.docker.com/orgs/fosrl/repositories
Author
Owner

@miloschwartz commented on GitHub (Jan 7, 2025):

Closing because we've received reports already it works

@miloschwartz commented on GitHub (Jan 7, 2025): Closing because we've received reports already it works
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/pangolin#2