sha256:8684ded57053914e8e120549a5acff7c6899740eacf33ab256020bf9bbe642f7
OS/ARCH
linux/amd64
Compressed size
343.88 MB
Last pushed
about 1 year by peppy
Type
Image
Manifest digest
sha256:2ed3f92a72760943ee52fcc081653b4cfe8b354a8a59d2a86693f6616caa450d
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 /app96 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'