Sign inSign up

actency/docker-php-fpm:8.2

Manifest digest

sha256:29bc1bf56d81de4b8733feb9c2b7d76b5a9e424190dd36592d5bf56abc162127

OS/ARCH

linux/amd64

Compressed size

948.82 MB

Last pushed

over 2 years by actency

Type

Image

Manifest digest

sha256:29bc1bf56d81de4b8733feb9c2b7d76b5a9e424190dd36592d5bf56abc162127

Image Layers

1ADD file ... in / 27.8 MB
2CMD ["bash"]0 B
3/bin/sh -c set -eux; {226 B
4ENV PHPIZE_DEPS=autoconf dpkg-dev file0 B
5/bin/sh -c set -eux; apt-get99.52 MB
6ENV PHP_INI_DIR=/usr/local/etc/php0 B
7/bin/sh -c set -eux; mkdir270 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.190 B
13ENV PHP_URL=https://www.php.net/distributions/php-8.2.19.tar.xz PHP_ASC_URL=https://www.php.net/distributions/php-8.2.19.tar.xz.asc0 B
14ENV PHP_SHA256=aecd63f3ebea6768997f5c4fccd98acbf897762ed5fc25300e846197a9485c130 B
15/bin/sh -c set -eux; savedAptMark="$(apt-mark11.83 MB
16COPY file:ce57c04b70896f77cc11eb2766417d8a1240fcffe5bba92179ec78c458844110 in /usr/local/bin/ 494 B
17/bin/sh -c set -eux; savedAptMark="$(apt-mark26.49 MB
18COPY multi:869bde9dbeae74886a05c9e2107b3e3b4877116db8c6d9adbaff2719f9fb5262 in /usr/local/bin/ 2.39 KB
19/bin/sh -c docker-php-ext-enable sodium246 B
20ENTRYPOINT ["docker-php-entrypoint"]0 B
21WORKDIR /var/www/html0 B
22/bin/sh -c set -eux; cd8.97 KB
23STOPSIGNAL SIGQUIT0 B
24EXPOSE 90000 B
25CMD ["php-fpm"]0 B
26LABEL php-version=8.2-fpm0 B
27LABEL description=Production PHP-FPM image0 B
28LABEL company=Actency0 B
29LABEL author=Hakim Rachidi0 B
30COPY config/php.ini /usr/local/etc/php/ # buildkit20.16 KB
31ENV COMPOSER_ALLOW_SUPERUSER=10 B
32RUN /bin/sh -c apt-get clean17.89 MB
33RUN /bin/sh -c echo "deb189 B
34RUN /bin/sh -c echo "deb-src196 B
35RUN /bin/sh -c cd /tmp8.69 KB
36RUN /bin/sh -c wget -O1.95 KB
37RUN /bin/sh -c echo "deb218 B
38ENV ACCEPT_EULA=Y0 B
39RUN /bin/sh -c curl https://packages.microsoft.com/keys/microsoft.asc4.67 KB
40RUN /bin/sh -c curl https://packages.microsoft.com/config/ubuntu/20.04/prod.list256 B
41RUN /bin/sh -c apt-get update1.35 MB
42RUN /bin/sh -c ACCEPT_EULA=Y apt-get3.25 MB
43RUN /bin/sh -c pecl install353.35 KB
44RUN /bin/sh -c pecl install346.49 KB
45RUN /bin/sh -c docker-php-ext-enable sqlsrv287 B
46RUN /bin/sh -c wget https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh327 B
47RUN /bin/sh -c apt-get update64.79 MB
48RUN /bin/sh -c apt-get clean280.4 MB
49RUN /bin/sh -c docker-php-ext-configure gd19.36 MB
50RUN /bin/sh -c docker-php-ext-configure ldap616.08 KB
51RUN /bin/sh -c docker-php-ext-configure pgsql73.45 KB
52RUN /bin/sh -c docker-php-ext-install 1.78 MB
53RUN /bin/sh -c pecl install170.62 KB
54RUN /bin/sh -c curl -sL67 MB
55RUN /bin/sh -c cd /usr/src709.49 KB
56RUN /bin/sh -c cd /usr/src707.83 KB
57RUN /bin/sh -c git clone92.62 MB
58RUN /bin/sh -c cp -r92.62 MB
59RUN /bin/sh -c cd /usr/local/src/drush11404.75 KB
60RUN /bin/sh -c cd /usr/local/src/drush1180.48 MB
61RUN /bin/sh -c ln -s171 B
62RUN /bin/sh -c set -x1.78 MB
63ADD core/msmtprc.conf /usr/local/etc/msmtprc # buildkit300 B
64ADD core/php-smtp.ini /usr/local/etc/php/conf.d/php-smtp.ini # buildkit323 B
65RUN /bin/sh -c ( 350 B
66RUN /bin/sh -c useradd web1.28 KB
67RUN /bin/sh -c usermod -aG1.2 KB
68RUN /bin/sh -c echo 'web1006 B
69RUN /bin/sh -c echo 'www-data1016 B
70RUN /bin/sh -c mkdir /var/www/.ssh/177 B
71RUN /bin/sh -c chown -R173 B
72RUN /bin/sh -c chmod -R158 B
73RUN /bin/sh -c echo "Europe/Paris"1015.69 KB
74COPY config/bashrc /var/www/ # buildkit182 B
75RUN /bin/sh -c mv /var/www/bashrc216 B
76RUN /bin/sh -c chown www-data:www-data193 B
77RUN /bin/sh -c echo "source187 B
78RUN /bin/sh -c echo 'su509 B
79COPY core/docker-php-entrypoint /usr/local/bin/ # buildkit293 B
80RUN /bin/sh -c chmod +x305 B
81RUN /bin/sh -c apt-get update35.89 MB
82RUN /bin/sh -c docker-php-ext-configure gd19.36 MB
83RUN /bin/sh -c docker-php-ext-install gd175.32 KB
84RUN /bin/sh -c composer self-update226 B
85RUN /bin/sh -c docker-php-ext-install sockets43.51 KB
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:4b1be1de1a1e5aa608c688cad2824587262081866180d7368feb79d33ca05953 in /