Sign inSign up

trafex/php-nginx:3.9.0

Multi-platform
Index digest

sha256:fd0f5e18aa56f09c0a586839178efb49261bfb5fb4433e2204444de3ee5e75a2

OS/ARCH

Compressed size

38.22 MB

Last pushed

over 1 year by trafex

Type

Image

Manifest digest

sha256:414fc06483b71a221f5fc72b88d54a2d35de42a00c5d517721d13f940f8e29e8

Image Layers

1ADD alpine-minirootfs-3.21.3-armv7.tar.gz / # buildkit2.95 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/html129 B
6RUN /bin/sh -c apk add35.26 MB
7RUN /bin/sh -c ln -s145 B
8COPY config/nginx.conf /etc/nginx/nginx.conf # buildkit1.04 KB
9COPY config/conf.d /etc/nginx/conf.d/ # buildkit832 B
10ENV PHP_INI_DIR=/etc/php840 B
11COPY config/fpm-pool.conf /etc/php84/php-fpm.d/www.conf # buildkit1.12 KB
12COPY config/php.ini /etc/php84/conf.d/custom.ini # buildkit225 B
13COPY config/supervisord.conf /etc/supervisor/conf.d/supervisord.conf # buildkit338 B
14RUN /bin/sh -c chown -R980 B
15USER nobody0 B
16COPY --chown=nobody src/ /var/www/html/ #267 B
17EXPOSE map[8080/tcp:{}]0 B
18CMD ["/usr/bin/supervisord" "-c" "/etc/supervisor/conf.d/supervisord.conf"]0 B
19HEALTHCHECK &{["CMD-SHELL" "curl --silent --fail0 B

Command

ADD alpine-minirootfs-3.21.3-armv7.tar.gz / # buildkit