absmach / magistrala

Industrial IoT Messaging and Device Management Platform

Home Page:https://www.abstractmachines.fr/magistrala.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug: the docker image magistrala/vernemq on the docker hub doesn't have the arm64 version

andychao217 opened this issue · comments

What were you trying to achieve?

i need to run the magistrala on a arm64/linux device, but the docker image magistrala/vernemq doesn't have the arm64 version, and i can't compile the image myself

What are the expected results?

please offer the arm64/linux version docker image for magistrala/vernemq on the docker hub, or tell me how to build the image by myself

What are the received results?

i need to run the magistrala on a arm64/linux device, but the docker image magistrala/vernemq doesn't have the arm64 version, and i can't compile the image myself

Steps To Reproduce

No response

In what environment did you encounter the issue?

arm64/linux

Additional information you deem important

No response

Hello, @andychao217, Magistrala uses VerneMQ build as its default MQTT broker. VerneMQ is not created or maintained by the Magistrala team. However, you can easily tweak Magistrala to use any MQTT broker, as long as it sticks to MQTT protocol specification. You can try RabbitMQ or NATS.

We can use docker buildx to build cross platform docker image since it is based on alpine and alpine supports arm. Something like https://hub.docker.com/r/rodneydav/coap/tags