Sign inSign up

trafex/php-nginx:3.6.0

Multi-platform
Index digest

sha256:74857b15d40afb227e956a3a59109062d29085bff3f040866b51f17cfb76d517

OS/ARCH

Compressed size

40.18 MB

Last pushed

about 2 years by trafex

Type

Image

Manifest digest

sha256:b3098caa9658ca841dbc7f796f03aa63637d4c627f8e3a7635a9902b79dd2f96

Image Layers

1ADD file ... in / 3.46 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 add36.72 MB
7COPY config/nginx.conf /etc/nginx/nginx.conf # buildkit1.04 KB
8COPY config/conf.d /etc/nginx/conf.d/ # buildkit837 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 # buildkit339 B
13RUN /bin/sh -c chown -R955 B
14USER nobody0 B
15COPY --chown=nobody src/ /var/www/html/ #268 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:33ebe56b967747a97dcec01bc2559962bee8823686c9739d26be060381bbb3ca in /