Sign inSign up

sathyafire/serviceexample:sha-c7e145c

Multi-platform
Index digest

sha256:9f023bf424b3a70a43f7ea3cbb1b2b58ea84b10c36c9a9a02a4a85a732622b29

OS/ARCH

Compressed size

91.33 MB

Last pushed

10 months by sathyafire

Type

Image

Manifest digest

sha256:09592b112bea924166488d3d25a2c555d79a2bcb716f6a315eea7588830f0854

Image Layers

1# debian.sh --arch 'arm64' out/26.8 MB
2ENV APP_UID=1654 ASPNETCORE_HTTP_PORTS=8080 DOTNET_RUNNING_IN_CONTAINER=true0 B
3RUN /bin/sh -c apt-get update17.68 MB
4RUN /bin/sh -c groupadd 3.26 KB
5ENV DOTNET_VERSION=9.0.110 B
6COPY /dotnet /usr/share/dotnet # buildkit31.33 MB
7RUN /bin/sh -c ln -s165 B
8ENV ASPNET_VERSION=9.0.110 B
9COPY /dotnet /usr/share/dotnet # buildkit10.42 MB
10USER 16540 B
11WORKDIR /app96 B
12EXPOSE [9080/tcp]0 B
13WORKDIR /app32 B
14ENV ASPNETCORE_URLS=http://+:90800 B
15COPY /app/publish . # buildkit5.1 MB
16ENTRYPOINT ["dotnet" "ServiceExample.dll"]0 B

Command

# debian.sh --arch 'arm64' out/ 'bookworm' '@1762202650'