docker-nsd (sha256:b0f1839bf9876d064a4bf6511e8694f41c0cab9db39f75a824b4b73ff0edfb21)

Published 2025-05-16 00:29:44 +02:00 by chris

Installation

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

Image Layers

# debian.sh --arch 'amd64' out/ 'bullseye' '@1745798400'
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-05-16 00:29:44 +02:00
1
OCI / Docker
linux/amd64
30 MiB
Versions (4) View all
latest 2025-06-01
b91fc57 2025-06-01
69b2fd7 2025-05-16
5d6ae55 2025-05-16