Sign inSign up

trafex/php-nginx:3.5.0

Multi-platform
Index digest

sha256:3c96062330bb7ebb4f17c66fa270f86c13fc8c9d8fa38bf73232ee40002f2b36

OS/ARCH

Compressed size

40.92 MB

Last pushed

over 2 years by trafex

Type

Image

Manifest digest

sha256:e186cb3cb3392b74de07a1666ee56d7ee30ba0fbe5fac62a5b848bf90f51a8da

Image Layers

1ADD file ... in / 3.19 MB
2CMD ["/bin/sh"]0 B
3LABEL Maintainer=Tim de Pater <[email protected]>0 B
4LABEL Description=Lightweight container with Nginx0 B
5WORKDIR /var/www/html130 B
6RUN /bin/sh -c apk add37.73 MB
7COPY config/nginx.conf /etc/nginx/nginx.conf # buildkit776 B
8COPY config/conf.d /etc/nginx/conf.d/ # buildkit834 B
9ENV PHP_INI_DIR=/etc/php830 B
10COPY config/fpm-pool.conf /etc/php83/php-fpm.d/www.conf # buildkit1.12 KB
11COPY config/php.ini /etc/php83/conf.d/custom.ini # buildkit227 B
12COPY config/supervisord.conf /etc/supervisor/conf.d/supervisord.conf # buildkit337 B
13RUN /bin/sh -c chown -R950 B
14RUN /bin/sh -c ln -s145 B
15USER nobody0 B
16COPY src/ /var/www/html/ # buildkit266 B
17EXPOSE map[8080/tcp:{}]0 B
18CMD ["/usr/bin/supervisord" "-c" "/etc/supervisor/conf.d/supervisord.conf"]0 B
19HEALTHCHECK &{["CMD-SHELL" "curl --silent --fail0 B

Command

ADD file:8182c73f869a899cf624a59c400acb8226776d15e4d3a0d240a94e65340540d0 in /