2016-09-23 21:57:37 UTC
145 MB
A917B1ECDA84AEC2B568FED6F50ABC807BD5DCD0
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-7.1.0RC2.tar.xz
PHP_INI_DIR/usr/local/etc/php
PHP_VERSION7.1.0RC2
[#000] sha256:6a5a5368e0c2d3e5909184fa28ddfd56072e7ff3ee9a945876f7eee5896ef5bb - 33.86% (49 MB)
[#001] sha256:de059afc6b5da83892f482eea8b08dc72f8fbe69282c72b533116f1dd3689426 - 51.16% (74 MB)
[#002] sha256:9b1ac0143753de213aff9a45bb2b68b28a437ec3f015efa7f35622491d5c06ff - 0.0% (179 Bytes)
[#003] sha256:b0ae93b563addc995e7c850188f085c6ddeaeea6f1099a6594eeff2d34959268 - 8.41% (12.2 MB)
[#004] sha256:908f2c4b61276acf775a1f8f7ccb1ee6339b438f8535ace87eae1a770f1ccdf1 - 0.0% (490 Bytes)
[#005] sha256:1fb504e90a2ffbc630b87be5152b8629c5d3c1d1aabaad690bad88e1bd6b06a1 - 6.56% (9.49 MB)
[#006] sha256:df1966fbf218a42a8e7205a04cf2bfc4430b7337bc3f9b8393bad25f9686d2a0 - 0.0% (1.79 KB)
/bin/sh -c #(nop) ADD file:c6c23585ab140b0b320d4e99bc1b0eb544c9e96c24d90fec5e069a6d57d335ca in /
2016-09-23 18:08:51 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2016-09-23 21:19:23 UTC/bin/sh -c #(nop) ENV PHPIZE_DEPS=autoconf file g++ gcc libc-dev make pkg-config re2c
2016-09-23 21:19:52 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-09-23 21:19:53 UTC/bin/sh -c #(nop) ENV PHP_INI_DIR=/usr/local/etc/php
2016-09-23 21:19:53 UTC/bin/sh -c mkdir -p $PHP_INI_DIR/conf.d
2016-09-23 21:53:46 UTC/bin/sh -c #(nop) ENV GPG_KEYS=A917B1ECDA84AEC2B568FED6F50ABC807BD5DCD0
2016-09-23 21:53:46 UTC/bin/sh -c #(nop) ENV PHP_VERSION=7.1.0RC2
2016-09-23 21:53:47 UTC/bin/sh -c #(nop) ENV PHP_FILENAME=php-7.1.0RC2.tar.xz
2016-09-23 21:53:53 UTC/bin/sh -c set -xe && cd /usr/src && curl -fSL "https://downloads.php.net/~davey/$PHP_FILENAME" -o php.tar.xz && curl -fSL "https://downloads.php.net/~davey/$PHP_FILENAME.asc" -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-09-23 21:53:54 UTC/bin/sh -c #(nop) COPY file:207c686e3fed4f71f8a7b245d8dcae9c9048d276a326d82b553c12a90af0c0ca in /usr/local/bin/
2016-09-23 21:57:35 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-09-23 21:57:36 UTC/bin/sh -c #(nop) COPY multi:ed54b4fe7bef284934703fa6e979b7cc0daed0549a07586d0c1ccd4e2b41884a in /usr/local/bin/
2016-09-23 21:57:37 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.