You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Periodically, the source code is recompiled and pushed to [nodered/node-red](https://hub.docker.com/r/nodered/node-red/tags?page=1&ordering=last_updated) on *DockerHub*. There's a lot of stuff at that page but it boils down to variations on three basic themes:
44
+
Periodically, the source code is recompiled and pushed to [nodered/node-red](https://hub.docker.com/r/nodered/node-red/tags?page=1&ordering=last_updated) on *DockerHub*. There's a lot of stuff at that page but it boils down to variations on two basic themes:
45
45
46
-
* images with a `-10` suffix;
47
-
* images with a `-12` suffix; and
48
-
* images without a numeric suffix, which are the same as `-10`.
46
+
* images with a suffix like `-10`, `-12` or `-14`; and
47
+
* images without a numeric suffix.
49
48
50
-
The suffixes refer to the version of "Node.js" installed when the image was built.
49
+
The suffixes refer to the version of "Node.js" installed when the image was built. In the case of images without a numeric suffix:
50
+
51
+
* If the version of Node-RED is 1.3.x then a suffix of `-10` is implied. In other words, Node.js defaults to version 10.
52
+
* If the version of Node-RED is 2.x.x then a suffix of `-14` is implied. In other words, Node.js defaults to version 14.
53
+
54
+
As you will see a bit further down, the current default for IOTstack is an image tag of `latest-12` which means Node-RED 2.x.x with Node.js version 12.
0 commit comments