sha256:1fbd869bd06ccd355f3298bfe21ddd1059dccc31f0fbb0da47150bd567af1f4e
OS/ARCH
linux/amd64
Compressed size
113.45 MB
Last pushed
4 months by peppy
Type
Image
Manifest digest
sha256:e9fd31672b8aad79b41d016e75887967e5ee23338dbf069dd1c9d51391df9f4b
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.260 B6COPY /dotnet /usr/share/dotnet # buildkit30.76 MB7RUN /bin/sh -c ln -s165 B8ENV ASPNET_VERSION=8.0.260 B9COPY /dotnet /usr/share/dotnet # buildkit10.58 MB10WORKDIR /app93 B11COPY /app/out . # buildkit27.3 MB12ENTRYPOINT ["dotnet" "osu.Server.Spectator.dll"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1777939200'