absmach / magistrala

Industrial IoT Messaging and Device Management Platform
https://www.abstractmachines.fr/magistrala.html
Apache License 2.0
2.42k stars 665 forks source link

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

Open andychao217 opened 2 months ago

andychao217 commented 2 months ago

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

dborovcanin commented 2 months ago

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.

rodneyosodo commented 1 month ago

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