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
* Add iputils-ping to the base packages
* Bump to 4.1.0
* Fix version test
* Fix Version test (#489)
* Add iputils-ping to the base packages
* Fix version test
* Fix debian python
* Fix Python on Debian build (#490)
* Add iputils-ping to the base packages
* Fix version test
* Fix debian python
---------
Co-authored-by: Nick O'Leary <[email protected]>
Co-authored-by: knolleary <[email protected]>
With the support of Docker manifest list, there is no need to explicitly add the tag for the architecture to use.
189
189
When a docker run command or docker service command or docker stack command is executed, docker checks which architecture is required and verifies if it is available in the docker repository. If it does, docker pulls the matching image for it.
190
190
191
191
Therefore all tags regarding Raspberry PI's are dropped.
192
192
193
-
For example: suppose you are running on a Raspberry PI 3B, which has `arm32v7` as architecture. Then just run the following command to pull the image (tagged by `4.1.0-beta.2-20`), and run the container.
193
+
For example: suppose you are running on a Raspberry PI 3B, which has `arm32v7` as architecture. Then just run the following command to pull the image (tagged by `4.1.0-20`), and run the container.
194
194
195
195
196
196
```
@@ -330,7 +330,7 @@ Docker build process, the dependencies are installed under `/usr/src/node-red`.
330
330
The main sections to modify are
331
331
332
332
"dependencies": {
333
-
"node-red": "^4.1.0-beta.2", <-- set the version of Node-RED here
333
+
"node-red": "^4.1.0", <-- set the version of Node-RED here
334
334
"node-red-dashboard": "*" <-- add any extra npm packages here
0 commit comments