Sign inSign up

dptsi/php-web-dev:7

Manifest digest

sha256:0c9e65177e4ff6be2b29a2de11080851e33911d24c7ab3e211f5d3a019e03f78

OS/ARCH

linux/amd64

Compressed size

146.52 MB

Last pushed

about 4 years by dptsi

Type

Image

Manifest digest

sha256:0c9e65177e4ff6be2b29a2de11080851e33911d24c7ab3e211f5d3a019e03f78

Image Layers

1ADD file ... in / 2.69 MB
2CMD ["/bin/sh"]0 B
3ENV PHPIZE_DEPS=autoconf dpkg-dev dpkg0 B
4/bin/sh -c apk add --no-cache1.63 MB
5/bin/sh -c set -eux; addgroup1.23 KB
6ENV PHP_INI_DIR=/usr/local/etc/php0 B
7/bin/sh -c set -eux; mkdir268 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=42670A7FE4D0441C8E4632349E4FDC074A4EF02D 5A52880781F755608BF815FC910DEB46F53EA3120 B
12ENV PHP_VERSION=7.4.260 B
13ENV PHP_URL=https://www.php.net/distributions/php-7.4.26.tar.xz PHP_ASC_URL=https://www.php.net/distributions/php-7.4.26.tar.xz.asc0 B
14ENV PHP_SHA256=e305b3aafdc85fa73a81c53d3ce30578bc94d1633ec376add193a1e85e0f0ef80 B
15/bin/sh -c set -eux; apk9.96 MB
16COPY file:ce57c04b70896f77cc11eb2766417d8a1240fcffe5bba92179ec78c458844110 in /usr/local/bin/ 497 B
17/bin/sh -c set -eux; apk13.69 MB
18COPY multi:7d7d4b016ee2e2e18720a1a58004eb4d59de798c619f217398cc1066a656bfd0 in /usr/local/bin/ 2.25 KB
19/bin/sh -c docker-php-ext-enable sodium17.63 KB
20ENTRYPOINT ["docker-php-entrypoint"]0 B
21WORKDIR /var/www/html0 B
22/bin/sh -c set -eux; cd8.24 KB
23STOPSIGNAL SIGQUIT0 B
24EXPOSE 90000 B
25CMD ["php-fpm"]0 B
26RUN /bin/sh -c apk --no-cache116.64 MB
27RUN /bin/sh -c docker-php-ext-install bcmath746.15 KB
28COPY /usr/bin/composer /usr/bin/composer # buildkit654.67 KB
29RUN /bin/sh -c pecl channel-update175 B
30RUN /bin/sh -c pecl install289.17 KB
31RUN /bin/sh -c docker-php-ext-enable rdkafka206.48 KB
32COPY config/nginx.conf /etc/nginx/nginx.conf # buildkit1.27 KB
33RUN /bin/sh -c mv "$PHP_INI_DIR/php.ini-development"23.29 KB
34COPY config/php.ini /usr/local/etc/php/conf.d/custom.ini # buildkit471 B
35COPY config/supervisord.conf /etc/supervisor/conf.d/supervisord.conf # buildkit365 B
36RUN /bin/sh -c mkdir -p90 B
37WORKDIR /var/www/html32 B
38VOLUME [/var/www/html]0 B
39EXPOSE map[8080/tcp:{}]0 B
40CMD ["/usr/bin/supervisord" "-c" "/etc/supervisor/conf.d/supervisord.conf"]0 B

Command

ADD file:5a707b9d6cb5fff532e4c2141bc35707593f21da5528c9e71ae2ddb6ba4a4eb6 in /