[GH-ISSUE #84] [BUG] Docker image missing architecture declaration #10592

Closed
opened 2026-05-12 20:48:54 -05:00 by GiteaMirror · 2 comments
Owner

Originally created by @loan-mgt on GitHub (Sep 17, 2024).
Original GitHub issue: https://github.com/moghtech/komodo/issues/84

Two points here:

  1. The published images for core and periphery do not specify their required architecture.
  2. No ARM images are published or available.

Trying to run Docker Compose on ARM gives the following output:

core-1 exited with code 1
core-1       | exec ./core: exec format error
periphery-1  | exec ./periphery: exec format error
Originally created by @loan-mgt on GitHub (Sep 17, 2024). Original GitHub issue: https://github.com/moghtech/komodo/issues/84 Two points here: 1. The published images for *core* and *periphery* do not specify their required architecture. 2. No ARM images are published or available. Trying to run Docker Compose on ARM gives the following output: ``` core-1 exited with code 1 core-1 | exec ./core: exec format error periphery-1 | exec ./periphery: exec format error ```
GiteaMirror added the info label 2026-05-12 20:48:54 -05:00
Author
Owner

@mbecker20 commented on GitHub (Sep 19, 2024):

Hi, there is another issue open to convert the images to true multi-platform. For now, arm support is user the ":latest-aarch64" tags:

  • ghcr.io/mbecker20/komodo:latest-aarch64

  • ghcr.io/mbecker20/periphery:latest-aarch64

<!-- gh-comment-id:2359911562 --> @mbecker20 commented on GitHub (Sep 19, 2024): Hi, there is another issue open to convert the images to true multi-platform. For now, arm support is user the ":latest-aarch64" tags: - ghcr.io/mbecker20/komodo:latest-aarch64 - ghcr.io/mbecker20/periphery:latest-aarch64
Author
Owner

@loan-mgt commented on GitHub (Sep 19, 2024):

Duplicate see #52

<!-- gh-comment-id:2360116296 --> @loan-mgt commented on GitHub (Sep 19, 2024): Duplicate see #52
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/komodo#10592