sha256:0387ae7c68063bf36412ecaf3a2eef8023aeca959dd24e075304268acf69b84d
OS/ARCH
Compressed size
91.38 MB
Last pushed
over 1 year by shreyasonline
Type
Image
Manifest digest
sha256:2577362f7c0a5335d7d6edd9fdea904a40fa5067fcdd9db3dcfd173d9e343ca4
Image Layers
1# debian.sh --arch 'amd64' out/26.91 MB2ENV APP_UID=1654 ASPNETCORE_HTTP_PORTS=8080 DOTNET_RUNNING_IN_CONTAINER=true0 B3RUN /bin/sh -c apt-get update17.86 MB4RUN /bin/sh -c groupadd 3.2 KB5ENV DOTNET_VERSION=8.0.120 B6COPY /dotnet /usr/share/dotnet # buildkit30.75 MB7RUN /bin/sh -c ln -s153 B8ENV ASPNET_VERSION=8.0.120 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 4.18 MB12WORKDIR /opt/technitium/dnsclient139 B13COPY ./net.dnsclient/bin/Release/publish /opt/technitium/dnsclient # buildkit1.12 MB14ENTRYPOINT ["/usr/bin/dotnet" "/opt/technitium/dnsclient/DnsClientApp.dll"]0 B15CMD ["--urls" "http://0.0.0.0:8001/"]0 B16EXPOSE map[8001/tcp:{}]0 B17LABEL org.opencontainers.image.title=Technitium DNS Client0 B18LABEL org.opencontainers.image.vendor=Technitium0 B19LABEL org.opencontainers.image.source=https://github.com/TechnitiumSoftware/net.dnsclient0 B20LABEL org.opencontainers.image.url=https://dnsclient.net/0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1736726400'