Sign inSign up

pgardella/alpine-nginx-php7:latest

Multi-platform
Manifest digest

sha256:a5eaaa23a4ba06f5d03ae556b90404d7b32fed2e35032b373366a45e22beaab5

OS/ARCH

Compressed size

41 MB

Last pushed

about 6 years by pgardella

Type

Image

Manifest digest

sha256:a5eaaa23a4ba06f5d03ae556b90404d7b32fed2e35032b373366a45e22beaab5

Image Layers

1ADD file ... in / 2.58 MB
2CMD ["/bin/sh"]0 B
3LABEL Maintainer=Tim de Pater <[email protected]>0 B
4RUN /bin/sh -c apk --no-cache38.4 MB
5COPY config/nginx.conf /etc/nginx/nginx.conf # buildkit1.83 KB
6COPY config/fpm-pool.conf /etc/php7/php-fpm.d/www.conf # buildkit1.68 KB
7COPY config/php.ini /etc/php7/conf.d/custom.ini # buildkit763 B
8COPY config/supervisord.conf /etc/supervisor/conf.d/supervisord.conf # buildkit867 B
9RUN /bin/sh -c mkdir -p661 B
10RUN /bin/sh -c chown -R1.44 KB
11USER nobody0 B
12WORKDIR /var/www/html611 B
13COPY src/ /var/www/html/ # buildkit801 B
14EXPOSE map[8080/tcp:{}]0 B
15CMD ["/usr/bin/supervisord" "-c" "/etc/supervisor/conf.d/supervisord.conf"]0 B
16HEALTHCHECK &{["CMD-SHELL" "curl --silent --fail0 B

Command

ADD file:7574aee4e37a85460ab889212d52912723a9b30dda1c060548f0deb4a05fc398 in /