mirror of
https://github.com/acme-dns/acme-dns.git
synced 2026-04-27 12:55:48 +03:00
[GH-ISSUE #398] Latest Docker image fails to run #225
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#225
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 @mdekstrand on GitHub (Feb 5, 2026).
Original GitHub issue: https://github.com/acme-dns/acme-dns/issues/398
I cannot start the latest x86_64 Docker image (with Podman, but that shouldn't matter). It prints the following message and terminates:
If I run a shell inside the container image and check the executable's dynamic library status, I see missing symbols:
This suggests to me that there is a mismatch between how the acme-dns executable was compiled and the container into which it is installed for deployment.
@joohoi commented on GitHub (Feb 5, 2026):
Thanks for the report. I just changed the image build logic to be built within GitHub actions, there's apparently an hiccup in the process, fixing.
@joohoi commented on GitHub (Feb 5, 2026):
A new release is currently getting built and pushed to DockerHub, try again in few minutes. Sorry for the inconvenience