Sign inSign up

trafex/php-nginx:3.3.0

Multi-platform
Index digest

sha256:7dc9e6f4aeefd60f3c6bbab7bc1968d8f723ab2a09d484d27e2891a311fdbfd2

OS/ARCH

Compressed size

36.1 MB

Last pushed

about 3 years by trafex

Type

Image

Manifest digest

sha256:4c9c5d508e2694e00110a56b9366498f5c1147c6935e5f7f3e8fa483829685d5

Image Layers

1ADD file ... in / 2.77 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 add33.33 MB
7COPY config/nginx.conf /etc/nginx/nginx.conf # buildkit779 B
8COPY config/conf.d /etc/nginx/conf.d/ # buildkit842 B
9COPY config/fpm-pool.conf /etc/php82/php-fpm.d/www.conf # buildkit1.12 KB
10COPY config/php.ini /etc/php82/conf.d/custom.ini # buildkit228 B
11COPY config/supervisord.conf /etc/supervisor/conf.d/supervisord.conf # buildkit338 B
12RUN /bin/sh -c chown -R950 B
13RUN /bin/sh -c ln -s146 B
14USER nobody0 B
15COPY src/ /var/www/html/ # buildkit266 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:e3f56488d3d3bb67729714db13ddadf6652e7efb5281cfc7010d3e71f9d6607f in /