Closed almereyda closed 1 year ago
hi @almereyda, I understand the issue; I think the source of this is the newer glibc versions, and yes, alpine is not using glibc. There was an attempt to have alpine version of pdns admin some time ago, but it didn't go well. I can try to revisit this, but I cannot promise anything.
Thank you for caring!
It appears this does not affect python, nor the static service:
I have PowerDNS-Admin happily running on that old Ubuntu 16.04 with Docker 20.10 and Docker Compose 1.25.
Maybe this is not needed at all.
Now I have to find a way to import existing PowerDNS zones into PowerDNS-Admin, but that's not an issue here.
Sorry for the interruption.
Great, glad to hear that and good luck. FYI, I've just updated the images with new base image version and a new pdns admin version. Enjoy (assuming it will still work :sweat_smile:)
In continuation of #74, it seems those errors are related to older Docker Engine versions:
Sometimes Docker cannot be updated, when the host operating system is EOL, e.g. Ubuntu 16.04.
Similar errors also happen in the
uwsgi
container:It is not the name resolution, which is not working here:
thread failed to start
is our pointer here. Unfortunately it also seems there's nothing we can do here, but to a) upgrade the host system/Docker or b) use container images building on older/different base images.Meaning: Would it be possible to build the static and uwsgi containers also with alpine?