Skip to content

Commit 196390e

Browse files
authored
Update README to remove unsupported architectures
Removed entries for arm32v7, i386 architectures from the table and updated the description regarding Docker manifest lists.
1 parent 606e7e1 commit 196390e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -117,14 +117,10 @@ The following table shows the variety of provided Node-RED images.
117117
| **Tag** |**Node**| **Arch** | **Python** |**Dev**| **Base Image** |
118118
|----------------------------|--------|----------|------------|-------|----------------------------|
119119
| 5.0.0-beta.3-24 | 24 | amd64 | 3.x | yes | amd64/node:24-alpine |
120-
| | 24 | arm32v7 | 3.x | yes | arm32v7/node:24-alpine |
121120
| | 24 | arm64v8 | 3.x | yes | arm64v8/node:24-alpine |
122-
| | 24 | i386 | 3.x | yes | i386/node:24-alpine |
123121
| | | | | | |
124122
| 5.0.0-beta.3-24-minimal | 24 | amd64 | no | no | amd64/node:24-alpine |
125-
| | 24 | arm32v7 | no | no | arm32v7/node:24-alpine |
126123
| | 24 | arm64v8 | no | no | arm64v8/node:24-alpine |
127-
| | 24 | i386 | no | no | i386/node:24-alpine |
128124

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

@@ -134,8 +130,6 @@ The following table shows the provided Manifest Lists.
134130

135131
| **Tag** | **Node-RED Base Image** |
136132
|----------------------------------------|--------------------------------------------|
137-
| latest-22, 5.0.0-beta.3-24 | nodered/node-red:5.0.0-beta.3-24 |
138-
| | |
139133
| latest-24-minimal, 5.0.0-beta.3-24-minimal | nodered/node-red:5.0.0-beta.3-24-minimal
140134

141135

0 commit comments

Comments
 (0)