@@ -144,6 +144,22 @@ The following table shows the variety of provided Node-RED images.
144144| | 14 | s390x | no | no | s390x/node:14-alpine |
145145| | 14 | i386 | no | no | i386/node:14-alpine |
146146
147+ | ** Tag** | ** Node** | ** Arch** | ** Python** | ** Dev** | ** Base Image** |
148+ | ----------------------------| --------| ----------| ------------| -------| ------------------------|
149+ | 2.1.4-16 | 16 | amd64 | 2.x 3.x | yes | amd64/node:16-alpine |
150+ | | 16 | arm32v6 | 2.x 3.x | yes | arm32v6/node:16-alpine |
151+ | | 16 | arm32v7 | 2.x 3.x | yes | arm32v7/node:16-alpine |
152+ | | 16 | arm64v8 | 2.x 3.x | yes | arm64v8/node:16-alpine |
153+ | | 16 | s390x | 2.x 3.x | yes | s390x/node:16-alpine |
154+ | | 16 | i386 | 2.x 3.x | yes | i386/node:16-alpine |
155+ | | | | | | |
156+ | 2.1.4-16-minimal | 16 | amd64 | no | no | amd64/node:16-alpine |
157+ | | 16 | arm32v6 | no | no | arm32v6/node:16-alpine |
158+ | | 16 | arm32v7 | no | no | arm32v7/node:16-alpine |
159+ | | 16 | arm64v8 | no | no | arm64v8/node:16-alpine |
160+ | | 16 | s390x | no | no | s390x/node:16-alpine |
161+ | | 16 | i386 | no | no | i386/node:16-alpine |
162+
147163- All images have bash, tzdata, nano, curl, git, openssl and openssh-client pre-installed to support Node-RED's Projects feature.
148164
149165## Manifest Lists
@@ -163,7 +179,14 @@ The following table shows the provided Manifest Lists.
163179| ----------------------------------------| --------------------------------------------|
164180| latest-12, 2.1.4-12 | nodered/node-red:2.1.4-12 |
165181| | |
166- | latest-12-minimal, 2.1.4-12-minimal | nodered/node-red:2.1.4-12-minimal |
182+ | latest-12-minimal, 2.1.4-12-minimal | nodered/node-red:2.1.4-12-minimal |
183+
184+ | ** Tag** | ** Node-RED Base Image** |
185+ | ----------------------------------------| --------------------------------------------|
186+ | latest-16, 2.1.4-16 | nodered/node-red:2.1.4-16 |
187+ | | |
188+ | latest-16-minimal, 2.1.4-16-minimal | nodered/node-red:2.1.4-16-minimal |
189+
167190
168191
169192With the support of Docker manifest list, there is no need to explicitly add the tag for the architecture to use.
0 commit comments