Sign inSign up

trafex/php-nginx:3.1.0

Multi-platform
Index digest

sha256:8ca0d6f63b22a8e7fc3dc27e079d51883c7406b0686627082e9910527bb412f4

OS/ARCH

Compressed size

35.83 MB

Last pushed

over 3 years by trafex

Type

Image

Manifest digest

sha256:7e3dd2f81f8cc319b695acada8a94b95ad87d132c67c7497c03d6ddebf43960e

Image Layers

1ADD file ... in / 2.78 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.05 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/php81/php-fpm.d/www.conf # buildkit1.12 KB
10COPY config/php.ini /etc/php81/conf.d/custom.ini # buildkit227 B
11COPY config/supervisord.conf /etc/supervisor/conf.d/supervisord.conf # buildkit337 B
12RUN /bin/sh -c chown -R952 B
13USER nobody0 B
14COPY src/ /var/www/html/ # buildkit266 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:eb6b6a885e8ac9bccbf44a5c673b8542c8144bba927376688240446c2f413b10 in /