sha256:368ecfe24d07779da3892d66020711c0e79ee56082577e70153078b42135034a
OS/ARCH
Compressed size
93.1 MB
Last pushed
2 months by shreyasonline
Type
Image
Manifest digest
sha256:979fb9de0337749470ede901a3831ee7b6d7775b193012b2018d721297d66532
Image Layers
1ARG RELEASE0 B2ARG LAUNCHPAD_BUILD_ARCH0 B3LABEL org.opencontainers.image.version=24.040 B4ADD file ... in / 25.62 MB5CMD ["/bin/bash"]0 B6ENV APP_UID=1654 ASPNETCORE_HTTP_PORTS=8080 DOTNET_RUNNING_IN_CONTAINER=true0 B7RUN /bin/sh -c apt-get update15.49 MB8RUN /bin/sh -c groupadd 3.48 KB9ENV DOTNET_VERSION=10.0.90 B10COPY /dotnet /usr/share/dotnet # buildkit32.16 MB11RUN /bin/sh -c ln -s154 B12ENV ASPNET_VERSION=10.0.90 B13COPY /dotnet /usr/share/dotnet # buildkit12.07 MB14ADD https://packages.microsoft.com/config/ubuntu/24.04/packages-microsoft-prod.deb / # buildkit4.17 KB15RUN /bin/sh -c 4.18 MB16WORKDIR /opt/technitium/dnsclient140 B17COPY ./net.dnsclient/bin/Release/publish /opt/technitium/dnsclient # buildkit3.57 MB18ENTRYPOINT ["/usr/bin/dotnet" "/opt/technitium/dnsclient/DnsClientApp.dll"]0 B19CMD ["--urls" "http://0.0.0.0:8001/"]0 B20EXPOSE [8001/tcp]0 B21LABEL org.opencontainers.image.title=Technitium DNS Client0 B22LABEL org.opencontainers.image.vendor=Technitium0 B23LABEL org.opencontainers.image.source=https://github.com/TechnitiumSoftware/net.dnsclient0 B24LABEL org.opencontainers.image.url=https://dnsclient.net/0 BCommand
ARG RELEASE