Skip to content

Commit d46f4bf

Browse files
authored
Manual 1.3.7 update to v1.x branch (#272)
* 1.3.6 release and test GH Action build * Allow push for tagged releases * Remove spurius chars * 1.3.7 build Also cleaned up the README to represent the tags since the move to GH actions and docker buildx I can't find a nodejs v12 alpine build for linux/386 so not sure how this used to get built.
1 parent 0aff77a commit d46f4bf

File tree

3 files changed

+40
-58
lines changed

3 files changed

+40
-58
lines changed

README.md

Lines changed: 36 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ Let's dissect that command:
2626
-p 1880:1880 - connect local port 1880 to the exposed internal port 1880
2727
-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
2828
--name mynodered - give this machine a friendly local name
29-
nodered/node-red - the image to base it on - currently Node-RED v1.3.6
29+
nodered/node-red - the image to base it on - currently Node-RED v1.3.7
3030

3131

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

3434
Welcome to Node-RED
3535
===================
3636

37-
10 Oct 12:57:10 - [info] Node-RED version: v1.3.6
37+
10 Oct 12:57:10 - [info] Node-RED version: v1.3.7
3838
10 Oct 12:57:10 - [info] Node.js version: v10.22.1
3939
10 Oct 12:57:10 - [info] Linux 4.19.76-linuxkit x64 LE
4040
10 Oct 12:57:11 - [info] Loading palette nodes
@@ -114,36 +114,36 @@ The following table shows the variety of provided Node-RED images.
114114

115115
| **Tag** |**Node**| **Arch** | **Python** |**Dev**| **Base Image** |
116116
|----------------------------|--------|----------|------------|-------|------------------------|
117-
| 1.3.6-10-amd64 | 10 | amd64 | 2.x 3.x | yes | amd64/node:10-alpine |
118-
| 1.3.6-10-arm32v6 | 10 | arm32v6 | 2.x 3.x | yes | arm32v6/node:10-alpine |
119-
| 1.3.6-10-arm32v7 | 10 | arm32v7 | 2.x 3.x | yes | arm32v7/node:10-alpine |
120-
| 1.3.6-10-arm64v8 | 10 | arm64v8 | 2.x 3.x | yes | arm64v8/node:10-alpine |
121-
| 1.3.6-10-s390x | 10 | s390x | 2.x 3.x | yes | s390x/node:10-alpine |
122-
| 1.3.6-10-i386 | 10 | i386 | 2.x 3.x | yes | i386/node:10-alpine |
117+
| 1.3.7-10 | 10 | amd64 | 2.x 3.x | yes | amd64/node:10-alpine |
118+
| | 10 | arm32v6 | 2.x 3.x | yes | arm32v6/node:10-alpine |
119+
| | 10 | arm32v7 | 2.x 3.x | yes | arm32v7/node:10-alpine |
120+
| | 10 | arm64v8 | 2.x 3.x | yes | arm64v8/node:10-alpine |
121+
| | 10 | s390x | 2.x 3.x | yes | s390x/node:10-alpine |
122+
| | 10 | i386 | 2.x 3.x | yes | i386/node:10-alpine |
123123
| | | | | | |
124-
| 1.3.6-10-minimal-amd64 | 10 | amd64 | no | no | amd64/node:10-alpine |
125-
| 1.3.6-10-minimal-arm32v6 | 10 | arm32v6 | no | no | arm32v6/node:10-alpine |
126-
| 1.3.6-10-minimal-arm32v7 | 10 | arm32v7 | no | no | arm32v7/node:10-alpine |
127-
| 1.3.6-10-minimal-arm64v8 | 10 | arm64v8 | no | no | arm64v8/node:10-alpine |
128-
| 1.3.6-10-minimal-s390x | 10 | s390x | no | no | s390x/node:10-alpine |
129-
| 1.3.6-10-minimal-i386 | 10 | i386 | no | no | i386/node:10-alpine |
124+
| 1.3.7-10-minimal | 10 | amd64 | no | no | amd64/node:10-alpine |
125+
| | 10 | arm32v6 | no | no | arm32v6/node:10-alpine |
126+
| | 10 | arm32v7 | no | no | arm32v7/node:10-alpine |
127+
| | 10 | arm64v8 | no | no | arm64v8/node:10-alpine |
128+
| | 10 | s390x | no | no | s390x/node:10-alpine |
129+
| | 10 | i386 | no | no | i386/node:10-alpine |
130130

131131

132132
| **Tag** |**Node**| **Arch** | **Python** |**Dev**| **Base Image** |
133133
|----------------------------|--------|----------|------------|-------|------------------------|
134-
| 1.3.6-12-amd64 | 12 | amd64 | 2.x 3.x | yes | amd64/node:12-alpine |
135-
| 1.3.6-12-arm32v6 | 12 | arm32v6 | 2.x 3.x | yes | arm32v6/node:12-alpine |
136-
| 1.3.6-12-arm32v7 | 12 | arm32v7 | 2.x 3.x | yes | arm32v7/node:12-alpine |
137-
| 1.3.6-12-arm64v8 | 12 | arm64v8 | 2.x 3.x | yes | arm64v8/node:12-alpine |
138-
| 1.3.6-12-s390x | 12 | s390x | 2.x 3.x | yes | s390x/node:12-alpine |
139-
| 1.3.6-12-i386 | 12 | i386 | 2.x 3.x | yes | i386/node:12-alpine |
134+
| 1.3.7-12 | 12 | amd64 | 2.x 3.x | yes | amd64/node:12-alpine |
135+
| | 12 | arm32v6 | 2.x 3.x | yes | arm32v6/node:12-alpine |
136+
| | 12 | arm32v7 | 2.x 3.x | yes | arm32v7/node:12-alpine |
137+
| | 12 | arm64v8 | 2.x 3.x | yes | arm64v8/node:12-alpine |
138+
| | 12 | s390x | 2.x 3.x | yes | s390x/node:12-alpine |
139+
| | 12 | i386 | 2.x 3.x | yes | i386/node:12-alpine |
140140
| | | | | | |
141-
| 1.3.6-12-minimal-amd64 | 12 | amd64 | no | no | amd64/node:12-alpine |
142-
| 1.3.6-12-minimal-arm32v6 | 12 | arm32v6 | no | no | arm32v6/node:12-alpine |
143-
| 1.3.6-12-minimal-arm32v7 | 12 | arm32v7 | no | no | arm32v7/node:12-alpine |
144-
| 1.3.6-12-minimal-arm64v8 | 12 | arm64v8 | no | no | arm64v8/node:12-alpine |
145-
| 1.3.6-12-minimal-s390x | 12 | s390x | no | no | s390x/node:12-alpine |
146-
| 1.3.6-12-minimal-i386 | 12 | i386 | no | no | i386/node:12-alpine |
141+
| 1.3.7-12-minimal | 12 | amd64 | no | no | amd64/node:12-alpine |
142+
| 1.3.7-12-minimal | 12 | arm32v6 | no | no | arm32v6/node:12-alpine |
143+
| 1.3.7-12-minimal | 12 | arm32v7 | no | no | arm32v7/node:12-alpine |
144+
| 1.3.7-12-minimal | 12 | arm64v8 | no | no | arm64v8/node:12-alpine |
145+
| 1.3.7-12-minimal | 12 | s390x | no | no | s390x/node:12-alpine |
146+
| 1.3.7-12-minimal | 12 | i386 | no | no | i386/node:12-alpine |
147147

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

@@ -152,53 +152,35 @@ The following table shows the provided Manifest Lists.
152152

153153
| **Tag** | **Node-RED Base Image** |
154154
|----------------------------------------|--------------------------------------------|
155-
| 1.3.6, | nodered/node-red:1.3.6-10-amd64 |
156-
| latest-10, 1.3.6-10 | nodered/node-red:1.3.6-10-arm32v6 |
157-
| | nodered/node-red:1.3.6-10-arm32v7 |
158-
| | nodered/node-red:1.3.6-10-arm64v8 |
159-
| | nodered/node-red:1.3.6-10-s390x |
160-
| | nodered/node-red:1.3.6-10-i386 |
155+
| 1.3.7, | nodered/node-red:1.3.7-10 |
156+
| latest-10, 1.3.7-10 | |
161157
| | |
162-
| 1.3.6-minimal, | nodered/node-red:1.3.6-10-amd64-minimal |
163-
| 1.3.6-10-minimal | nodered/node-red:1.3.6-10-arm32v6-minimal |
164-
| | nodered/node-red:1.3.6-10-arm32v7-minimal |
165-
| | nodered/node-red:1.3.6-10-arm64v8-minimal |
166-
| | nodered/node-red:1.3.6-10-s390x-minimal |
167-
| | nodered/node-red:1.3.6-10-i386-minimal |
158+
| 1.3.7-minimal, | nodered/node-red:1.3.7-10-minimal |
159+
| 1.3.7-10-minimal | |
168160

169161
| **Tag** | **Node-RED Base Image** |
170162
|----------------------------------------|--------------------------------------------|
171-
| 1.3.6-12 | nodered/node-red:1.3.6-12-amd64 |
172-
| | nodered/node-red:1.3.6-12-arm32v6 |
173-
| | nodered/node-red:1.3.6-12-arm32v7 |
174-
| | nodered/node-red:1.3.6-12-arm64v8 |
175-
| | nodered/node-red:1.3.6-12-s390x |
176-
| | nodered/node-red:1.3.6-12-i386 |
163+
| 1.3.7-12 | nodered/node-red:1.3.7-12 |
177164
| | |
178-
| 1.3.6-12-minimal | nodered/node-red:1.3.6-12-amd64-minimal |
179-
| | nodered/node-red:1.3.6-12-arm32v6-minimal |
180-
| | nodered/node-red:1.3.6-12-arm32v7-minimal |
181-
| | nodered/node-red:1.3.6-12-arm64v8-minimal |
182-
| | nodered/node-red:1.3.6-12-s390x-minimal |
183-
| | nodered/node-red:1.3.6-12-i386-minimal |
165+
| 1.3.7-12-minimal | nodered/node-red:1.3.7-12-minimal |
184166

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

188170
Therefore all tags regarding Raspberry PI's are dropped.
189171

190-
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.3.6-10-arm32v7`), and run the container.
172+
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.3.7-10-arm32v7`), and run the container.
191173
```
192174
docker run -it -p 1880:1880 -v node_red_data:/data --name mynodered nodered/node-red:latest
193175
```
194176

