RefoselTeamWork

yolks (latest)

Published 2026-06-15 23:21:30 +02:00 by refosel

Installation

docker pull gitea.refoseltw.ru/refoselteamwork/yolks:latest
sha256:0095aa1aa2dce0209b2a7ac50342aabef9e12d72d70a6fcdf4d4114e2ac050ee

Images

Digest OS / Arch Size
806fbe72e0 linux/amd64 260 MiB

Image Layers ( linux/amd64)

# debian.sh --arch 'amd64' out/ 'bookworm' '@1781049600'
LABEL author=RefoselTeam maintainer=admin@refoseltw.ru
LABEL org.opencontainers.image.source=https://gitea.refoseltw.ru/RefoselTeamWork/yolks
LABEL org.opencontainers.image.licenses=MIT
ENV DEBIAN_FRONTEND=noninteractive
RUN /bin/sh -c dpkg --add-architecture i386 && apt update && apt upgrade -y && apt install -y curl g++ gcc gdb git iproute2 locales net-tools netcat-traditional tar telnet tini tzdata wget lib32gcc-s1 lib32stdc++6 lib32tinfo6 lib32z1 libcurl3-gnutls:i386 libcurl4-gnutls-dev:i386 libcurl4:i386 libfontconfig1 libgcc-11-dev libgcc-12-dev libncurses5:i386 libsdl1.2debian libsdl2-2.0-0:i386 libssl-dev:i386 libtinfo6:i386 && apt clean && rm -rf /var/lib/apt/lists/* # buildkit
RUN /bin/sh -c mkdir -p /usr/games/steamcmd && cd /usr/games/steamcmd && curl -sSL https://steamcdn-a.akamaihd.net/client/installer/steamcmd_linux.tar.gz | tar -xzv # buildkit
RUN /bin/sh -c cd /tmp/ && curl -sSL https://github.com/gorcon/rcon-cli/releases/download/v0.10.3/rcon-0.10.3-amd64_linux.tar.gz > rcon.tar.gz && tar xvf rcon.tar.gz && mv rcon-0.10.3-amd64_linux/rcon /usr/local/bin/ && rm -rf /tmp/* # buildkit
RUN /bin/sh -c if [ "$(uname -m)" = "x86_64" ]; then wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.0g-2ubuntu4_amd64.deb && dpkg -i libssl1.1_1.1.0g-2ubuntu4_amd64.deb && rm libssl1.1_1.1.0g-2ubuntu4_amd64.deb; fi # buildkit
RUN /bin/sh -c sed -i '/en_US.UTF-8/s/^# //g' /etc/locale.gen && locale-gen # buildkit
ENV LANG=en_US.UTF-8
ENV LANGUAGE=en_US:en
ENV LC_ALL=en_US.UTF-8
RUN /bin/sh -c useradd -m -d /home/container -s /bin/bash container # buildkit
USER container
ENV USER=container HOME=/home/container
WORKDIR /home/container
STOPSIGNAL SIGINT
COPY --chown=container:container ./entrypoint.sh /entrypoint.sh # buildkit
RUN /bin/sh -c chmod +x /entrypoint.sh # buildkit
ENTRYPOINT ["/usr/bin/tini" "-g" "--"]
CMD ["/entrypoint.sh"]

Labels

Key Value
author RefoselTeam
maintainer admin@refoseltw.ru
org.opencontainers.image.created 2026-06-15T21:18:33.718Z
org.opencontainers.image.description
org.opencontainers.image.licenses
org.opencontainers.image.revision cac46f92bbc0acb6fb4a2a9294a9fbb423c5ffb8
org.opencontainers.image.source https://gitea.refoseltw.ru/RefoselTeamWork/yolks
org.opencontainers.image.title yolks
org.opencontainers.image.url https://gitea.refoseltw.ru/RefoselTeamWork/yolks
org.opencontainers.image.version latest
Details
Container
2026-06-15 23:21:30 +02:00
0
OCI / Docker
Versions (5) View all
stalwart 2026-06-15
stalwart-latest 2026-06-15
stalwart-0c5382c 2026-06-15
latest 2026-06-15
cac46f9 2026-06-15