sha256:50ce7d3ed27d1741dc05fbde90929e55fd46760d34b103a9408084f42c65a932
OS/ARCH
linux/amd64
Compressed size
120.84 MB
Last pushed
over 1 year by stuartshay
Type
Image
Manifest digest
sha256:50ce7d3ed27d1741dc05fbde90929e55fd46760d34b103a9408084f42c65a932
Image Layers
1# debian.sh --arch 'amd64' out/27.78 MB2ENV APP_UID=1654 ASPNETCORE_HTTP_PORTS=8080 DOTNET_RUNNING_IN_CONTAINER=true0 B3RUN /bin/sh -c apt-get update17.86 MB4RUN /bin/sh -c groupadd 3.2 KB5ENV DOTNET_VERSION=9.0.10 B6COPY /dotnet /usr/share/dotnet # buildkit32.94 MB7RUN /bin/sh -c ln -s153 B8ENV ASPNET_VERSION=9.0.10 B9COPY /shared/Microsoft.AspNetCore.App /usr/share/dotnet/shared/Microsoft.AspNetCore.App # buildkit10.78 MB10LABEL org.label-schema.application=0 B11LABEL org.label-schema.build-date=0 B12LABEL org.label-schema.version=9.0.1.0 B13WORKDIR /app91 B14EXPOSE map[80/tcp:{}]0 B15EXPOSE map[443/tcp:{}]0 B16WORKDIR /app32 B17COPY /app/publish . # buildkit31.48 MB18ENTRYPOINT ["dotnet" "NavigatorAttractions.WebAPI.dll"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1738540800'