acme-dns
acme-dns copied to clipboard
Arm docker image
Could you add a arm docker build and tag. I'm attempting to run on raspi 3b+ latest tag will crash immediately due to arm proc
I think you should be able to use the provided Dockerfile and build it on the rPI. I'm not completely familiar how ARM support in the base images work, but they claim to support it. Cross compiling acme-dns
is a bit hairy, as the sqlite package needs C libraries.
No it throws an error indicating ARM processor isn't compatible with something in the dockerfile.
standard_init_linux.go:190: exec user process caused "exec format error"
Usually when I see that I find an ARM tag in the dockerhub page of the project which has the ARM binaries for whatever is throwing the error. In this case it looks like go is the issue.
Did you try building the Docker image yourself with the provided Dockerfile
? I believe the one provided from Dockerhub is x86 only.
As there is still no official Image for ARM, I've created a pipeline which builds weekly the container for x86, armv7 and arm64. The Image can be found here: jonasled.dev/jonasled/acme-dns-multiarch:latest