Joseph Spiker spikerj
  • Joined on 2025-11-03

spikersoft-gameserver (latest)

Published 2026-08-03 16:02:55 +00:00 by spikerj

Installation

docker pull git.spikersoft.com/spikerj/spikersoft-gameserver:latest
sha256:7e19315d2f9b11a2fc3193e363e9ed0d09d32a7025860d4ef8a695bf5c0932b2

Images

Digest OS / Arch Size
441ffbbd5c linux/amd64 108 MiB
6a0662b57e 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
Details
Container
2026-08-03 16:02:55 +00:00
97
OCI / Docker
Versions (3) View all
latest 2026-08-03
arm64v8 2026-08-03
amd64 2026-08-03