Sign inSign up

banny310/apache-php-fpm:7.3

Multi-platform
Index digest

sha256:c066df14292cdf41c9027d1bc9cd9cb787425c592eeb2623071304d2ccbc0a6c

OS/ARCH

Compressed size

302.71 MB

Last pushed

over 2 years by banny310

Type

Image

Manifest digest

sha256:9b86c3797c1daa7a2981f7996f36bb8384e39f952b0fc447ba7b4ce2a46b4f9c

Image Layers

1ADD file ... in / 2.59 MB
2CMD ["/bin/sh"]0 B
3ENV PHPIZE_DEPS=autoconf dpkg-dev dpkg0 B
4/bin/sh -c apk add --no-cache1.62 MB
5/bin/sh -c set -eux; adduser1.2 KB
6ENV PHP_INI_DIR=/usr/local/etc/php0 B
7/bin/sh -c set -eux; mkdir221 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=CBAF69F173A0FEA4B537F470D66C9593118BCCB6 F38252826ACD957EF380D39F2F7956BC5DA04B5D0 B
12ENV PHP_VERSION=7.3.330 B
13ENV 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 B
14ENV PHP_SHA256=166eaccde933381da9516a2b70ad0f447d7cec4b603d07b9a916032b215b90cc0 B
15/bin/sh -c set -eux; apk11.6 MB
16COPY file:ce57c04b70896f77cc11eb2766417d8a1240fcffe5bba92179ec78c458844110 in /usr/local/bin/ 500 B
17/bin/sh -c set -eux; apk10.74 MB
18COPY multi:7d7d4b016ee2e2e18720a1a58004eb4d59de798c619f217398cc1066a656bfd0 in /usr/local/bin/ 2.25 KB
19/bin/sh -c docker-php-ext-enable sodium17.66 KB
20ENTRYPOINT ["docker-php-entrypoint"]0 B
21WORKDIR /var/www/html0 B
22/bin/sh -c set -eux; cd8.21 KB
23STOPSIGNAL SIGQUIT0 B
24EXPOSE 90000 B
25CMD ["php-fpm"]0 B
26MAINTAINER Szymon Banas <[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 add17.48 KB
34RUN /bin/sh -c apk add1.2 MB
35RUN /bin/sh -c echo @testing56.42 MB
36RUN /bin/sh -c apk add183.37 MB
37RUN /bin/sh -c pear config-set19.53 MB
38RUN /bin/sh -c php -r14.97 MB
39RUN /bin/sh -c apk del195.81 KB
40ADD conf/supervisord.conf /etc/supervisord.conf # buildkit863 B
41RUN /bin/sh -c echo "cgi.fix_pathinfo=0"6.49 KB
42RUN /bin/sh -c cp ${PHP_INI_DIR}/php.ini-production22.81 KB
43RUN /bin/sh -c apk add361.07 KB
44ENV APACHE_DOCUMENT_ROOT=/var/www/html0 B
45ENV APACHE_LOG_DIR=/var/log/apache20 B
46RUN /bin/sh -c mkdir -p32 B
47ADD scripts/a2manage /usr/bin/a2manage # buildkit484 B
48RUN /bin/sh -c chmod 755479 B
49ADD conf/000-default.conf /etc/apache2/conf.d/000-default.conf # buildkit553 B
50RUN /bin/sh -c a2manage a2enmod10.85 KB
51ADD scripts/start.sh /start.sh # buildkit2.3 KB
52ADD scripts/pull /usr/bin/pull # buildkit380 B
53ADD scripts/push /usr/bin/push # buildkit359 B
54ADD scripts/letsencrypt-setup /usr/bin/letsencrypt-setup # buildkit481 B
55ADD scripts/letsencrypt-renew /usr/bin/letsencrypt-renew # buildkit332 B
56RUN /bin/sh -c chmod 7552.3 KB
57ADD scripts/entrypoint.sh /entrypoint.sh # buildkit298 B
58ADD scripts/functions.sh /functions.sh # buildkit667 B
59ADD scripts/wait-for-it.sh /wait-for-it.sh # buildkit1.35 KB
60RUN /bin/sh -c chmod +x1.53 KB
61ADD src/ /var/www/html/public/ # buildkit18.24 KB
62ADD errors/ /var/www/errors # buildkit1.59 KB
63EXPOSE map[443/tcp:{} 80/tcp:{}]0 B
64HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost/0 B
65WORKDIR /var/www/html32 B
66CMD ["/entrypoint.sh"]0 B

Command

ADD file:611998b78638b13e78919dd4635674032ab233f9b7aae6f62beaf6634cd18b9e in /