sha256:2502fd4993d18a8c6665ce6eefb20c76ca21918c5435a015d9485b36e8275b5e
OS/ARCH
Compressed size
107.59 MB
Last pushed
about 8 hours by shreyasonline
Type
Image
Manifest digest
sha256:a7ed6d5c48270e17a1bf8db982c4117bc0ccc32a59bf590d4ff20b1895efec4c
Image Layers
1ARG RELEASE0 B2ARG LAUNCHPAD_BUILD_ARCH0 B3LABEL org.opencontainers.image.version=24.040 B4ADD file ... in / 28.39 MB5CMD ["/bin/bash"]0 B6ENV APP_UID=1654 ASPNETCORE_HTTP_PORTS=8080 DOTNET_RUNNING_IN_CONTAINER=true0 B7RUN /bin/sh -c apt-get update16 MB8RUN /bin/sh -c groupadd 3.48 KB9ENV DOTNET_VERSION=10.0.120 B10COPY /dotnet /usr/share/dotnet # buildkit34.91 MB11RUN /bin/sh -c ln -s154 B12ENV ASPNET_VERSION=10.0.120 B13COPY /dotnet /usr/share/dotnet # buildkit12.15 MB14ADD https://packages.microsoft.com/config/ubuntu/24.04/packages-microsoft-prod.deb / # buildkit4.17 KB15RUN /bin/sh -c 10.31 MB16WORKDIR /opt/technitium/dns136 B17COPY ./DnsServerApp/bin/Release/publish /opt/technitium/dns # buildkit5.82 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.version=15.5.00 B23LABEL org.opencontainers.image.vendor=Technitium0 B24LABEL org.opencontainers.image.source=https://github.com/TechnitiumSoftware/DnsServer0 B25LABEL org.opencontainers.image.url=https://technitium.com/dns/0 BCommand
ARG RELEASE