Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2024-07-30 Node-RED - master branch - PR 1 of 2 #776

Merged
merged 1 commit into from
Sep 5, 2024

Conversation

Paraphraser
Copy link

Harmonises list of add-on nodes across old-menu and master branches. I've tried to stay away from #755. This includes removal of node-red-node-rbe which has been replaced by the built-in Filter node. See:

Migrate from node-red-contrib-themes/midnight-red (deprecated) to @node-red-contrib-themes/theme-collection which supports many more themes. See:

Modify Dockerfile template:

  1. No need to declare EXTRA_PACKAGES as an environment variable. It isn't needed in the container. The ARG reference is sufficient.

  2. Remove redundant apk update command. The --no-cache flag on the apk add handles both package-list updates and their removal. It makes for a slightly smaller container.

    I discovered (and tested) this behaviour when posting a reply to:

Harmonises list of add-on nodes across old-menu and master branches.
I've tried to stay away from SensorsIot#755. This includes removal of
`node-red-node-rbe` which has been replaced by the built-in Filter
node.  See:

- [Release notes](https://nodered.org/blog/2021/07/20/version-2-0-released#renamed-rbe-node-to-filter-node)

Migrate from `node-red-contrib-themes/midnight-red` (deprecated) to
`@node-red-contrib-themes/theme-collection` which supports many more
themes. See:

- [Node-RED themes list](https://github.com/node-red-contrib-themes/theme-collection#theme-list)

Modify Dockerfile template:

1. No need to declare `EXTRA_PACKAGES` as an environment variable. It
   isn't needed in the container. The `ARG` reference is sufficient.

2. Remove redundant `apk update` command. The `--no-cache` flag on the
   `apk add` handles both package-list updates and their removal. It
   makes for a slightly smaller container.

   I discovered (and tested) this behaviour when posting a reply to:

   - [node-red-docker issue 338](node-red/node-red-docker#338).

Signed-off-by: Phill Kelley <[email protected]>
@Slyke Slyke merged commit 2f2b27d into SensorsIot:master Sep 5, 2024
@Paraphraser Paraphraser deleted the 20240730-nodered-master branch September 9, 2024 03:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants