sha256:9428f2458870d723d3298892412dfe5b8038ba2cbf74b5115594be2af0d1f31f
OS/ARCH
Compressed size
93.45 MB
Last pushed
11 months by shreyasonline
Type
Image
Manifest digest
sha256:e14529d9c2335e76191d67347cd50413ca4fb7411311f2c9349e35d113a11d77
Image Layers
1# debian.sh --arch 'armhf' out/22.83 MB2ENV APP_UID=1654 ASPNETCORE_HTTP_PORTS=8080 DOTNET_RUNNING_IN_CONTAINER=true0 B3RUN /bin/sh -c apt-get update16.84 MB4RUN /bin/sh -c groupadd 3.26 KB5ENV DOTNET_VERSION=9.0.100 B6COPY /dotnet /usr/share/dotnet # buildkit30.57 MB7RUN /bin/sh -c ln -s163 B8ENV ASPNET_VERSION=9.0.100 B9COPY /dotnet /usr/share/dotnet # buildkit10.75 MB10ADD https://packages.microsoft.com/config/debian/12/packages-microsoft-prod.deb / # buildkit4.19 KB11RUN /bin/sh -c 7.42 MB12WORKDIR /opt/technitium/dns135 B13COPY ./DnsServerApp/bin/Release/publish /opt/technitium/dns # buildkit5.03 MB14STOPSIGNAL SIGINT0 B15ENTRYPOINT ["/usr/bin/dotnet" "/opt/technitium/dns/DnsServerApp.dll"]0 B16CMD ["/etc/dns"]0 B17EXPOSE [443/tcp 443/udp 53/tcp 53/udp0 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 'armhf' out/ 'bookworm' '@1762202650'