sha256:ec8d8e5d9c5c513972c44d71f29201404e05379e175183c0b6bfcf1b41458221
OS/ARCH
Compressed size
240.7 MB
Last pushed
about 1 year by digmatic
Type
Image
Manifest digest
sha256:930a2710c1d89d7bd6fdf2de174f0391ba4d1610167ecbd3171c436dba2d1e73
Image Layers
1# debian.sh --arch 'arm64' out/26.78 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=8.0.190 B6COPY /dotnet /usr/share/dotnet # buildkit29.4 MB7RUN /bin/sh -c ln -s164 B8ENV ASPNET_VERSION=8.0.190 B9COPY /dotnet /usr/share/dotnet # buildkit10.26 MB10WORKDIR /app93 B11USER app0 B12WORKDIR /app32 B13COPY /app/publish . # buildkit156.58 MB14ENTRYPOINT ["dotnet" "Digma.Compound.dll"]0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1754870400'