unbound (latest)

Published 2024-08-18 08:53:43 +00:00 by gertjan in docker/unbound

Installation

docker pull git.gertjankrol.nl/docker/unbound:latest
sha256:35e84ba9d70d5fe7f46a747087824fd9b25e1a734c8e5d91ad1da1b28c61f044

Image Layers

ADD file:c679662d1fba5d188d8f31ab4ebeb7099221926df7630a6917aa461fc33d7ea6 in /
CMD ["/bin/sh"]
ARG UNBOUND_VERSION=1.21.0
RUN |1 UNBOUND_VERSION=1.21.0 /bin/sh -c apk --update add --no-cache alpine-sdk bison dns-root-hints expat-dev flex git openssl-dev && git clone --depth 1 --branch "release-${UNBOUND_VERSION}" https://github.com/NLnetLabs/unbound.git /tmp/unbound && cd /tmp/unbound && ./configure && make && make install && make clean && cd /srv && rm -rf /tmp/* && apk del alpine-sdk bison expat-dev flex git openssl-dev # buildkit
COPY entrypoint.sh /srv/ # buildkit
COPY healthcheck.sh /srv/ # buildkit
RUN |1 UNBOUND_VERSION=1.21.0 /bin/sh -c addgroup -S unbound && adduser -S -G unbound unbound # buildkit
RUN |1 UNBOUND_VERSION=1.21.0 /bin/sh -c mkdir -p /srv/unbound/conf # buildkit
COPY unbound.conf /srv/unbound/unbound.conf # buildkit
HEALTHCHECK &{["CMD-SHELL" "sh /srv/healthcheck.sh"] "10s" "1s" "0s" '\x01'}
ENTRYPOINT ["sh" "/srv/entrypoint.sh"]
Details
Container
2024-08-18 08:53:43 +00:00
0
OCI / Docker
linux/amd64
22 MiB
Versions (5) View all
1.21.0 2024-08-18
latest 2024-08-18
1.20.0 2024-05-14
1.19.0 2024-01-19
1.18.0 2023-11-07