Sign inSign up

trafex/php-nginx:3.6.0

Multi-platform
Index digest

sha256:74857b15d40afb227e956a3a59109062d29085bff3f040866b51f17cfb76d517

OS/ARCH

Compressed size

41.52 MB

Last pushed

about 2 years by trafex

Type

Image

Manifest digest

sha256:c45933d9c4aea935f62dffd9d9066a2e558c701c8c942462d31294b96f540a4e

Image Layers

1ADD file ... in / 3.9 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/html131 B
6RUN /bin/sh -c apk add37.62 MB
7COPY config/nginx.conf /etc/nginx/nginx.conf # buildkit1.05 KB
8COPY config/conf.d /etc/nginx/conf.d/ # buildkit840 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 # buildkit228 B
12COPY config/supervisord.conf /etc/supervisor/conf.d/supervisord.conf # buildkit339 B
13RUN /bin/sh -c chown -R952 B
14USER nobody0 B
15COPY --chown=nobody src/ /var/www/html/ #267 B
16EXPOSE map[8080/tcp:{}]0 B
17CMD ["/usr/bin/supervisord" "-c" "/etc/supervisor/conf.d/supervisord.conf"]0 B
18HEALTHCHECK &{["CMD-SHELL" "curl --silent --fail0 B

Command

ADD file:033626ac44156f3d5800a602c46870486b1492b9ba26096eaa66cceb6fcead77 in /