Sign inSign up

richarvey/nginx-php-fpm:7dd6e633

Multi-platform
Index digest

sha256:7b1a918fb2e5a865df21de3badfca5e359540fbaf6af3b86a6ebbc8a810a208c

OS/ARCH

Compressed size

309.35 MB

Last pushed

over 3 years by richarvey

Type

Image

Manifest digest

sha256:d5f35a851fc7127918470218e283b46742a678b4f63b0923846b8bf46e0deb1f

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.87 KB
34RUN /bin/sh -c apk add1.41 MB
35RUN /bin/sh -c echo @testing100.85 MB
36RUN /bin/sh -c apk add154.91 MB
37RUN /bin/sh -c docker-php-ext-configure gd8.88 MB
38RUN /bin/sh -c mkdir -p14.52 MB
39ADD conf/supervisord.conf /etc/supervisord.conf # buildkit864 B
40RUN /bin/sh -c rm -Rf163 B
41ADD conf/nginx.conf /etc/nginx/nginx.conf # buildkit880 B
42RUN /bin/sh -c mkdir -p269 B
43ADD conf/nginx-site.conf /etc/nginx/sites-available/default.conf # buildkit1.21 KB
44ADD conf/nginx-site-ssl.conf /etc/nginx/sites-available/default-ssl.conf # buildkit1.29 KB
45RUN /bin/sh -c ln -s189 B
46RUN /bin/sh -c echo "cgi.fix_pathinfo=0"7.13 KB
47RUN /bin/sh -c cp /usr/local/etc/php/php.ini-development23.34 KB
48ADD scripts/start.sh /start.sh # buildkit2.72 KB
49ADD scripts/pull /usr/bin/pull # buildkit380 B
50ADD scripts/push /usr/bin/push # buildkit357 B
51ADD scripts/letsencrypt-setup /usr/bin/letsencrypt-setup # buildkit485 B
52ADD scripts/letsencrypt-renew /usr/bin/letsencrypt-renew # buildkit340 B
53RUN /bin/sh -c chmod 7552.72 KB
54ADD src/ /var/www/html/ # buildkit18.19 KB
55ADD errors/ /var/www/errors # buildkit1.59 KB
56EXPOSE map[443/tcp:{} 80/tcp:{}]0 B
57WORKDIR /var/www/html32 B
58CMD ["/start.sh"]0 B

Command

ADD file:40887ab7c06977737e63c215c9bd297c0c74de8d12d16ebdf1c3d40ac392f62d in /