Skip to content

Commit 24baa1e

Browse files
authored
Remove i386 entries from Node version tables (#508)
Removed i386 architecture entries from various Node versions and updated the arm32v7 entry for the 20-debian image.
1 parent 3aa142a commit 24baa1e

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -119,24 +119,20 @@ The following table shows the variety of provided Node-RED images.
119119
| 4.1.11-18 | 18 | amd64 | 3.x | yes | amd64/node:18-alpine |
120120
| | 18 | arm32v7 | 3.x | yes | arm32v7/node:18-alpine |
121121
| | 18 | arm64v8 | 3.x | yes | arm64v8/node:18-alpine |
122-
| | 18 | i386 | 3.x | yes | i386/node:18-alpine |
123122
| | | | | | |
124123
| 4.1.11-18-minimal | 18 | amd64 | no | no | amd64/node:18-alpine |
125124
| | 18 | arm32v7 | no | no | arm32v7/node:18-alpine |
126125
| | 18 | arm64v8 | no | no | arm64v8/node:18-alpine |
127-
| | 18 | i386 | no | no | i386/node:18-alpine |
128126

129127
| **Tag** |**Node**| **Arch** | **Python** |**Dev**| **Base Image** |
130128
|----------------------------|--------|----------|------------|-------|----------------------------|
131129
| 4.1.11-20 | 20 | amd64 | 3.x | yes | amd64/node:20-alpine |
132130
| | 20 | arm32v7 | 3.x | yes | arm32v7/node:20-alpine |
133131
| | 20 | arm64v8 | 3.x | yes | arm64v8/node:20-alpine |
134-
| | 20 | i386 | 3.x | yes | i386/node:20-alpine |
135132
| | | | | | |
136133
| 4.1.11-20-minimal | 20 | amd64 | no | no | amd64/node:20-alpine |
137134
| | 20 | arm32v7 | no | no | arm32v7/node:20-alpine |
138135
| | 20 | arm64v8 | no | no | arm64v8/node:20-alpine |
139-
| | 20 | i386 | no | no | i386/node:20-alpine |
140136
| | | | | | |
141137
| 4.1.11-debian | 20 | amd64 | 3.x | yes | amd64/node:20-buster-slim |
142138
| | 20 | arm32v7 | 3.x | yes | amd64/node:20-buster-slim |
@@ -147,12 +143,11 @@ The following table shows the variety of provided Node-RED images.
147143
| 4.1.11-22 | 22 | amd64 | 3.x | yes | amd64/node:22-alpine |
148144
| | 22 | arm32v7 | 3.x | yes | arm32v7/node:22-alpine |
149145
| | 22 | arm64v8 | 3.x | yes | arm64v8/node:22-alpine |
150-
| | 22 | i386 | 3.x | yes | i386/node:22-alpine |
151146
| | | | | | |
152147
| 4.1.11-22-minimal | 22 | amd64 | no | no | amd64/node:22-alpine |
153148
| | 22 | arm32v7 | no | no | arm32v7/node:22-alpine |
154149
| | 22 | arm64v8 | no | no | arm64v8/node:22-alpine |
155-
| | 22 | i386 | no | no | i386/node:22-alpine |
150+
156151

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

0 commit comments

Comments
 (0)