mirror of
https://github.com/acme-dns/acme-dns.git
synced 2026-04-27 04:45:48 +03:00
[GH-ISSUE #107] Arm docker image #41
Labels
No labels
Documentation
Documentation
bug
enhancement
feature request
feature request
help wanted
pull-request
question
security
security
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/acme-dns#41
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @elliottn on GitHub (Aug 19, 2018).
Original GitHub issue: https://github.com/acme-dns/acme-dns/issues/107
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 commented on GitHub (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-dnsis a bit hairy, as the sqlite package needs C libraries.@elliottn commented on GitHub (Aug 19, 2018):
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 commented on GitHub (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 commented on GitHub (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@a7md0 commented on GitHub (Jul 25, 2025):
@joohoi Is there anything we can help with to support ARM builds/images?
@ButtersBrewery commented on GitHub (Sep 29, 2025):
@jonasled Much appreciated, I was looking for this solution to use in my pi-cluster.
@nogaff commented on GitHub (Feb 28, 2026):
@jonasled Your builds seem to have been failing since September 2023 so the latest v2.0 releases of acme-dns published within the last month haven't been built for ARM.
If you're still around, any chance you could fix that? Your images were really useful!
go get. #260