Hi everyone.
I am trying to get a Node v8 program running on the Raspberry pi 4. But I can’t seem to find a docker image ?
Should be something like balenalib/%%BALENA_MACHINE_NAME%%-node:8
, i.e. balenalib/raspberrypi4-node:8
Hi everyone.
I am trying to get a Node v8 program running on the Raspberry pi 4. But I can’t seem to find a docker image ?
Should be something like balenalib/%%BALENA_MACHINE_NAME%%-node:8
, i.e. balenalib/raspberrypi4-node:8
Hey, we currently only have 64bit raspberrypi4 images so you’d need to use balenalib/raspberrypi4-64-node:8
if you want to explicitly specify the machine, or alternatively balenalib/raspberrypi3-node
should be fine if you really want 32bit
I don’t want to use 32bit - so 64bit is perfect. I am not currently at the Pi, but does the docker image balenalib/raspberrypi4-64-node:8
exists?
Look like it does, yes. For reference, you can check the published tags here.
Thanks - the image does indeed exists. I have a new problem, but ask a new question to keep the thread clean