Sign inSign up

sixeyed/ps-sre4-frontend-blazor:sre4-m2

Manifest digest

sha256:e94d229b6870ecf8666a58a07399c2f884e3b4c27d8c29f847baebdfbd8e5511

OS/ARCH

linux/arm64

Compressed size

92.19 MB

Last pushed

about 1 year by sixeyed

Type

Image

Manifest digest

sha256:e94d229b6870ecf8666a58a07399c2f884e3b4c27d8c29f847baebdfbd8e5511

Image Layers

1# debian.sh --arch 'arm64' out/27.83 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.25 KB
5ENV DOTNET_VERSION=8.0.190 B
6COPY /dotnet /usr/share/dotnet # buildkit29.4 MB
7RUN /bin/sh -c ln -s164 B
8ENV ASPNET_VERSION=8.0.190 B
9COPY /dotnet /usr/share/dotnet # buildkit10.26 MB
10WORKDIR /app93 B
11RUN /bin/sh -c adduser --disabled-password3.34 KB
12COPY --chown=blazoruser:blazoruser /app . #3.51 MB
13RUN /bin/sh -c chown -R3.51 MB
14USER blazoruser0 B
15EXPOSE map[8080/tcp:{}]0 B
16ENV ASPNETCORE_URLS=http://+:80800 B
17ENV ASPNETCORE_ENVIRONMENT=Production0 B
18HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:8080/_health0 B
19ENTRYPOINT ["dotnet" "Frontend.Blazor.dll"]0 B

Command

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