sha256:fd80592961618c2037e4546fc9ea06a8ed11a13ec763671e067068aacae71436
OS/ARCH
linux/amd64
Compressed size
101.16 MB
Last pushed
about 1 month by modmoto
Type
Image
Manifest digest
sha256:fd80592961618c2037e4546fc9ea06a8ed11a13ec763671e067068aacae71436
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.26 KB5ENV DOTNET_VERSION=8.0.290 B6COPY /dotnet /usr/share/dotnet # buildkit30.77 MB7RUN /bin/sh -c ln -s163 B8ENV ASPNET_VERSION=8.0.290 B9COPY /dotnet /usr/share/dotnet # buildkit10.58 MB10WORKDIR /app93 B11COPY /app/out . # buildkit14.13 MB12ENV ASPNETCORE_URLS=http://*:800 B13EXPOSE map[80/tcp:{}]0 B14ENTRYPOINT ["/bin/sh" "-c" "dotnet W3ChampionsChatService.dll"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1785715200'