Skip to content

Commit 56d9169

Browse files
authored
Merge pull request #386 from Paraphraser/20210808-nodered-master
20210808 documentation - Node-RED
2 parents 7dc043e + 075a52f commit 56d9169

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

docs/Containers/Node-RED.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,17 @@ The source code for Node-RED lives at [GitHub node-red/node-red-docker](https://
4141

4242
### Node-RED images ([DockerHub](https://hub.docker.com))
4343

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 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:
4545

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.
4948

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.
5155

5256
### IOTstack menu
5357

0 commit comments

Comments
 (0)