Skip to content

Commit 75486b9

Browse files
authored
Merge pull request #195 from node-red/create-pull-request/patch
🚀 Update to Node-RED 1.1.3 release
2 parents bb0658f + b5e8385 commit 75486b9

File tree

3 files changed

+58
-58
lines changed

3 files changed

+58
-58
lines changed

Diff for: README.md

+54-54
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ Let's dissect that command:
2323
-it - attach a terminal session so we can see what is going on
2424
-p 1880:1880 - connect local port 1880 to the exposed internal port 1880
2525
--name mynodered - give this machine a friendly local name
26-
nodered/node-red - the image to base it on - currently Node-RED v1.1.2
26+
nodered/node-red - the image to base it on - currently Node-RED v1.1.3
2727

2828

2929
Running that command should give a terminal window with a running instance of Node-RED.
3030

3131
Welcome to Node-RED
3232
===================
3333

34-
10 Jul 12:57:10 - [info] Node-RED version: v1.1.2
34+
10 Jul 12:57:10 - [info] Node-RED version: v1.1.3
3535
10 Jul 12:57:10 - [info] Node.js version: v10.21.0
3636
10 Jul 12:57:10 - [info] Linux 4.9.184-linuxkit x64 LE
3737
10 Jul 12:57:11 - [info] Loading palette nodes
@@ -111,36 +111,36 @@ The following table shows the variety of provided Node-RED images.
111111

112112
| **Tag** |**Node**| **Arch** | **Python** |**Dev**| **Base Image** |
113113
|----------------------------|--------|----------|------------|-------|------------------------|
114-
| 1.1.2-10-amd64 | 10 | amd64 | 2.x 3.x | yes | amd64/node:10-alpine |
115-
| 1.1.2-10-arm32v6 | 10 | arm32v6 | 2.x 3.x | yes | arm32v6/node:10-alpine |
116-
| 1.1.2-10-arm32v7 | 10 | arm32v7 | 2.x 3.x | yes | arm32v7/node:10-alpine |
117-
| 1.1.2-10-arm64v8 | 10 | arm64v8 | 2.x 3.x | yes | arm64v8/node:10-alpine |
118-
| 1.1.2-10-s390x | 10 | s390x | 2.x 3.x | yes | s390x/node:10-alpine |
119-
| 1.1.2-10-i386 | 10 | i386 | 2.x 3.x | yes | i386/node:10-alpine |
114+
| 1.1.3-10-amd64 | 10 | amd64 | 2.x 3.x | yes | amd64/node:10-alpine |
115+
| 1.1.3-10-arm32v6 | 10 | arm32v6 | 2.x 3.x | yes | arm32v6/node:10-alpine |
116+
| 1.1.3-10-arm32v7 | 10 | arm32v7 | 2.x 3.x | yes | arm32v7/node:10-alpine |
117+
| 1.1.3-10-arm64v8 | 10 | arm64v8 | 2.x 3.x | yes | arm64v8/node:10-alpine |
118+
| 1.1.3-10-s390x | 10 | s390x | 2.x 3.x | yes | s390x/node:10-alpine |
119+
| 1.1.3-10-i386 | 10 | i386 | 2.x 3.x | yes | i386/node:10-alpine |
120120
| | | | | | |
121-
| 1.1.2-10-minimal-amd64 | 10 | amd64 | no | no | amd64/node:10-alpine |
122-
| 1.1.2-10-minimal-arm32v6 | 10 | arm32v6 | no | no | arm32v6/node:10-alpine |
123-
| 1.1.2-10-minimal-arm32v7 | 10 | arm32v7 | no | no | arm32v7/node:10-alpine |
124-
| 1.1.2-10-minimal-arm64v8 | 10 | arm64v8 | no | no | arm64v8/node:10-alpine |
125-
| 1.1.2-10-minimal-s390x | 10 | s390x | no | no | s390x/node:10-alpine |
126-
| 1.1.2-10-minimal-i386 | 10 | i386 | no | no | i386/node:10-alpine |
121+
| 1.1.3-10-minimal-amd64 | 10 | amd64 | no | no | amd64/node:10-alpine |
122+
| 1.1.3-10-minimal-arm32v6 | 10 | arm32v6 | no | no | arm32v6/node:10-alpine |
123+
| 1.1.3-10-minimal-arm32v7 | 10 | arm32v7 | no | no | arm32v7/node:10-alpine |
124+
| 1.1.3-10-minimal-arm64v8 | 10 | arm64v8 | no | no | arm64v8/node:10-alpine |
125+
| 1.1.3-10-minimal-s390x | 10 | s390x | no | no | s390x/node:10-alpine |
126+
| 1.1.3-10-minimal-i386 | 10 | i386 | no | no | i386/node:10-alpine |
127127

128128

