@@ -28,7 +28,7 @@ Let's dissect that command:
2828 -p 1880:1880 - connect local port 1880 to the exposed internal port 1880
2929 -v node_red_data:/data - mount the host node_red_data directory to the container /data directory so any changes made to flows are persisted
3030 --name mynodered - give this machine a friendly local name
31- nodered/node-red - the image to base it on - currently Node-RED v4.1.11
31+ nodered/node-red - the image to base it on - currently Node-RED v5.0.0
3232
3333
3434
@@ -37,9 +37,9 @@ Running that command should give a terminal window with a running instance of No
3737 Welcome to Node-RED
3838 ===================
3939
40- 10 Oct 12:57:10 - [info] Node-RED version: v4.1.11
41- 10 Oct 12:57:10 - [info] Node.js version: v18.19.0
42- 10 Oct 12:57:10 - [info] Linux 6.6.13-100.fc38 .x86_64 x64 LE
40+ 10 Oct 12:57:10 - [info] Node-RED version: v5.0.0
41+ 10 Oct 12:57:10 - [info] Node.js version: v24.11.1
42+ 10 Oct 12:57:10 - [info] Linux 6.17.5-200.fc42 .x86_64 x64 LE
4343 10 Oct 12:57:11 - [info] Loading palette nodes
4444 10 Oct 12:57:16 - [info] Settings file : /data/settings.js
4545 10 Oct 12:57:16 - [info] Context store : 'default' [module=memory]
@@ -114,79 +114,35 @@ Using Alpine Linux reduces the built image size, but removes standard dependenci
114114
115115The following table shows the variety of provided Node-RED images.
116116
117- | ** Tag** | ** Node** | ** Arch** | ** Python** | ** Dev** | ** Base Image** |
118- | ----------------------------| --------| ----------| ------------| -------| ----------------------------|
119- | 4.1.11-18 | 18 | amd64 | 3.x | yes | amd64/node:18-alpine |
120- | | 18 | arm32v7 | 3.x | yes | arm32v7/node:18-alpine |
121- | | 18 | arm64v8 | 3.x | yes | arm64v8/node:18-alpine |
122- | | | | | | |
123- | 4.1.11-18-minimal | 18 | amd64 | no | no | amd64/node:18-alpine |
124- | | 18 | arm32v7 | no | no | arm32v7/node:18-alpine |
125- | | 18 | arm64v8 | no | no | arm64v8/node:18-alpine |
126-
127- | ** Tag** | ** Node** | ** Arch** | ** Python** | ** Dev** | ** Base Image** |
128- | ----------------------------| --------| ----------| ------------| -------| ----------------------------|
129- | 4.1.11-20 | 20 | amd64 | 3.x | yes | amd64/node:20-alpine |
130- | | 20 | arm32v7 | 3.x | yes | arm32v7/node:20-alpine |
131- | | 20 | arm64v8 | 3.x | yes | arm64v8/node:20-alpine |
132- | | | | | | |
133- | 4.1.11-20-minimal | 20 | amd64 | no | no | amd64/node:20-alpine |
134- | | 20 | arm32v7 | no | no | arm32v7/node:20-alpine |
135- | | 20 | arm64v8 | no | no | arm64v8/node:20-alpine |
136- | | | | | | |
137- | 4.1.11-debian | 20 | amd64 | 3.x | yes | amd64/node:20-buster-slim |
138- | | 20 | arm32v7 | 3.x | yes | amd64/node:20-buster-slim |
139- | | 20 | arm64v8 | 3.x | yes | amd64/node:20-buster-slim |
140-
141- | ** Tag** | ** Node** | ** Arch** | ** Python** | ** Dev** | ** Base Image** |
142- | ----------------------------| --------| ----------| ------------| -------| ----------------------------|
143- | 4.1.11-22 | 22 | amd64 | 3.x | yes | amd64/node:22-alpine |
144- | | 22 | arm32v7 | 3.x | yes | arm32v7/node:22-alpine |
145- | | 22 | arm64v8 | 3.x | yes | arm64v8/node:22-alpine |
146- | | | | | | |
147- | 4.1.11-22-minimal | 22 | amd64 | no | no | amd64/node:22-alpine |
148- | | 22 | arm32v7 | no | no | arm32v7/node:22-alpine |
149- | | 22 | arm64v8 | no | no | arm64v8/node:22-alpine |
150-
117+ | ** Tag** | ** Node** | ** Arch** | ** Python** | ** Dev** | ** Base Image** |
118+ | :---------------------------| :------:| :--------:| :----------:| :-----:| :-----------------------------|
119+ | 5.0.0-24 | 24 | amd64 | 3.x | yes | amd64/node:24-alpine |
120+ | | 24 | arm64v8 | 3.x | yes | arm64v8/node:24-alpine |
121+ | | | | | | |
122+ | 5.0.0-24-minimal | 24 | amd64 | no | no | amd64/node:24-alpine |
123+ | | 24 | arm64v8 | no | no | arm64v8/node:24-alpine |
124+ | | | | | | |
125+ | 5.0.0-debian | 24 | amd64 | 3.x | yes | amd64/node:24-trixie-slim |
126+ | | 24 | arm64v8 | 3.x | yes | arm64v8/node:24-trixie-slim |
151127
152128- All images have bash, tzdata, nano, curl, git, openssl and openssh-client pre-installed to support Node-RED's Projects feature.
153129
154130## Manifest Lists
155131The following table shows the provided Manifest Lists.
156132
157- | ** Tag** | ** Node-RED Base Image** |
158- | ----------------------------------------| --------------------------------------------|
159- | latest, 4.1.11, | nodered/node-red:4.1.11-20 |
160- | latest-20, 4.1.11-20 | |
161- | | |
162- | | |
163- | latest-minimal, 4.1.11-minimal, | nodered/node-red:4.1.11-20-minimal |
164- | latest-20-minimal, 4.1.11-20-minimal | |
165- | | |
166- | latest-debian | nodered/node-red: latest-debian |
167-
168133
169134| ** Tag** | ** Node-RED Base Image** |
170135| ----------------------------------------| --------------------------------------------|
171- | latest-18, 4.1.11-18 | nodered/node-red:4.1.11-18 |
172- | | |
173- | latest-18-minimal, 4.1.11-18-minimal | nodered/node-red:4.1.11-18-minimal |
174-
175-
176- | ** Tag** | ** Node-RED Base Image** |
177- | ----------------------------------------| --------------------------------------------|
178- | latest-22, 4.1.11-22 | nodered/node-red:4.1.11-22 |
179- | | |
180- | latest-22-minimal, 4.1.11-22-minimal | nodered/node-red:4.1.11-22-minimal
181-
136+ | latest, latest-24, 5.0.0-24 | nodered/node-red:5.0.0-24 |
137+ | latest-24-minimal, 5.0.0-24-minimal | nodered/node-red:5.0.0.6-24-minimal |
182138
183139With the support of Docker manifest list, there is no need to explicitly add the tag for the architecture to use.
184140When a docker run command or docker service command or docker stack command is executed, docker checks which architecture is required and verifies if it is available in the docker repository. If it does, docker pulls the matching image for it.
185141
186142Therefore all tags regarding Raspberry PI's are dropped.
187143
188- For example: suppose you are running on a Raspberry PI 3B, which has ` arm32v7 ` as architecture. Then just run the following command to pull the image (tagged by ` 4.1.11-20 ` ), and run the container.
189144
145+ For example: suppose you are running on a Raspberry PI 4B, which has ` arm64v8 ` as architecture. Then just run the following command to pull the image (tagged by ` 5.0.0-24 ` ), and run the container.
190146
191147```
192148docker run -it -p 1880:1880 -v node_red_data:/data --name mynodered nodered/node-red:latest
@@ -325,7 +281,7 @@ Docker build process, the dependencies are installed under `/usr/src/node-red`.
325281The main sections to modify are
326282
327283 "dependencies": {
328- "node-red": "^4.1.11 ", <-- set the version of Node-RED here
284+ "node-red": "^5.0.0 ", <-- set the version of Node-RED here
329285 "node-red-dashboard": "*" <-- add any extra npm packages here
330286 },
331287
0 commit comments