You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
- [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]>
0 commit comments