sha256:6f5aefb1af0368f387bb142b0cfaf114addbaada4c1e684ba79dcc54f4c06f0b
OS/ARCH
Compressed size
77.61 MB
Last pushed
about 1 month by jchristn77
Type
Image
Manifest digest
sha256:33516758fca0e951c0f79b6d832401878632cf58f7f72f853a021266466ebb4e
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.290 B6COPY /dotnet /usr/share/dotnet # buildkit30.77 MB7RUN /bin/sh -c ln -s163 B8WORKDIR /app92 B9COPY /app ./ # buildkit2.04 MB10EXPOSE [8080/tcp]0 B11EXPOSE [9464/tcp]0 B12EXPOSE [8100/tcp]0 B13ENTRYPOINT ["dotnet" "Clutch.Server.dll"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1785715200'