Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Won't run on Hetzners new arm64 platform #428

Open
rootiam opened this issue May 5, 2023 · 0 comments
Open

[BUG] Won't run on Hetzners new arm64 platform #428

rootiam opened this issue May 5, 2023 · 0 comments

Comments

@rootiam
Copy link

rootiam commented May 5, 2023

Deployment details:

  • App version [e.g. v1.7.4]: 2.3.0
  • Platform [e.g. amd64, arm64, arm/v7]: arm64
  • Docker image tag [e.g. latest, multiarch]: multiarch

Bug description:

I cannot get the flame container running on the new Hetzner arm64 platform.

The only way docker is executing "docker compose up -d" without complaining is with this docker compose file:

_

services:
flame:
platform: linux/amd64
image: pawelmalak/flame:multiarch

_

Unfortunately the container logs have this error: "exec /usr/local/bin/docker-entrypoint.sh: exec format error".
The container itself won't start. The status within "docker container ls" is always "restarting".

I also tried to play around without the platform key and with different combinations of platforms and the latest or multiarch tags.
None of the combinations let me even start the container.

@rootiam rootiam changed the title [BUG] Won't run on Hetzners new Arm64 platform [BUG] Won't run on Hetzners new arm64 platform May 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant