GamerArena

cs2-5v5 (weekly-20260316)

Published 2026-03-16 03:05:49 +00:00 by garp

Installation

docker pull git.garpnet.it/gamerarena/cs2-5v5:weekly-20260316
sha256:407de201b7ac0dfdedc0e91e33ac079ae0e4cc4994a1c1523b2cb18bdc3702ae

Images

Digest OS / Arch Size
465385e1b4 linux/amd64 59 MiB

Image Layers ( linux/amd64)

# debian.sh --arch 'amd64' out/ 'bookworm' '@1771804800'
LABEL author=GamerArena
LABEL maintainer=info@gamerarena.it
LABEL org.opencontainers.image.description=CS2 5v5 Competitive — MatchZy + WeaponPaints + SimpleAdmin
LABEL org.opencontainers.image.licenses=MIT
ENV DEBIAN_FRONTEND=noninteractive
RUN /bin/sh -c dpkg --add-architecture i386 && apt-get update && apt-get -y upgrade && apt-get -y --no-install-recommends install ca-certificates curl wget lib32gcc-s1 libgcc-s1 locales iproute2 tini tar unzip python3 && apt-get -y autoremove && apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* && sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen && dpkg-reconfigure --frontend=noninteractive locales && update-locale LANG=en_US.UTF-8 LANGUAGE=en_US.UTF-8 LC_ALL=en_US.UTF-8 && useradd -m -d /home/container container # buildkit
RUN /bin/sh -c mkdir -p /opt/steamcmd && curl -fsSL "https://steamcdn-a.akamaihd.net/client/installer/steamcmd_linux.tar.gz" | tar -xz -C /opt/steamcmd && chown -R container:container /opt/steamcmd # buildkit
COPY --chown=container:container --chmod=755 ./scripts/entrypoint.sh /entrypoint.sh # buildkit
COPY --chown=container:container --chmod=755 ./scripts/install.sh /install.sh # buildkit
COPY --chown=container:container --chmod=755 ./scripts/install_plugins.sh /install_plugins.sh # buildkit
COPY --chown=container:container ./config/ /home/container/default_config/ # buildkit
COPY --chown=container:container ./matchconfig/ /home/container/matchconfig/ # buildkit
USER container
ENV USER=container HOME=/home/container
WORKDIR /home/container
ENV STEAMCMD=/opt/steamcmd/steamcmd.sh
ENV CS2_DIR=/home/container/cs2
ENV STEAM_TOKEN=
ENV SERVER_NAME=GamerArena 5v5 Competitive
ENV SERVER_PASSWORD=
ENV RCON_PASSWORD=changeme
ENV SERVER_PORT=27015
ENV SERVER_TV_PORT=27020
ENV SERVER_MAP=de_dust2
ENV AUTO_UPDATE=true
ENV STARTUP=
ENV MATCHZY_VERSION=latest
ENV WEAPONPAINTS_VERSION=latest
ENV SIMPLEADMIN_VERSION=latest
ENV MATCHZY_AUTOSTART_MODE=1
ENV MATCHZY_MIN_READY=10
ENV MYSQL_HOST=localhost
ENV MYSQL_PORT=3306
ENV MYSQL_USER=cs2
ENV MYSQL_PASSWORD=cs2password
ENV MYSQL_DATABASE=cs2
ENV WP_WEBSITE=gamerarena.it
ENV WP_REFRESH_COOLDOWN=60
EXPOSE [27015/tcp]
EXPOSE [27015/udp]
EXPOSE [27020/udp]
ENTRYPOINT ["/usr/bin/tini" "-g" "--"]
CMD ["/entrypoint.sh"]

Labels

Key Value
author GamerArena
maintainer info@gamerarena.it
org.opencontainers.image.created 2026-03-16T03:02:25.288Z
org.opencontainers.image.description
org.opencontainers.image.licenses
org.opencontainers.image.revision 1878086052cd6b5fcbcd88dd414d9cf57e2e7703
org.opencontainers.image.source https://git.garpnet.it/GamerArena/GamerArenaDocker
org.opencontainers.image.title GamerArenaDocker
org.opencontainers.image.url https://git.garpnet.it/GamerArena/GamerArenaDocker
org.opencontainers.image.version weekly-20260316
Details
Container
2026-03-16 03:05:49 +00:00
0
OCI / Docker
Versions (5) View all
sha-1878086 2026-03-23
latest 2026-03-23
weekly-20260323 2026-03-23
weekly-20260316 2026-03-16
weekly-20260309 2026-03-09