Sign inSign up

trafex/php-nginx:3.2.0

Multi-platform
Index digest

sha256:8361e624bf3c7506820b41389be166bca32f5b9579a62a24de5714b8e66b07f9

OS/ARCH

Compressed size

39.77 MB

Last pushed

about 3 years by trafex

Type

Image

Manifest digest

sha256:6b12be36cbdf474704eda18b9dd27072b69b98a83f381579903c9de938814796

Image Layers

1ADD file ... in / 3.24 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 add36.53 MB
7COPY config/nginx.conf /etc/nginx/nginx.conf # buildkit780 B
8COPY config/conf.d /etc/nginx/conf.d/ # buildkit843 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 -R946 B
13USER nobody0 B
14COPY src/ /var/www/html/ # buildkit267 B
15EXPOSE map[8080/tcp:{}]0 B
16CMD ["/usr/bin/supervisord" "-c" "/etc/supervisor/conf.d/supervisord.conf"]0 B
17HEALTHCHECK &{["CMD-SHELL" "curl --silent --fail0 B

Command

ADD file:32ff5e7a78b890996ee4681cc0a26185d3e9acdb4eb1e2aaccb2411f922fed6b in /