Henrik henrik
  • Joined on 2025-11-12

unbound (latest)

Published 2026-02-13 14:34:06 +01:00 by henrik

Installation

docker pull git.hnrk.io/henrik/unbound:latest
sha256:685bc812fe40b751dc4b34bde2820a83d5e6eb6f1b5217f0627f68b14342d327

Image Layers

ADD alpine-minirootfs-3.21.6-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
LABEL maintainer== The Infrastructure Company GmbH <info@servercow.de>
RUN /bin/sh -c apk add --update --no-cache curl bind-tools coreutils unbound bash openssl drill tzdata syslog-ng supervisor && curl -o /etc/unbound/root.hints https://www.internic.net/domain/named.cache && chown root:unbound /etc/unbound && adduser unbound tty && chmod 775 /etc/unbound # buildkit
EXPOSE [53/tcp 53/udp]
COPY docker-entrypoint.sh /docker-entrypoint.sh # buildkit
COPY healthcheck.sh /healthcheck.sh # buildkit
COPY syslog-ng.conf /etc/syslog-ng/syslog-ng.conf # buildkit
COPY supervisord.conf /etc/supervisor/supervisord.conf # buildkit
COPY stop-supervisor.sh /usr/local/sbin/stop-supervisor.sh # buildkit
RUN /bin/sh -c chmod +x /healthcheck.sh # buildkit
HEALTHCHECK &{["CMD-SHELL" "sh -c '[ -f /tmp/healthcheck_status ] && [ \"$(cat /tmp/healthcheck_status)\" -eq 0 ] || exit 1'"] "30s" "10s" "0s" "0s" '\x00'}
ENTRYPOINT ["/docker-entrypoint.sh"]
CMD ["/usr/bin/supervisord" "-c" "/etc/supervisor/supervisord.conf"]

Labels

Key Value
maintainer = The Infrastructure Company GmbH <info@servercow.de>
Details
Container
2026-02-13 14:34:06 +01:00
0
OCI / Docker
linux/amd64
33 MiB
Versions (2) View all
1.24 2026-02-13
latest 2026-02-13