sha256:d81782bd0a4d2f5493c3211cd8cc18a0fdb3b8a8692d9172b13274d63f98267b
OS/ARCH
linux/amd64
Compressed size
97.56 MB
Last pushed
10 months by peppy
Type
Image
Manifest digest
sha256:7b8b4f2c6b7c774aa6acacf4f643a9bbb6c7cd27522b731eb4133b00e05144b7
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.2 KB5ENV DOTNET_VERSION=8.0.220 B6COPY /dotnet /usr/share/dotnet # buildkit30.76 MB7RUN /bin/sh -c ln -s154 B8WORKDIR /app93 B9COPY /app/osu.Server.Queues.BeatmapProcessor/out . # buildkit22.01 MB10ENTRYPOINT ["dotnet" "osu.Server.Queues.BeatmapProcessor.dll"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1763337600'