Block a user
the-cycle-game (cc392238f701)
Published 2026-07-16 21:58:29 +00:00 by neckfire
Installation
docker pull git.nfteam.ovh/neckfire/the-cycle-game:cc392238f701sha256:f861d23304b12ec6b675acb0737288b12d5d3ad59703a3a8fbc2a608a363a123
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 59520a7f29 | linux/amd64 | 80 MiB |
Image Layers ( linux/amd64)
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1782172800' |
| 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.29 |
| COPY /dotnet /usr/share/dotnet # buildkit |
| RUN /bin/sh -c ln -s /usr/share/dotnet/dotnet /usr/bin/dotnet # buildkit |
| WORKDIR /app |
| COPY /app ./ # buildkit |
| EXPOSE [7777/udp] |
| ENTRYPOINT ["dotnet" "Prospect.Server.Game.dll"] |
Details
2026-07-16 21:58:29 +00:00
Versions (29)
View all
Container
0
OCI / Docker
game-server
2026-07-16
c2a63c6fe186
2026-07-16
6b3a4057beea
2026-07-16
c6511dd04628
2026-07-16
cc392238f701
2026-07-16