Block a user
spikersoft-gameserver (latest)
Published 2026-08-04 00:31:05 +00:00 by spikerj
Installation
docker pull git.spikersoft.com/spikerj/spikersoft-gameserver:latestsha256:68001919bbe3a1ee2d2e98687c1aa4c000224228abb13ffa8a673bb046dea991
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 0c3b039341 | linux/amd64 | 108 MiB |
| 981526b3b5 | linux/arm64 | 102 MiB |
Image Layers ( linux/amd64)
| ARG RELEASE |
| ARG LAUNCHPAD_BUILD_ARCH |
| LABEL org.opencontainers.image.version=24.04 |
| ADD file:d938ff3d4eee15d8600de84bf85eac6ecd0f20bc92dfe305dafbff0bdc974c0f in / |
| CMD ["/bin/bash"] |
| 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 libicu74 libssl3t64 libstdc++6 tzdata tzdata-legacy && 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 |
| WORKDIR /app |
| COPY /app/publish . # buildkit |
| ENV ASPNETCORE_ENVIRONMENT=Production |
| ENV GAMESERVER_GameServer__WebSocketPort=7777 |
| ENV GAMESERVER_GameServer__UdpPort=7778 |
| EXPOSE map[7777/tcp:{}] |
| EXPOSE map[7778/udp:{}] |
| ENTRYPOINT ["./SpikerSoft.GameServer"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.version | 24.04 |