Sign inSign up

casjaysdevdocker/technitium:2509

Multi-platform
Index digest

sha256:0908ac728e017d5fffc516aff7c9676de88ef0add8e0fcb439a6ab81952be5f1

OS/ARCH

Compressed size

97.38 MB

Last pushed

12 months by casjay

Type

Image

Manifest digest

sha256:dae0e7ab27563739c86ef29daf3fc76f130a19e84d31d2e5f4224252a4c25c1d

Image Layers

1# debian.sh --arch 'arm64' out/27.83 MB
2ENV APP_UID=1654 ASPNETCORE_HTTP_PORTS=8080 DOTNET_RUNNING_IN_CONTAINER=true0 B
3RUN /bin/sh -c apt-get update17.65 MB
4RUN /bin/sh -c groupadd 3.25 KB
5ENV DOTNET_VERSION=8.0.150 B
6COPY /dotnet /usr/share/dotnet # buildkit29.4 MB
7RUN /bin/sh -c ln -s165 B
8ENV ASPNET_VERSION=8.0.150 B
9COPY /dotnet /usr/share/dotnet # buildkit10.24 MB
10ADD https://packages.microsoft.com/config/debian/12/packages-microsoft-prod.deb / # buildkit4.19 KB
11RUN /bin/sh -c 7.91 MB
12WORKDIR /opt/technitium/dns135 B
13COPY ./DnsServerApp/bin/Release/publish /opt/technitium/dns # buildkit4.35 MB
14STOPSIGNAL SIGINT0 B
15ENTRYPOINT ["/usr/bin/dotnet" "/opt/technitium/dns/DnsServerApp.dll"]0 B
16CMD ["/etc/dns"]0 B
17EXPOSE map[443/tcp:{} 443/udp:{} 53/tcp:{} 53/udp:{}0 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 'arm64' out/ 'bookworm' '@1743984000'