Christian Busch chris

docker-nsd (sha256:747b6a4e08d6db452698c4b2b0de9f38f687e78c470d3183f8c8915a09853c05)

Published 2025-06-22 02:03:35 +02:00 by chris

Installation

docker pull git.debilux.org/chris/docker-nsd@sha256:747b6a4e08d6db452698c4b2b0de9f38f687e78c470d3183f8c8915a09853c05
sha256:747b6a4e08d6db452698c4b2b0de9f38f687e78c470d3183f8c8915a09853c05

Image Layers

# debian.sh --arch 'arm64' out/ 'bullseye' '@1749513600'
MAINTAINER Christian Busch <hello@chbus.ch>
RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends nsd tzdata && apt-get clean && rm -rf /var/lib/apt/lists/* # buildkit
RUN /bin/sh -c mkdir -p /var/lib/nsd /var/run/nsd /etc/nsd/conf.d # buildkit
COPY entrypoint.sh /entrypoint.sh # buildkit
RUN /bin/sh -c chmod +x /entrypoint.sh # buildkit
VOLUME [/etc/nsd /var/lib/nsd]
EXPOSE map[53/tcp:{} 53/udp:{}]
ENTRYPOINT ["/entrypoint.sh"]
Details
Container
2025-06-22 02:03:35 +02:00
0
OCI / Docker
linux/arm64
29 MiB
Versions (4) View all
latest 2025-06-22
b91fc57 2025-06-22
69b2fd7 2025-05-16
5d6ae55 2025-05-16