Sign inSign up

duongktx250/helloworldasp:latest

Index digest

sha256:85fd75ceadd0810c4b1a594655ace0eba0c5d3830dfa0f975f32add48e5c117f

OS/ARCH

linux/amd64

Compressed size

86.14 MB

Last pushed

over 1 year by duongktx250

Type

Image

Manifest digest

sha256:9198dd7ecbbcd68dc2f3fc152a6fffe4d00345e73ea2ab453f8b6e7a27aaf75e

Image Layers

1# debian.sh --arch 'amd64' out/26.92 MB
2ENV APP_UID=1654 ASPNETCORE_HTTP_PORTS=8080 DOTNET_RUNNING_IN_CONTAINER=true0 B
3RUN /bin/sh -c apt-get update17.86 MB
4RUN /bin/sh -c groupadd 3.2 KB
5ENV DOTNET_VERSION=8.0.150 B
6COPY /dotnet /usr/share/dotnet # buildkit30.76 MB
7RUN /bin/sh -c ln -s153 B
8ENV ASPNET_VERSION=8.0.150 B
9COPY /dotnet /usr/share/dotnet # buildkit10.56 MB
10WORKDIR /app93 B
11COPY /app/out ./ # buildkit43.76 KB
12ENTRYPOINT ["dotnet" "HelloWorldApp.dll"]0 B

Command

# debian.sh --arch 'amd64' out/ 'bookworm' '@1745798400'