2017-06-02 20:59:17 UTC
26.1 MB
A917B1ECDA84AEC2B568FED6F50ABC807BD5DCD0 528995BFEDFBA7191D46839EF9BA0ADA31CBD89E
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PHPIZE_DEPSautoconf dpkg-dev dpkg file g++ gcc libc-dev make pcre-dev pkgconf re2c
PHP_ASC_URLhttps://secure.php.net/get/php-7.1.5.tar.xz.asc/from/this/mirror
PHP_CFLAGS-fstack-protector-strong -fpic -fpie -O2
PHP_CPPFLAGS-fstack-protector-strong -fpic -fpie -O2
PHP_EXTRA_CONFIGURE_ARGS--enable-maintainer-zts
PHP_INI_DIR/usr/local/etc/php
PHP_LDFLAGS-Wl,-O1 -Wl,--hash-style=both -pie
PHP_MD5fb0702321c7aceac68c82b8c7a10d196
PHP_SHA256d149a3c396c45611f5dc6bf14be190f464897145a76a8e5851cf18ff7094f6ac
PHP_URLhttps://secure.php.net/get/php-7.1.5.tar.xz/from/this/mirror
PHP_VERSION7.1.5
[#000] sha256:486a8e636d6250a74d15cdb3582f4dd198271a80118f5a2f59de3d9cd8433611 - 8.72% (2.27 MB)
[#001] sha256:41812ec2cb654115fad6678a89cace781f0cf539e2316efe2005438e428db6df - 3.96% (1.03 MB)
[#002] sha256:e095add676785194f9c4d180e50bdeb9eac882406547f0428cf26be373adff6b - 0.0% (1.25 KB)
[#003] sha256:286dbb174b8d2bb248dcfc542bb4edd08165b8fd2d01f9fbf7ff36c68c8ee43c - 0.0% (165 Bytes)
[#004] sha256:1673d61cb7d1f48bd88b62729ab7159bfa3445b9aa9d286d64451c1fc705964f - 47.47% (12.4 MB)
[#005] sha256:a4b49d2aa750b8453504358868639f7b840852461d57b027e7eb385eddf101ed - 0.0% (487 Bytes)
[#006] sha256:9714df670e6d19f765ef429df134bde5bf2bd62797ff478c56a115641bfc7d7e - 39.84% (10.4 MB)
[#007] sha256:4576128251d985693cb728b4c29e27a964c73cd8e7ea4eda745f6d74975df3db - 0.01% (2.06 KB)
/bin/sh -c #(nop) ADD file:c34582524a7c4fa2ccb67d48efaa6edacff8bc8115a26a511b2385a03f56aa8e in /
2017-05-25 23:31:55 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2017-05-26 14:39:18 UTC/bin/sh -c #(nop) ENV PHPIZE_DEPS=autoconf dpkg-dev dpkg file g++ gcc libc-dev make pcre-dev pkgconf re2c
2017-05-26 14:39:22 UTC/bin/sh -c apk add --no-cache --virtual .persistent-deps ca-certificates curl tar xz
2017-05-26 14:39:24 UTC/bin/sh -c set -x && addgroup -g 82 -S www-data && adduser -u 82 -D -S -G www-data www-data
2017-05-26 14:39:25 UTC/bin/sh -c #(nop) ENV PHP_INI_DIR=/usr/local/etc/php
2017-05-26 14:39:26 UTC/bin/sh -c mkdir -p $PHP_INI_DIR/conf.d
2017-05-26 14:54:17 UTC/bin/sh -c #(nop) ENV PHP_EXTRA_CONFIGURE_ARGS=--enable-maintainer-zts
2017-05-26 14:54:18 UTC/bin/sh -c #(nop) ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O2
2017-05-26 14:54:18 UTC/bin/sh -c #(nop) ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O2
2017-05-26 14:54:19 UTC/bin/sh -c #(nop) ENV PHP_LDFLAGS=-Wl,-O1 -Wl,--hash-style=both -pie
2017-05-26 14:54:20 UTC/bin/sh -c #(nop) ENV GPG_KEYS=A917B1ECDA84AEC2B568FED6F50ABC807BD5DCD0 528995BFEDFBA7191D46839EF9BA0ADA31CBD89E
2017-05-26 14:54:20 UTC/bin/sh -c #(nop) ENV PHP_VERSION=7.1.5
2017-05-26 14:54:21 UTC/bin/sh -c #(nop) ENV PHP_URL=https://secure.php.net/get/php-7.1.5.tar.xz/from/this/mirror PHP_ASC_URL=https://secure.php.net/get/php-7.1.5.tar.xz.asc/from/this/mirror
2017-05-26 14:54:22 UTC/bin/sh -c #(nop) ENV PHP_SHA256=d149a3c396c45611f5dc6bf14be190f464897145a76a8e5851cf18ff7094f6ac PHP_MD5=fb0702321c7aceac68c82b8c7a10d196
2017-05-26 14:54:29 UTC/bin/sh -c set -xe; apk add --no-cache --virtual .fetch-deps gnupg openssl ; mkdir -p /usr/src; cd /usr/src; wget -O php.tar.xz "$PHP_URL"; if [ -n "$PHP_SHA256" ]; then echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c -; fi; if [ -n "$PHP_MD5" ]; then echo "$PHP_MD5 *php.tar.xz" | md5sum -c -; fi; if [ -n "$PHP_ASC_URL" ]; then wget -O php.tar.xz.asc "$PHP_ASC_URL"; 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"; fi; apk del .fetch-deps
2017-05-26 14:54:30 UTC/bin/sh -c #(nop) COPY file:207c686e3fed4f71f8a7b245d8dcae9c9048d276a326d82b553c12a90af0c0ca in /usr/local/bin/
2017-06-02 20:50:31 UTC/bin/sh -c set -xe && apk add --no-cache --virtual .build-deps $PHPIZE_DEPS coreutils curl-dev libedit-dev libxml2-dev openssl-dev sqlite-dev && export CFLAGS="$PHP_CFLAGS" CPPFLAGS="$PHP_CPPFLAGS" LDFLAGS="$PHP_LDFLAGS" && docker-php-source extract && cd /usr/src/php && gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" && ./configure --build="$gnuArch" --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 --with-pcre-regex=/usr $PHP_EXTRA_CONFIGURE_ARGS && make -j "$(nproc)" && make install && { find /usr/local/bin /usr/local/sbin -type f -perm +0111 -exec strip --strip-all '{}' + || true; } && make clean && cd / && 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 && pecl update-channels && rm -rf /tmp/pear ~/.pearrc
2017-06-02 20:59:15 UTC/bin/sh -c #(nop) COPY multi:a2a7a051ede432913cebaf532ceb4314b5a5c79d08a5a33e42d3563097520588 in /usr/local/bin/
2017-06-02 20:59:16 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-php-entrypoint"]
2017-06-02 20:59: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.