From a8e8ff7e473affc97e378d280115318dcf78707e Mon Sep 17 00:00:00 2001 From: Ben Hardill Date: Mon, 17 Mar 2025 18:29:49 +0000 Subject: [PATCH 1/2] Add link to GH Container Registry --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 83a56a69..6e54fc41 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ Some basic familiarity with Docker and the [Docker Command Line](https://docs.do As of Node-RED 1.0 this project provides the build for the `nodered/node-red` container on [Docker Hub](https://hub.docker.com/r/nodered/node-red/). +As of Node-RED 4.0.9 the containers are also available from the [GitHub Container Regisry](https://github.com/node-red/node-red-docker/pkgs/container/node-red) as `ghcr.io/node-red/node-red` with the same tag names as on Docker Hub. + Previous 0.20.x versions are still available at https://hub.docker.com/r/nodered/node-red-docker. ## Quick Start From d5f6837de8c15901f2eb10819d0b2d5ae5cca995 Mon Sep 17 00:00:00 2001 From: Ben Hardill Date: Mon, 17 Mar 2025 18:33:05 +0000 Subject: [PATCH 2/2] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 6e54fc41..b9b9dfd1 100644 --- a/README.md +++ b/README.md @@ -95,13 +95,12 @@ and stop it again when required: The Node-RED images come in different variations and are supported by manifest lists (auto-detect architecture). This makes it more easy to deploy in a multi architecture Docker environment. E.g. a Docker Swarm with mix of Raspberry Pi's and amd64 nodes. -The tag naming convention is `---`, where: +The tag naming convention is `--`, where: - `` is the Node-RED version. - `` is the Node JS version. - `` is type of image and is optional, can be either _none_ or minimal. - _none_ : is the default and has Python 2 & Python 3 + devtools installed - minimal : has no Python installed and no devtools installed -- `` is the architecture of the Docker host system, can be either amd64, arm32v6, arm32v7, arm64, s390x or i386. The minimal versions (without python and build tools) are not able to install nodes that require any locally compiled native code.