2017-05-11 18:54:30 UTC
152 MB
1A4E8B7277C42E53DBA9C7B9BCAA30EA9C0D5763 6E4F6AB321FDC07F2C332E3AC2BF0BC433CFC8B3
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PHPIZE_DEPSautoconf dpkg-dev file g++ gcc libc-dev make pkg-config re2c
PHP_ASC_URLhttps://secure.php.net/get/php-7.0.18.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_MD5a578c55644d233635d2caa96c3a6f9c7
PHP_SHA256679cffcdf2495dee5ab89bda595e678a1096136678b3a1d08f1f57ba347c234d
PHP_URLhttps://secure.php.net/get/php-7.0.18.tar.xz/from/this/mirror
PHP_VERSION7.0.18
[#000] sha256:10a267c67f423630f3afe5e04bbbc93d578861ddcc54283526222f3ad5e895b9 - 32.9% (50.1 MB)
[#001] sha256:ae70f02659526dd1f8e50c9d97129a48abdc653b58147b3b02097aa14722b25b - 51.21% (78.1 MB)
[#002] sha256:341a01ca9848318f463ca85196e2f418ffca0e20be976024967a2868e68e53ce - 0.0% (178 Bytes)
[#003] sha256:239c7b5b16fafb6cffdf174a54f886cdecf5f1fa48d8d43b336374d8a89bdaa9 - 7.95% (12.1 MB)
[#004] sha256:a562bdeb4882f8e7a3729941c277c4d6f48da0e8760a56fcd0e8de7435b1d06f - 0.0% (493 Bytes)
[#005] sha256:f1c500404b14529bf7e831f5ca6368630ab86127d77624e91d093b7ece4d5605 - 7.93% (12.1 MB)
[#006] sha256:57d86c9a9378bd1ceebf76e7010cf3cc31a6a1fa2fb7aac0af5f4159d78eb921 - 0.0% (2.07 KB)
[#007] sha256:6cd01378be5795944f1258199cad9c390fa20dadd056d8f6fa0f5d3ac59ef27e - 0.0% (130 Bytes)
[#008] sha256:37414b54c82ad353e29628130c6426be55aceee72e85018cdcb1c1f599976a23 - 0.0% (7.49 KB)
/bin/sh -c #(nop) ADD file:f4e6551ac34ab446a297849489a5693d67a7e76c9cb9ed9346d82392c9d9a5fe in /
2017-05-08 23:28:15 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2017-05-11 17:17:38 UTC/bin/sh -c #(nop) ENV PHPIZE_DEPS=autoconf dpkg-dev file g++ gcc libc-dev make pkg-config re2c
2017-05-11 17:18:20 UTC/bin/sh -c apt-get update && apt-get install -y $PHPIZE_DEPS ca-certificates curl libedit2 libsqlite3-0 libxml2 xz-utils --no-install-recommends && rm -r /var/lib/apt/lists/*
2017-05-11 17:18:35 UTC/bin/sh -c #(nop) ENV PHP_INI_DIR=/usr/local/etc/php
2017-05-11 17:18:36 UTC/bin/sh -c mkdir -p $PHP_INI_DIR/conf.d
2017-05-11 18:03:36 UTC/bin/sh -c #(nop) ENV PHP_EXTRA_CONFIGURE_ARGS=--enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data
2017-05-11 18:03:37 UTC/bin/sh -c #(nop) ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O2
2017-05-11 18:03:38 UTC/bin/sh -c #(nop) ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O2
2017-05-11 18:03:39 UTC/bin/sh -c #(nop) ENV PHP_LDFLAGS=-Wl,-O1 -Wl,--hash-style=both -pie
2017-05-11 18:48:53 UTC/bin/sh -c #(nop) ENV GPG_KEYS=1A4E8B7277C42E53DBA9C7B9BCAA30EA9C0D5763 6E4F6AB321FDC07F2C332E3AC2BF0BC433CFC8B3
2017-05-11 18:48:54 UTC/bin/sh -c #(nop) ENV PHP_VERSION=7.0.18
2017-05-11 18:48:55 UTC/bin/sh -c #(nop) ENV PHP_URL=https://secure.php.net/get/php-7.0.18.tar.xz/from/this/mirror PHP_ASC_URL=https://secure.php.net/get/php-7.0.18.tar.xz.asc/from/this/mirror
2017-05-11 18:48:56 UTC/bin/sh -c #(nop) ENV PHP_SHA256=679cffcdf2495dee5ab89bda595e678a1096136678b3a1d08f1f57ba347c234d PHP_MD5=a578c55644d233635d2caa96c3a6f9c7
2017-05-11 18:49:14 UTC/bin/sh -c set -xe; fetchDeps=' wget '; apt-get update; apt-get install -y --no-install-recommends $fetchDeps; rm -rf /var/lib/apt/lists/*; 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; apt-get purge -y --auto-remove $fetchDeps
2017-05-11 18:49:15 UTC/bin/sh -c #(nop) COPY file:207c686e3fed4f71f8a7b245d8dcae9c9048d276a326d82b553c12a90af0c0ca in /usr/local/bin/
2017-05-11 18:54:23 UTC/bin/sh -c set -xe && buildDeps=" $PHP_EXTRA_BUILD_DEPS libcurl4-openssl-dev libedit-dev libpcre3-dev libsqlite3-dev libssl-dev libxml2-dev " && apt-get update && apt-get install -y $buildDeps --no-install-recommends && rm -rf /var/lib/apt/lists/* && 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 --with-libdir="lib/$gnuArch" $PHP_EXTRA_CONFIGURE_ARGS && make -j "$(nproc)" && make install && { find /usr/local/bin /usr/local/sbin -type f -executable -exec strip --strip-all '{}' + || true; } && make clean && docker-php-source delete && apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false $buildDeps
2017-05-11 18:54:25 UTC/bin/sh -c #(nop) COPY multi:1401feee8064a06ad514519ec870939c946ecfdf381c82a90cb2035486938ee9 in /usr/local/bin/
2017-05-11 18:54:26 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-php-entrypoint"]
2017-05-11 18:54:27 UTC/bin/sh -c #(nop) WORKDIR /var/www/html
2017-05-11 18:54:28 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-05-11 18:54:29 UTC/bin/sh -c #(nop) EXPOSE 9000/tcp
2017-05-11 18:54:30 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.