sha256:63577c1e491f6713995f0a1e5244715f68c5691bcc94f697f330b1daeb76f716
OS/ARCH
linux/amd64
Compressed size
113.48 MB
Last pushed
4 months by peppy
Type
Image
Manifest digest
sha256:299b443431e6fde1399ee61e7bbed1a728c2b7042be160e203047a44910fabf9
Image Layers
1# debian.sh --arch 'amd64' out/26.93 MB2ENV APP_UID=1654 ASPNETCORE_HTTP_PORTS=8080 DOTNET_RUNNING_IN_CONTAINER=true0 B3RUN /bin/sh -c apt-get update17.88 MB4RUN /bin/sh -c groupadd 3.26 KB5ENV DOTNET_VERSION=8.0.270 B6COPY /dotnet /usr/share/dotnet # buildkit30.76 MB7RUN /bin/sh -c ln -s166 B8ENV ASPNET_VERSION=8.0.270 B9COPY /dotnet /usr/share/dotnet # buildkit10.58 MB10WORKDIR /app93 B11COPY /app/out . # buildkit27.33 MB12ENTRYPOINT ["dotnet" "osu.Server.Spectator.dll"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1777939200'