sha256:323c0cc19d5e66ebeb816198039af3f8f58c45a3906877b2422db35ac3dfffed
OS/ARCH
linux/amd64
Compressed size
148.51 MB
Last pushed
4 days by michele73
Type
Image
Manifest digest
sha256:eb6b44af4d466e053f7cff2c3a0adc54cd7cf204d0426948cc91be3ed52f8d86
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 MB14WORKDIR /app93 B15EXPOSE [80/tcp]0 B16EXPOSE [443/tcp]0 B17LABEL org.opencontainers.image.title=TraceRoute0 B18LABEL org.opencontainers.image.description=ASP.NET Core 10.0 Visual0 B19LABEL org.opencontainers.image.authors=Michele Di Maria0 B20LABEL org.opencontainers.image.url=https://github.com/mdima/traceroute0 B21LABEL org.opencontainers.image.source=https://github.com/mdima/traceroute0 B22LABEL org.opencontainers.image.version=3.1.10 B23LABEL org.opencontainers.image.licenses=MIT0 B24LABEL com.docker.desktop.extension.icon=https://github.com/mdima/traceroute/blob/3035a90f9890dd1c2aaa469cf664107cf2713f29/SupportFiles/logo.png?raw=true0 B25LABEL com.docker.extension.screenshots=[{'alt':'Main program screenshot', 'url':'https://github.com/mdima/traceroute/raw/master/SupportFiles/screenshot.png?raw=true'}]0 B26RUN /bin/sh -c apt-get update41.19 MB27RUN /bin/sh -c useradd -r1.16 KB28RUN /bin/sh -c mkdir logs120 B29USER traceroute0 B30WORKDIR /app32 B31ENV ASPNETCORE_URLS=http://+:800 B32ENV ASPNETCORE_HTTP_PORTS=800 B33COPY /app/publish . # buildkit15.87 MB34ENTRYPOINT ["dotnet" "TraceRoute.dll"]0 BCommand
ARG RELEASE