Sign inSign up

actency/docker-php-fpm:7.3

Manifest digest

sha256:a44c6150da86382f37559c3c2af214bdfd42ed13ca24b2109e06cc9ed4988622

OS/ARCH

linux/amd64

Compressed size

874.63 MB

Last pushed

almost 4 years by actency

Type

Image

Manifest digest

sha256:a44c6150da86382f37559c3c2af214bdfd42ed13ca24b2109e06cc9ed4988622

Image Layers

1ADD file ... in / 29.92 MB
2CMD ["bash"]0 B
3/bin/sh -c set -eux; {225 B
4ENV PHPIZE_DEPS=autoconf dpkg-dev file0 B
5/bin/sh -c set -eux; apt-get87.36 MB
6ENV PHP_INI_DIR=/usr/local/etc/php0 B
7/bin/sh -c set -eux; mkdir269 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; savedAptMark="$(apt-mark11.89 MB
16COPY file:ce57c04b70896f77cc11eb2766417d8a1240fcffe5bba92179ec78c458844110 in /usr/local/bin/ 493 B
17/bin/sh -c set -eux; savedAptMark="$(apt-mark24.26 MB
18COPY multi:7d7d4b016ee2e2e18720a1a58004eb4d59de798c619f217398cc1066a656bfd0 in /usr/local/bin/ 2.25 KB
19/bin/sh -c docker-php-ext-enable sodium248 B
20/bin/sh -c { echo '#!/bin/sh';211 B
21ENTRYPOINT ["docker-php-entrypoint"]0 B
22WORKDIR /var/www/html0 B
23/bin/sh -c set -eux; cd8.22 KB
24STOPSIGNAL SIGQUIT0 B
25EXPOSE 90000 B
26CMD ["php-fpm"]0 B
27LABEL php-version=7.30 B
28LABEL description=Production PHP-FPM image0 B
29LABEL company=Actency0 B
30LABEL author=Hakim Rachidi0 B
31COPY config/php.ini /usr/local/etc/php/ # buildkit20.17 KB
32RUN /bin/sh -c apt-get clean44.52 MB
33RUN /bin/sh -c echo "deb294 B
34RUN /bin/sh -c echo "deb-src304 B
35RUN /bin/sh -c cd /tmp8.71 KB
36RUN /bin/sh -c wget -O1.95 KB
37RUN /bin/sh -c echo "deb4.88 KB
38RUN /bin/sh -c wget https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh331 B
39RUN /bin/sh -c apt-get clean212.73 MB
40RUN /bin/sh -c pecl install338.11 KB
41RUN /bin/sh -c docker-php-ext-configure gd18.42 MB
42RUN /bin/sh -c docker-php-ext-configure ldap540.83 KB
43RUN /bin/sh -c docker-php-ext-install 1.72 MB
44RUN /bin/sh -c pecl install124.82 KB
45RUN /bin/sh -c useradd web1.96 KB
46RUN /bin/sh -c usermod -aG1.31 KB
47RUN /bin/sh -c echo 'web504 B
48RUN /bin/sh -c echo 'www-data513 B
49RUN /bin/sh -c pecl install161.29 KB
50RUN /bin/sh -c pecl install312.85 KB
51COPY core/memcached.conf /etc/memcached.conf # buildkit863 B
52RUN /bin/sh -c curl -sL18.99 MB
53RUN /bin/sh -c php -r497.81 KB
54RUN /bin/sh -c git clone61.73 MB
55RUN /bin/sh -c cp -r61.73 MB
56RUN /bin/sh -c cp -r61.73 MB
57RUN /bin/sh -c cd /usr/local/src/drush8603.39 KB
58RUN /bin/sh -c cd /usr/local/src/drush821.88 MB
59RUN /bin/sh -c ln -s172 B
60RUN /bin/sh -c cd /usr/local/src/drush9360.67 KB
61RUN /bin/sh -c cd /usr/local/src/drush915.6 MB
62RUN /bin/sh -c ln -s173 B
63RUN /bin/sh -c set -x1.14 MB
64ADD core/msmtprc.conf /usr/local/etc/msmtprc # buildkit302 B
65ADD core/php-smtp.ini /usr/local/etc/php/conf.d/php-smtp.ini # buildkit325 B
66RUN /bin/sh -c ( 259 B
67RUN /bin/sh -c ( 350 B
68RUN /bin/sh -c curl https://drupalconsole.com/installer457 B
69RUN /bin/sh -c apt-get update14.03 MB
70RUN /bin/sh -c apt-get install3.31 MB
71RUN /bin/sh -c mkdir /var/wkhtmltopdf163 B
72RUN /bin/sh -c cd /var/wkhtmltopdf59.98 MB
73RUN /bin/sh -c cp /var/wkhtmltopdf/wkhtmltox/bin/wkhtmltopdf30.16 MB
74RUN /bin/sh -c chown -R59.98 MB
75RUN /bin/sh -c chmod +x30.16 MB
76RUN /bin/sh -c mkdir /var/www/.ssh/175 B
77RUN /bin/sh -c chown -R171 B
78RUN /bin/sh -c chmod -R155 B
79RUN /bin/sh -c echo "Europe/Paris"483.54 KB
80COPY config/bashrc /var/www/ # buildkit370 B
81RUN /bin/sh -c mv /var/www/bashrc406 B
82RUN /bin/sh -c chown www-data:www-data385 B
83RUN /bin/sh -c echo "source184 B
84COPY core/docker-php-entrypoint /usr/local/bin/ # buildkit293 B
85RUN /bin/sh -c chmod +x300 B
86VOLUME [/var/www/html]0 B
87ENTRYPOINT ["docker-php-entrypoint"]0 B
88EXPOSE map[9000/tcp:{}]0 B
89CMD ["php-fpm"]0 B

Command

ADD file:36919ae6bb25e3269eff949443129a01a8a43fb967fe6563939ebe1e1e9b8228 in /