sha256:4d368c4bf039aa1c4981cb5a9f4b509d699a719cbd5d71eaca58ede2253204c1
OS/ARCH
Compressed size
33.98 MB
Last pushed
4 days by mxmd
Type
Image
Manifest digest
sha256:324a82d7f961c5e391c44ff46ce85a014230fe3d77028613c3c4efa13f90e8cd
Image Layers
1add root layout2.03 KB2mount /out from exec sh28.25 MB3build php-fpm config8.54 KB4add users and groups335 B5mkdir /usr/local/etc108 B6symlink /usr/local/etc/php -> /etc/php-8.3/php139 B7mkdir /var/www/html117 B8mkdir /etc/php-8.3/php/conf.d133 B9mkfile /etc/php-8.3/php/conf.d/opcache.ini217 B10mkdir /etc/php-8.3/conf.d16 B11mkfile /etc/php-8.3/conf.d/fpm.ini223 B12mkdir /etc/php-8.3/php-fpm.d16 B13mkfile /etc/php-8.3/php-fpm.d/docker.conf478 B14mkdir /etc/php-8.3/php-fpm.d16 B15mkfile /etc/php-8.3/php-fpm.d/zz-docker.conf179 B16mkdir /var/log105 B17add metadata6.58 KB18ARG RUNTIME_BASE_IMAGE=dhi.io/php:8.3-alpine3.24-fpm0 B19ARG RUNTIME_BASE_DIGEST=sha256:3f29ccbfc241c087757cbbe7e61b714d0de2d57f43f479bd3a8f96842859c79a0 B20ARG PHP_VERSION_MAJOR=8.30 B21LABEL org.opencontainers.image.base.name=dhi.io/php:8.3-alpine3.24-fpm org.opencontainers.image.base.digest=sha256:3f29ccbfc241c087757cbbe7e61b714d0de2d57f43f479bd3a8f96842859c79a0 B22COPY /opt/dhi-extensions /usr/lib/php/extensions # buildkit324.74 KB23COPY /opt/runtime-libs/ / # buildkit3.74 MB24COPY /usr/share/mime /usr/share/mime # buildkit803.89 KB25COPY /opt/dhi-conf/zz-extensions.ini /etc/php-8.3/conf.d/zz-extensions.ini # buildkit238 B26COPY /opt/dhi-conf/zz-performance.ini /etc/php-8.3/conf.d/zz-performance.ini # buildkit321 B27COPY /opt/dhi-conf/zz-fpm-pool.conf /etc/php-8.3/php-fpm.d/zz-fpm-pool.conf # buildkit280 B28COPY /fcgi-health /usr/local/bin/fcgi-health # buildkit887.25 KB29ENV HOME=/tmp XDG_CACHE_HOME=/tmp/.cache PATH=/app/vendor/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin PHP_INI_SCAN_DIR=/etc/php-8.3/conf.d:/opt/mode/conf.d0 B30WORKDIR /app97 B31EXPOSE [9000/tcp]0 B32HEALTHCHECK {Test:[CMD /usr/local/bin/fcgi-health] Interval:5s Timeout:2s0 B33CMD ["-F"]0 BCommand
add root layout