sha256:d295f6d493db8b5e43e9fd38dda289f2effb06b8682b84f4b7b98552503e2a7a
OS/ARCH
Compressed size
101.43 MB
Last pushed
4 months by casjay
Type
Image
Manifest digest
sha256:7d3a1e9114715d4a202b39ab7e0d3286d3835cebc598986b0e2c5a0064cc5fbe
Image Layers
1ARG RELEASE0 B2ARG LAUNCHPAD_BUILD_ARCH0 B3LABEL org.opencontainers.image.version=24.040 B4ADD file ... in / 27.54 MB5CMD ["/bin/bash"]0 B6ENV APP_UID=1654 ASPNETCORE_HTTP_PORTS=8080 DOTNET_RUNNING_IN_CONTAINER=true0 B7RUN /bin/sh -c apt-get update16.02 MB8RUN /bin/sh -c groupadd 3.48 KB9ENV DOTNET_VERSION=10.0.70 B10COPY /dotnet /usr/share/dotnet # buildkit32.9 MB11RUN /bin/sh -c ln -s155 B12ENV ASPNET_VERSION=10.0.70 B13COPY /dotnet /usr/share/dotnet # buildkit11.7 MB14ADD https://packages.microsoft.com/config/ubuntu/24.04/packages-microsoft-prod.deb / # buildkit4.17 KB15RUN /bin/sh -c 7.85 MB16WORKDIR /opt/technitium/dns135 B17COPY ./DnsServerApp/bin/Release/publish /opt/technitium/dns # buildkit5.42 MB18ENTRYPOINT ["/usr/bin/dotnet" "/opt/technitium/dns/DnsServerApp.dll"]0 B19CMD ["/etc/dns"]0 B20EXPOSE [443/tcp 443/udp 53/tcp 53/udp0 B21LABEL org.opencontainers.image.title=Technitium DNS Server0 B22LABEL org.opencontainers.image.vendor=Technitium0 B23LABEL org.opencontainers.image.source=https://github.com/TechnitiumSoftware/DnsServer0 B24LABEL org.opencontainers.image.url=https://technitium.com/dns/0 BCommand
ARG RELEASE