Sign inSign up

trafex/php-nginx:latest

Multi-platform
Index digest

sha256:ee814572bcbc577eb9d0d22914208b1439b9cfb7fb984a8c543ec37b29dc903d

OS/ARCH

Compressed size

40.59 MB

Last pushed

4 days by trafex

Type

Image

Manifest digest

sha256:e7b9c345eaf7f1f9e545d2b084159712411cd62e763f20a26d8e30b59dd10694

Image Layers

1ADD alpine-minirootfs-3.24.2-armv7.tar.gz / # buildkit3.11 MB
2CMD ["/bin/sh"]0 B
3ARG BUILD_DATE=2026-09-19T02:19:46Z0 B
4ARG VCS_REF=1b185bcd1aafede18bf07ad2cd269eecf994ecd50 B
5ARG VERSION=latest0 B
6LABEL org.opencontainers.image.created=2026-09-19T02:19:46Z0 B
7LABEL org.opencontainers.image.authors=Tim de Pater <[email protected]>0 B
8LABEL org.opencontainers.image.url=https://github.com/TrafeX/docker-php-nginx0 B
9LABEL org.opencontainers.image.documentation=https://github.com/TrafeX/docker-php-nginx0 B
10LABEL org.opencontainers.image.source=https://github.com/TrafeX/docker-php-nginx0 B
11LABEL org.opencontainers.image.version=latest0 B
12LABEL org.opencontainers.image.revision=1b185bcd1aafede18bf07ad2cd269eecf994ecd50 B
13LABEL org.opencontainers.image.vendor=TrafeX0 B
14LABEL org.opencontainers.image.title=PHP-FPM 8.5 & Nginx0 B
15LABEL org.opencontainers.image.description=Lightweight container with Nginx0 B
16WORKDIR /var/www/html130 B
17RUN |3 BUILD_DATE=2026-09-19T02:19:46Z VCS_REF=1b185bcd1aafede18bf07ad2cd269eecf994ecd5 VERSION=latest37.47 MB
18COPY config/nginx.conf /etc/nginx/nginx.conf # buildkit1.05 KB
19COPY config/conf.d /etc/nginx/conf.d/ # buildkit836 B
20ENV PHP_INI_DIR=/etc/php850 B
21COPY config/fpm-pool.conf /etc/php85/php-fpm.d/www.conf # buildkit1.12 KB
22COPY config/php.ini /etc/php85/conf.d/custom.ini # buildkit229 B
23COPY config/supervisord.conf /etc/supervisor/conf.d/supervisord.conf # buildkit339 B
24RUN |3 BUILD_DATE=2026-09-19T02:19:46Z VCS_REF=1b185bcd1aafede18bf07ad2cd269eecf994ecd5 VERSION=latest1.08 KB
25USER nobody0 B
26COPY --chown=nobody src/ /var/www/html/ #268 B
27EXPOSE [8080/tcp]0 B
28CMD ["/usr/bin/supervisord" "-c" "/etc/supervisor/conf.d/supervisord.conf"]0 B
29HEALTHCHECK {Test:[CMD-SHELL curl --silent --fail0 B

Command

ADD alpine-minirootfs-3.24.2-armv7.tar.gz / # buildkit