container/php-fpm (sha256:2272dce5836bdbd822b2eb7d97537632693c111fc435a2900f1bd2eb12ba77af)
Published 2026-03-18 20:23:58 +00:00 by lubiana
Installation
docker pull git.hannover.ccc.de/lubiana/container/php-fpm@sha256:2272dce5836bdbd822b2eb7d97537632693c111fc435a2900f1bd2eb12ba77afsha256:2272dce5836bdbd822b2eb7d97537632693c111fc435a2900f1bd2eb12ba77afImage layers
| ADD alpine-minirootfs-20260127-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| RUN /bin/sh -c apk update # buildkit |
| RUN /bin/sh -c apk upgrade # buildkit |
| RUN /bin/sh -c apk add -U --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing/ php85-common php85-dom php85-intl php85-mbstring php85-openssl php85-pdo_sqlite php85-phar php85-ffi php85-curl php85-dom php85-fileinfo php85-ftp php85-gettext php85-iconv php85-session php85-simplexml php85-sockets php85-sodium php85-sqlite3 php85-tokenizer php85-xml php85-xmlreader php85-xmlwriter php85-zip php85-ctype php85-dev php85-pecl-apcu php85-pcntl curl git # buildkit |
| COPY /usr/bin/composer /usr/bin/composer # buildkit |
| RUN /bin/sh -c [ -f /usr/bin/php85 ] && cp /usr/bin/php85 /usr/bin/php # buildkit |
| RUN /bin/sh -c rm -rf /var/cache/* # buildkit |
| RUN /bin/sh -c apk update # buildkit |
| RUN /bin/sh -c apk add -U --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing/ php85-fpm curl # buildkit |
| RUN /bin/sh -c rm -rf /var/cache/* # buildkit |
| ENTRYPOINT ["/usr/sbin/php-fpm85"] |
| CMD ["-F" "-R"] |