Bug Report
Description
All published Docker images (latest, v0.8.0) are built without the mqtt
feature flag, making the Home Assistant integration completely unusable via Docker.
Error
error: unexpected argument '--mqtt' found
Usage: sensing-server --tick-ms <TICK_MS> --ui-path <UI_PATH>
--http-port <HTTP_PORT> --ws-port <WS_PORT> --bind-addr <BIND_ADDR>
Steps to reproduce
- Pull any published image (
latest or v0.8.0)
- Run with
--source esp32 --mqtt --mqtt-host <ip>
- Error above appears immediately, container keeps restarting
Expected behaviour
The Docker image should be built with --features mqtt as documented
in docs/integrations/home-assistant.md, which explicitly recommends
Docker as the easiest path for non-developers.
Environment
- Docker image:
ruvnet/wifi-densepose:latest and ruvnet/wifi-densepose:v0.8.0
- Deployed via Portainer on Home Assistant
Also tried building from source using the repository Dockerfile —
same error. The Dockerfile itself is missing --features mqtt
in the cargo build command.
Bug Report
Description
All published Docker images (
latest,v0.8.0) are built without themqttfeature flag, making the Home Assistant integration completely unusable via Docker.
Error
error: unexpected argument '--mqtt' found
Usage: sensing-server --tick-ms <TICK_MS> --ui-path <UI_PATH>
--http-port <HTTP_PORT> --ws-port <WS_PORT> --bind-addr <BIND_ADDR>
Steps to reproduce
latestorv0.8.0)--source esp32 --mqtt --mqtt-host <ip>Expected behaviour
The Docker image should be built with
--features mqttas documentedin
docs/integrations/home-assistant.md, which explicitly recommendsDocker as the easiest path for non-developers.
Environment
ruvnet/wifi-densepose:latestandruvnet/wifi-densepose:v0.8.0Also tried building from source using the repository Dockerfile —
same error. The Dockerfile itself is missing
--features mqttin the cargo build command.