sha256:2481d83d4b31c314e1a4f6300606ba9048370e0ddfebdf6b3b24129fe110feee
OS/ARCH
Compressed size
105.57 MB
Last pushed
6 months by peppy
Type
Image
Manifest digest
sha256:559b5996dbc3c78db31d67cbec0a5492c199fc94f4cc7e492f0635a85ea6b593
Image Layers
1# debian.sh --arch 'arm64' out/26.81 MB2ENV APP_UID=1654 ASPNETCORE_HTTP_PORTS=8080 DOTNET_RUNNING_IN_CONTAINER=true0 B3RUN /bin/sh -c apt-get update17.68 MB4RUN /bin/sh -c groupadd 3.25 KB5ENV DOTNET_VERSION=8.0.250 B6COPY /dotnet /usr/share/dotnet # buildkit29.4 MB7RUN /bin/sh -c ln -s163 B8ENV ASPNET_VERSION=8.0.250 B9COPY /dotnet /usr/share/dotnet # buildkit10.26 MB10WORKDIR /app93 B11COPY /app/out . # buildkit21.41 MB12COPY docker docker # buildkit431 B13ENTRYPOINT ["dotnet" "BeatmapDifficultyLookupCache.dll"]0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1773619200'