129129
| **Tag** |**Node**| **Arch** | **Python** |**Dev**| **Base Image** |
130130
|----------------------------|--------|----------|------------|-------|------------------------|
131-
| 1.1.2-12-amd64 | 12 | amd64 | 2.x 3.x | yes | amd64/node:12-alpine |
132-
| 1.1.2-12-arm32v6 | 12 | arm32v6 | 2.x 3.x | yes | arm32v6/node:12-alpine |
133-
| 1.1.2-12-arm32v7 | 12 | arm32v7 | 2.x 3.x | yes | arm32v7/node:12-alpine |
134-
| 1.1.2-12-arm64v8 | 12 | arm64v8 | 2.x 3.x | yes | arm64v8/node:12-alpine |
135-
| 1.1.2-12-s390x | 12 | s390x | 2.x 3.x | yes | s390x/node:12-alpine |
136-
| 1.1.2-12-i386 | 12 | i386 | 2.x 3.x | yes | i386/node:12-alpine |
131+
| 1.1.3-12-amd64 | 12 | amd64 | 2.x 3.x | yes | amd64/node:12-alpine |
132+
| 1.1.3-12-arm32v6 | 12 | arm32v6 | 2.x 3.x | yes | arm32v6/node:12-alpine |
133+
| 1.1.3-12-arm32v7 | 12 | arm32v7 | 2.x 3.x | yes | arm32v7/node:12-alpine |
134+
| 1.1.3-12-arm64v8 | 12 | arm64v8 | 2.x 3.x | yes | arm64v8/node:12-alpine |
135+
| 1.1.3-12-s390x | 12 | s390x | 2.x 3.x | yes | s390x/node:12-alpine |
136+
| 1.1.3-12-i386 | 12 | i386 | 2.x 3.x | yes | i386/node:12-alpine |
137137
| | | | | | |
138-
| 1.1.2-12-minimal-amd64 | 12 | amd64 | no | no | amd64/node:12-alpine |
139-
| 1.1.2-12-minimal-arm32v6 | 12 | arm32v6 | no | no | arm32v6/node:12-alpine |
140-
| 1.1.2-12-minimal-arm32v7 | 12 | arm32v7 | no | no | arm32v7/node:12-alpine |
141-
| 1.1.2-12-minimal-arm64v8 | 12 | arm64v8 | no | no | arm64v8/node:12-alpine |
142-
| 1.1.2-12-minimal-s390x | 12 | s390x | no | no | s390x/node:12-alpine |
143-
| 1.1.2-12-minimal-i386 | 12 | i386 | no | no | i386/node:12-alpine |
138+
| 1.1.3-12-minimal-amd64 | 12 | amd64 | no | no | amd64/node:12-alpine |
139+
| 1.1.3-12-minimal-arm32v6 | 12 | arm32v6 | no | no | arm32v6/node:12-alpine |
140+
| 1.1.3-12-minimal-arm32v7 | 12 | arm32v7 | no | no | arm32v7/node:12-alpine |
141+
| 1.1.3-12-minimal-arm64v8 | 12 | arm64v8 | no | no | arm64v8/node:12-alpine |
142+
| 1.1.3-12-minimal-s390x | 12 | s390x | no | no | s390x/node:12-alpine |
143+
| 1.1.3-12-minimal-i386 | 12 | i386 | no | no | i386/node:12-alpine |
144144

145145
- All images have bash, tzdata, nano, curl, git, openssl and openssh-client pre-installed to support Node-RED's Projects feature.
146146

@@ -149,53 +149,53 @@ The following table shows the provided Manifest Lists.
149149

150150
| **Tag** | **Node-RED Base Image** |
151151
|----------------------------------------|--------------------------------------------|
152-
| latest, 1.1.2, | nodered/node-red:1.1.2-10-amd64 |
153-
| latest-10, 1.1.2-10 | nodered/node-red:1.1.2-10-arm32v6 |
154-
| | nodered/node-red:1.1.2-10-arm32v7 |
155-
| | nodered/node-red:1.1.2-10-arm64v8 |
156-
| | nodered/node-red:1.1.2-10-s390x |
157-
| | nodered/node-red:1.1.2-10-i386 |
152+
| latest, 1.1.3, | nodered/node-red:1.1.3-10-amd64 |
153+
| latest-10, 1.1.3-10 | nodered/node-red:1.1.3-10-arm32v6 |
154+
| | nodered/node-red:1.1.3-10-arm32v7 |
155+
| | nodered/node-red:1.1.3-10-arm64v8 |
156+
| | nodered/node-red:1.1.3-10-s390x |
157+
| | nodered/node-red:1.1.3-10-i386 |
158158
| | |
159-
| latest-minimal, 1.1.2-minimal, | nodered/node-red:1.1.2-10-amd64-minimal |
160-
| latest-10-minimal, 1.1.2-10-minimal | nodered/node-red:1.1.2-10-arm32v6-minimal |
161-
| | nodered/node-red:1.1.2-10-arm32v7-minimal |
162-
| | nodered/node-red:1.1.2-10-arm64v8-minimal |
163-
| | nodered/node-red:1.1.2-10-s390x-minimal |
164-
| | nodered/node-red:1.1.2-10-i386-minimal |
159+
| latest-minimal, 1.1.3-minimal, | nodered/node-red:1.1.3-10-amd64-minimal |
160+
| latest-10-minimal, 1.1.3-10-minimal | nodered/node-red:1.1.3-10-arm32v6-minimal |
161+
| | nodered/node-red:1.1.3-10-arm32v7-minimal |
162+
| | nodered/node-red:1.1.3-10-arm64v8-minimal |
163+
| | nodered/node-red:1.1.3-10-s390x-minimal |
164+
| | nodered/node-red:1.1.3-10-i386-minimal |
165165

