Sign inSign up

trafex/php-nginx:2.5.0

Multi-platform
Manifest digest

sha256:653ad6f771885999352783b576c82a4abc3e89192f0dcff403745db39bc1528c

OS/ARCH

Compressed size

39.87 MB

Last pushed

over 4 years by trafex

Type

Image

Manifest digest

sha256:653ad6f771885999352783b576c82a4abc3e89192f0dcff403745db39bc1528c

Image Layers

1ADD file ... in / 2.32 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/html138 B
6RUN /bin/sh -c apk add37.55 MB
7RUN /bin/sh -c ln -s151 B
8COPY config/nginx.conf /etc/nginx/nginx.conf # buildkit1.27 KB
9COPY config/fpm-pool.conf /etc/php8/php-fpm.d/www.conf # buildkit1.12 KB
10COPY config/php.ini /etc/php8/conf.d/custom.ini # buildkit219 B
11COPY config/supervisord.conf /etc/supervisor/conf.d/supervisord.conf # buildkit342 B
12RUN /bin/sh -c chown -R961 B
13USER nobody0 B
14COPY src/ /var/www/html/ # buildkit285 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:c25fcf153ea349f64e08a1bd0756ce550f2a081ad56cc40c89027d85d1bc26da in /