Sign inSign up

trafex/php-nginx:3.0.0

Multi-platform
Index digest

sha256:41e52a4b9ac115ce97f885c464e44efeb2934e99136b84849c2e566d778da068

OS/ARCH

Compressed size

39.38 MB

Last pushed

over 3 years by trafex

Type

Image

Manifest digest

sha256:8b1201d26eed596c646b386d100502343a60aecf9d7f888938b0f00bf20f6d12

Image Layers

1ADD file ... in / 3.11 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/html137 B
6RUN /bin/sh -c apk add36.26 MB
7COPY config/nginx.conf /etc/nginx/nginx.conf # buildkit784 B
8COPY config/conf.d /etc/nginx/conf.d/ # buildkit848 B
9COPY config/fpm-pool.conf /etc/php81/php-fpm.d/www.conf # buildkit1.13 KB
10COPY config/php.ini /etc/php81/conf.d/custom.ini # buildkit234 B
11COPY config/supervisord.conf /etc/supervisor/conf.d/supervisord.conf # buildkit344 B
12RUN /bin/sh -c chown -R973 B
13USER nobody0 B
14COPY src/ /var/www/html/ # buildkit282 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:3080f19f39259a4b77cc53975de0184c78d4335ceb9ffb77a2838d0539ad6f85 in /