195-
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.3.6-10-amd64`).
177+
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.3.7-10-amd64`).
196178

197179
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.
198180

199181
**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:
200182
```
201-
docker run -it -p 1880:1880 -v node_red_data:/data --name mynodered nodered/node-red:1.3.6-10-minimal-arm32v6
183+
docker run -it -p 1880:1880 -v node_red_data:/data --name mynodered nodered/node-red:1.3.7-10-minimal-arm32v6
202184
203185
```
204186

@@ -332,7 +314,7 @@ Docker build process, the dependencies are installed under `/usr/src/node-red`.
332314
The main sections to modify are
333315

334316
"dependencies": {
335-
"node-red": "^1.3.6", <-- set the version of Node-RED here
317+
"node-red": "^1.3.7", <-- set the version of Node-RED here
336318
"node-red-dashboard": "*" <-- add any extra npm packages here
337319
},
338320

docker-custom/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-red-docker",
3-
"version": "1.3.6",
3+
"version": "1.3.7",
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.3.6"
32+
"node-red": "1.3.7"
3333
},
3434
"engines": {
3535
"node": ">=10"

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-red-docker",
3-
"version": "1.3.6",
3+
"version": "1.3.7",
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.3.6"
32+
"node-red": "1.3.7"
3333
},
3434
"engines": {
3535
"node": ">=10"

0 commit comments

Comments
 (0)