sha256:c066df14292cdf41c9027d1bc9cd9cb787425c592eeb2623071304d2ccbc0a6c
OS/ARCH
Compressed size
312.68 MB
Last pushed
over 2 years by banny310
Type
Image
Manifest digest
sha256:9ef69f30b0763a96b9dc8030a7832b077de58b73ffd1c00880e36082074005ee
Image Layers
1ADD file ... in / 2.69 MB2CMD ["/bin/sh"]0 B3ENV PHPIZE_DEPS=autoconf dpkg-dev dpkg0 B4/bin/sh -c apk add --no-cache1.62 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=CBAF69F173A0FEA4B537F470D66C9593118BCCB6 F38252826ACD957EF380D39F2F7956BC5DA04B5D0 B12ENV PHP_VERSION=7.3.330 B13ENV PHP_URL=https://www.php.net/distributions/php-7.3.33.tar.xz PHP_ASC_URL=https://www.php.net/distributions/php-7.3.33.tar.xz.asc0 B14ENV PHP_SHA256=166eaccde933381da9516a2b70ad0f447d7cec4b603d07b9a916032b215b90cc0 B15/bin/sh -c set -eux; apk11.6 MB16COPY file:ce57c04b70896f77cc11eb2766417d8a1240fcffe5bba92179ec78c458844110 in /usr/local/bin/ 498 B17/bin/sh -c set -eux; apk10.95 MB18COPY multi:7d7d4b016ee2e2e18720a1a58004eb4d59de798c619f217398cc1066a656bfd0 in /usr/local/bin/ 2.25 KB19/bin/sh -c docker-php-ext-enable sodium17.74 KB20ENTRYPOINT ["docker-php-entrypoint"]0 B21WORKDIR /var/www/html0 B22/bin/sh -c set -eux; cd8.22 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 add17.46 KB34RUN /bin/sh -c apk add1.23 MB35RUN /bin/sh -c echo @testing56.41 MB36RUN /bin/sh -c apk add193.77 MB37RUN /bin/sh -c pear config-set19.84 MB38RUN /bin/sh -c php -r13.9 MB39RUN /bin/sh -c apk del195.85 KB40ADD conf/supervisord.conf /etc/supervisord.conf # buildkit866 B41RUN /bin/sh -c echo "cgi.fix_pathinfo=0"6.49 KB42RUN /bin/sh -c cp ${PHP_INI_DIR}/php.ini-production22.82 KB43RUN /bin/sh -c apk add370.54 KB44ENV APACHE_DOCUMENT_ROOT=/var/www/html0 B45ENV APACHE_LOG_DIR=/var/log/apache20 B46RUN /bin/sh -c mkdir -p32 B47ADD scripts/a2manage /usr/bin/a2manage # buildkit485 B48RUN /bin/sh -c chmod 755480 B49ADD conf/000-default.conf /etc/apache2/conf.d/000-default.conf # buildkit553 B50RUN /bin/sh -c a2manage a2enmod10.86 KB51ADD scripts/start.sh /start.sh # buildkit2.3 KB52ADD scripts/pull /usr/bin/pull # buildkit381 B53ADD scripts/push /usr/bin/push # buildkit356 B54ADD scripts/letsencrypt-setup /usr/bin/letsencrypt-setup # buildkit482 B55ADD scripts/letsencrypt-renew /usr/bin/letsencrypt-renew # buildkit335 B56RUN /bin/sh -c chmod 7552.3 KB57ADD scripts/entrypoint.sh /entrypoint.sh # buildkit298 B58ADD scripts/functions.sh /functions.sh # buildkit667 B59ADD scripts/wait-for-it.sh /wait-for-it.sh # buildkit1.35 KB60RUN /bin/sh -c chmod +x1.53 KB61ADD src/ /var/www/html/public/ # buildkit18.24 KB62ADD errors/ /var/www/errors # buildkit1.59 KB63EXPOSE map[443/tcp:{} 80/tcp:{}]0 B64HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost/0 B65WORKDIR /var/www/html32 B66CMD ["/entrypoint.sh"]0 BCommand
ADD file:8ec3735d4b1b4b070607b94e3bd360117b07dc26e1baf5dd485b49b3413e8fff in /