Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
andychao217 opened this issue Apr 19, 2024 · 2 comments
Labels

Comments

@andychao217
Copy link

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
Copy link
Collaborator

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
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Backlog
Development

No branches or pull requests

3 participants