I build NodeRed images regularly including several nodes that I use. I use these images on my Intel NUC and used them before on my Synology. The images are X86/64 based.

I haven’t invested time to get the tags aligned with the NodeRed versions so I keep a list here to know which tag of my images contain which Node-Red version.

mrmadalex/my_new_nodered

TagNodeRed Version & Comments
49NodeRed 4.0.2
46NodeRed 3.1.6
45NodeRed 3.1.3
43NodeRed 3.0.2
41NodeRed 3.0.0 – see hue magic remark below.
39NodeRed 2.2.2 – (Probably still issues with Node-Red-Contrib-chatbot)
38NodeRed 2.2.0 – (issues with Node-Red-Contrib-chatbot)
36NodeRed 2.1.6
35NodeRed 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 NodeRed and find the path: /node_modules/huemagic/node-red-contrib-huemagic/utils
In here you find the messages.js which you modify following the instructions of Github link.

ChangeLog of NodeRed itself: https://github.com/node-red/node-red/blob/master/CHANGELOG.md

https://github.com/Foddy/node-red-contrib-huemagic/issues/373