2017-07-04 05:11:07 UTC
24.9 MB
0BD78B5F97500D450838F95DFE857D9A90D90EC1 6E4F6AB321FDC07F2C332E3AC2BF0BC433CFC8B3
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PHPIZE_DEPSautoconf dpkg-dev dpkg file g++ gcc libc-dev make pcre-dev pkgconf re2c
PHP_ASC_URLhttps://secure.php.net/get/php-5.6.30.tar.xz.asc/from/this/mirror
PHP_CFLAGS-fstack-protector-strong -fpic -fpie -O2
PHP_CPPFLAGS-fstack-protector-strong -fpic -fpie -O2
PHP_EXTRA_CONFIGURE_ARGS--enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data
PHP_INI_DIR/usr/local/etc/php
PHP_LDFLAGS-Wl,-O1 -Wl,--hash-style=both -pie
PHP_MD5 PHP_SHA256a363185c786432f75e3c7ff956b49c3369c3f6906a6b10459f8d1ddc22f70805
PHP_URLhttps://secure.php.net/get/php-5.6.30.tar.xz/from/this/mirror
PHP_VERSION5.6.30
[#000] sha256:90f4dba627d65ea3223761bcfe54e726337a919fe98117ef107914f91be657c9 - 9.14% (2.27 MB)
[#001] sha256:19ae35d047425948b630f791a9a74d50ebb54f782bf01d3bcd74a2ed98313067 - 4.14% (1.03 MB)
[#002] sha256:6d34c9ec14365563dff516a583c4122f35a19016a83cc9cd333ad5a62f9a705b - 0.0% (1.25 KB)
[#003] sha256:729ea35b870d89fe556e628075b41809b7e889d5858be4cffdd7ac98c2bee7ef - 0.0% (165 Bytes)
[#004] sha256:e72e33601af628278e49523e6bffeca54321f2ff06f1603cee60ac474697a8e2 - 48.37% (12 MB)
[#005] sha256:687a5a474a430c27656a8fc82f4962667459f1d09ac68e92f54470634a29d446 - 0.0% (488 Bytes)
[#006] sha256:43315772a21e2b21dbee709d5c00fceaf2f943c7d945afed9f45de6acabffd7d - 38.3% (9.53 MB)
[#007] sha256:fa8ab4c91d957f5f93096f7e31021eddd1713e7c34818faaa9358d32723fa0e0 - 0.01% (2.06 KB)
[#008] sha256:4549fa625150fe56073cc1c025026f652c3d24b38e8dd15a9a17203a93cbe0a0 - 0.0% (130 Bytes)
[#009] sha256:8d892fc7488d6e5c6e0fa3255b78c55de5a332e36561724bb6aff335a3ff7b94 - 0.03% (7.42 KB)
/bin/sh -c #(nop) ADD file:89e72bfc19e81624ba6a34bd5cecdf258750dc569ba03e17e3f4a286b1526461 in /
2017-06-27 18:38:04 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2017-06-28 20:09:29 UTC/bin/sh -c #(nop) ENV PHPIZE_DEPS=autoconf dpkg-dev dpkg file g++ gcc libc-dev make pcre-dev pkgconf re2c
2017-06-28 20:09:33 UTC/bin/sh -c apk add --no-cache --virtual .persistent-deps ca-certificates curl tar xz
2017-06-28 20:09:35 UTC/bin/sh -c set -x && addgroup -g 82 -S www-data && adduser -u 82 -D -S -G www-data www-data
2017-06-28 20:09:36 UTC/bin/sh -c #(nop) ENV PHP_INI_DIR=/usr/local/etc/php
2017-06-28 20:09:37 UTC/bin/sh -c mkdir -p $PHP_INI_DIR/conf.d
2017-06-28 20:34:20 UTC/bin/sh -c #(nop) ENV PHP_EXTRA_CONFIGURE_ARGS=--enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data
2017-06-28 20:34:21 UTC/bin/sh -c #(nop) ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O2
2017-06-28 20:34:21 UTC/bin/sh -c #(nop) ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O2
2017-06-28 20:34:22 UTC/bin/sh -c #(nop) ENV PHP_LDFLAGS=-Wl,-O1 -Wl,--hash-style=both -pie
2017-06-28 20:34:23 UTC/bin/sh -c #(nop) ENV GPG_KEYS=0BD78B5F97500D450838F95DFE857D9A90D90EC1 6E4F6AB321FDC07F2C332E3AC2BF0BC433CFC8B3
2017-06-28 20:34:24 UTC/bin/sh -c #(nop) ENV PHP_VERSION=5.6.30
2017-06-28 20:34:24 UTC/bin/sh -c #(nop) ENV PHP_URL=https://secure.php.net/get/php-5.6.30.tar.xz/from/this/mirror PHP_ASC_URL=https://secure.php.net/get/php-5.6.30.tar.xz.asc/from/this/mirror
2017-07-04 05:01:08 UTC/bin/sh -c #(nop) ENV PHP_SHA256=a363185c786432f75e3c7ff956b49c3369c3f6906a6b10459f8d1ddc22f70805 PHP_MD5=
2017-07-04 05:01:19 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
2017-07-04 05:01:45 UTC/bin/sh -c #(nop) COPY file:207c686e3fed4f71f8a7b245d8dcae9c9048d276a326d82b553c12a90af0c0ca in /usr/local/bin/
2017-07-04 05:05:21 UTC/bin/sh -c set -xe && apk add --no-cache --virtual .build-deps $PHPIZE_DEPS coreutils curl-dev libedit-dev libxml2-dev openssl-dev sqlite-dev && export CFLAGS="$PHP_CFLAGS" CPPFLAGS="$PHP_CPPFLAGS" LDFLAGS="$PHP_LDFLAGS" && docker-php-source extract && cd /usr/src/php && gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" && ./configure --build="$gnuArch" --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 --with-pcre-regex=/usr $PHP_EXTRA_CONFIGURE_ARGS && make -j "$(nproc)" && make install && { find /usr/local/bin /usr/local/sbin -type f -perm +0111 -exec strip --strip-all '{}' + || true; } && make clean && cd / && 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 && pecl update-channels && rm -rf /tmp/pear ~/.pearrc
2017-07-04 05:10:37 UTC/bin/sh -c #(nop) COPY multi:1401feee8064a06ad514519ec870939c946ecfdf381c82a90cb2035486938ee9 in /usr/local/bin/
2017-07-04 05:10:38 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-php-entrypoint"]
2017-07-04 05:10:39 UTC/bin/sh -c #(nop) WORKDIR /var/www/html
2017-07-04 05:11:05 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
2017-07-04 05:11:06 UTC/bin/sh -c #(nop) EXPOSE 9000/tcp
2017-07-04 05:11:07 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.