arkasa-server (sha256:96a0873330b0f764f2823e28bb0973450382fccfd16354e617845267f56ab630)

Published 2026-03-01 04:05:18 +01:00 by arnobeck

Installation

docker pull forgejo.nebre.net/public/arkasa-server@sha256:96a0873330b0f764f2823e28bb0973450382fccfd16354e617845267f56ab630
sha256:96a0873330b0f764f2823e28bb0973450382fccfd16354e617845267f56ab630

Image layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1771804800'
LABEL author=Torsten Widmann maintainer=info@goover.de
RUN /bin/sh -c dpkg --add-architecture i386 # buildkit
RUN /bin/sh -c apt update # buildkit
RUN /bin/sh -c apt install -y --no-install-recommends wget iproute2 gnupg2 software-properties-common libntlm0 winbind xvfb xauth libncurses5-dev:i386 libncurses6 dbus libgdiplus lib32gcc-s1 # buildkit
RUN /bin/sh -c apt install -y alsa-tools libpulse0 pulseaudio libpulse-dev libasound2 libao-common gnutls-bin gnupg locales cabextract curl python3 python3-pip python3-setuptools tini file pipx # buildkit
RUN /bin/sh -c curl -sLOJ "$(curl -s https://api.github.com/repos/GloriousEggroll/proton-ge-custom/releases/latest | grep browser_download_url | cut -d\" -f4 | egrep .tar.gz)" # buildkit
RUN /bin/sh -c tar -xzf GE-Proton*.tar.gz -C /usr/local/bin/ --strip-components=1 # buildkit
RUN /bin/sh -c rm GE-Proton*.* # buildkit
RUN /bin/sh -c rm -f /etc/machine-id # buildkit
RUN /bin/sh -c dbus-uuidgen --ensure=/etc/machine-id # buildkit
RUN /bin/sh -c rm /var/lib/dbus/machine-id # buildkit
RUN /bin/sh -c dbus-uuidgen --ensure # buildkit
RUN /bin/sh -c pipx install protontricks # buildkit
RUN /bin/sh -c wget -q -O /usr/sbin/winetricks https://raw.githubusercontent.com/pelican-eggs/winetricks/master/src/winetricks && chmod +x /usr/sbin/winetricks # 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/ # buildkit
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"]
USER root
ENV DEBIAN_FRONTEND=noninteractive
RUN /bin/sh -c apt update && apt upgrade -y && apt install -y --no-install-recommends unzip xvfb x11-utils libfreetype6 libfreetype6:i386 ; rm -rf /var/lib/{apt,dpkg,cache,log}/ # buildkit
USER container
ENV TZ=UTC
COPY --chown=container:container ./entrypoint.sh /entrypoint.sh # buildkit
COPY --chown=container:container ./startup.sh /startup.sh # buildkit
RUN /bin/sh -c chmod +x /entrypoint.sh # buildkit
RUN /bin/sh -c chmod +x /startup.sh # buildkit
ENTRYPOINT ["/usr/bin/tini" "-g" "--"]
CMD ["/entrypoint.sh"]

Labels

Key Value
author Torsten Widmann
maintainer info@goover.de
Details
Container
2026-03-01 04:05:18 +01:00
0
OCI / Docker
linux/amd64
1.4 GiB
Versions (4) View all
latest 2026-03-01
test 2025-12-10
proton8 2025-12-10
proton 2025-11-24