-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
images newer than ekofr/pihole-exporter:0.0.9 not running on arm #73
Comments
#72 seems to be related/the same issue. |
I have to correct, ekofr/pihole-exporter:0.0.10 is also running fine on arm. :latest (0.0.11) still has problems. |
same for me |
this: 714576a is the change made in release 0.0.11. It looks like there is no code/feature change, 'only' changes to the docker image tagging and build process. Until the reason is found why 0.0.11 is not working on arm, it is probably safe to just use |
Hello, See README at https://hub.docker.com/r/ivanarsenijevic/pihole-exporter for troubleshooting details. The only thing I can suspect - could it be that the "ARG ARCH=amd64" in Dockerfile (line 3) in the source code repository may be somehow hard-coded? Anyway, thank you for creating the pihole-exporter, I find it very useful :-) |
Now I want to add my findings: :0.0.11 is running fine on my pi 3b+. It's digest show the correct tagging (OS/ARCH linux/arm/v7). It's not updated automatically with golang image updates though). From my own efforts to build the image, setting GOARCH=arm should be sufficient when built on the pi. calling docker build with
or docker-compose build with
|
I´m running pihole-exporter in docker on a raspberry. While ekofr/pihole-exporter:0.0.9 is running just fine, i would like to udate to the latest version to use a custom pihole webinterface port. The latest image sadly does not run on arm (exec user process caused "exec format error")
The text was updated successfully, but these errors were encountered: