sha256:0df8f66ca9929fca01a1d2ee8c1d079af40614adf4e50bd26025dd6b5caafd4e
OS/ARCH
linux/amd64
Compressed size
140.91 MB
Last pushed
26 days by bsourcedev
Type
Image
Manifest digest
sha256:d60e813d6dcd9a419f57ee61bad1b6fd8d1aae208aabf46974e855869c694c33
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.87 MB4RUN /bin/sh -c groupadd 3.26 KB5ENV DOTNET_VERSION=8.0.300 B6COPY /dotnet /usr/share/dotnet # buildkit30.77 MB7RUN /bin/sh -c ln -s165 B8ENV ASPNET_VERSION=8.0.300 B9COPY /dotnet /usr/share/dotnet # buildkit10.58 MB10WORKDIR /app93 B11COPY /app/publish . # buildkit54.76 MB12ENTRYPOINT ["dotnet" "HubConn.WebApi.dll"]0 B13EXPOSE [9101/tcp]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1787529600'