2018-10-16 14:38:28 UTC
30.8 MB
1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PHPIZE_DEPSautoconf dpkg-dev dpkg file g++ gcc libc-dev make pkgconf re2c
PHP_ASC_URLhttps://secure.php.net/get/php-7.2.11.tar.xz.asc/from/this/mirror
PHP_CFLAGS-fstack-protector-strong -fpic -fpie -O2
PHP_CPPFLAGS-fstack-protector-strong -fpic -fpie -O2
PHP_INI_DIR/usr/local/etc/php
PHP_LDFLAGS-Wl,-O1 -Wl,--hash-style=both -pie
PHP_MD5 PHP_SHA256da1a705c0bc46410e330fc6baa967666c8cd2985378fb9707c01a8e33b01d985
PHP_URLhttps://secure.php.net/get/php-7.2.11.tar.xz/from/this/mirror
PHP_VERSION7.2.11
[#000] sha256:32d1d33da1a274690e9940ba4604f34d7d033e108326b8b3065ae25c7a01beea - 6.42% (1.98 MB)
[#001] sha256:848a4178104b3617aaa22c7e9a0276716dc5c2eb3ffb4a3566a1a511989d8d8f - 0.0% (176 Bytes)
[#002] sha256:4c4f21579c8c16c92f35e33754565a9a0fffc0c72c196131613899138943fbc1 - 4.56% (1.41 MB)
[#003] sha256:8d33b414becf673028322c0b7a9556c5904245551c9f2440235dbf6165726954 - 0.0% (1.22 KB)
[#004] sha256:387269ce56f1520eed3d4dcce7adcb4d89d8f54ee79c31654e359bacc7a379be - 0.0% (168 Bytes)
[#005] sha256:4806f2a4e01e2a87095b628d295ab3b8090f65b8c14e19ce0ed498c64668a53c - 37.59% (11.6 MB)
[#006] sha256:11b04d051ec7d9a4e35d4a605d31c22ec2263829a32f12b614b3de658787fa12 - 0.0% (499 Bytes)
[#007] sha256:d17aac015466563dc75025ef3b60e402181da3c2dcfe321eccbd1144507280ae - 51.2% (15.8 MB)
[#008] sha256:8aa8a45fb74e871ea6ba446582a8b907c99ffd517e0d446a0f4918606e9d980b - 0.01% (2.12 KB)
[#009] sha256:22c34f5ffdaed70376b3612c6f7a523fc1296a5d6cd7bb05ff7afba6c93ff278 - 0.22% (68.7 KB)
/bin/sh -c #(nop) ADD file:e0ba624a99c4fcaa672e3c6c19cf30d557ecde4479efc36fe313479ae2f483b6 in /
2018-09-12 10:38:35 UTC/bin/sh -c #(nop) COPY file:0f1d36dd7d8d53613b275660a88c5bf9b608ea8aa73a8054cb8bdbd73fd971ac in /etc/localtime
2018-09-12 10:38:35 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2018-09-12 13:40:16 UTC/bin/sh -c #(nop) ENV PHPIZE_DEPS=autoconf dpkg-dev dpkg file g++ gcc libc-dev make pkgconf re2c
2018-09-12 13:40:17 UTC/bin/sh -c apk add --no-cache --virtual .persistent-deps ca-certificates curl tar xz libressl
2018-09-12 13:40:18 UTC/bin/sh -c set -x && addgroup -g 82 -S www-data && adduser -u 82 -D -S -G www-data www-data
2018-09-12 13:40:18 UTC/bin/sh -c #(nop) ENV PHP_INI_DIR=/usr/local/etc/php
2018-09-12 13:40:19 UTC/bin/sh -c mkdir -p $PHP_INI_DIR/conf.d
2018-09-12 13:40:19 UTC/bin/sh -c #(nop) ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O2
2018-09-12 13:40:19 UTC/bin/sh -c #(nop) ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O2
2018-09-12 13:40:19 UTC/bin/sh -c #(nop) ENV PHP_LDFLAGS=-Wl,-O1 -Wl,--hash-style=both -pie
2018-09-12 13:40:19 UTC/bin/sh -c #(nop) ENV GPG_KEYS=1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F
2018-10-16 14:27:30 UTC/bin/sh -c #(nop) ENV PHP_VERSION=7.2.11
2018-10-16 14:27:30 UTC/bin/sh -c #(nop) ENV PHP_URL=https://secure.php.net/get/php-7.2.11.tar.xz/from/this/mirror PHP_ASC_URL=https://secure.php.net/get/php-7.2.11.tar.xz.asc/from/this/mirror
2018-10-16 14:27:30 UTC/bin/sh -c #(nop) ENV PHP_SHA256=da1a705c0bc46410e330fc6baa967666c8cd2985378fb9707c01a8e33b01d985 PHP_MD5=
2018-10-16 14:27:38 UTC/bin/sh -c set -xe; apk add --no-cache --virtual .fetch-deps gnupg wget ; 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; command -v gpgconf > /dev/null && gpgconf --kill all; rm -rf "$GNUPGHOME"; fi; apk del .fetch-deps
2018-10-16 14:27:38 UTC/bin/sh -c #(nop) COPY file:207c686e3fed4f71f8a7b245d8dcae9c9048d276a326d82b553c12a90af0c0ca in /usr/local/bin/
2018-10-16 14:38:25 UTC/bin/sh -c set -xe && apk add --no-cache --virtual .build-deps $PHPIZE_DEPS coreutils curl-dev libedit-dev libressl-dev libsodium-dev libxml2-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" --enable-option-checking=fatal --with-mhash --enable-ftp --enable-mbstring --enable-mysqlnd --with-sodium=shared --with-curl --with-libedit --with-openssl --with-zlib $(test "$gnuArch" = 's390x-linux-gnu' && echo '--without-pcre-jit') $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 && cp -v php.ini-* "$PHP_INI_DIR/" && cd / && docker-php-source delete && runDeps="$( scanelf --needed --nobanner --format '%n#p' --recursive /usr/local | tr ',' '\n' | sort -u | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' )" && apk add --no-cache --virtual .php-rundeps $runDeps && apk del .build-deps && pecl update-channels && rm -rf /tmp/pear ~/.pearrc
2018-10-16 14:38:26 UTC/bin/sh -c #(nop) COPY multi:2cdcedabcf5a3b9ae610fab7848e94bc2f64b4d85710d55fd6f79e44dacf73d8 in /usr/local/bin/
2018-10-16 14:38:28 UTC/bin/sh -c docker-php-ext-enable sodium
2018-10-16 14:38:28 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-php-entrypoint"]
2018-10-16 14:38:28 UTC/bin/sh -c #(nop) CMD ["php" "-a"]
2018-10-15 19:22:45 UTC
30.2 MB
1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PHPIZE_DEPSautoconf dpkg-dev dpkg file g++ gcc libc-dev make pkgconf re2c
PHP_ASC_URLhttps://secure.php.net/get/php-7.2.11.tar.xz.asc/from/this/mirror
PHP_CFLAGS-fstack-protector-strong -fpic -fpie -O2
PHP_CPPFLAGS-fstack-protector-strong -fpic -fpie -O2
PHP_INI_DIR/usr/local/etc/php
PHP_LDFLAGS-Wl,-O1 -Wl,--hash-style=both -pie
PHP_MD5 PHP_SHA256da1a705c0bc46410e330fc6baa967666c8cd2985378fb9707c01a8e33b01d985
PHP_URLhttps://secure.php.net/get/php-7.2.11.tar.xz/from/this/mirror
PHP_VERSION7.2.11
[#000] sha256:3489d1c4660eacaadef3acfc3512c785acde2333b5e6e9387f43490a766382bf - 6.37% (1.92 MB)
[#001] sha256:349ae42501718afa0dd25bf69a703ce5a42b9a038f5c38ba934c507e038c9fc9 - 4.35% (1.31 MB)
[#002] sha256:e1c53c071e20b0af11ef48d646654829fde1d3d09c38db039b0b0fccd01b7c9b - 0.0% (1.22 KB)
[#003] sha256:252b11906d4670d809a9a5e5573fb67b177962de2f0bd340db8efd9d50b78d9a - 0.0% (168 Bytes)
[#004] sha256:5a939ea2fdcd4632dfd145a088673f6c9ccbede8157f9ae7507aac86f8a5cfd5 - 38.36% (11.6 MB)
[#005] sha256:7aadcf6f7e4844c53a8bdfbc1a9618bfd7ba164e6769c072ede83f68a188d3af - 0.0% (497 Bytes)
[#006] sha256:44436fd49be0292f5d093edbcd6bfb44468b83fe55ad0dcc5d8afe342194f95b - 50.68% (15.3 MB)
[#007] sha256:80846d8bd90ed3333d42a007c21ad5d10129891ba0095192b3760c46894295ea - 0.01% (2.12 KB)
[#008] sha256:da526fcdebf87741bf0048d8f2ee1c772460e7a895549cf1b1611f965f09c9bd - 0.22% (69.5 KB)
/bin/sh -c #(nop) ADD file:ad486f580145bd2de2441f0846f0bfa62cd1f6d5cb374c28d29ef1ca785a0bbc in /
2018-09-11 22:19:28 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2018-09-12 01:57:15 UTC/bin/sh -c #(nop) ENV PHPIZE_DEPS=autoconf dpkg-dev dpkg file g++ gcc libc-dev make pkgconf re2c
2018-09-12 01:57:16 UTC/bin/sh -c apk add --no-cache --virtual .persistent-deps ca-certificates curl tar xz libressl
2018-09-12 01:57:17 UTC/bin/sh -c set -x && addgroup -g 82 -S www-data && adduser -u 82 -D -S -G www-data www-data
2018-09-12 01:57:17 UTC/bin/sh -c #(nop) ENV PHP_INI_DIR=/usr/local/etc/php
2018-09-12 01:57:18 UTC/bin/sh -c mkdir -p $PHP_INI_DIR/conf.d
2018-09-12 01:57:18 UTC/bin/sh -c #(nop) ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O2
2018-09-12 01:57:18 UTC/bin/sh -c #(nop) ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O2
2018-09-12 01:57:18 UTC/bin/sh -c #(nop) ENV PHP_LDFLAGS=-Wl,-O1 -Wl,--hash-style=both -pie
2018-09-12 01:57:19 UTC/bin/sh -c #(nop) ENV GPG_KEYS=1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F
2018-10-15 19:17:48 UTC/bin/sh -c #(nop) ENV PHP_VERSION=7.2.11
2018-10-15 19:17:48 UTC/bin/sh -c #(nop) ENV PHP_URL=https://secure.php.net/get/php-7.2.11.tar.xz/from/this/mirror PHP_ASC_URL=https://secure.php.net/get/php-7.2.11.tar.xz.asc/from/this/mirror
2018-10-15 19:17:49 UTC/bin/sh -c #(nop) ENV PHP_SHA256=da1a705c0bc46410e330fc6baa967666c8cd2985378fb9707c01a8e33b01d985 PHP_MD5=
2018-10-15 19:17:53 UTC/bin/sh -c set -xe; apk add --no-cache --virtual .fetch-deps gnupg wget ; 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; command -v gpgconf > /dev/null && gpgconf --kill all; rm -rf "$GNUPGHOME"; fi; apk del .fetch-deps
2018-10-15 19:17:53 UTC/bin/sh -c #(nop) COPY file:207c686e3fed4f71f8a7b245d8dcae9c9048d276a326d82b553c12a90af0c0ca in /usr/local/bin/
2018-10-15 19:22:43 UTC/bin/sh -c set -xe && apk add --no-cache --virtual .build-deps $PHPIZE_DEPS coreutils curl-dev libedit-dev libressl-dev libsodium-dev libxml2-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" --enable-option-checking=fatal --with-mhash --enable-ftp --enable-mbstring --enable-mysqlnd --with-sodium=shared --with-curl --with-libedit --with-openssl --with-zlib $(test "$gnuArch" = 's390x-linux-gnu' && echo '--without-pcre-jit') $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 && cp -v php.ini-* "$PHP_INI_DIR/" && cd / && docker-php-source delete && runDeps="$( scanelf --needed --nobanner --format '%n#p' --recursive /usr/local | tr ',' '\n' | sort -u | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' )" && apk add --no-cache --virtual .php-rundeps $runDeps && apk del .build-deps && pecl update-channels && rm -rf /tmp/pear ~/.pearrc
2018-10-15 19:22:44 UTC/bin/sh -c #(nop) COPY multi:2cdcedabcf5a3b9ae610fab7848e94bc2f64b4d85710d55fd6f79e44dacf73d8 in /usr/local/bin/
2018-10-15 19:22:45 UTC/bin/sh -c docker-php-ext-enable sodium
2018-10-15 19:22:45 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-php-entrypoint"]
2018-10-15 19:22:45 UTC/bin/sh -c #(nop) CMD ["php" "-a"]
2018-10-16 08:16:01 UTC
29.2 MB
1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PHPIZE_DEPSautoconf dpkg-dev dpkg file g++ gcc libc-dev make pkgconf re2c
PHP_ASC_URLhttps://secure.php.net/get/php-7.2.11.tar.xz.asc/from/this/mirror
PHP_CFLAGS-fstack-protector-strong -fpic -fpie -O2
PHP_CPPFLAGS-fstack-protector-strong -fpic -fpie -O2
PHP_INI_DIR/usr/local/etc/php
PHP_LDFLAGS-Wl,-O1 -Wl,--hash-style=both -pie
PHP_MD5 PHP_SHA256da1a705c0bc46410e330fc6baa967666c8cd2985378fb9707c01a8e33b01d985
PHP_URLhttps://secure.php.net/get/php-7.2.11.tar.xz/from/this/mirror
PHP_VERSION7.2.11
[#000] sha256:dab8097cee8be32fafc5e358b0234441807899ff13426ea62bb27636ebdafef7 - 6.49% (1.89 MB)
[#001] sha256:b647550b2cae956d5c4717da3b31ff424ff466afd6ecce456508d81831b880bb - 0.0% (175 Bytes)
[#002] sha256:f10c362bf589a6b9e324dd721627c2776deb4ca215e08e6418847dc352608542 - 4.46% (1.3 MB)
[#003] sha256:c850bb2f337d5351dd497ba05e935e0168aae2a49fc2f5e08e1613babf1cee14 - 0.0% (1.25 KB)
[#004] sha256:9f756736caef93fef0fc0ef25a9b055d78cb7a41b8c533edde9447c93c2ea010 - 0.0% (199 Bytes)
[#005] sha256:27ff1f0c83749cd7d702a8626d0cfcc30572d85c0ebc4ae2d9f4beb3a1f133f1 - 39.71% (11.6 MB)
[#006] sha256:6815f56615cb2e2ce055ad081156b99140dc1746b6dd272cbfdb75b642c91073 - 0.0% (497 Bytes)
[#007] sha256:0772aaaf27ef8e70a9fae9fdddb53311ee5aea3c9a70ecbab6fbeac46bd01c65 - 49.1% (14.3 MB)
[#008] sha256:d917c65c5f5638776038e8838f993f2950c8ca0d336eb6cfcc6558c9fb9ded59 - 0.01% (2.12 KB)
[#009] sha256:91608b2542a3b408a30135929440576b1cf77904c4c712bd9e69cb2eab54d15a - 0.23% (69 KB)
/bin/sh -c #(nop) ADD file:60d227e1eb4173ca5983e94845f87937f410efc67381b2bd5653bbc3a69b9fd8 in /
2018-09-12 07:49:26 UTC/bin/sh -c #(nop) COPY file:0f1d36dd7d8d53613b275660a88c5bf9b608ea8aa73a8054cb8bdbd73fd971ac in /etc/localtime
2018-09-12 07:49:26 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2018-09-12 08:07:57 UTC/bin/sh -c #(nop) ENV PHPIZE_DEPS=autoconf dpkg-dev dpkg file g++ gcc libc-dev make pkgconf re2c
2018-09-12 08:07:59 UTC/bin/sh -c apk add --no-cache --virtual .persistent-deps ca-certificates curl tar xz libressl
2018-09-12 08:07:59 UTC/bin/sh -c set -x && addgroup -g 82 -S www-data && adduser -u 82 -D -S -G www-data www-data
2018-09-12 08:08:00 UTC/bin/sh -c #(nop) ENV PHP_INI_DIR=/usr/local/etc/php
2018-09-12 08:08:02 UTC/bin/sh -c mkdir -p $PHP_INI_DIR/conf.d
2018-09-12 08:08:02 UTC/bin/sh -c #(nop) ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O2
2018-09-12 08:08:02 UTC/bin/sh -c #(nop) ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O2
2018-09-12 08:08:03 UTC/bin/sh -c #(nop) ENV PHP_LDFLAGS=-Wl,-O1 -Wl,--hash-style=both -pie
2018-09-12 08:08:03 UTC/bin/sh -c #(nop) ENV GPG_KEYS=1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F
2018-10-16 08:12:51 UTC/bin/sh -c #(nop) ENV PHP_VERSION=7.2.11
2018-10-16 08:12:51 UTC/bin/sh -c #(nop) ENV PHP_URL=https://secure.php.net/get/php-7.2.11.tar.xz/from/this/mirror PHP_ASC_URL=https://secure.php.net/get/php-7.2.11.tar.xz.asc/from/this/mirror
2018-10-16 08:12:51 UTC/bin/sh -c #(nop) ENV PHP_SHA256=da1a705c0bc46410e330fc6baa967666c8cd2985378fb9707c01a8e33b01d985 PHP_MD5=
2018-10-16 08:12:57 UTC/bin/sh -c set -xe; apk add --no-cache --virtual .fetch-deps gnupg wget ; 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; command -v gpgconf > /dev/null && gpgconf --kill all; rm -rf "$GNUPGHOME"; fi; apk del .fetch-deps
2018-10-16 08:12:57 UTC/bin/sh -c #(nop) COPY file:207c686e3fed4f71f8a7b245d8dcae9c9048d276a326d82b553c12a90af0c0ca in /usr/local/bin/
2018-10-16 08:15:58 UTC/bin/sh -c set -xe && apk add --no-cache --virtual .build-deps $PHPIZE_DEPS coreutils curl-dev libedit-dev libressl-dev libsodium-dev libxml2-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" --enable-option-checking=fatal --with-mhash --enable-ftp --enable-mbstring --enable-mysqlnd --with-sodium=shared --with-curl --with-libedit --with-openssl --with-zlib $(test "$gnuArch" = 's390x-linux-gnu' && echo '--without-pcre-jit') $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 && cp -v php.ini-* "$PHP_INI_DIR/" && cd / && docker-php-source delete && runDeps="$( scanelf --needed --nobanner --format '%n#p' --recursive /usr/local | tr ',' '\n' | sort -u | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' )" && apk add --no-cache --virtual .php-rundeps $runDeps && apk del .build-deps && pecl update-channels && rm -rf /tmp/pear ~/.pearrc
2018-10-16 08:15:59 UTC/bin/sh -c #(nop) COPY multi:2cdcedabcf5a3b9ae610fab7848e94bc2f64b4d85710d55fd6f79e44dacf73d8 in /usr/local/bin/
2018-10-16 08:16:00 UTC/bin/sh -c docker-php-ext-enable sodium
2018-10-16 08:16:01 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-php-entrypoint"]
2018-10-16 08:16:01 UTC/bin/sh -c #(nop) CMD ["php" "-a"]
2018-10-16 11:55:21 UTC
29 MB
1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PHPIZE_DEPSautoconf dpkg-dev dpkg file g++ gcc libc-dev make pkgconf re2c
PHP_ASC_URLhttps://secure.php.net/get/php-7.2.11.tar.xz.asc/from/this/mirror
PHP_CFLAGS-fstack-protector-strong -fpic -fpie -O2
PHP_CPPFLAGS-fstack-protector-strong -fpic -fpie -O2
PHP_INI_DIR/usr/local/etc/php
PHP_LDFLAGS-Wl,-O1 -Wl,--hash-style=both -pie
PHP_MD5 PHP_SHA256da1a705c0bc46410e330fc6baa967666c8cd2985378fb9707c01a8e33b01d985
PHP_URLhttps://secure.php.net/get/php-7.2.11.tar.xz/from/this/mirror
PHP_VERSION7.2.11
[#000] sha256:36f5fbbdd115658cfe0211d45f5b6459802db2813b66fc7adf1caca07c10c594 - 6.37% (1.85 MB)
[#001] sha256:6f8d5a042d429ff3495aa0ad5facbe24714ead18cbe337c5c16f469b47dd0cee - 0.0% (176 Bytes)
[#002] sha256:4ce01ae46cad2c603647e39afcb8bf9494ecf28b389d58220af30b5f2a1735a0 - 4.38% (1.27 MB)
[#003] sha256:1a3ce0cc56d83cc30f05fae6b25ba1c6e2c61d086af790e464a563e3ebe83e3f - 0.0% (1.22 KB)
[#004] sha256:08217a70ebc72cf65f7c9edf76783d5444fabefcb8b7eff0e679f1a632851ec3 - 0.0% (169 Bytes)
[#005] sha256:4d0633c307e08349abac49d546094a3fdb513884e7692bf531461f831dbb80d8 - 39.99% (11.6 MB)
[#006] sha256:c41a2ca0c341b623ab2a7456731c12104c5c3efefc58ab1c6094442848987704 - 0.0% (497 Bytes)
[#007] sha256:7c52a9b258fa19ce181cd39369994ba27bbb605948e4d4824ba6aa994643c4ea - 49.01% (14.2 MB)
[#008] sha256:ae89b51be16daec54f99da75e39eb474cfe2bac8ae438af468775f566e5d50d2 - 0.01% (2.12 KB)
[#009] sha256:faabfef152daf9620dfe1d2b8e1a477fd4f1c11e5fb73bd60e4995aaa69236a7 - 0.23% (68.5 KB)
/bin/sh -c #(nop) ADD file:c48acce5b47ec1ad947b10dcc577037113a132257efaa5bc2f83b719a1b08fc3 in /
2018-09-12 08:40:36 UTC/bin/sh -c #(nop) COPY file:0f1d36dd7d8d53613b275660a88c5bf9b608ea8aa73a8054cb8bdbd73fd971ac in /etc/localtime
2018-09-12 08:40:36 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2018-09-14 21:49:46 UTC/bin/sh -c #(nop) ENV PHPIZE_DEPS=autoconf dpkg-dev dpkg file g++ gcc libc-dev make pkgconf re2c
2018-09-14 21:49:50 UTC/bin/sh -c apk add --no-cache --virtual .persistent-deps ca-certificates curl tar xz libressl
2018-09-14 21:49:51 UTC/bin/sh -c set -x && addgroup -g 82 -S www-data && adduser -u 82 -D -S -G www-data www-data
2018-09-14 21:49:52 UTC/bin/sh -c #(nop) ENV PHP_INI_DIR=/usr/local/etc/php
2018-09-14 21:49:53 UTC/bin/sh -c mkdir -p $PHP_INI_DIR/conf.d
2018-09-14 21:49:54 UTC/bin/sh -c #(nop) ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O2
2018-09-14 21:49:54 UTC/bin/sh -c #(nop) ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O2
2018-09-14 21:49:55 UTC/bin/sh -c #(nop) ENV PHP_LDFLAGS=-Wl,-O1 -Wl,--hash-style=both -pie
2018-09-14 21:49:55 UTC/bin/sh -c #(nop) ENV GPG_KEYS=1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F
2018-10-16 11:46:24 UTC/bin/sh -c #(nop) ENV PHP_VERSION=7.2.11
2018-10-16 11:46:27 UTC/bin/sh -c #(nop) ENV PHP_URL=https://secure.php.net/get/php-7.2.11.tar.xz/from/this/mirror PHP_ASC_URL=https://secure.php.net/get/php-7.2.11.tar.xz.asc/from/this/mirror
2018-10-16 11:46:31 UTC/bin/sh -c #(nop) ENV PHP_SHA256=da1a705c0bc46410e330fc6baa967666c8cd2985378fb9707c01a8e33b01d985 PHP_MD5=
2018-10-16 11:46:49 UTC/bin/sh -c set -xe; apk add --no-cache --virtual .fetch-deps gnupg wget ; 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; command -v gpgconf > /dev/null && gpgconf --kill all; rm -rf "$GNUPGHOME"; fi; apk del .fetch-deps
2018-10-16 11:46:51 UTC/bin/sh -c #(nop) COPY file:207c686e3fed4f71f8a7b245d8dcae9c9048d276a326d82b553c12a90af0c0ca in /usr/local/bin/
2018-10-16 11:55:04 UTC/bin/sh -c set -xe && apk add --no-cache --virtual .build-deps $PHPIZE_DEPS coreutils curl-dev libedit-dev libressl-dev libsodium-dev libxml2-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" --enable-option-checking=fatal --with-mhash --enable-ftp --enable-mbstring --enable-mysqlnd --with-sodium=shared --with-curl --with-libedit --with-openssl --with-zlib $(test "$gnuArch" = 's390x-linux-gnu' && echo '--without-pcre-jit') $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 && cp -v php.ini-* "$PHP_INI_DIR/" && cd / && docker-php-source delete && runDeps="$( scanelf --needed --nobanner --format '%n#p' --recursive /usr/local | tr ',' '\n' | sort -u | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' )" && apk add --no-cache --virtual .php-rundeps $runDeps && apk del .build-deps && pecl update-channels && rm -rf /tmp/pear ~/.pearrc
2018-10-16 11:55:07 UTC/bin/sh -c #(nop) COPY multi:2cdcedabcf5a3b9ae610fab7848e94bc2f64b4d85710d55fd6f79e44dacf73d8 in /usr/local/bin/
2018-10-16 11:55:14 UTC/bin/sh -c docker-php-ext-enable sodium
2018-10-16 11:55:18 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-php-entrypoint"]
2018-10-16 11:55:21 UTC/bin/sh -c #(nop) CMD ["php" "-a"]
2018-10-16 10:20:56 UTC
29.9 MB
1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PHPIZE_DEPSautoconf dpkg-dev dpkg file g++ gcc libc-dev make pkgconf re2c
PHP_ASC_URLhttps://secure.php.net/get/php-7.2.11.tar.xz.asc/from/this/mirror
PHP_CFLAGS-fstack-protector-strong -fpic -fpie -O2
PHP_CPPFLAGS-fstack-protector-strong -fpic -fpie -O2
PHP_INI_DIR/usr/local/etc/php
PHP_LDFLAGS-Wl,-O1 -Wl,--hash-style=both -pie
PHP_MD5 PHP_SHA256da1a705c0bc46410e330fc6baa967666c8cd2985378fb9707c01a8e33b01d985
PHP_URLhttps://secure.php.net/get/php-7.2.11.tar.xz/from/this/mirror
PHP_VERSION7.2.11
[#000] sha256:623f555e4e23c80d8e2db55a68a737efbe693f740299effc70dbf74c4895194f - 6.49% (1.94 MB)
[#001] sha256:0128a462deeaf1826e23031dd5e2aba3fc190b759543d689128fb101d8370092 - 0.0% (177 Bytes)
[#002] sha256:2235e4f84ecdc253e3f4a39f0fb3534e4960a18a50b9ea65a0e07968b643d60a - 4.36% (1.3 MB)
[#003] sha256:5063eb4d76934a0c8d79552d67546f074080538c7f1226616d7816a0ebe94f4f - 0.0% (1.25 KB)
[#004] sha256:2e9c5282e13e98eae44dc8479715d7a593eb03bbc60bd6d9656ea460de8f649b - 0.0% (200 Bytes)
[#005] sha256:3d167d7c4816bef19131c81c4b8b5d01ca66892f76def1a35aef1aa6ef080867 - 38.75% (11.6 MB)
[#006] sha256:dc0fce32a777294db4160d4c6e7a91ddce6d5c48d30be1b2baa252aa0cf5dcdf - 0.0% (499 Bytes)
[#007] sha256:c6d7dc13e10bf00de3c2348e7b9ea010c7d0f7f997da027b3d4e3b750df0cb35 - 50.16% (15 MB)
[#008] sha256:80e9cf509826e7fbf58464c0e366f1b0441ac37e90067d40a315a720835b48d6 - 0.01% (2.11 KB)
[#009] sha256:6aab99edfce39752667e29cb99aa17dce0d95503e7bb3e4c3b8195e1ef4d56d9 - 0.23% (69.4 KB)
/bin/sh -c #(nop) ADD file:ac6fb657973826bcc805434ec04036bace84515a17a0803bd6b9235488d3e985 in /
2018-09-12 08:17:22 UTC/bin/sh -c #(nop) COPY file:0f1d36dd7d8d53613b275660a88c5bf9b608ea8aa73a8054cb8bdbd73fd971ac in /etc/localtime
2018-09-12 08:17:24 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2018-09-12 11:58:52 UTC/bin/sh -c #(nop) ENV PHPIZE_DEPS=autoconf dpkg-dev dpkg file g++ gcc libc-dev make pkgconf re2c
2018-09-12 11:58:56 UTC/bin/sh -c apk add --no-cache --virtual .persistent-deps ca-certificates curl tar xz libressl
2018-09-12 11:59:02 UTC/bin/sh -c set -x && addgroup -g 82 -S www-data && adduser -u 82 -D -S -G www-data www-data
2018-09-12 11:59:05 UTC/bin/sh -c #(nop) ENV PHP_INI_DIR=/usr/local/etc/php
2018-09-12 11:59:11 UTC/bin/sh -c mkdir -p $PHP_INI_DIR/conf.d
2018-09-12 11:59:13 UTC/bin/sh -c #(nop) ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O2
2018-09-12 11:59:17 UTC/bin/sh -c #(nop) ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O2
2018-09-12 11:59:20 UTC/bin/sh -c #(nop) ENV PHP_LDFLAGS=-Wl,-O1 -Wl,--hash-style=both -pie
2018-09-12 11:59:25 UTC/bin/sh -c #(nop) ENV GPG_KEYS=1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F
2018-10-16 10:16:41 UTC/bin/sh -c #(nop) ENV PHP_VERSION=7.2.11
2018-10-16 10:16:41 UTC/bin/sh -c #(nop) ENV PHP_URL=https://secure.php.net/get/php-7.2.11.tar.xz/from/this/mirror PHP_ASC_URL=https://secure.php.net/get/php-7.2.11.tar.xz.asc/from/this/mirror
2018-10-16 10:16:42 UTC/bin/sh -c #(nop) ENV PHP_SHA256=da1a705c0bc46410e330fc6baa967666c8cd2985378fb9707c01a8e33b01d985 PHP_MD5=
2018-10-16 10:16:55 UTC/bin/sh -c set -xe; apk add --no-cache --virtual .fetch-deps gnupg wget ; 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; command -v gpgconf > /dev/null && gpgconf --kill all; rm -rf "$GNUPGHOME"; fi; apk del .fetch-deps
2018-10-16 10:16:56 UTC/bin/sh -c #(nop) COPY file:207c686e3fed4f71f8a7b245d8dcae9c9048d276a326d82b553c12a90af0c0ca in /usr/local/bin/
2018-10-16 10:20:45 UTC/bin/sh -c set -xe && apk add --no-cache --virtual .build-deps $PHPIZE_DEPS coreutils curl-dev libedit-dev libressl-dev libsodium-dev libxml2-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" --enable-option-checking=fatal --with-mhash --enable-ftp --enable-mbstring --enable-mysqlnd --with-sodium=shared --with-curl --with-libedit --with-openssl --with-zlib $(test "$gnuArch" = 's390x-linux-gnu' && echo '--without-pcre-jit') $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 && cp -v php.ini-* "$PHP_INI_DIR/" && cd / && docker-php-source delete && runDeps="$( scanelf --needed --nobanner --format '%n#p' --recursive /usr/local | tr ',' '\n' | sort -u | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' )" && apk add --no-cache --virtual .php-rundeps $runDeps && apk del .build-deps && pecl update-channels && rm -rf /tmp/pear ~/.pearrc
2018-10-16 10:20:47 UTC/bin/sh -c #(nop) COPY multi:2cdcedabcf5a3b9ae610fab7848e94bc2f64b4d85710d55fd6f79e44dacf73d8 in /usr/local/bin/
2018-10-16 10:20:50 UTC/bin/sh -c docker-php-ext-enable sodium
2018-10-16 10:20:51 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-php-entrypoint"]
2018-10-16 10:20:56 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.