sha256:322b236403ca25028032f28736e2270a860527b030b162c9f82451c6494c4698
OS/ARCH
Compressed size
101.75 MB
Last pushed
9 months by shreyasonline
Type
Image
Manifest digest
sha256:376d722f0f2eed054c60d301cfd8e58c319a02aa2db2acdcbd61d8808e7929ee
Image Layers
1# debian.sh --arch 'amd64' out/26.92 MB2ENV APP_UID=1654 ASPNETCORE_HTTP_PORTS=8080 DOTNET_RUNNING_IN_CONTAINER=true0 B3RUN /bin/sh -c apt-get update17.87 MB4RUN /bin/sh -c groupadd 3.2 KB5ENV DOTNET_VERSION=9.0.110 B6COPY /dotnet /usr/share/dotnet # buildkit32.95 MB7RUN /bin/sh -c ln -s154 B8ENV ASPNET_VERSION=9.0.110 B9COPY /dotnet /usr/share/dotnet # buildkit10.79 MB10ADD https://packages.microsoft.com/config/debian/12/packages-microsoft-prod.deb / # buildkit4.19 KB11RUN /bin/sh -c 8.16 MB12WORKDIR /opt/technitium/dns134 B13COPY ./DnsServerApp/bin/Release/publish /opt/technitium/dns # buildkit5.05 MB14ENTRYPOINT ["/usr/bin/dotnet" "/opt/technitium/dns/DnsServerApp.dll"]0 B15CMD ["/etc/dns"]0 B16EXPOSE [443/tcp 443/udp 53/tcp 53/udp0 B17LABEL org.opencontainers.image.title=Technitium DNS Server0 B18LABEL org.opencontainers.image.vendor=Technitium0 B19LABEL org.opencontainers.image.source=https://github.com/TechnitiumSoftware/DnsServer0 B20LABEL org.opencontainers.image.url=https://technitium.com/dns/0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1765152000'