sha256:b83cc1ba4ad89147dab5fb1ed780798c3f474ccdf368f3a9effcd917565f3a3e
OS/ARCH
Compressed size
96.77 MB
Last pushed
over 1 year by casjay
Type
Image
Manifest digest
sha256:67d04fe4b4e812f45c1e9b3feab0c0917ee12c02fc7ce0b568f3a95ca6a43d6e
Image Layers
1# debian.sh --arch 'amd64' out/27.8 MB2ENV APP_UID=1654 ASPNETCORE_HTTP_PORTS=8080 DOTNET_RUNNING_IN_CONTAINER=true0 B3RUN /bin/sh -c apt-get update17.67 MB4RUN /bin/sh -c groupadd 3.21 KB5ENV DOTNET_VERSION=8.0.110 B6COPY /dotnet /usr/share/dotnet # buildkit30.75 MB7RUN /bin/sh -c ln -s153 B8ENV ASPNET_VERSION=8.0.110 B9COPY /shared/Microsoft.AspNetCore.App /usr/share/dotnet/shared/Microsoft.AspNetCore.App # buildkit10.56 MB10ADD https://packages.microsoft.com/config/debian/12/packages-microsoft-prod.deb / # buildkit4.19 KB11RUN /bin/sh -c 8.08 MB12WORKDIR /opt/technitium/dns136 B13COPY ./DnsServerApp/bin/Release/publish /opt/technitium/dns # buildkit1.91 MB14STOPSIGNAL SIGINT0 B15ENTRYPOINT ["/usr/bin/dotnet" "/opt/technitium/dns/DnsServerApp.dll"]0 B16CMD ["/etc/dns"]0 B17EXPOSE map[443/tcp:{} 443/udp:{} 53/tcp:{} 53/udp:{}0 B18LABEL org.opencontainers.image.title=Technitium DNS Server0 B19LABEL org.opencontainers.image.vendor=Technitium0 B20LABEL org.opencontainers.image.source=https://github.com/TechnitiumSoftware/DnsServer0 B21LABEL org.opencontainers.image.url=https://technitium.com/dns/0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1733097600'