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

kosmograd-server (b87-df7e41f61d6aec0e-aece06b82000)

Published 2026-07-26 14:41:10 +00:00 by glebrinner

Installation

docker pull git.rinnerkult.com/glebrinner/kosmograd-server:b87-df7e41f61d6aec0e-aece06b82000
sha256:5f5c78beb3f28b56299c5cfde51513b41ecf861ba833f7e18e685a11def4119c

Images

Digest OS / Arch Size
a7250e075e linux/amd64 362 MiB

Image Layers ( linux/amd64)

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.version=24.04
ADD file:8c609c85109d07bf47cf268a175b3be8bbe34fc0c41d15d99b090d099f4dc837 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-07-26 14:41:10 +00:00
3
OCI / Docker
Versions (14) View all