Sign inSign up

pgardella/alpine-nginx-php7:1.8.0

Multi-platform
Manifest digest

sha256:1ee8d5239e754a058cc73fcca82df2b0a84ebad030e554213705c2c01db37bf5

OS/ARCH

Compressed size

39.68 MB

Last pushed

about 6 years by pgardella

Type

Image

Manifest digest

sha256:1ee8d5239e754a058cc73fcca82df2b0a84ebad030e554213705c2c01db37bf5

Image Layers

1ADD file ... in / 2.48 MB
2CMD ["/bin/sh"]0 B
3LABEL Maintainer=Tim de Pater <[email protected]>0 B
4RUN /bin/sh -c apk --no-cache37.19 MB
5COPY config/nginx.conf /etc/nginx/nginx.conf # buildkit1.82 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 # buildkit871 B
9RUN /bin/sh -c mkdir -p663 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:f46e997a56849423db17e5fc9f0249ab6c73b155245927dba5fcb9dfd65f622f in /