2016-10-18 22:26:16 UTC
25.2 MB
0BD78B5F97500D450838F95DFE857D9A90D90EC1 6E4F6AB321FDC07F2C332E3AC2BF0BC433CFC8B3
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PHPIZE_DEPSautoconf file g++ gcc libc-dev make pkgconf re2c
PHP_ASC_URLhttps://secure.php.net/get/php-5.6.27.tar.xz.asc/from/this/mirror
PHP_EXTRA_CONFIGURE_ARGS--enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data
PHP_INI_DIR/usr/local/etc/php
PHP_MD59ce6efc96d5ab81ef808f8ed6b1f242d
PHP_SHA25616eb544498339d1d855292826e2e547ab01a31600141094959073e5e10e93ab5
PHP_URLhttps://secure.php.net/get/php-5.6.27.tar.xz/from/this/mirror
PHP_VERSION5.6.27
[#000] sha256:3690ec4760f95690944da86dc4496148a63d85c9e3100669a318110092f6862f - 8.77% (2.21 MB)
[#001] sha256:67654b7bd8a6f817e849f77cd102331617f4e2394feeae4f77f8683b9b466ed9 - 3.97% (1020 KB)
[#002] sha256:b6c453327105c5d394a206069893aa1527b7cc4e58699b4a4b0c2453f5b02a7f - 0.0% (1.24 KB)
[#003] sha256:481e68959c15a56029b84021fca8cce378aaa0aa08837e08878bbddc694e798c - 0.0% (166 Bytes)
[#004] sha256:35a81aac8d86b038dc789cf5d700ecdf2fa65b81c6697d5ef066c1814f4e63b2 - 47.82% (12 MB)
[#005] sha256:447081b2c4e0e790e4a761c81da2666f9a71bff719ce15d5681a58ef7cd5d0c4 - 0.0% (483 Bytes)
[#006] sha256:565c21387a1bb5253802d58122a2db8f70a6cda3f85a847c22e9b2615692f93a - 39.39% (9.91 MB)
[#007] sha256:54238a021d49bd1bf8db55bcb1767d70cd716c7de05d57dbac6b6004e6472b72 - 0.01% (1.78 KB)
[#008] sha256:5b5a6c6c8406bab8b32cc79906403212d751c782f5436a0c8a5108adcb3bb765 - 0.0% (129 Bytes)
[#009] sha256:6c307924132e25bcae1a330b66b304f4a8970ba39255c349c77fb93e47d8b2a0 - 0.03% (7.44 KB)
/bin/sh -c #(nop) ADD file:7afbc23fda8b0b3872623c16af8e3490b2cee951aed14b3794389c2f946cc8c7 in /
2016-10-18 21:17:33 UTC/bin/sh -c #(nop) ENV PHPIZE_DEPS=autoconf file g++ gcc libc-dev make pkgconf re2c
2016-10-18 21:17:35 UTC/bin/sh -c apk add --no-cache --virtual .persistent-deps ca-certificates curl tar xz
2016-10-18 21:17:36 UTC/bin/sh -c set -x && addgroup -g 82 -S www-data && adduser -u 82 -D -S -G www-data www-data
2016-10-18 21:17:36 UTC/bin/sh -c #(nop) ENV PHP_INI_DIR=/usr/local/etc/php
2016-10-18 21:17:37 UTC/bin/sh -c mkdir -p $PHP_INI_DIR/conf.d
2016-10-18 21:28:53 UTC/bin/sh -c #(nop) ENV PHP_EXTRA_CONFIGURE_ARGS=--enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data
2016-10-18 22:22:26 UTC/bin/sh -c #(nop) ENV GPG_KEYS=0BD78B5F97500D450838F95DFE857D9A90D90EC1 6E4F6AB321FDC07F2C332E3AC2BF0BC433CFC8B3
2016-10-18 22:22:27 UTC/bin/sh -c #(nop) ENV PHP_VERSION=5.6.27
2016-10-18 22:22:27 UTC/bin/sh -c #(nop) ENV PHP_URL=https://secure.php.net/get/php-5.6.27.tar.xz/from/this/mirror PHP_ASC_URL=https://secure.php.net/get/php-5.6.27.tar.xz.asc/from/this/mirror
2016-10-18 22:22:27 UTC/bin/sh -c #(nop) ENV PHP_SHA256=16eb544498339d1d855292826e2e547ab01a31600141094959073e5e10e93ab5 PHP_MD5=9ce6efc96d5ab81ef808f8ed6b1f242d
2016-10-18 22:22:35 UTC/bin/sh -c set -xe; apk add --no-cache --virtual .fetch-deps gnupg openssl ; mkdir -p /usr/src; cd /usr/src; wget -O php.tar.xz "$PHP_URL"; if [ -n "$PHP_SHA256" ]; then echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c -; fi; if [ -n "$PHP_MD5" ]; then echo "$PHP_MD5 *php.tar.xz" | md5sum -c -; fi; if [ -n "$PHP_ASC_URL" ]; then wget -O php.tar.xz.asc "$PHP_ASC_URL"; export GNUPGHOME="$(mktemp -d)"; for key in $GPG_KEYS; do gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; done; gpg --batch --verify php.tar.xz.asc php.tar.xz; rm -r "$GNUPGHOME"; fi; apk del .fetch-deps
2016-10-18 22:22:35 UTC/bin/sh -c #(nop) COPY file:207c686e3fed4f71f8a7b245d8dcae9c9048d276a326d82b553c12a90af0c0ca in /usr/local/bin/
2016-10-18 22:26:13 UTC/bin/sh -c set -xe && apk add --no-cache --virtual .build-deps $PHPIZE_DEPS curl-dev libedit-dev libxml2-dev openssl-dev sqlite-dev && docker-php-source extract && cd /usr/src/php && ./configure --with-config-file-path="$PHP_INI_DIR" --with-config-file-scan-dir="$PHP_INI_DIR/conf.d" --disable-cgi --enable-ftp --enable-mbstring --enable-mysqlnd --with-curl --with-libedit --with-openssl --with-zlib $PHP_EXTRA_CONFIGURE_ARGS && make -j "$(getconf _NPROCESSORS_ONLN)" && make install && { find /usr/local/bin /usr/local/sbin -type f -perm +0111 -exec strip --strip-all '{}' + || true; } && make clean && docker-php-source delete && runDeps="$( scanelf --needed --nobanner --recursive /usr/local | awk '{ gsub(/,/, "\nso:", $2); print "so:" $2 }' | sort -u | xargs -r apk info --installed | sort -u )" && apk add --no-cache --virtual .php-rundeps $runDeps && apk del .build-deps
2016-10-18 22:26:14 UTC/bin/sh -c #(nop) COPY multi:ed54b4fe7bef284934703fa6e979b7cc0daed0549a07586d0c1ccd4e2b41884a in /usr/local/bin/
2016-10-18 22:26:14 UTC/bin/sh -c #(nop) WORKDIR /var/www/html
2016-10-18 22:26:15 UTC/bin/sh -c set -ex && cd /usr/local/etc && if [ -d php-fpm.d ]; then sed 's!=NONE/!=!g' php-fpm.conf.default | tee php-fpm.conf > /dev/null; cp php-fpm.d/www.conf.default php-fpm.d/www.conf; else mkdir php-fpm.d; cp php-fpm.conf.default php-fpm.d/www.conf; { echo '[global]'; echo 'include=etc/php-fpm.d/*.conf'; } | tee php-fpm.conf; fi && { echo '[global]'; echo 'error_log = /proc/self/fd/2'; echo; echo '[www]'; echo '; if we send this to /proc/self/fd/1, it never appears'; echo 'access.log = /proc/self/fd/2'; echo; echo 'clear_env = no'; echo; echo '; Ensure worker stdout and stderr are sent to the main error log.'; echo 'catch_workers_output = yes'; } | tee php-fpm.d/docker.conf && { echo '[global]'; echo 'daemonize = no'; echo; echo '[www]'; echo 'listen = [::]:9000'; } | tee php-fpm.d/zz-docker.conf
2016-10-18 22:26:16 UTC/bin/sh -c #(nop) EXPOSE 9000/tcp
2016-10-18 22:26:16 UTC/bin/sh -c #(nop) CMD ["php-fpm"]
Please be careful as this will not just delete the reference but also the actual content!
For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.