Глеб Риннер glebrinner
  • Joined on 2026-06-09

kosmograd-server (b96-5d3fd735cd5a1fe5-ee3081a6a902)

Published 2026-08-08 09:01:03 +00:00 by glebrinner

Installation

docker pull git.rinnerkult.com/glebrinner/kosmograd-server:b96-5d3fd735cd5a1fe5-ee3081a6a902
sha256:056c47d1bfeb59f81204601c3ad581b31cbb104b7ca4fc4254610dedebdcb355

Images

Digest OS / Arch Size
7a16c5b37c linux/amd64 365 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"]
ARG KOSMOGRAD_UID=10001
ARG KOSMOGRAD_GID=10001
RUN |2 KOSMOGRAD_UID=10001 KOSMOGRAD_GID=10001 /bin/sh -c apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install --yes --no-install-recommends ca-certificates python3 && rm -rf /var/lib/apt/lists/* && groupadd --gid "${KOSMOGRAD_GID}" kosmograd && useradd --uid "${KOSMOGRAD_UID}" --gid "${KOSMOGRAD_GID}" --home-dir /var/lib/kosmograd --no-create-home --shell /usr/sbin/nologin kosmograd # buildkit
COPY --chown=10001:10001 game/ /opt/kosmograd/game/ # buildkit
COPY --chown=10001:10001 entrypoint.sh a2s_probe.py /opt/kosmograd/platform/ # buildkit
COPY --chown=10001:10001 /steamcmd/linux64/steamclient.so /opt/kosmograd/steam-runtime/steamclient.so # buildkit
RUN |2 KOSMOGRAD_UID=10001 KOSMOGRAD_GID=10001 /bin/sh -c chmod 0555 /opt/kosmograd/platform/entrypoint.sh /opt/kosmograd/platform/a2s_probe.py /opt/kosmograd/steam-runtime/steamclient.so && find /opt/kosmograd/game -type f -name '*.sh' -exec chmod 0555 {} + && find /opt/kosmograd/game -type f -name 'KosmogradServer-Linux-*' ! -name '*.debug' ! -name '*.sym' -exec chmod 0555 {} + # buildkit
ENV BASE_GAME_PORT=7777 BASE_QUERY_PORT=27015 HOME=/var/lib/kosmograd MAX_SERVERS=3 MAX_PLAYERS=16 PUBLIC_IP=127.0.0.1 SERVER_MAP=/Game/Kosmograd/Levels/RinnerBlockoutPolygon SERVER_NAME_PREFIX=Kosmograd Server SERVER_STABLE_ID_PREFIX=kosmograd-server STATE_DIR=/var/lib/kosmograd TMPDIR=/tmp XDG_CACHE_HOME=/var/lib/kosmograd/.cache
WORKDIR /opt/kosmograd/game
USER 10001:10001
STOPSIGNAL SIGTERM
ENTRYPOINT ["/opt/kosmograd/platform/entrypoint.sh"]
CMD ["run"]

Labels

Key Value
org.opencontainers.image.version 24.04
Details
Container
2026-08-08 09:01:03 +00:00
3
OCI / Docker
Versions (14) View all