Sign inSign up

richarvey/nginx-php-fpm:4f339030

Multi-platform
Index digest

sha256:129920f5b2689d823f9d9fbeae6cf8c51e6aaa4071cf98c238cd13781bb3d240

OS/ARCH

Compressed size

154.1 MB

Last pushed

over 3 years by richarvey

Type

Image

Manifest digest

sha256:1704e1f796bf5bcabde74ec9baedad32a02c649b05702ff00d4db68cb1b7e0cd

Image Layers

1ADD file ... in / 3.22 MB
2CMD ["/bin/sh"]0 B
3ENV PHPIZE_DEPS=autoconf dpkg-dev dpkg0 B
4/bin/sh -c apk add --no-cache1.78 MB
5/bin/sh -c set -eux; adduser1.23 KB
6ENV PHP_INI_DIR=/usr/local/etc/php0 B
7/bin/sh -c set -eux; mkdir268 B
8ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie0 B
9ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie0 B
10ENV PHP_LDFLAGS=-Wl,-O1 -pie0 B
11ENV GPG_KEYS=39B641343D8C104B2B146DC3F9C39DC0B9698544 E60913E4DF209907D8E30D96659A97C9CF2A795A 1198C0117593497A5EC5C199286AF1F9897469DC0 B
12ENV PHP_VERSION=8.2.30 B
13ENV PHP_URL=https://www.php.net/distributions/php-8.2.3.tar.xz PHP_ASC_URL=https://www.php.net/distributions/php-8.2.3.tar.xz.asc0 B
14ENV PHP_SHA256=b9b566686e351125d67568a33291650eb8dfa26614d205d70d82e6e92613d4570 B
15/bin/sh -c set -eux; apk11.5 MB
16COPY file:ce57c04b70896f77cc11eb2766417d8a1240fcffe5bba92179ec78c458844110 in /usr/local/bin/ 495 B
17/bin/sh -c set -eux; apk12.17 MB
18COPY multi:869bde9dbeae74886a05c9e2107b3e3b4877116db8c6d9adbaff2719f9fb5262 in /usr/local/bin/ 2.39 KB
19/bin/sh -c docker-php-ext-enable sodium18.51 KB
20ENTRYPOINT ["docker-php-entrypoint"]0 B
21WORKDIR /var/www/html0 B
22/bin/sh -c set -eux; cd8.93 KB
23STOPSIGNAL SIGQUIT0 B
24EXPOSE 90000 B
25CMD ["php-fpm"]0 B
26LABEL maintainer=Ric Harvey <[email protected]>0 B
27ENV php_conf=/usr/local/etc/php-fpm.conf0 B
28ENV fpm_conf=/usr/local/etc/php-fpm.d/www.conf0 B
29ENV php_vars=/usr/local/etc/php/conf.d/docker-vars.ini0 B
30ENV LUAJIT_LIB=/usr/lib0 B
31ENV LUAJIT_INC=/usr/include/luajit-2.10 B
32ENV LD_PRELOAD=/usr/lib/preloadable_libiconv.so php0 B
33RUN /bin/sh -c apk add29.88 KB
34RUN /bin/sh -c apk add1.41 MB
35RUN /bin/sh -c echo @testing100.85 MB
36RUN /bin/sh -c apk add23.06 MB
37ADD conf/supervisord.conf /etc/supervisord.conf # buildkit865 B
38RUN /bin/sh -c rm -Rf163 B
39ADD conf/nginx.conf /etc/nginx/nginx.conf # buildkit881 B
40RUN /bin/sh -c mkdir -p281 B
41ADD conf/nginx-site.conf /etc/nginx/sites-available/default.conf # buildkit1.21 KB
42ADD conf/nginx-site-ssl.conf /etc/nginx/sites-available/default-ssl.conf # buildkit1.29 KB
43RUN /bin/sh -c ln -s189 B
44RUN /bin/sh -c echo "cgi.fix_pathinfo=0"7.13 KB
45RUN /bin/sh -c cp /usr/local/etc/php/php.ini-development23.34 KB
46ADD scripts/start.sh /start.sh # buildkit2.72 KB
47ADD scripts/pull /usr/bin/pull # buildkit382 B
48ADD scripts/push /usr/bin/push # buildkit360 B
49ADD scripts/letsencrypt-setup /usr/bin/letsencrypt-setup # buildkit484 B
50ADD scripts/letsencrypt-renew /usr/bin/letsencrypt-renew # buildkit337 B
51RUN /bin/sh -c chmod 7552.72 KB
52ADD src/ /var/www/html/ # buildkit18.2 KB
53ADD errors/ /var/www/errors # buildkit1.59 KB
54EXPOSE map[443/tcp:{} 80/tcp:{}]0 B
55WORKDIR /var/www/html32 B
56CMD ["/start.sh"]0 B

Command

ADD file:40887ab7c06977737e63c215c9bd297c0c74de8d12d16ebdf1c3d40ac392f62d in /