Block a user
the-cycle-game (f7048ff1737d)
Published 2026-07-16 08:25:53 +00:00 by neckfire
Installation
docker pull git.nfteam.ovh/neckfire/the-cycle-game:f7048ff1737dsha256:85c9d5e31019ac07cec1f7623fada63e65a2e08f7d805609e8f0c7d87cb88630
Images
| Digest | OS / Arch | Size |
|---|---|---|
| a55ff0583a | linux/amd64 | 76 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 08:25:53 +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