sendnrw

docker_php_83 (latest)

Published 2025-11-04 07:29:06 +00:00 by groot in sendnrw/docker_php_83

Installation

docker pull git.send.nrw/sendnrw/docker_php_83:latest
sha256:b6f7c8d5fb72e556c8d3fb44213549154b4b0ffb2d6410567808f850a51d8617

Images

Digest OS / Arch Size
2f26f2b1f1 linux/amd64 150 MiB

Image Layers ( linux/amd64)

ADD alpine-minirootfs-3.22.2-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 php83 # buildkit
RUN /bin/sh -c apk add php83-fpm # buildkit
RUN /bin/sh -c apk add php83-opcache # buildkit
RUN /bin/sh -c apk add php83-gd # buildkit
RUN /bin/sh -c apk add php83-zlib # buildkit
RUN /bin/sh -c apk add php83-curl # buildkit
RUN /bin/sh -c apk add php83-bz2 # buildkit
RUN /bin/sh -c apk add php83-bcmath # buildkit
RUN /bin/sh -c apk add php83-exif # buildkit
RUN /bin/sh -c apk add php83-fileinfo # buildkit
RUN /bin/sh -c apk add php83-iconv # buildkit
RUN /bin/sh -c apk add php83-imap # buildkit
RUN /bin/sh -c apk add php83-intl # buildkit
RUN /bin/sh -c apk add php83-ldap # buildkit
RUN /bin/sh -c apk add php83-mbstring # buildkit
RUN /bin/sh -c apk add php83-mysqli # buildkit
RUN /bin/sh -c apk add php83-odbc # buildkit
RUN /bin/sh -c apk add php83-pdo # buildkit
RUN /bin/sh -c apk add php83-pdo_mysql # buildkit
RUN /bin/sh -c apk add php83-pdo_odbc # buildkit
RUN /bin/sh -c apk add php83-pdo_pgsql # buildkit
RUN /bin/sh -c apk add php83-pdo_sqlite # buildkit
RUN /bin/sh -c apk add php83-pdo_dblib # buildkit
RUN /bin/sh -c apk add php83-pear # buildkit
RUN /bin/sh -c apk add php83-pecl-imagick # buildkit
RUN /bin/sh -c apk add php83-pecl-memcache # buildkit
RUN /bin/sh -c apk add php83-pecl-memcached # buildkit
RUN /bin/sh -c apk add php83-pecl-mongodb # buildkit
RUN /bin/sh -c apk add php83-pecl-redis # buildkit
RUN /bin/sh -c apk add php83-pecl-smbclient # buildkit
RUN /bin/sh -c apk add php83-pecl-ssh2 # buildkit
RUN /bin/sh -c apk add php83-pecl-xdebug # buildkit
RUN /bin/sh -c apk add php83-pecl-yaml # buildkit
RUN /bin/sh -c apk add php83-pgsql # buildkit
RUN /bin/sh -c apk add php83-phar # buildkit
RUN /bin/sh -c apk add php83-phpdbg # buildkit
RUN /bin/sh -c apk add php83-session # buildkit
RUN /bin/sh -c apk add php83-simplexml # buildkit
RUN /bin/sh -c apk add php83-snmp # buildkit
RUN /bin/sh -c apk add php83-soap # buildkit
RUN /bin/sh -c apk add php83-sockets # buildkit
RUN /bin/sh -c apk add php83-sodium # buildkit
RUN /bin/sh -c apk add php83-sqlite3 # buildkit
RUN /bin/sh -c apk add php83-sysvmsg # buildkit
RUN /bin/sh -c apk add php83-tidy # buildkit
RUN /bin/sh -c apk add php83-xml # buildkit
RUN /bin/sh -c apk add php83-xmlreader # buildkit
RUN /bin/sh -c apk add php83-xmlwriter # buildkit
RUN /bin/sh -c apk add php83-xsl # buildkit
RUN /bin/sh -c apk add php83-zip # buildkit
RUN /bin/sh -c apk add php83-ctype # buildkit
RUN /bin/sh -c apk add php83-tokenizer # buildkit
COPY nginx /etc/nginx # buildkit
COPY php /etc/php83 # buildkit
COPY redis/redis.conf /etc/redis.conf # buildkit
RUN /bin/sh -c mkdir /var/run/php # buildkit
EXPOSE [80/tcp]
EXPOSE [443/tcp]
EXPOSE [6379/tcp]
EXPOSE [9000/tcp]
STOPSIGNAL SIGTERM
CMD ["/bin/bash" "-c" "chmod 755 /usr/share/nginx/html && php-fpm83 && nginx -g 'daemon off;' && redis-server /etc/redis.conf"]
Details
Container
2025-11-04 07:29:06 +00:00
0
OCI / Docker
Versions (13) View all
latest 2025-11-04
f97a538 2025-11-04
99af177 2025-08-06
a816b37 2025-07-31
18c9fa4 2025-03-31