sha256:68b0511def9f2657590c0605f5b70f1c6250e8b09518f98dbd1f4b4b25b00f76
OS/ARCH
linux/amd64
Compressed size
136.75 MB
Last pushed
almost 2 years by peppy
Type
Image
Manifest digest
sha256:8adf65254647a49f29c0ee257f3d22b0f7ea786e5e2fbc898a9f4d1216c72129
Image Layers
1# debian.sh --arch 'amd64' out/26.92 MB2ENV APP_UID=1654 ASPNETCORE_HTTP_PORTS=8080 DOTNET_RUNNING_IN_CONTAINER=true0 B3RUN /bin/sh -c apt-get update17.67 MB4RUN /bin/sh -c groupadd 3.21 KB5ENV DOTNET_VERSION=8.0.110 B6COPY /dotnet /usr/share/dotnet # buildkit30.75 MB7RUN /bin/sh -c ln -s153 B8ENV ASPNET_VERSION=8.0.110 B9COPY /shared/Microsoft.AspNetCore.App /usr/share/dotnet/shared/Microsoft.AspNetCore.App # buildkit10.56 MB10WORKDIR /app93 B11COPY /app/out . # buildkit50.85 MB12ENTRYPOINT ["dotnet" "GlobalRankLookupCache.dll"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1733097600'