Commit a0bd882
committed
2024-07-30 Node-RED - old-menu branch - PR 2 of 2
Harmonises list of add-on nodes across old-menu and master branches.
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 <34226495+Paraphraser@users.noreply.github.com>1 parent cab2b2a commit a0bd882
1 file changed
+8
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | 11 | | |
13 | 12 | | |
14 | 13 | | |
| |||
46 | 45 | | |
47 | 46 | | |
48 | 47 | | |
49 | | - | |
50 | 48 | | |
51 | 49 | | |
52 | 50 | | |
53 | 51 | | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
54 | 59 | | |
55 | 60 | | |
56 | 61 | | |
| |||
70 | 75 | | |
71 | 76 | | |
72 | 77 | | |
73 | | - | |
74 | 78 | | |
75 | 79 | | |
76 | 80 | | |
77 | 81 | | |
78 | 82 | | |
79 | | - | |
| 83 | + | |
80 | 84 | | |
81 | 85 | | |
82 | 86 | | |
83 | 87 | | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | 88 | | |
88 | 89 | | |
89 | 90 | | |
| |||
0 commit comments