Sign inSign up

trafex/php-nginx:3.4.0

Multi-platform
Index digest

sha256:16eabac2be1eb78861bd4875df01b910346f6ce726220f82bb16580fcfc59d44

OS/ARCH

Compressed size

37.12 MB

Last pushed

about 3 years by trafex

Type

Image

Manifest digest

sha256:3f469f08ee8e2a2a2c39474c6f666d79cc85acbc077ccf389029f37daee02bc3

Image Layers

1ADD file ... in / 3 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 add34.12 MB
7COPY config/nginx.conf /etc/nginx/nginx.conf # buildkit779 B
8COPY config/conf.d /etc/nginx/conf.d/ # buildkit842 B
9ENV PHP_INI_DIR=/etc/php820 B
10COPY config/fpm-pool.conf /etc/php82/php-fpm.d/www.conf # buildkit1.12 KB
11COPY config/php.ini /etc/php82/conf.d/custom.ini # buildkit226 B
12COPY config/supervisord.conf /etc/supervisor/conf.d/supervisord.conf # buildkit337 B
13RUN /bin/sh -c chown -R953 B
14RUN /bin/sh -c ln -s145 B
15USER nobody0 B
16COPY src/ /var/www/html/ # buildkit267 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:9882e99e5f94ab2db05c029648ac5be7cf0f063a8701394fcbb543a7ef5d4b90 in /