2016-11-08 23:35:16 UTC
140 MB
0BD78B5F97500D450838F95DFE857D9A90D90EC1 6E4F6AB321FDC07F2C332E3AC2BF0BC433CFC8B3
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PHPIZE_DEPSautoconf file g++ gcc libc-dev make pkg-config re2c
PHP_ASC_URLhttps://secure.php.net/get/php-5.6.27.tar.xz.asc/from/this/mirror
PHP_EXTRA_CONFIGURE_ARGS--enable-maintainer-zts
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:386a066cd84a33a04d560c42bef66d1dd64ebfc76de78550e5fd0f8d57778bca - 34.96% (49 MB)
[#001] sha256:269e95c6053af006e565f05aa87acc36a1e1dbdf1a7ac29c0de4739bfc0e40ef - 52.81% (74 MB)
[#002] sha256:6243d5c57a349bb65b8641277fdb52b01726cbeadf307cf33a0293e6a2a17f6c - 0.0% (181 Bytes)
[#003] sha256:68561d583777c63c5d0cd3d7df243dadf4782e3e79ce7fdd83e373c0e83bde09 - 8.54% (12 MB)
[#004] sha256:c0c0a64071f45912208b0541c9eca4aaee5423cf2a98a2bc9ccc6f5f8e0416b5 - 0.0% (489 Bytes)
[#005] sha256:dab66f0fe859d01c23e015ef2c821901670578c485e80cb4c415eb0f2c804227 - 3.69% (5.16 MB)
[#006] sha256:ddcb101873a770d43245b99a6619b0ba584b4342dac9022a6c1bfc8d716ad796 - 0.0% (1.79 KB)
/bin/sh -c #(nop) ADD file:41ea5187c50116884c38d9ec51d920d79cfaeb2a61c52e07a97f457419a10a4f in /
2016-11-07 20:30:26 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2016-11-08 23:16:24 UTC/bin/sh -c #(nop) ENV PHPIZE_DEPS=autoconf file g++ gcc libc-dev make pkg-config re2c
2016-11-08 23:16:53 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/*
2016-11-08 23:16:54 UTC/bin/sh -c #(nop) ENV PHP_INI_DIR=/usr/local/etc/php
2016-11-08 23:16:55 UTC/bin/sh -c mkdir -p $PHP_INI_DIR/conf.d
2016-11-08 23:31:07 UTC/bin/sh -c #(nop) ENV PHP_EXTRA_CONFIGURE_ARGS=--enable-maintainer-zts
2016-11-08 23:31:07 UTC/bin/sh -c #(nop) ENV GPG_KEYS=0BD78B5F97500D450838F95DFE857D9A90D90EC1 6E4F6AB321FDC07F2C332E3AC2BF0BC433CFC8B3
2016-11-08 23:31:07 UTC/bin/sh -c #(nop) ENV PHP_VERSION=5.6.27
2016-11-08 23:31:08 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-11-08 23:31:08 UTC/bin/sh -c #(nop) ENV PHP_SHA256=16eb544498339d1d855292826e2e547ab01a31600141094959073e5e10e93ab5 PHP_MD5=9ce6efc96d5ab81ef808f8ed6b1f242d
2016-11-08 23:31:19 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
2016-11-08 23:31:19 UTC/bin/sh -c #(nop) COPY file:207c686e3fed4f71f8a7b245d8dcae9c9048d276a326d82b553c12a90af0c0ca in /usr/local/bin/
2016-11-08 23:35:15 UTC/bin/sh -c set -xe && buildDeps=" $PHP_EXTRA_BUILD_DEPS libcurl4-openssl-dev libedit-dev libsqlite3-dev libssl-dev libxml2-dev " && apt-get update && apt-get install -y $buildDeps --no-install-recommends && rm -rf /var/lib/apt/lists/* && 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 "$(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
2016-11-08 23:35:16 UTC/bin/sh -c #(nop) COPY multi:ed54b4fe7bef284934703fa6e979b7cc0daed0549a07586d0c1ccd4e2b41884a in /usr/local/bin/
2016-11-08 23:35:16 UTC/bin/sh -c #(nop) CMD ["php" "-a"]
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.