Updated Docker images (9.18, 9.20, 9.21) - now based on Alpine Linux
Dan Parrish
contact at caglan.net
Tue Aug 27 16:10:42 UTC 2024
This morning, I had several internetsystemsconsortium/bind9:9.18
containers update and none of them would launch properly, they just kept
restarting.
The containers do no logging at all, and I couldn't determine any root
cause. I tried disabling mount points, adjusting permissions, etc.
Nothing would bring the containers up. Even running the simplest:
|docker run \ --name=bind9 \ --restart=always \ --publish 53:53/udp \
--publish 53:53/tcp \ --publish 127.0.0.1:953:953/tcp \
internetsystemsconsortium/bind9:9.18|
would not produce a working container. I also tried
internetsystemsconsortium/bind9:9.20 and
internetsystemsconsortium/bind9:9.21, and these containers just kept
restarting as well.
I ultimately replaced the image pull with ubuntu/bind9:latest and things
are working for me again.
I'm typically running Docker version 25.0.3.
I feel like if I had basic logging, I could provide more information,
possibly even resolved the issue and reported the fix. Can we get
logging to work?
--dan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.isc.org/pipermail/bind-users/attachments/20240827/f7f08c3a/attachment.htm>
More information about the bind-users
mailing list