Block a user
soupsaladsandwich_com (develop-latest)
Published 2025-10-08 09:44:22 +00:00 by MrFoxxington
Installation
docker pull code.thousandbytes.xyz/mrfoxxington/soupsaladsandwich_com:develop-latestsha256:3c399a23963432cca5572ac1b74247914a76c1d86d6474f22c070c2586b0acee
Image Layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1759104000' |
| ENV APP_UID=1654 ASPNETCORE_HTTP_PORTS=8080 DOTNET_RUNNING_IN_CONTAINER=true |
| RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates libc6 libgcc-s1 libicu72 libssl3 libstdc++6 tzdata zlib1g && rm -rf /var/lib/apt/lists/* # buildkit |
| RUN /bin/sh -c groupadd --gid=$APP_UID app && useradd --no-log-init --uid=$APP_UID --gid=$APP_UID --create-home app # buildkit |
| ENV DOTNET_VERSION=8.0.20 |
| COPY /dotnet /usr/share/dotnet # buildkit |
| RUN /bin/sh -c ln -s /usr/share/dotnet/dotnet /usr/bin/dotnet # buildkit |
| ENV ASPNET_VERSION=8.0.20 |
| COPY /dotnet /usr/share/dotnet # buildkit |
| WORKDIR /App |
| COPY /App/out . # buildkit |
| EXPOSE map[8080/tcp:{}] |
| ENTRYPOINT ["dotnet" "soupsaladsandwich_com.dll"] |
Details
2025-10-08 09:44:22 +00:00
Versions (1)
View all
Container
7
OCI / Docker
linux/amd64
102 MiB
develop-latest
2025-10-08