Sign inSign up

technitium/dns-server:14.0.1

Multi-platform
Networking
Security
Monitoring & observability
Index digest

sha256:4b8f6c78bd56fc7f34ab2262bf9f8eaf3d6bb36046bb8ff3027d00915ae9f028

OS/ARCH

Compressed size

93.45 MB

Last pushed

10 months by shreyasonline

Type

Image

Manifest digest

sha256:780ba88a9b17064250089abdcd0b929a6a4db907cc0e610764efdeac17185140

Image Layers

1# debian.sh --arch 'armhf' out/22.83 MB
2ENV APP_UID=1654 ASPNETCORE_HTTP_PORTS=8080 DOTNET_RUNNING_IN_CONTAINER=true0 B
3RUN /bin/sh -c apt-get update16.84 MB
4RUN /bin/sh -c groupadd 3.26 KB
5ENV DOTNET_VERSION=9.0.100 B
6COPY /dotnet /usr/share/dotnet # buildkit30.57 MB
7RUN /bin/sh -c ln -s163 B
8ENV ASPNET_VERSION=9.0.100 B
9COPY /dotnet /usr/share/dotnet # buildkit10.75 MB
10ADD https://packages.microsoft.com/config/debian/12/packages-microsoft-prod.deb / # buildkit4.19 KB
11RUN /bin/sh -c 7.42 MB
12WORKDIR /opt/technitium/dns135 B
13COPY ./DnsServerApp/bin/Release/publish /opt/technitium/dns # buildkit5.04 MB
14STOPSIGNAL SIGINT0 B
15ENTRYPOINT ["/usr/bin/dotnet" "/opt/technitium/dns/DnsServerApp.dll"]0 B
16CMD ["/etc/dns"]0 B
17EXPOSE [443/tcp 443/udp 53/tcp 53/udp0 B
18LABEL org.opencontainers.image.title=Technitium DNS Server0 B
19LABEL org.opencontainers.image.vendor=Technitium0 B
20LABEL org.opencontainers.image.source=https://github.com/TechnitiumSoftware/DnsServer0 B
21LABEL org.opencontainers.image.url=https://technitium.com/dns/0 B

Command

# debian.sh --arch 'armhf' out/ 'bookworm' '@1762202650'