MatthewVance / unbound-docker-rpi

Run Unbound with latest version of OpenSSL on Raspberry Pi with Docker.
MIT License
136 stars 23 forks source link

Unbound-rpi image for arm64 #42

Open tigerkzr opened 1 year ago

tigerkzr commented 1 year ago

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"

trongtinh1212 commented 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

MatthewVance commented 1 year ago

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.

tigerkzr commented 1 year ago

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.

Gatsby-Lee commented 8 months ago

@tigerkzr I built the arm and arm64 with 1.17.1 https://hub.docker.com/r/wowbro/unbound-dns-rpi/tags

derekpurdy commented 4 months ago

any progress on supporting arm64 in this container?