2016-09-07 18:35:36 UTC
26.7 MB
A917B1ECDA84AEC2B568FED6F50ABC807BD5DCD0
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PHPIZE_DEPSautoconf file g++ gcc libc-dev make pkgconf re2c
PHP_FILENAMEphp-7.1.0RC1.tar.xz
PHP_INI_DIR/usr/local/etc/php
PHP_VERSION7.1.0RC1
[#000] sha256:e110a4a1794126ef308a49f2d65785af2f25538f06700721aad8283b81fdfa58 - 8.24% (2.2 MB)
[#001] sha256:5e161e9d6929b9a7736e565c6bb73c386617d410c1acb38b1f444b51c2d623b4 - 3.74% (1020 KB)
[#002] sha256:1d196bef415b6de51bf0b60843ff47d9875d6cbbdd8d12a54c61d3849bdefae4 - 0.0% (1.24 KB)
[#003] sha256:d5b12a7178d880fd91653abf89153c0eaf2372868943c2f4fc2346677b424a56 - 0.0% (167 Bytes)
[#004] sha256:26d940e67512c7fd2c71afb52c8dbc6f02979e683b28d3cb3f1f09bc5206171c - 45.47% (12.2 MB)
[#005] sha256:f3ac01a3390972957679bd873719d3cbc82aaf8f3fcff2af19154634ff005874 - 0.0% (483 Bytes)
[#006] sha256:3c90dd43dafe7ad523f09ac83134fa0db32ed43d4996d37b487ce01905e6e27e - 42.54% (11.4 MB)
[#007] sha256:3dcc57841ce9365273401553217f8170ce77c53b5425162e2d2103290daa375f - 0.01% (1.78 KB)
/bin/sh -c #(nop) ADD file:852e9d0cb9d906535af512a89339fc70b2873a0f94defbcbe41cd44942dd6ac8 in /
2016-08-30 16:38:39 UTC/bin/sh -c #(nop) ENV PHPIZE_DEPS=autoconf file g++ gcc libc-dev make pkgconf re2c
2016-08-30 16:38:40 UTC/bin/sh -c apk add --no-cache --virtual .persistent-deps ca-certificates curl tar xz
2016-08-30 16:38:41 UTC/bin/sh -c set -x && addgroup -g 82 -S www-data && adduser -u 82 -D -S -G www-data www-data
2016-08-30 16:38:41 UTC/bin/sh -c #(nop) ENV PHP_INI_DIR=/usr/local/etc/php
2016-08-30 16:38:42 UTC/bin/sh -c mkdir -p $PHP_INI_DIR/conf.d
2016-09-07 18:31:25 UTC/bin/sh -c #(nop) ENV GPG_KEYS=A917B1ECDA84AEC2B568FED6F50ABC807BD5DCD0
2016-09-07 18:31:26 UTC/bin/sh -c #(nop) ENV PHP_VERSION=7.1.0RC1
2016-09-07 18:31:26 UTC/bin/sh -c #(nop) ENV PHP_FILENAME=php-7.1.0RC1.tar.xz
2016-09-07 18:31:37 UTC/bin/sh -c set -xe && apk add --no-cache --virtual .fetch-deps gnupg && mkdir -p /usr/src && 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" && apk del .fetch-deps
2016-09-07 18:31:38 UTC/bin/sh -c #(nop) COPY file:207c686e3fed4f71f8a7b245d8dcae9c9048d276a326d82b553c12a90af0c0ca in /usr/local/bin/
2016-09-07 18:35:35 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-09-07 18:35:36 UTC/bin/sh -c #(nop) COPY multi:ed54b4fe7bef284934703fa6e979b7cc0daed0549a07586d0c1ccd4e2b41884a in /usr/local/bin/
2016-09-07 18:35:36 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.