Hello,
I would like to update my RPi Node-RED from version 3.1.1 to version 4.0.0.
Node-RED runs in a Docker container.
I get the following error message:
[+] Pulling 0/1
⠸ nodered Pulling
no matching manifest for linux/arm/v7 in the manifest list entries
Node-RED: v3.1.1
node: v20.15.0
npm: v10.7.0
How can I fix the error?
Thank you in advance!
Best regards
Gerd
You will need to build the container yourself, instructions on how to do that are included in the GitHub - node-red/node-red-docker: Repository for all things Node-RED and Docker related repo
I am a bit confused by that comment as I see that OS/ARCH linux/arm/v7
is available on docker hub.
I will try and see if we can get these to build again going forward, but no promises.
ARMv7 builds were restored with the 4.0.2 release. It requires a dedicated Pi 4 to run the builds on.
1 Like