Docker Image not for ARM
Since you switch to a docker image the image did not work on raspberry any more: netprobe The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm/v7) and no specific platform was requested …-
Hmm I can either get an image built for Pi (and give associated instructions on modifying the compose.yml) or allow Pi users to build the image as before.
Any preference? Only issue with the first option is I don't currently have a Pi to test on
You should look into using GH actions for building images and pushing them to docker hub or ghcr.io (or both!).
Here is an example building for multi architectures: https://github.com/elabftw/elabimg/blob/master/.github/workflows/push_latest_image.yaml
the intersting lines are:
https://github.com/elabftw/elabimg/blob/b14c5d23e198883b6128d897aaef4fea51be7293/.github/workflows/push_latest_image.yaml#L42-L44
and https://github.com/elabftw/elabimg/blob/b14c5d23e198883b6128d897aaef4fea51be7293/.github/workflows/push_latest_image.yaml#L59
so it uses qemu and works pretty well. For users, their docker will get the correct ARCH and everyone is happy as a clam :)
Just installed on PI5 and getting these errors in the logs. Not sure if this is due to ARM issue discussed here. Otherwise seems to launch and the Grafana page is accessible, just no data.
netprobe-probe | exec /bin/bash: exec format error netprobe-presentation | exec /bin/bash: exec format error
Might be due to the ARM issue yeah because those are the containers running from the Dockerhub image I built
I will address this issue next
For now I have move to my intel NAS the Raspi runs out of hdd-space.
Just installed on PI5 and getting these errors in the logs. Not sure if this is due to ARM issue discussed here. Otherwise seems to launch and the Grafana page is accessible, just no data.
netprobe-probe | exec /bin/bash: exec format error netprobe-presentation | exec /bin/bash: exec format error
Same issue on a PI4
There is now an ARM64 image posted, can someone re-try v1.2.0?
Worked for me on a rpi4. Great job. Thanks.
Working for me on Rpi 4! Thanks! Was I correct to change Name Server #4 to my pi-hole?
Working! Thanks for the update. :D
Looking great. Thanks !