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 MB2CMD ["/bin/sh"]0 B3ENV PHPIZE_DEPS=autoconf dpkg-dev dpkg0 B4/bin/sh -c apk add --no-cache1.78 MB5/bin/sh -c set -eux; adduser1.23 KB6ENV PHP_INI_DIR=/usr/local/etc/php0 B7/bin/sh -c set -eux; mkdir268 B8ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie0 B9ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie0 B10ENV PHP_LDFLAGS=-Wl,-O1 -pie0 B11ENV GPG_KEYS=39B641343D8C104B2B146DC3F9C39DC0B9698544 E60913E4DF209907D8E30D96659A97C9CF2A795A 1198C0117593497A5EC5C199286AF1F9897469DC0 B12ENV PHP_VERSION=8.2.30 B13ENV 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 B14ENV PHP_SHA256=b9b566686e351125d67568a33291650eb8dfa26614d205d70d82e6e92613d4570 B15/bin/sh -c set -eux; apk11.5 MB16COPY file:ce57c04b70896f77cc11eb2766417d8a1240fcffe5bba92179ec78c458844110 in /usr/local/bin/ 495 B17/bin/sh -c set -eux; apk12.17 MB18COPY multi:869bde9dbeae74886a05c9e2107b3e3b4877116db8c6d9adbaff2719f9fb5262 in /usr/local/bin/ 2.39 KB19/bin/sh -c docker-php-ext-enable sodium18.51 KB20ENTRYPOINT ["docker-php-entrypoint"]0 B21WORKDIR /var/www/html0 B22/bin/sh -c set -eux; cd8.93 KB23STOPSIGNAL SIGQUIT0 B24EXPOSE 90000 B25CMD ["php-fpm"]0 B27ENV php_conf=/usr/local/etc/php-fpm.conf0 B28ENV fpm_conf=/usr/local/etc/php-fpm.d/www.conf0 B29ENV php_vars=/usr/local/etc/php/conf.d/docker-vars.ini0 B30ENV LUAJIT_LIB=/usr/lib0 B31ENV LUAJIT_INC=/usr/include/luajit-2.10 B32ENV LD_PRELOAD=/usr/lib/preloadable_libiconv.so php0 B33RUN /bin/sh -c apk add29.88 KB34RUN /bin/sh -c apk add1.41 MB35RUN /bin/sh -c echo @testing100.85 MB36RUN /bin/sh -c apk add23.06 MB37ADD conf/supervisord.conf /etc/supervisord.conf # buildkit865 B38RUN /bin/sh -c rm -Rf163 B39ADD conf/nginx.conf /etc/nginx/nginx.conf # buildkit881 B40RUN /bin/sh -c mkdir -p281 B41ADD conf/nginx-site.conf /etc/nginx/sites-available/default.conf # buildkit1.21 KB42ADD conf/nginx-site-ssl.conf /etc/nginx/sites-available/default-ssl.conf # buildkit1.29 KB43RUN /bin/sh -c ln -s189 B44RUN /bin/sh -c echo "cgi.fix_pathinfo=0"7.13 KB45RUN /bin/sh -c cp /usr/local/etc/php/php.ini-development23.34 KB46ADD scripts/start.sh /start.sh # buildkit2.72 KB47ADD scripts/pull /usr/bin/pull # buildkit382 B48ADD scripts/push /usr/bin/push # buildkit360 B49ADD scripts/letsencrypt-setup /usr/bin/letsencrypt-setup # buildkit484 B50ADD scripts/letsencrypt-renew /usr/bin/letsencrypt-renew # buildkit337 B51RUN /bin/sh -c chmod 7552.72 KB52ADD src/ /var/www/html/ # buildkit18.2 KB53ADD errors/ /var/www/errors # buildkit1.59 KB54EXPOSE map[443/tcp:{} 80/tcp:{}]0 B55WORKDIR /var/www/html32 B56CMD ["/start.sh"]0 BCommand
ADD file:40887ab7c06977737e63c215c9bd297c0c74de8d12d16ebdf1c3d40ac392f62d in /