sha256:73d1e7867c199746f921660abe1a3d4290496aa9a3dee7767578a8f25cc4adb8
OS/ARCH
linux/amd64
Compressed size
124.16 MB
Last pushed
about 1 year by michele73
Type
Image
Manifest digest
sha256:52f43a74bfaf5eb14c72dba551b8e8c3608f0880c909b6646559fb7a95938685
Image Layers
1# debian.sh --arch 'amd64' out/26.92 MB2ENV APP_UID=1654 ASPNETCORE_HTTP_PORTS=8080 DOTNET_RUNNING_IN_CONTAINER=true0 B3RUN /bin/sh -c apt-get update17.87 MB4RUN /bin/sh -c groupadd 3.2 KB5ENV DOTNET_VERSION=9.0.80 B6COPY /dotnet /usr/share/dotnet # buildkit32.95 MB7RUN /bin/sh -c ln -s154 B8ENV ASPNET_VERSION=9.0.80 B9COPY /dotnet /usr/share/dotnet # buildkit10.79 MB10WORKDIR /app92 B11EXPOSE map[80/tcp:{}]0 B12EXPOSE map[443/tcp:{}]0 B13LABEL org.opencontainers.image.title=TraceRoute0 B14LABEL org.opencontainers.image.description=C# ASP.NET Core 9.00 B15LABEL org.opencontainers.image.authors=Michele Di Maria0 B16LABEL org.opencontainers.image.url=https://github.com/mdima/traceroute0 B17LABEL org.opencontainers.image.source=https://github.com/mdima/traceroute0 B18LABEL org.opencontainers.image.version=3.0.00 B19LABEL org.opencontainers.image.licenses=MIT0 B20LABEL com.docker.desktop.extension.icon=https://github.com/mdima/traceroute/blob/3035a90f9890dd1c2aaa469cf664107cf2713f29/SupportFiles/logo.png?raw=true0 B21LABEL com.docker.extension.screenshots=[{'alt':'Main program screenshot', 'url':'https://github.com/mdima/traceroute/blob/3035a90f9890dd1c2aaa469cf664107cf2713f29/SupportFiles/screenshot.png?raw=true'}]0 B22RUN /bin/sh -c apt-get update20.06 MB23RUN /bin/sh -c useradd -r1.11 KB24RUN /bin/sh -c mkdir logs119 B25USER traceroute0 B26WORKDIR /app32 B27ENV ASPNETCORE_URLS=http://+:800 B28ENV ASPNETCORE_HTTP_PORTS=800 B29COPY /app/publish . # buildkit15.57 MB30ENTRYPOINT ["dotnet" "TraceRoute.dll"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1754870400'