RefoselTeamWork

games (source)

Published 2026-03-27 23:39:35 +01:00 by refoseldev

Installation

docker pull gitea.refoseltw.ru/refoselteamwork/games:source
sha256:b1c9ec783466dea03cd1844fe15d1393e1fcc3b8e0c63b0acd1e63069513de03

Images

Digest OS / Arch Size
71c1a2d465 linux/amd64 433 MiB

Image Layers ( linux/amd64)

# debian.sh --arch 'amd64' out/ 'stable' '@1773619200'
LABEL author=Refosel maintainer=refosel@front-team.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-get install -y git tar curl gcc g++ lib32gcc-s1 libgcc1 libcurl4-gnutls-dev:i386 libssl3:i386 libcurl4:i386 lib32tinfo6 libtinfo6:i386 lib32z1 lib32stdc++6 libncurses6:i386 libcurl3-gnutls:i386 libsdl2-2.0-0:i386 iproute2 gdb libsdl1.2debian libfontconfig1 telnet net-tools netcat-traditional tzdata && apt-get update && useradd -m -d /home/container container # buildkit
USER container
ENV USER=container HOME=/home/container
WORKDIR /home/container
COPY ./entrypoint.sh /entrypoint.sh # buildkit
CMD ["/bin/bash" "/entrypoint.sh"]

Labels

Key Value
author Refosel
maintainer refosel@front-team.ru
org.opencontainers.image.licenses MIT
org.opencontainers.image.source https://gitea.refoseltw.ru/RefoselTeamWork/yolks
Details
Container
2026-03-27 23:39:35 +01:00
2
OCI / Docker
Versions (1) View all
source 2026-03-27