-
-
Couldn't load subscription status.
- Fork 194
Closed
Labels
scope/backendRelated to backend changesRelated to backend changesstatus/triage/completedAutomatic triage completedAutomatic triage completedtype/bugSomething isn't workingSomething isn't working
Description
Issue submitter TODO list
- I've looked up my issue in FAQ
- I've searched for an already existing issues here
- I've tried running
main-labeled docker image and the issue still persists there - I'm running a supported version of the application which is listed here
Describe the bug (actual behavior)
It seems like the latest main tag have issues running on arm machines. Trying to run it on a graviton machine and getting exec /bin/sh: exec format error
$ uname -a Linux <internal-ip> 6.1.155-176.282.amzn2023.aarch64 #1 SMP Tue Oct 7 15:53:00 UTC 2025 aarch64 aarch64 aarch64 GNU/Linux $ ctr i pull ghcr.io/kafbat/kafka-ui:main ghcr.io/kafbat/kafka-ui:main: resolved |++++++++++++++++++++++++++++++++++++++| index-sha256:59748fb9fb24ac1fab330d5cfe7e61c0d250eb210cb91f7542ff0573132f13b0: done |++++++++++++++++++++++++++++++++++++++| manifest-sha256:b6c5bce126583408da9b5071caa1a5568dbab9258d0bae8b7e9e205e53e42d51: done |++++++++++++++++++++++++++++++++++++++| layer-sha256:728d7d6c645c5d6cfba8b37c360764f761a1ed8e45e66d107a8a38192609d5c4: done |++++++++++++++++++++++++++++++++++++++| layer-sha256:c99c00977775349ca570be2d2194e8712fa9e2f13e9c1f4e6ea2b5d4b68396d8: done |++++++++++++++++++++++++++++++++++++++| layer-sha256:5b7146233b64d07fc68f235aa00c90a2860f76fbb362058854b3c047db8931f6: done |++++++++++++++++++++++++++++++++++++++| config-sha256:c36ec49b6c2bb7b9570ed43ca3684fb5ddd33f568e2eed8776139b2b638b2704: done |++++++++++++++++++++++++++++++++++++++| layer-sha256:f15bf72005480e6f92f557d87dca3e79384c2d53d8feceed41e9bfb719fb7d72: done |++++++++++++++++++++++++++++++++++++++| layer-sha256:612111888b54b483f2531cabffe3389df42882527f9043b22ba56e4213ade2cd: done |++++++++++++++++++++++++++++++++++++++| layer-sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2: done |++++++++++++++++++++++++++++++++++++++| layer-sha256:9771641c90ccdb2c7fa14f377a1b2f41235f013fa674a100c92ccf18737abfe3: done |++++++++++++++++++++++++++++++++++++++| elapsed: 1.5 s total: 192.7 (128.4 MiB/s) unpacking linux/arm64/v8 sha256:59748fb9fb24ac1fab330d5cfe7e61c0d250eb210cb91f7542ff0573132f13b0... done: 2.093492549s $ ctr run --rm ghcr.io/kafbat/kafka-ui:main test ash exec /bin/ash: exec format error $ crictl inspecti ghcr.io/kafbat/kafka-ui:main | jq -r .info.imageSpec.architecture arm64 $ ctr run --rm public.ecr.aws/kafbat/kafka-ui:main test ash exec /bin/ash: exec format errorExpected behavior
It should be able to run arm64 machines succesfully.
Your installation details
main tag, chart version: 1.5.0
Steps to reproduce
Try to run the ghcr.io/kafbat/kafka-ui:main on an arm64 machine. I was trying it on an Amazon Graviton instance.
Screenshots
No response
Logs
No response
Additional context
No response
Metadata
Metadata
Assignees
Labels
scope/backendRelated to backend changesRelated to backend changesstatus/triage/completedAutomatic triage completedAutomatic triage completedtype/bugSomething isn't workingSomething isn't working