sha256:681e63efa4ebc9d835d33b205c86c547451b43f1d9a15c1f67f257c9603518a4
OS/ARCH
linux/amd64
Compressed size
94.12 MB
Last pushed
about 2 months by modmoto
Type
Image
Manifest digest
sha256:681e63efa4ebc9d835d33b205c86c547451b43f1d9a15c1f67f257c9603518a4
Image Layers
1# debian.sh --arch 'amd64' out/27.8 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.25 KB5ENV DOTNET_VERSION=8.0.300 B6COPY /dotnet /usr/share/dotnet # buildkit30.77 MB7RUN /bin/sh -c ln -s165 B8ENV ASPNET_VERSION=8.0.300 B9COPY /dotnet /usr/share/dotnet # buildkit10.58 MB10WORKDIR /app93 B11COPY /app/out . # buildkit7.09 MB12ENV ASPNETCORE_URLS=http://*:800 B13EXPOSE map[80/tcp:{}]0 B14ENTRYPOINT ["dotnet" "W3ChampionsStatisticService.dll"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1785715200'