Sign inSign up

michele73/traceroute:latest

Networking
Index digest

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 B
2ARG LAUNCHPAD_BUILD_ARCH0 B
3LABEL org.opencontainers.image.version=24.040 B
4ADD file ... in / 28.39 MB
5CMD ["/bin/bash"]0 B
6ENV APP_UID=1654 ASPNETCORE_HTTP_PORTS=8080 DOTNET_RUNNING_IN_CONTAINER=true0 B
7RUN /bin/sh -c apt-get update16 MB
8RUN /bin/sh -c groupadd 3.48 KB
9ENV DOTNET_VERSION=10.0.120 B
10COPY /dotnet /usr/share/dotnet # buildkit34.91 MB
11RUN /bin/sh -c ln -s154 B
12ENV ASPNET_VERSION=10.0.120 B
13COPY /dotnet /usr/share/dotnet # buildkit12.15 MB
14WORKDIR /app93 B
15EXPOSE [80/tcp]0 B
16EXPOSE [443/tcp]0 B
17LABEL org.opencontainers.image.title=TraceRoute0 B
18LABEL org.opencontainers.image.description=ASP.NET Core 10.0 Visual0 B
19LABEL org.opencontainers.image.authors=Michele Di Maria0 B
20LABEL org.opencontainers.image.url=https://github.com/mdima/traceroute0 B
21LABEL org.opencontainers.image.source=https://github.com/mdima/traceroute0 B
22LABEL org.opencontainers.image.version=3.1.10 B
23LABEL org.opencontainers.image.licenses=MIT0 B
24LABEL com.docker.desktop.extension.icon=https://github.com/mdima/traceroute/blob/3035a90f9890dd1c2aaa469cf664107cf2713f29/SupportFiles/logo.png?raw=true0 B
25LABEL com.docker.extension.screenshots=[{'alt':'Main program screenshot', 'url':'https://github.com/mdima/traceroute/raw/master/SupportFiles/screenshot.png?raw=true'}]0 B
26RUN /bin/sh -c apt-get update41.19 MB
27RUN /bin/sh -c useradd -r1.16 KB
28RUN /bin/sh -c mkdir logs120 B
29USER traceroute0 B
30WORKDIR /app32 B
31ENV ASPNETCORE_URLS=http://+:800 B
32ENV ASPNETCORE_HTTP_PORTS=800 B
33COPY /app/publish . # buildkit15.87 MB
34ENTRYPOINT ["dotnet" "TraceRoute.dll"]0 B

Command

 ARG RELEASE