Sign inSign up

dptsi/php-web-dev:5.6-nginx

Manifest digest

sha256:c25b5858d312f2c83d8b49a0acde9febe72653a56a38ea8fe3ff9f30e128b727

OS/ARCH

linux/amd64

Compressed size

150.53 MB

Last pushed

over 3 years by dptsi

Type

Image

Manifest digest

sha256:c25b5858d312f2c83d8b49a0acde9febe72653a56a38ea8fe3ff9f30e128b727

Image Layers

1ADD file ... in / 2.1 MB
2CMD ["/bin/sh"]0 B
3ENV PHPIZE_DEPS=autoconf dpkg-dev dpkg0 B
4/bin/sh -c apk add --no-cache1.29 MB
5/bin/sh -c set -x &&1.22 KB
6ENV PHP_INI_DIR=/usr/local/etc/php0 B
7/bin/sh -c mkdir -p $PHP_INI_DIR/conf.d168 B
8ENV PHP_EXTRA_CONFIGURE_ARGS=--enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data0 B
9ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie0 B
10ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie0 B
11ENV PHP_LDFLAGS=-Wl,-O1 -Wl,--hash-style=both -pie0 B
12ENV GPG_KEYS=0BD78B5F97500D450838F95DFE857D9A90D90EC1 6E4F6AB321FDC07F2C332E3AC2BF0BC433CFC8B30 B
13ENV PHP_VERSION=5.6.400 B
14ENV PHP_URL=https://secure.php.net/get/php-5.6.40.tar.xz/from/this/mirror PHP_ASC_URL=https://secure.php.net/get/php-5.6.40.tar.xz.asc/from/this/mirror0 B
15ENV PHP_SHA256=1369a51eee3995d7fbd1c5342e5cc917760e276d561595b6052b21ace2656d1c PHP_MD5=0 B
16/bin/sh -c set -xe; apk11.91 MB
17COPY file:ce57c04b70896f77cc11eb2766417d8a1240fcffe5bba92179ec78c458844110 in /usr/local/bin/ 495 B
18/bin/sh -c set -xe &&9.75 MB
19COPY multi:cbc68fef2c8554b9a23fee7eee16ffda927235f929048638240f97172562665c in /usr/local/bin/ 2.13 KB
20ENTRYPOINT ["docker-php-entrypoint"]0 B
21WORKDIR /var/www/html130 B
22/bin/sh -c set -ex &&7.52 KB
23EXPOSE 90000 B
24CMD ["php-fpm"]0 B
25RUN /bin/sh -c apk --no-cache100.57 MB
26RUN /bin/sh -c apk add3.35 MB
27RUN /bin/sh -c docker-php-ext-install bcmath1.23 MB
28RUN /bin/sh -c docker-php-ext-configure mssql19.73 MB
29COPY /usr/bin/composer /usr/bin/composer # buildkit559.8 KB
30COPY config/nginx.conf /etc/nginx/nginx.conf # buildkit1.28 KB
31RUN /bin/sh -c mv "$PHP_INI_DIR/php.ini-development"22.65 KB
32COPY config/php.ini /usr/local/etc/php/conf.d/custom.ini # buildkit422 B
33COPY config/supervisord.conf /etc/supervisor/conf.d/supervisord.conf # buildkit361 B
34RUN /bin/sh -c mkdir -p92 B
35RUN /bin/sh -c chown -R976 B
36USER root0 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:91fb97ea3549e52e7b6e22b93a6736cf915c756f3d13348406d8ad5f1a872680 in /