MQTT V5 developer image in docker

Hi all,

i used the below steps to have mqtt version 5 properties in node red.

  1. git clone https://github.com/Steve-Mcl/node-red.git
  2. cd into the newly created node-red directory
  3. git checkout mqtt5
  4. npm install
  5. npm run build
  6. npm run start

Could anyone help me in having a docker image of the same ?

As 1.3.0 beta 1 is now out, you might want to forget about running my branch and move over to the official beta. It now has MQTT V5 merged in.

Hi @Steve-Mcl

Thank you so much for th update.

Since I'm very new to node red, Could you please let me know if a docker image is available for the latest 1.3.0-beta.1 version?

If not what would be the steps to create it.

Sorry but I have no idea I avoid docker like the plague. :smiley:

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.