sha256:0946f4f4e93349302bedb21e7ebff999151a6413bba2e14069223f312f4c4eb4
OS/ARCH
Compressed size
843.12 MB
Last pushed
about 1 year by dockerhuborganization
Type
Image
Manifest digest
sha256:def64c3574faa73ebc8b3bddd241acb2cea855dd8753496256991b0673722c40
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.86 MB4RUN /bin/sh -c groupadd 3.2 KB5ENV DOTNET_VERSION=8.0.170 B6COPY /dotnet /usr/share/dotnet # buildkit30.76 MB7RUN /bin/sh -c ln -s154 B8ENV ASPNET_VERSION=8.0.170 B9COPY /dotnet /usr/share/dotnet # buildkit10.57 MB10RUN /bin/sh -c apt-get update17.65 MB11RUN /bin/sh -c echo "deb73.02 MB12RUN /bin/sh -c apt-get update94.97 MB13RUN /bin/sh -c apt-get update166.93 MB14RUN /bin/sh -c ARCH=$(dpkg --print-architecture)184 B15RUN /bin/sh -c apt-get update15.58 MB16RUN /bin/sh -c ln -s106 B17WORKDIR /app93 B18EXPOSE map[8080/tcp:{}]0 B19WORKDIR /app32 B20COPY /app/publish . # buildkit261 MB21RUN /bin/sh -c ls -l32 B22RUN /bin/sh -c chmod +x127.85 MB23ENTRYPOINT ["dotnet" "DocumentProcessing.API.dll"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1749513600'