Skip to content
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

Arm docker image #107

Open
elliottn opened this issue Aug 19, 2018 · 4 comments
Open

Arm docker image #107

elliottn opened this issue Aug 19, 2018 · 4 comments

Comments

@elliottn
Copy link

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

@joohoi
Copy link
Owner

joohoi commented Aug 19, 2018

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.

@elliottn
Copy link
Author

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.

@joohoi
Copy link
Owner

joohoi commented Dec 13, 2018

Did you try building the Docker image yourself with the provided Dockerfile? I believe the one provided from Dockerhub is x86 only.

@jonasled
Copy link

jonasled commented May 8, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants