netprobe_lite icon indicating copy to clipboard operation
netprobe_lite copied to clipboard

Docker Image not for ARM

Open AleksCee opened this issue 1 year ago • 5 comments

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 …-

AleksCee avatar Apr 28 '24 19:04 AleksCee

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

plaintextpackets avatar Apr 29 '24 21:04 plaintextpackets

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 :)

NicolasCARPi avatar Apr 29 '24 22:04 NicolasCARPi

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

RUHavingFun avatar Apr 30 '24 14:04 RUHavingFun

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

plaintextpackets avatar Apr 30 '24 15:04 plaintextpackets

For now I have move to my intel NAS the Raspi runs out of hdd-space.

AleksCee avatar Apr 30 '24 15:04 AleksCee

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

http-kennedy avatar May 02 '24 19:05 http-kennedy

There is now an ARM64 image posted, can someone re-try v1.2.0?

plaintextpackets avatar May 02 '24 21:05 plaintextpackets

Worked for me on a rpi4. Great job. Thanks.

gwenvador avatar May 02 '24 21:05 gwenvador

Working for me on Rpi 4! Thanks! Was I correct to change Name Server #4 to my pi-hole?

xenakes avatar May 02 '24 22:05 xenakes

Working! Thanks for the update. :D

RUHavingFun avatar May 03 '24 14:05 RUHavingFun

Looking great. Thanks !

gman3g avatar May 03 '24 18:05 gman3g