Open tigerkzr opened 1 year ago
I have same issue
unbound The requested image's platform (linux/arm/v7) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
Thanks for the issue report. This is something I would like to improve, but have not made time to do. Right now, this image is only built for on architecture (I target linux/arm/v7 to match my old Pi). Ideally, I'd use something like GitHub Actions to do a multi-architecture build and push multiple image versions (this would also let me retire this and merge with https://github.com/MatthewVance/unbound-docker).
Also see https://github.com/MatthewVance/unbound-docker/issues/58.
I actually use both. The amd64 on a dell server and the arm_v7 on my 64-bit pi4 as a secondary. It still runs, I just get that annoying error at container startup. Totally understand the time issue. Thanks for your response and thank you for the work so far.
@tigerkzr I built the arm and arm64 with 1.17.1 https://hub.docker.com/r/wowbro/unbound-dns-rpi/tags
any progress on supporting arm64 in this container?
It will be very useful for every Raspberry Pi user over the world (:
Is your feature request related to a problem? Please describe. Only annoyance is the image architecture warning I get when starting container on arm64 rpi
Describe the solution you'd like an arm64 unbound-rpi docker image for pull
Describe alternatives you've considered I have thought about delving into Dockerfiles and how to set the starting architecture but I always seem to run out of time
Additional context No more, this is just a "would be nice to have"