Block a user
avorion-steamcmd-nsswrap (latest)
Installation
docker pull git.easygoingaming.com/davoguha/avorion-steamcmd-nsswrap:latestsha256:9cdd29b41009eece475cfb0ac2587787df239e56e7ebe6a1d1d0002a885dd60d
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 7824c81672 | linux/amd64 | 322 MiB |
Image Layers ( linux/amd64)
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1775433600' |
| LABEL author=Matthew Penner maintainer=matthew@pterodactyl.io |
| LABEL org.opencontainers.image.source=https://github.com/pterodactyl/yolks |
| LABEL org.opencontainers.image.licenses=MIT |
| ENV DEBIAN_FRONTEND=noninteractive |
| RUN /bin/sh -c dpkg --add-architecture i386 && apt-get update && apt-get upgrade -y && apt-get install -y tar curl gcc g++ lib32gcc-s1 libgcc-12-dev libgcc-11-dev libcurl4-gnutls-dev:i386 libssl-dev:i386 libcurl4:i386 lib32tinfo6 libtinfo6:i386 lib32z1 lib32stdc++6 libncurses5:i386 libcurl3-gnutls:i386 libsdl2-2.0-0:i386 libsdl2-2.0-0 iproute2 gdb libsdl1.2debian libfontconfig1 telnet net-tools netcat-traditional tzdata numactl xvfb wget tini && useradd -m -d /home/container container # 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 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 |
| 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 |
| RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends libnss-wrapper && rm -rf /var/lib/apt/lists/* # buildkit |
| COPY entrypoint.sh /entrypoint.sh # buildkit |
| RUN /bin/sh -c chmod +x /entrypoint.sh # buildkit |
| USER container |
| WORKDIR /home/container |
| ENTRYPOINT ["/usr/bin/tini" "-g" "--" "/entrypoint.sh"] |
Labels
| Key | Value |
|---|---|
| author | Matthew Penner |
| maintainer | matthew@pterodactyl.io |
| org.opencontainers.image.licenses | MIT |
| org.opencontainers.image.source | https://github.com/pterodactyl/yolks |