I build Node-RED images regularly, including several nodes that I use. I use these images on my Intel NUC and previously on my Synology. The images are X86/64 based.

I haven’t invested time aligning the tags with the Node-RED versions, so I keep a list here to track which tag of my images contains which Node-RED version.

mrmadalex/my_new_nodered Tag List

TagNode-RED VersionComments
50Node-RED 4.0.5
49Node-RED 4.0.2
46Node-RED 3.1.6
45Node-RED 3.1.3
43Node-RED 3.0.2
41Node-RED 3.0.0See Hue Magic remark below.
39Node-RED 2.2.2(Probably still issues with Node-RED-Contrib-chatbot)
38Node-RED 2.2.0(Issues with Node-RED-Contrib-chatbot)
36Node-RED 2.1.6
35Node-RED 2.1.4

There seems to be an issue with Hue Magic 4.2.2, which you can find here. To solve it, enter the container of Node-RED and find the path: /node_modules/huemagic/node-red-contrib-huemagic/utils. In this directory, you’ll find messages.js, which you can modify following the instructions in the GitHub link.

For the Node-RED change log, refer to this link.