2016-08-10 19:29:17 UTC
144 MB
1A4E8B7277C42E53DBA9C7B9BCAA30EA9C0D5763
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.0.9.tar.xz
PHP_INI_DIR/usr/local/etc/php
PHP_SHA256970c322ba3e472cb0264b8ba9d4d92e87918da5d0cca53c4aba2a70545b8626d
PHP_VERSION7.0.9
[#000] sha256:357ea8c3d80bc25792e010facfc98aee5972ebc47e290eb0d5aea3671a901cab - 34.04% (49 MB)
[#001] sha256:85537f80f73d06f9701f77e0105386b0a1abd8735f52804efc66782627af9c62 - 51.42% (74 MB)
[#002] sha256:3d821ad560e13c778e616da2a9033ac30d3811185f43635e95c20b22ab380077 - 0.0% (180 Bytes)
[#003] sha256:c5bf8c3606e88a3ff26be42695ca71cc0441682a0f75784c984e3191c0c5c657 - 8.12% (11.7 MB)
[#004] sha256:e8736f264153bcaa914f9a29b35c09815be5395a6726afa37d40d82e3f199a92 - 0.0% (491 Bytes)
[#005] sha256:b9af07c170a291c35f2ae044ed01f13da6fa39278ea870456c0665921f219d5c - 6.42% (9.25 MB)
[#006] sha256:5b17f9f63b9ee950ddef47de6766f7e4f26479ad83ceda5d3cf6c2b325385d1c - 0.0% (1.79 KB)
/bin/sh -c #(nop) ADD file:0e0565652aa852f62033d99f84892216020d30f64521ded5e72d4940bc4c9697 in /
2016-07-28 17:47:55 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2016-07-29 20:34:33 UTC/bin/sh -c #(nop) ENV PHPIZE_DEPS=autoconf file g++ gcc libc-dev make pkg-config re2c
2016-07-29 20:36:02 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-07-29 20:36:02 UTC/bin/sh -c #(nop) ENV PHP_INI_DIR=/usr/local/etc/php
2016-07-29 20:36:03 UTC/bin/sh -c mkdir -p $PHP_INI_DIR/conf.d
2016-07-29 20:36:04 UTC/bin/sh -c #(nop) ENV GPG_KEYS=1A4E8B7277C42E53DBA9C7B9BCAA30EA9C0D5763
2016-07-29 20:36:04 UTC/bin/sh -c #(nop) ENV PHP_VERSION=7.0.9
2016-07-29 20:36:05 UTC/bin/sh -c #(nop) ENV PHP_FILENAME=php-7.0.9.tar.xz
2016-07-29 20:36:05 UTC/bin/sh -c #(nop) ENV PHP_SHA256=970c322ba3e472cb0264b8ba9d4d92e87918da5d0cca53c4aba2a70545b8626d
2016-08-10 19:22:33 UTC/bin/sh -c set -xe && cd /usr/src && curl -fSL "http://php.net/get/$PHP_FILENAME/from/this/mirror" -o php.tar.xz && echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c - && curl -fSL "http://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-10 19:22:35 UTC/bin/sh -c #(nop) COPY file:207c686e3fed4f71f8a7b245d8dcae9c9048d276a326d82b553c12a90af0c0ca in /usr/local/bin/
2016-08-10 19:29: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-08-10 19:29:17 UTC/bin/sh -c #(nop) COPY multi:ed54b4fe7bef284934703fa6e979b7cc0daed0549a07586d0c1ccd4e2b41884a in /usr/local/bin/
2016-08-10 19:29:17 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.