166166
| **Tag** | **Node-RED Base Image** |
167167
|----------------------------------------|--------------------------------------------|
168-
| latest-12, 1.1.2-12 | nodered/node-red:1.1.2-12-amd64 |
169-
| | nodered/node-red:1.1.2-12-arm32v6 |
170-
| | nodered/node-red:1.1.2-12-arm32v7 |
171-
| | nodered/node-red:1.1.2-12-arm64v8 |
172-
| | nodered/node-red:1.1.2-12-s390x |
173-
| | nodered/node-red:1.1.2-12-i386 |
168+
| latest-12, 1.1.3-12 | nodered/node-red:1.1.3-12-amd64 |
169+
| | nodered/node-red:1.1.3-12-arm32v6 |
170+
| | nodered/node-red:1.1.3-12-arm32v7 |
171+
| | nodered/node-red:1.1.3-12-arm64v8 |
172+
| | nodered/node-red:1.1.3-12-s390x |
173+
| | nodered/node-red:1.1.3-12-i386 |
174174
| | |
175-
| latest-12-minimal, 1.1.2-12-minimal | nodered/node-red:1.1.2-12-amd64-minimal |
176-
| | nodered/node-red:1.1.2-12-arm32v6-minimal |
177-
| | nodered/node-red:1.1.2-12-arm32v7-minimal |
178-
| | nodered/node-red:1.1.2-12-arm64v8-minimal |
179-
| | nodered/node-red:1.1.2-12-s390x-minimal |
180-
| | nodered/node-red:1.1.2-12-i386-minimal |
175+
| latest-12-minimal, 1.1.3-12-minimal | nodered/node-red:1.1.3-12-amd64-minimal |
176+
| | nodered/node-red:1.1.3-12-arm32v6-minimal |
177+
| | nodered/node-red:1.1.3-12-arm32v7-minimal |
178+
| | nodered/node-red:1.1.3-12-arm64v8-minimal |
179+
| | nodered/node-red:1.1.3-12-s390x-minimal |
180+
| | nodered/node-red:1.1.3-12-i386-minimal |
181181

182182
With the support of Docker manifest list, there is no need to explicitly add the tag for the architecture to use.
183183
When 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.
184184

185185
Therefore all tags regarding Raspberry PI's are dropped.
186186

187-
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 `1.1.2-10-arm32v7`), and run the container.
187+
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 `1.1.3-10-arm32v7`), and run the container.
188188
```
189189
docker run -it -p 1880:1880 --name mynodered nodered/node-red:latest
190190
```
191191

192-
The same command can be used for running on an amd64 system, since docker discovers its running on a amd64 host and pulls the image with the matching tag (`1.1.2-10-amd64`).
192+
The same command can be used for running on an amd64 system, since docker discovers its running on a amd64 host and pulls the image with the matching tag (`1.1.3-10-amd64`).
193193

194194
This gives the advantage that you don't need to know/specify which architecture you are running on and makes docker run commands and docker compose files more flexible and exchangeable across systems.
195195

196196
**Note**: Currently there is a bug in Docker's architecture detection that fails for `arm32v6` - eg Raspberry Pi Zero or 1. For these devices you currently need to specify the full image tag, for example:
197197
```
198-
docker run -it -p 1880:1880 --name mynodered nodered/node-red:1.1.2-10-minimal-arm32v6
198+
docker run -it -p 1880:1880 --name mynodered nodered/node-red:1.1.3-10-minimal-arm32v6
199199
```
200200

201201
## Raspberry PI - native GPIO support
@@ -328,7 +328,7 @@ Docker build process, the dependencies are installed under `/usr/src/node-red`.
328328
The main sections to modify are
329329

330330
"dependencies": {
331-
"node-red": "^1.1.2", <-- set the version of Node-RED here
331+
"node-red": "^1.1.3", <-- set the version of Node-RED here
332332
"node-red-dashboard": "*" <-- add any extra npm packages here
333333
},
334334

Diff for: docker-custom/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-red-docker",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"description": "Low-code programming for event-driven applications",
55
"homepage": "http://nodered.org",
66
"license": "Apache-2.0",
@@ -29,7 +29,7 @@
2929
}
3030
],
3131
"dependencies": {
32-
"node-red": "1.1.2"
32+
"node-red": "1.1.3"
3333
},
3434
"engines": {
3535
"node": ">=10"

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-red-docker",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"description": "Low-code programming for event-driven applications",
55
"homepage": "http://nodered.org",
66
"license": "Apache-2.0",
@@ -29,7 +29,7 @@
2929
}
3030
],
3131
"dependencies": {
32-
"node-red": "1.1.2"
32+
"node-red": "1.1.3"
3333
},
3434
"engines": {
3535
"node": ">=10"

0 commit comments

Comments
 (0)