sha256:e0ea61a285c4d3370a9f6c94720d1dfdcf916b8dcf0251d124ce87cac0ce221e
OS/ARCH
Compressed size
741.39 MB
Last pushed
over 1 year by dockerhuborganization
Type
Image
Manifest digest
sha256:8b1ba18289afe5a27a02eaf1d7ecd2f67e7fca14a052481648356ea0e46945a9
Image Layers
1# debian.sh --arch 'arm64' out/26.74 MB2ENV APP_UID=1654 ASPNETCORE_HTTP_PORTS=8080 DOTNET_RUNNING_IN_CONTAINER=true0 B3RUN /bin/sh -c apt-get update17.65 MB4RUN /bin/sh -c groupadd 3.25 KB5ENV DOTNET_VERSION=8.0.120 B6COPY /dotnet /usr/share/dotnet # buildkit29.39 MB7RUN /bin/sh -c ln -s165 B8ENV ASPNET_VERSION=8.0.120 B9COPY /shared/Microsoft.AspNetCore.App /usr/share/dotnet/shared/Microsoft.AspNetCore.App # buildkit10.24 MB10RUN /bin/sh -c apt-get update17.49 MB11RUN /bin/sh -c echo "deb73.06 MB12RUN /bin/sh -c apt-get update92.53 MB13RUN /bin/sh -c apt-get update166.19 MB14WORKDIR /app93 B15EXPOSE map[8080/tcp:{}]0 B16WORKDIR /app32 B17COPY /app/publish . # buildkit188.57 MB18RUN /bin/sh -c ls -l32 B19RUN /bin/sh -c chmod +x119.52 MB20ENTRYPOINT ["dotnet" "DocumentProcessing.API.dll"]0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1736726400'