mirror of
https://github.com/moghtech/komodo.git
synced 2026-07-16 01:59:56 -05:00
[GH-ISSUE #84] [BUG] Docker image missing architecture declaration #23401
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @loan-mgt on GitHub (Sep 17, 2024).
Original GitHub issue: https://github.com/moghtech/komodo/issues/84
Two points here:
Trying to run Docker Compose on ARM gives the following output:
@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
@loan-mgt commented on GitHub (Sep 19, 2024):
Duplicate see #52