Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,14 +117,10 @@ The following table shows the variety of provided Node-RED images.
| **Tag** |**Node**| **Arch** | **Python** |**Dev**| **Base Image** |
|----------------------------|--------|----------|------------|-------|----------------------------|
| 5.0.0-beta.3-24 | 24 | amd64 | 3.x | yes | amd64/node:24-alpine |
| | 24 | arm32v7 | 3.x | yes | arm32v7/node:24-alpine |
| | 24 | arm64v8 | 3.x | yes | arm64v8/node:24-alpine |
| | 24 | i386 | 3.x | yes | i386/node:24-alpine |
| | | | | | |
| 5.0.0-beta.3-24-minimal | 24 | amd64 | no | no | amd64/node:24-alpine |
| | 24 | arm32v7 | no | no | arm32v7/node:24-alpine |
| | 24 | arm64v8 | no | no | arm64v8/node:24-alpine |
| | 24 | i386 | no | no | i386/node:24-alpine |

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

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

| **Tag** | **Node-RED Base Image** |
|----------------------------------------|--------------------------------------------|
| latest-22, 5.0.0-beta.3-24 | nodered/node-red:5.0.0-beta.3-24 |
| | |
| latest-24-minimal, 5.0.0-beta.3-24-minimal | nodered/node-red:5.0.0-beta.3-24-minimal


Expand Down