sha256:947764045c30ac1f1810aad27a78b95d76410947037a87bdf72f2220534f5d2b
OS/ARCH
Compressed size
40.09 MB
Last pushed
6 months by trafex
Type
Image
Manifest digest
sha256:af10eebf4c724874c3ee1214fe3c77956f349bba033c137a95cb4815bb3a223b
Image Layers
1ADD alpine-minirootfs-3.23.3-armhf.tar.gz / # buildkit3.4 MB2CMD ["/bin/sh"]0 B3ARG BUILD_DATE=2026-03-18T09:34:59Z0 B4ARG VCS_REF=6b92c757cd83efea0607482806b0e861998f05c10 B5ARG VERSION=3.11.00 B6LABEL org.opencontainers.image.created=2026-03-18T09:34:59Z0 B8LABEL org.opencontainers.image.url=https://github.com/TrafeX/docker-php-nginx0 B9LABEL org.opencontainers.image.documentation=https://github.com/TrafeX/docker-php-nginx0 B10LABEL org.opencontainers.image.source=https://github.com/TrafeX/docker-php-nginx0 B11LABEL org.opencontainers.image.version=3.11.00 B12LABEL org.opencontainers.image.revision=6b92c757cd83efea0607482806b0e861998f05c10 B13LABEL org.opencontainers.image.vendor=TrafeX0 B14LABEL org.opencontainers.image.title=PHP-FPM 8.5 & Nginx0 B15LABEL org.opencontainers.image.description=Lightweight container with Nginx0 B16WORKDIR /var/www/html128 B17RUN |3 BUILD_DATE=2026-03-18T09:34:59Z VCS_REF=6b92c757cd83efea0607482806b0e861998f05c1 VERSION=3.11.036.68 MB18COPY config/nginx.conf /etc/nginx/nginx.conf # buildkit1.04 KB19COPY config/conf.d /etc/nginx/conf.d/ # buildkit833 B20ENV PHP_INI_DIR=/etc/php850 B21COPY config/fpm-pool.conf /etc/php85/php-fpm.d/www.conf # buildkit1.12 KB22COPY config/php.ini /etc/php85/conf.d/custom.ini # buildkit228 B23COPY config/supervisord.conf /etc/supervisor/conf.d/supervisord.conf # buildkit339 B24RUN |3 BUILD_DATE=2026-03-18T09:34:59Z VCS_REF=6b92c757cd83efea0607482806b0e861998f05c1 VERSION=3.11.0983 B25USER nobody0 B26COPY --chown=nobody src/ /var/www/html/ #266 B27EXPOSE [8080/tcp]0 B28CMD ["/usr/bin/supervisord" "-c" "/etc/supervisor/conf.d/supervisord.conf"]0 B29HEALTHCHECK &{["CMD-SHELL" "curl --silent --fail0 BCommand
ADD alpine-minirootfs-3.23.3-armhf.tar.gz / # buildkit