sha256:1884f4aed417b5f221484e1f05809996c86083166b00ca6c635831e741441922
OS/ARCH
linux/amd64
Compressed size
289.01 MB
Last pushed
7 months by devopsatoctopus
Type
Image
Manifest digest
sha256:1884f4aed417b5f221484e1f05809996c86083166b00ca6c635831e741441922
Image Layers
1# debian.sh --arch 'amd64' out/29.99 MB2ENV ASPNETCORE_URLS=http://+:80 DOTNET_RUNNING_IN_CONTAINER=true0 B3RUN /bin/sh -c apt-get update14.27 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 MB9ENV ASPNETCORE_URLS= DOTNET_GENERATE_ASPNET_CERTIFICATE=false DOTNET_NOLOGO=true DOTNET_SDK_VERSION=6.0.4280 B10RUN /bin/sh -c apt-get update24.33 MB11RUN /bin/sh -c curl -fSL144.38 MB12RUN /bin/sh -c powershell_version=7.2.23 13.11 MB13/bin/sh -c mkdir /src92 B14WORKDIR /src0 B15ADD dir:38d5003a3954d69773f130411bcd1f45cd52d5a30260b772d72fc1ede18ef6fc in /src 617.88 KB16/bin/sh -c dotnet restore19.45 MB17dotnet build --configuration release3.64 MB18EXPOSE 5000 50010 B19ENV ASPNETCORE_URLS=http://+:5000;https://+:50010 B20ENV ASPNETCORE_ENVIRONMENT=Production0 B21dotnet dev-certs https3.75 KB22ENTRYPOINT ["dotnet" "run" "--no-launch-profile"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bullseye' '@1736726400'