Block a user
pterodactyl-panel (latest)
Installation
docker pull gitea.taco.quest/mindfang/pterodactyl-panel:latestsha256:272bdc916cb44e1b107a3ab54ad36138f9f78ce072296f848490c9cc02ef816b
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 1916873a20 | linux/amd64 | 38 MiB |
Image Layers ( linux/amd64)
| ADD alpine-minirootfs-3.22.2-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| ENV PHP_VER=83 NODE_OPTIONS=--openssl-legacy-provider |
| RUN /bin/sh -c apk --no-cache add bash curl nginx php${PHP_VER} php${PHP_VER}-bcmath php${PHP_VER}-common php${PHP_VER}-ctype php${PHP_VER}-dom php${PHP_VER}-fileinfo php${PHP_VER}-fpm php${PHP_VER}-gd php${PHP_VER}-mbstring php${PHP_VER}-pecl-memcached php${PHP_VER}-openssl php${PHP_VER}-pdo php${PHP_VER}-pdo_mysql php${PHP_VER}-phar php${PHP_VER}-posix php${PHP_VER}-json php${PHP_VER}-session php${PHP_VER}-simplexml php${PHP_VER}-sodium php${PHP_VER}-tokenizer php${PHP_VER}-xmlwriter php${PHP_VER}-zip php${PHP_VER}-zlib shadow && mkdir -p /app /run/nginx /run/php-fpm && ln -s /etc/php${PHP_VER} /etc/php && ln -s /usr/sbin/php-fpm${PHP_VER} /usr/sbin/php-fpm # buildkit |
| WORKDIR /app |
| ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2 |
| COPY --chown=nginx:nginx /app /app # buildkit |
| COPY root/ / # buildkit |
| ADD https://github.com/just-containers/s6-overlay/releases/latest/download/s6-overlay-noarch.tar.xz /tmp # buildkit |
| ADD https://github.com/just-containers/s6-overlay/releases/latest/download/s6-overlay-x86_64.tar.xz /tmp # buildkit |
| ADD https://raw.githubusercontent.com/vishnubob/wait-for-it/master/wait-for-it.sh /usr/local/bin/wait-for-it # buildkit |
| ADD https://gitea.taco.quest/Mindfang/ProjectTools/raw/branch/main/DockerUtilities/bash/ContainerTools /usr/bin/ContainerTools # buildkit |
| RUN /bin/sh -c chmod u+x /usr/local/bin/wait-for-it /etc/s6-overlay/scripts/initializer && tar -C / -Jxpf /tmp/s6-overlay-x86_64.tar.xz && tar -C / -Jxpf /tmp/s6-overlay-noarch.tar.xz && rm -rf /tmp/* /etc/nginx/http.d/default.conf /etc/php${PHP_VER}/php-fpm.d/www.conf && ln -s /config/storage storage && ln -s /config/pterodactyl.conf .env # buildkit |
| VOLUME [/config] |
| ENTRYPOINT ["/init"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.created | 2025-11-09T00:06:09.504Z |
| org.opencontainers.image.description | |
| org.opencontainers.image.licenses | |
| org.opencontainers.image.revision | adf003b7b2fc580164c09dcd325afb1ac2bd60bd |
| org.opencontainers.image.source | https://gitea.taco.quest/Mindfang/Pterodactyl-Panel |
| org.opencontainers.image.title | Pterodactyl-Panel |
| org.opencontainers.image.url | https://gitea.taco.quest/Mindfang/Pterodactyl-Panel |
| org.opencontainers.image.version | latest |