Sign inSign up

trafex/php-nginx:2.4.0

Multi-platform
Manifest digest

sha256:07a2113858c11e08041a4b1b68c7c2e5d4304408b78854567d376dd7db25243b

OS/ARCH

Compressed size

39.88 MB

Last pushed

over 4 years by trafex

Type

Image

Manifest digest

sha256:07a2113858c11e08041a4b1b68c7c2e5d4304408b78854567d376dd7db25243b

Image Layers

1ADD file ... in / 2.33 MB
2CMD ["/bin/sh"]0 B
3LABEL Maintainer=Tim de Pater <[email protected]>0 B
4LABEL Description=Lightweight container with Nginx0 B
5RUN /bin/sh -c apk --no-cache37.55 MB
6RUN /bin/sh -c ln -s152 B
7COPY config/nginx.conf /etc/nginx/nginx.conf # buildkit1.28 KB
8COPY config/fpm-pool.conf /etc/php8/php-fpm.d/www.conf # buildkit1.13 KB
9COPY config/php.ini /etc/php8/conf.d/custom.ini # buildkit220 B
10COPY config/supervisord.conf /etc/supervisor/conf.d/supervisord.conf # buildkit344 B
11RUN /bin/sh -c mkdir -p140 B
12RUN /bin/sh -c chown -R950 B
13USER nobody0 B
14WORKDIR /var/www/html0 B
15COPY src/ /var/www/html/ # buildkit282 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:03e0720458c3475758bf4394afa56f2165198eb91e6e9581f7768e433744dd9b in /