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

Commits on Jul 30, 2024

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

    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]>
    Paraphraser committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    a05bc39 View commit details
    Browse the repository at this point in the history