sha256:bbec12d708bfb5143162e75ef9dfc1232e89c3fd6e6c7954aee214168cc41632
OS/ARCH
Compressed size
91.33 MB
Last pushed
11 months by sathyafire
Type
Image
Manifest digest
sha256:f2e3b29e6a6da048ca1a6e3706ebfc782d797b322b80f1177ed9cf3c70e64e49
Image Layers
1# debian.sh --arch 'arm64' out/26.8 MB2ENV APP_UID=1654 ASPNETCORE_HTTP_PORTS=8080 DOTNET_RUNNING_IN_CONTAINER=true0 B3RUN /bin/sh -c apt-get update17.68 MB4RUN /bin/sh -c groupadd 3.25 KB5ENV DOTNET_VERSION=9.0.90 B6COPY /dotnet /usr/share/dotnet # buildkit31.33 MB7RUN /bin/sh -c ln -s163 B8ENV ASPNET_VERSION=9.0.90 B9COPY /dotnet /usr/share/dotnet # buildkit10.42 MB10USER 16540 B11WORKDIR /app96 B12EXPOSE [9080/tcp]0 B13WORKDIR /app32 B14ENV ASPNETCORE_URLS=http://+:90800 B15COPY /app/publish . # buildkit5.1 MB16ENTRYPOINT ["dotnet" "ServiceExample.dll"]0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1759104000'