emqx / emqx-docker

An Open-Source, Cloud-Native, Distributed MQTT Message Broker for IoT.
Apache License 2.0
31 stars 13 forks source link

v5.7.1 refuses to start - Incorrect platform and Missing dependencies #66

Closed PatBoud closed 3 months ago

PatBoud commented 3 months ago

v5.6.1 runs fine. Pulled v5.7.1 and re-deployed, but this is what shows up when i run "docker logs emqx":

ERROR:
ERROR: Please ensure it is running on the correct platform:
ERROR: arch: "x86_64-pc-linux-gnu"
wordsize: 64
os: "debian12"
erlang: "26.2.5-2"r
elixir: "none"
relform: "tgz"
ERROR: Version=5.7.1
ERROR: Required dependencies: openssl-1.1.1 (libcrypto), libncurses and libatomic1
ERROR:

I updated all libraries on the host VM (Almalinux 9.4) and rebooted just in case, still same error.

Rolled back to v5.6.1 successfully, is there something wrong with the DockerHub image?

PatBoud commented 3 months ago

For some reason, re-started and all is good. Closing issue.

Thank you.