sendnrw

docker_php_84 (0bd636f)

Published 2025-04-15 12:12:58 +00:00 by groot in sendnrw/docker_php_84

Installation

docker pull git.send.nrw/sendnrw/docker_php_84:0bd636f
sha256:4f45e4eb63b1b91374ee3bce958b85eb3393e9a78b18f90fe546ef7c4e72d70c

Images

Digest OS / Arch Size
532ee62dc3 linux/amd64 150 MiB

Image Layers ( linux/amd64)

ADD alpine-minirootfs-3.21.3-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
RUN /bin/sh -c apk update && apk upgrade # buildkit
RUN /bin/sh -c apk add bash # buildkit
RUN /bin/sh -c apk add autoconf # buildkit
RUN /bin/sh -c apk add automake # buildkit
RUN /bin/sh -c apk add make # buildkit
RUN /bin/sh -c apk add gcc # buildkit
RUN /bin/sh -c apk add g++ # buildkit
RUN /bin/sh -c apk add nginx # buildkit
RUN /bin/sh -c apk add redis # buildkit
RUN /bin/sh -c apk add php84 # buildkit
RUN /bin/sh -c apk add php84-fpm # buildkit
RUN /bin/sh -c apk add php84-opcache # buildkit
RUN /bin/sh -c apk add php84-gd # buildkit
RUN /bin/sh -c apk add php84-zlib # buildkit
RUN /bin/sh -c apk add php84-curl # buildkit
RUN /bin/sh -c apk add php84-bz2 # buildkit
RUN /bin/sh -c apk add php84-bcmath # buildkit
RUN /bin/sh -c apk add php84-exif # buildkit
RUN /bin/sh -c apk add php84-fileinfo # buildkit
RUN /bin/sh -c apk add php84-iconv # buildkit
RUN /bin/sh -c apk add php84-imap # buildkit
RUN /bin/sh -c apk add php84-intl # buildkit
RUN /bin/sh -c apk add php84-ldap # buildkit
RUN /bin/sh -c apk add php84-mbstring # buildkit
RUN /bin/sh -c apk add php84-mysqli # buildkit
RUN /bin/sh -c apk add php84-odbc # buildkit
RUN /bin/sh -c apk add php84-pdo # buildkit
RUN /bin/sh -c apk add php84-pdo_mysql # buildkit
RUN /bin/sh -c apk add php84-pdo_odbc # buildkit
RUN /bin/sh -c apk add php84-pdo_pgsql # buildkit
RUN /bin/sh -c apk add php84-pdo_sqlite # buildkit
RUN /bin/sh -c apk add php84-pdo_dblib # buildkit
RUN /bin/sh -c apk add php84-pear # buildkit
RUN /bin/sh -c apk add php84-pecl-imagick # buildkit
RUN /bin/sh -c apk add php84-pecl-memcache # buildkit
RUN /bin/sh -c apk add php84-pecl-memcached # buildkit
RUN /bin/sh -c apk add php84-pecl-mongodb # buildkit
RUN /bin/sh -c apk add php84-pecl-redis # buildkit
RUN /bin/sh -c apk add php84-pecl-smbclient # buildkit
RUN /bin/sh -c apk add php84-pecl-ssh2 # buildkit
RUN /bin/sh -c apk add php84-pecl-xdebug # buildkit
RUN /bin/sh -c apk add php84-pecl-yaml # buildkit
RUN /bin/sh -c apk add php84-pgsql # buildkit
RUN /bin/sh -c apk add php84-phar # buildkit
RUN /bin/sh -c apk add php84-phpdbg # buildkit
RUN /bin/sh -c apk add php84-session # buildkit
RUN /bin/sh -c apk add php84-simplexml # buildkit
RUN /bin/sh -c apk add php84-snmp # buildkit
RUN /bin/sh -c apk add php84-soap # buildkit
RUN /bin/sh -c apk add php84-sockets # buildkit
RUN /bin/sh -c apk add php84-sodium # buildkit
RUN /bin/sh -c apk add php84-sqlite3 # buildkit
RUN /bin/sh -c apk add php84-sysvmsg # buildkit
RUN /bin/sh -c apk add php84-tidy # buildkit
RUN /bin/sh -c apk add php84-xml # buildkit
RUN /bin/sh -c apk add php84-xmlreader # buildkit
RUN /bin/sh -c apk add php84-xmlwriter # buildkit
RUN /bin/sh -c apk add php84-xsl # buildkit
RUN /bin/sh -c apk add php84-zip # buildkit
RUN /bin/sh -c apk add php84-ctype # buildkit
RUN /bin/sh -c apk add php84-tokenizer # buildkit
COPY nginx /etc/nginx # buildkit
COPY php /etc/php84 # buildkit
COPY redis/redis.conf /etc/redis.conf # buildkit
RUN /bin/sh -c mkdir /var/run/php # buildkit
EXPOSE map[80/tcp:{}]
EXPOSE map[443/tcp:{}]
EXPOSE map[6379/tcp:{}]
EXPOSE map[9000/tcp:{}]
STOPSIGNAL SIGTERM
CMD ["/bin/bash" "-c" "chmod 755 /usr/share/nginx/html && php-fpm84 && nginx -g 'daemon off;' && redis-server /etc/redis.conf"]
Details
Container
2025-04-15 12:12:58 +00:00
0
OCI / Docker
Versions (36) View all
latest_ubuntu 2025-08-06
04b29da_ubuntu 2025-08-06
latest 2025-08-06
04b29da 2025-08-06
57acc47_ubuntu 2025-07-31