Sign inSign up

octopussamples/octopetshop-shoppingcartservice:1.0.26026.180017

Manifest digest

sha256:3435cdc345b7ed8145a4cb48e65bf087d73ab1749e41b244d4fe5a733ca1699b

OS/ARCH

linux/amd64

Compressed size

279.41 MB

Last pushed

8 months by devopsatoctopus

Type

Image

Manifest digest

sha256:3435cdc345b7ed8145a4cb48e65bf087d73ab1749e41b244d4fe5a733ca1699b

Image Layers

1# debian.sh --arch 'amd64' out/29.99 MB
2ENV ASPNETCORE_URLS=http://+:80 DOTNET_RUNNING_IN_CONTAINER=true0 B
3RUN /bin/sh -c apt-get update14.27 MB
4ENV DOTNET_VERSION=6.0.360 B
5COPY /dotnet /usr/share/dotnet # buildkit30.18 MB
6RUN /bin/sh -c ln -s154 B
7ENV ASPNET_VERSION=6.0.360 B
8COPY /shared/Microsoft.AspNetCore.App /usr/share/dotnet/shared/Microsoft.AspNetCore.App # buildkit9.04 MB
9ENV ASPNETCORE_URLS= DOTNET_GENERATE_ASPNET_CERTIFICATE=false DOTNET_NOLOGO=true DOTNET_SDK_VERSION=6.0.4280 B
10RUN /bin/sh -c apt-get update24.33 MB
11RUN /bin/sh -c curl -fSL144.38 MB
12RUN /bin/sh -c powershell_version=7.2.23 13.11 MB
13/bin/sh -c mkdir /src92 B
14WORKDIR /src0 B
15ADD dir:66f57d4a03974b5808a28a744ec7626e34930a91b6208412cbab87bcd50014ad in /src 2.42 KB
16/bin/sh -c dotnet restore11.28 MB
17dotnet build --configuration release2.81 MB
18EXPOSE 5012 50130 B
19ENV ASPNETCORE_URLS=http://+:5012;https://+:50130 B
20ENV ASPNETCORE_ENVIRONMENT=Production0 B
21dotnet dev-certs https3.74 KB
22ENTRYPOINT ["dotnet" "run" "--no-launch-profile"]0 B

Command

# debian.sh --arch 'amd64' out/ 'bullseye' '@1736726400'