2016-08-31 00:34:47 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_FILENAMEphp-5.6.25.tar.xz
PHP_INI_DIR/usr/local/etc/php
PHP_SHA2567535cd6e20040ccec4594cc386c6f15c3f2c88f24163294a31068cf7dfe7f644
PHP_VERSION5.6.25
[#000] sha256:8ad8b3f87b378cfae583fef34e47a3c9203847d779961b7351cbf786af0bc09f - 35.01% (49 MB)
[#001] sha256:161c326a7a2d357d87c6aa7a196e69a61b2e0f6b91b4ed6bf5868e4dccb2ecaf - 52.88% (74 MB)
[#002] sha256:4f37fe44e518036ba100ac5a09e9e658e778d6167c6b308c630ab54750dc2a61 - 0.0% (179 Bytes)
[#003] sha256:82bac2474f93e8c49248144b81b43fb3739b8904691c459f2002c2653eb50490 - 8.46% (11.8 MB)
[#004] sha256:0cd16d8166ef445fc4de83d3aa43e1cfd8617c049d6c4083e62252a27e924c25 - 0.0% (492 Bytes)
[#005] sha256:d0c255a2b8247d734d39b90cee430d424548576daee12ea7cee269a80f2909b5 - 3.65% (5.11 MB)
[#006] sha256:baea7ba46aa260ae8ae480bd6a078e4930474fe8f439b4ea288a8424b062bc45 - 0.0% (1.79 KB)
/bin/sh -c #(nop) ADD file:f2453b914e7e026efd39c6321c7b14509b6d09dd3cf5567a8f6bd38466e06954 in /
2016-08-30 21:00:52 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2016-08-31 00:16:45 UTC/bin/sh -c #(nop) ENV PHPIZE_DEPS=autoconf file g++ gcc libc-dev make pkg-config re2c
2016-08-31 00:17:23 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-08-31 00:17:24 UTC/bin/sh -c #(nop) ENV PHP_INI_DIR=/usr/local/etc/php
2016-08-31 00:17:25 UTC/bin/sh -c mkdir -p $PHP_INI_DIR/conf.d
2016-08-31 00:31:23 UTC/bin/sh -c #(nop) ENV GPG_KEYS=0BD78B5F97500D450838F95DFE857D9A90D90EC1 6E4F6AB321FDC07F2C332E3AC2BF0BC433CFC8B3
2016-08-31 00:31:23 UTC/bin/sh -c #(nop) ENV PHP_VERSION=5.6.25
2016-08-31 00:31:23 UTC/bin/sh -c #(nop) ENV PHP_FILENAME=php-5.6.25.tar.xz
2016-08-31 00:31:24 UTC/bin/sh -c #(nop) ENV PHP_SHA256=7535cd6e20040ccec4594cc386c6f15c3f2c88f24163294a31068cf7dfe7f644
2016-08-31 00:31:27 UTC/bin/sh -c set -xe && cd /usr/src && curl -fSL "https://secure.php.net/get/$PHP_FILENAME/from/this/mirror" -o php.tar.xz && echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c - && curl -fSL "https://secure.php.net/get/$PHP_FILENAME.asc/from/this/mirror" -o php.tar.xz.asc && 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"
2016-08-31 00:31:28 UTC/bin/sh -c #(nop) COPY file:207c686e3fed4f71f8a7b245d8dcae9c9048d276a326d82b553c12a90af0c0ca in /usr/local/bin/
2016-08-31 00:34:46 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-08-31 00:34:47 UTC/bin/sh -c #(nop) COPY multi:ed54b4fe7bef284934703fa6e979b7cc0daed0549a07586d0c1ccd4e2b41884a in /usr/local/bin/
2016-08-31 00:34:47 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.