sha256:b45ab7c6c3309d9e9392768a0e37a1ae159bec757058f0b8f16420ceee2d3103
OS/ARCH
Compressed size
144.13 MB
Last pushed
over 1 year by digmatic
Type
Image
Manifest digest
sha256:e499f074224929ba600b640de603910fc38025bb31fc5929d62144c439b32466
Image Layers
1# debian.sh --arch 'amd64' out/26.92 MB2ENV ASPNETCORE_URLS=http://+:80 DOTNET_RUNNING_IN_CONTAINER=true0 B3RUN /bin/sh -c apt-get update18.38 MB4ENV DOTNET_VERSION=6.0.360 B5COPY /dotnet /usr/share/dotnet # buildkit30.18 MB6RUN /bin/sh -c ln -s154 B7ENV ASPNET_VERSION=6.0.360 B8COPY /shared/Microsoft.AspNetCore.App /usr/share/dotnet/shared/Microsoft.AspNetCore.App # buildkit9.04 MB9WORKDIR /app93 B10WORKDIR /app32 B11COPY /app/publish . # buildkit59.6 MB12ENTRYPOINT ["dotnet" "Digma.Collector.Dogfooding.Worker.dll"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1734912000'