Sign inSign up

mbentley/nginx-php8:latest

Manifest digest

sha256:8743cbd3f3bff5c60c1b1fea47ece40bb74f5acf9e447c9bff6e13b0a4f219e3

OS/ARCH

linux/amd64

Compressed size

51.67 MB

Last pushed

6 days by mbentley

Type

Image

Manifest digest

sha256:8743cbd3f3bff5c60c1b1fea47ece40bb74f5acf9e447c9bff6e13b0a4f219e3

Image Layers

1COPY / / # buildkit3.67 MB
2LABEL maintainer=Matt Bentley <[email protected]>0 B
3CMD ["/bin/sh"]0 B
4LABEL maintainer=Matt Bentley <[email protected]>0 B
5ARG NGINX_VER=1.30.50 B
6ARG NGINX_BRANCH=mainline0 B
7COPY get_nginx_latest_version.sh /get_nginx_latest_version.sh # buildkit580 B
8RUN |2 NGINX_VER=1.30.5 NGINX_BRANCH=mainline /bin/sh6.73 MB
9COPY nginx.conf php.conf /etc/nginx/ #655 B
10COPY default /etc/nginx/sites-available/default # buildkit255 B
11COPY entrypoint.sh /entrypoint.sh # buildkit310 B
12RUN |2 NGINX_VER=1.30.5 NGINX_BRANCH=mainline /bin/sh176 B
13ENTRYPOINT ["/entrypoint.sh"]0 B
14CMD ["nginx" "-c" "/etc/nginx/nginx.conf"]0 B
15LABEL maintainer=Matt Bentley <[email protected]>0 B
16RUN /bin/sh -c apk add41.26 MB
17ENV FASTCGI_PASS=unix:/var/run/php/php-fpm83.sock0 B
18COPY default /etc/nginx/sites-available/default # buildkit272 B
19COPY s6 /etc/s6 # buildkit411 B
20RUN /bin/sh -c mkdir /var/run/php169 B
21EXPOSE [80/tcp]0 B
22CMD ["s6-svscan" "/etc/s6"]0 B

Command

COPY / / # buildkit