sha256:14f1a7d4f14941f1f0d7c1840b5229d61e0b6c54de2c9d2e9d398368f4ca914d
OS/ARCH
linux/amd64
Compressed size
343.88 MB
Last pushed
about 1 year by peppy
Type
Image
Manifest digest
sha256:e518ed86007ab5b4c238d1bfdede27c600cd7485c80d68e5aed95e41c8b9433e
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.180 B6COPY /dotnet /usr/share/dotnet # buildkit30.75 MB7RUN /bin/sh -c ln -s155 B8ENV ASPNET_VERSION=8.0.180 B9COPY /dotnet /usr/share/dotnet # buildkit10.58 MB10USER 16540 B11WORKDIR /app94 B12EXPOSE map[8080/tcp:{}]0 B13WORKDIR /app32 B14COPY /app/publish . # buildkit257.76 MB15ENTRYPOINT ["dotnet" "osu.Server.BeatmapSubmission.dll"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1751241600'