sha256:7d41398dae27dbc151235fd09ea0bd899cfb6184fe9c2e680c53c59e8d5c65a9
OS/ARCH
Compressed size
86.65 MB
Last pushed
over 1 year by shreyasonline
Type
Image
Manifest digest
sha256:ff73aef4cd875f533e76de5a47b72ecb89c862172c5bdc440bd06ab446f90c37
Image Layers
1# debian.sh --arch 'armhf' out/22.81 MB2ENV APP_UID=1654 ASPNETCORE_HTTP_PORTS=8080 DOTNET_RUNNING_IN_CONTAINER=true0 B3RUN /bin/sh -c apt-get update16.85 MB4RUN /bin/sh -c groupadd 3.25 KB5ENV DOTNET_VERSION=8.0.140 B6COPY /dotnet /usr/share/dotnet # buildkit28.86 MB7RUN /bin/sh -c ln -s164 B8ENV ASPNET_VERSION=8.0.140 B9COPY /dotnet /usr/share/dotnet # buildkit10.5 MB10ADD https://packages.microsoft.com/config/debian/12/packages-microsoft-prod.deb / # buildkit4.19 KB11RUN /bin/sh -c 4.09 MB12WORKDIR /opt/technitium/dnsclient141 B13COPY ./net.dnsclient/bin/Release/publish /opt/technitium/dnsclient # buildkit3.54 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 'armhf' out/ 'bookworm' '@1742169600'