2016-08-10 21:28:38 UTC
20.7 MB
0B96609E270F565C13292B24C13C70B87267B52D 0BD78B5F97500D450838F95DFE857D9A90D90EC1 F38252826ACD957EF380D39F2F7956BC5DA04B5D
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PHPIZE_DEPSautoconf file g++ gcc libc-dev make pkgconf re2c
PHP_EXTRA_CONFIGURE_ARGS--enable-maintainer-zts
PHP_FILENAMEphp-5.5.38.tar.xz
PHP_INI_DIR/usr/local/etc/php
PHP_SHA256cb527c44b48343c8557fe2446464ff1d4695155a95601083e5d1f175df95580f
PHP_VERSION5.5.38
[#000] sha256:e110a4a1794126ef308a49f2d65785af2f25538f06700721aad8283b81fdfa58 - 10.62% (2.2 MB)
[#001] sha256:1b3613d61be61d6a72f714206d5fbbf84705628adb6b6aaa5f35f03c86fd0662 - 4.81% (1020 KB)
[#002] sha256:224a3add4676f18c760f9fd1ee23993839ddba36ad800b9c1813df3210a7999b - 0.1% (21.7 KB)
[#003] sha256:fe3ebed9cd92ee8c8c28017074eb45c1cc4affc5c1b67259083051a76f81f117 - 0.0% (166 Bytes)
[#004] sha256:49b249b7b6b56b6aa5552fa70723fa49c29cef5d76a26623881bd3350ca05e4d - 51.01% (10.6 MB)
[#005] sha256:248f2bad24929b97e1e0b1b9dd2462ae1be5a5ede221e015e24dee53fdab5f22 - 0.0% (482 Bytes)
[#006] sha256:97f0e32d5c8466979bb76396064abdf86c9820ffc3a0c46c69494f31bd26650f - 33.43% (6.94 MB)
[#007] sha256:6c0dc89b2dff34cf893e4b112c3ef2f1da0f729a87e157d54483cecbd41fe5c7 - 0.01% (1.78 KB)
/bin/sh -c #(nop) ADD file:852e9d0cb9d906535af512a89339fc70b2873a0f94defbcbe41cd44942dd6ac8 in /
2016-06-23 20:42:24 UTC/bin/sh -c #(nop) ENV PHPIZE_DEPS=autoconf file g++ gcc libc-dev make pkgconf re2c
2016-07-14 00:25:13 UTC/bin/sh -c apk add --no-cache --virtual .persistent-deps ca-certificates curl tar xz
2016-07-14 00:25:14 UTC/bin/sh -c set -x && addgroup -g 82 -S www-data && adduser -u 82 -D -S -G www-data www-data
2016-07-14 00:25:14 UTC/bin/sh -c #(nop) ENV PHP_INI_DIR=/usr/local/etc/php
2016-07-14 00:25:16 UTC/bin/sh -c mkdir -p $PHP_INI_DIR/conf.d
2016-07-14 00:57:10 UTC/bin/sh -c #(nop) ENV PHP_EXTRA_CONFIGURE_ARGS=--enable-maintainer-zts
2016-07-14 02:21:01 UTC/bin/sh -c #(nop) ENV GPG_KEYS=0B96609E270F565C13292B24C13C70B87267B52D 0BD78B5F97500D450838F95DFE857D9A90D90EC1 F38252826ACD957EF380D39F2F7956BC5DA04B5D
2016-07-29 22:40:51 UTC/bin/sh -c #(nop) ENV PHP_VERSION=5.5.38
2016-07-29 22:40:51 UTC/bin/sh -c #(nop) ENV PHP_FILENAME=php-5.5.38.tar.xz
2016-07-29 22:40:51 UTC/bin/sh -c #(nop) ENV PHP_SHA256=cb527c44b48343c8557fe2446464ff1d4695155a95601083e5d1f175df95580f
2016-08-10 21:23:20 UTC/bin/sh -c set -xe && apk add --no-cache --virtual .fetch-deps gnupg && mkdir -p /usr/src && 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" && apk del .fetch-deps
2016-08-10 21:23:21 UTC/bin/sh -c #(nop) COPY file:207c686e3fed4f71f8a7b245d8dcae9c9048d276a326d82b553c12a90af0c0ca in /usr/local/bin/
2016-08-10 21:28:37 UTC/bin/sh -c set -xe && apk add --no-cache --virtual .build-deps $PHPIZE_DEPS curl-dev libedit-dev libxml2-dev openssl-dev sqlite-dev && 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"$(getconf _NPROCESSORS_ONLN)" && make install && { find /usr/local/bin /usr/local/sbin -type f -perm +0111 -exec strip --strip-all '{}' + || true; } && make clean && docker-php-source delete && runDeps="$( scanelf --needed --nobanner --recursive /usr/local | awk '{ gsub(/,/, "\nso:", $2); print "so:" $2 }' | sort -u | xargs -r apk info --installed | sort -u )" && apk add --no-cache --virtual .php-rundeps $runDeps && apk del .build-deps
2016-08-10 21:28:38 UTC/bin/sh -c #(nop) COPY multi:ed54b4fe7bef284934703fa6e979b7cc0daed0549a07586d0c1ccd4e2b41884a in /usr/local/bin/
2016-08-10 21:28:38 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.