sha256:ee814572bcbc577eb9d0d22914208b1439b9cfb7fb984a8c543ec37b29dc903d
OS/ARCH
Compressed size
45.24 MB
Last pushed
4 days by trafex
Type
Image
Manifest digest
sha256:be71672a04d8a119a148cccced3ab0be20fbaf5ce148ae3990c7299cb72a0a7f
Image Layers
1ADD alpine-minirootfs-3.24.2-aarch64.tar.gz / # buildkit3.99 MB2CMD ["/bin/sh"]0 B3ARG BUILD_DATE=2026-09-19T02:19:46Z0 B4ARG VCS_REF=1b185bcd1aafede18bf07ad2cd269eecf994ecd50 B5ARG VERSION=latest0 B6LABEL org.opencontainers.image.created=2026-09-19T02:19:46Z0 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=latest0 B12LABEL org.opencontainers.image.revision=1b185bcd1aafede18bf07ad2cd269eecf994ecd50 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/html130 B17RUN |3 BUILD_DATE=2026-09-19T02:19:46Z VCS_REF=1b185bcd1aafede18bf07ad2cd269eecf994ecd5 VERSION=latest41.24 MB18COPY config/nginx.conf /etc/nginx/nginx.conf # buildkit1.05 KB19COPY config/conf.d /etc/nginx/conf.d/ # buildkit836 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-09-19T02:19:46Z VCS_REF=1b185bcd1aafede18bf07ad2cd269eecf994ecd5 VERSION=latest1.07 KB25USER 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 {Test:[CMD-SHELL curl --silent --fail0 BCommand
ADD alpine-minirootfs-3.24.2-aarch64.tar.gz / # buildkit