pterodactyl-plutonium (sha256:44259c6d53282ae1eb6e4eb449812a992fd64aca4e324e0fa4d1a96867691377)

Published 2026-07-03 08:23:47 +00:00 by damien in damien/pterodactyl-plutonium

Installation

docker pull git.flety.net/damien/pterodactyl-plutonium@sha256:44259c6d53282ae1eb6e4eb449812a992fd64aca4e324e0fa4d1a96867691377
sha256:44259c6d53282ae1eb6e4eb449812a992fd64aca4e324e0fa4d1a96867691377

Image layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1782172800'
USER root
COPY checkupdater.sh /checkupdater.sh # buildkit
COPY entrypoint.sh /entrypoint.sh # buildkit
RUN /bin/sh -c apt update -y && apt install -y wget gnupg2 && mkdir -pm755 /etc/apt/keyrings && wget -O - https://dl.winehq.org/wine-builds/winehq.key | gpg --dearmor -o /etc/apt/keyrings/winehq-archive.key - && wget -NP /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/debian/dists/bookworm/winehq-bookworm.sources && dpkg --add-architecture i386 && apt update -y && apt install -y --install-recommends winehq-stable winbind xvfb python3 python3-pip python3-venv && wget https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks -O /usr/sbin/winetricks && chmod a+x /usr/sbin/winetricks && rm -rf /var/cache/apt/archives /var/lib/apt/lists/* /usr/share/man && chmod ugo+x /checkupdater.sh /entrypoint.sh && adduser --disabled-password --gecos "" --home /home/container container # buildkit
USER container
ENV USER=container HOME=/home/container
WORKDIR /home/container/
CMD ["/bin/bash" "/entrypoint.sh"]

Labels

Key Value
org.opencontainers.image.created 2026-07-03T08:20:32Z
org.opencontainers.image.revision e1f880c72fbf3ddbb5a09ea9704fe0564b54bd57
org.opencontainers.image.source https://git.flety.net/damien/pterodactyl-plutonium
Details
Container
2026-07-03 08:23:47 +00:00
1
OCI / Docker
linux/amd64
978 MiB
Versions (2) View all
latest 2026-07-03
main 2026-07-03