2018-10-16 12:52:29 UTC
130 MB
1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PHPIZE_DEPSautoconf dpkg-dev file g++ gcc libc-dev make pkg-config 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:2b7bcb618c4033f37486fd700e6d0debf2260935f888a192119c41eaddd29978 - 16.96% (22.1 MB)
[#001] sha256:9ac9f5e161441372e549d094f25b4640689548d53bb47c34a8ced01a74b8ad6f - 0.0% (229 Bytes)
[#002] sha256:1cac64c78cd80e7e59f4a0fd49c7632e4799f427a439c1339df81ad969a7aed3 - 52.43% (68.2 MB)
[#003] sha256:6a7cfe59c8cc409c1eb116e2905e9a239f1f1a26128b6fd15cf1217563b373e4 - 0.0% (184 Bytes)
[#004] sha256:0084125c71a7b5c167a16d443942ffd46eacf44e17fb670a1f7baa4f1cd4c860 - 9.14% (11.9 MB)
[#005] sha256:ee887961263de052ddc019bdbdab13e33d264b70899b9a0cf02cd6bf08f4b33f - 0.0% (502 Bytes)
[#006] sha256:1e19c778a38d4b4f0512ae78cd787aac110479422aeeccf348a088141dc39b89 - 21.47% (27.9 MB)
[#007] sha256:8cad6f4b8d22562cc73102734d4be0ac5e13a41753f11104200175caf4637189 - 0.0% (2.13 KB)
[#008] sha256:0bbe2af2b431fd758957497c0d3521f817d196ac140243f996ac89044666b213 - 0.0% (260 Bytes)
/bin/sh -c #(nop) ADD file:a71ef0e9adb528ae2dc5ca3395654522c23762d8936a4902378c6749bb357582 in /
2018-10-16 10:49:05 UTC/bin/sh -c #(nop) CMD ["bash"]
2018-10-16 11:59:35 UTC/bin/sh -c set -eux; { echo 'Package: php*'; echo 'Pin: release *'; echo 'Pin-Priority: -1'; } > /etc/apt/preferences.d/no-debian-php
2018-10-16 11:59:36 UTC/bin/sh -c #(nop) ENV PHPIZE_DEPS=autoconf dpkg-dev file g++ gcc libc-dev make pkg-config re2c
2018-10-16 12:00:22 UTC/bin/sh -c apt-get update && apt-get install -y $PHPIZE_DEPS ca-certificates curl xz-utils --no-install-recommends && rm -r /var/lib/apt/lists/*
2018-10-16 12:00:23 UTC/bin/sh -c #(nop) ENV PHP_INI_DIR=/usr/local/etc/php
2018-10-16 12:00:24 UTC/bin/sh -c mkdir -p $PHP_INI_DIR/conf.d
2018-10-16 12:00:25 UTC/bin/sh -c #(nop) ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O2
2018-10-16 12:00:25 UTC/bin/sh -c #(nop) ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O2
2018-10-16 12:00:25 UTC/bin/sh -c #(nop) ENV PHP_LDFLAGS=-Wl,-O1 -Wl,--hash-style=both -pie
2018-10-16 12:41:25 UTC/bin/sh -c #(nop) ENV GPG_KEYS=1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F
2018-10-16 12:41:25 UTC/bin/sh -c #(nop) ENV PHP_VERSION=7.2.11
2018-10-16 12:41:26 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 12:41:26 UTC/bin/sh -c #(nop) ENV PHP_SHA256=da1a705c0bc46410e330fc6baa967666c8cd2985378fb9707c01a8e33b01d985 PHP_MD5=
2018-10-16 12:41:42 UTC/bin/sh -c set -xe; fetchDeps=' wget '; if ! command -v gpg > /dev/null; then fetchDeps="$fetchDeps dirmngr gnupg "; fi; apt-get update; apt-get install -y --no-install-recommends $fetchDeps; rm -rf /var/lib/apt/lists/*; 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; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false $fetchDeps
2018-10-16 12:41:43 UTC/bin/sh -c #(nop) COPY file:207c686e3fed4f71f8a7b245d8dcae9c9048d276a326d82b553c12a90af0c0ca in /usr/local/bin/
2018-10-16 12:52:26 UTC/bin/sh -c set -eux; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends libcurl4-openssl-dev libedit-dev libsodium-dev libsqlite3-dev libssl-dev libxml2-dev zlib1g-dev ${PHP_EXTRA_BUILD_DEPS:-} ; sed -e 's/stretch/buster/g' /etc/apt/sources.list > /etc/apt/sources.list.d/buster.list; { echo 'Package: *'; echo 'Pin: release n=buster'; echo 'Pin-Priority: -10'; echo; echo 'Package: libargon2*'; echo 'Pin: release n=buster'; echo 'Pin-Priority: 990'; } > /etc/apt/preferences.d/argon2-buster; apt-get update; apt-get install -y --no-install-recommends libargon2-dev; rm -rf /var/lib/apt/lists/*; 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)"; debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; if [ ! -d /usr/include/curl ]; then ln -sT "/usr/include/$debMultiarch/curl" /usr/local/include/curl; fi; ./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-password-argon2 --with-sodium=shared --with-curl --with-libedit --with-openssl --with-zlib $(test "$gnuArch" = 's390x-linux-gnu' && echo '--without-pcre-jit') --with-libdir="lib/$debMultiarch" ${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; cp -v php.ini-* "$PHP_INI_DIR/"; cd /; docker-php-source delete; apt-mark auto '.*' > /dev/null; [ -z "$savedAptMark" ] || apt-mark manual $savedAptMark; find /usr/local -type f -executable -exec ldd '{}' ';' | awk '/=>/ { print $(NF-1) }' | sort -u | xargs -r dpkg-query --search | cut -d: -f1 | sort -u | xargs -r apt-mark manual ; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; php --version; pecl update-channels; rm -rf /tmp/pear ~/.pearrc
2018-10-16 12:52:27 UTC/bin/sh -c #(nop) COPY multi:2cdcedabcf5a3b9ae610fab7848e94bc2f64b4d85710d55fd6f79e44dacf73d8 in /usr/local/bin/
2018-10-16 12:52:28 UTC/bin/sh -c docker-php-ext-enable sodium
2018-10-16 12:52:29 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-php-entrypoint"]
2018-10-16 12:52:29 UTC/bin/sh -c #(nop) CMD ["php" "-a"]
2018-10-16 00:37:12 UTC
125 MB
1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PHPIZE_DEPSautoconf dpkg-dev file g++ gcc libc-dev make pkg-config 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:f17d81b4b692f7e0d6c1176c86b81d9f2cb5ac5349703adca51c61debcfe413c - 17.16% (21.4 MB)
[#001] sha256:376d99d019dce3a5ff8f42cc7c09a445c00fefe9777517ee3a1a87b6c587dc6e - 0.0% (227 Bytes)
[#002] sha256:80b3573727f01ab65fc76fcf001e31fcb67bf9ccaeaaa0e03188545d73767ecc - 51.46% (64.3 MB)
[#003] sha256:2c492579cd1fe1c25aa2791fa1a68522f4ceb9cd73a56c3d8a054d57f2b4458e - 0.0% (184 Bytes)
[#004] sha256:0051dc0281dd4274347bfb2f21b7b4252192bb4f949b9179584cdda88f92b497 - 9.51% (11.9 MB)
[#005] sha256:11ba17745f5525cf6dd7a26364eb5254edb5b2eec017ef3ab2ee596fba9de0e9 - 0.0% (500 Bytes)
[#006] sha256:5ea8119946875d994785138be839d51ed11222c73c58c0a24f8b280382fab7f4 - 21.86% (27.3 MB)
[#007] sha256:dd41a556ff073f5db8f90bf1fc54c268d0c58041951a4755444feb2ce8eb432a - 0.0% (2.13 KB)
[#008] sha256:7d9a5d7532777d0cc39ac69132f63807c7a5afc73076e4d8de0b4de3e44270c8 - 0.0% (260 Bytes)
/bin/sh -c #(nop) ADD file:f8f26d117bc4a9289b7cd7447ca36e1a70b11701c63d949ef35ff9c16e190e50 in /
2018-10-15 23:24:48 UTC/bin/sh -c #(nop) CMD ["bash"]
2018-10-16 00:00:56 UTC/bin/sh -c set -eux; { echo 'Package: php*'; echo 'Pin: release *'; echo 'Pin-Priority: -1'; } > /etc/apt/preferences.d/no-debian-php
2018-10-16 00:00:56 UTC/bin/sh -c #(nop) ENV PHPIZE_DEPS=autoconf dpkg-dev file g++ gcc libc-dev make pkg-config re2c
2018-10-16 00:01:25 UTC/bin/sh -c apt-get update && apt-get install -y $PHPIZE_DEPS ca-certificates curl xz-utils --no-install-recommends && rm -r /var/lib/apt/lists/*
2018-10-16 00:01:26 UTC/bin/sh -c #(nop) ENV PHP_INI_DIR=/usr/local/etc/php
2018-10-16 00:01:26 UTC/bin/sh -c mkdir -p $PHP_INI_DIR/conf.d
2018-10-16 00:01:26 UTC/bin/sh -c #(nop) ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O2
2018-10-16 00:01:27 UTC/bin/sh -c #(nop) ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O2
2018-10-16 00:01:27 UTC/bin/sh -c #(nop) ENV PHP_LDFLAGS=-Wl,-O1 -Wl,--hash-style=both -pie
2018-10-16 00:31:10 UTC/bin/sh -c #(nop) ENV GPG_KEYS=1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F
2018-10-16 00:31:10 UTC/bin/sh -c #(nop) ENV PHP_VERSION=7.2.11
2018-10-16 00:31:10 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 00:31:11 UTC/bin/sh -c #(nop) ENV PHP_SHA256=da1a705c0bc46410e330fc6baa967666c8cd2985378fb9707c01a8e33b01d985 PHP_MD5=
2018-10-16 00:31:20 UTC/bin/sh -c set -xe; fetchDeps=' wget '; if ! command -v gpg > /dev/null; then fetchDeps="$fetchDeps dirmngr gnupg "; fi; apt-get update; apt-get install -y --no-install-recommends $fetchDeps; rm -rf /var/lib/apt/lists/*; 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; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false $fetchDeps
2018-10-16 00:31:20 UTC/bin/sh -c #(nop) COPY file:207c686e3fed4f71f8a7b245d8dcae9c9048d276a326d82b553c12a90af0c0ca in /usr/local/bin/
2018-10-16 00:37:10 UTC/bin/sh -c set -eux; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends libcurl4-openssl-dev libedit-dev libsodium-dev libsqlite3-dev libssl-dev libxml2-dev zlib1g-dev ${PHP_EXTRA_BUILD_DEPS:-} ; sed -e 's/stretch/buster/g' /etc/apt/sources.list > /etc/apt/sources.list.d/buster.list; { echo 'Package: *'; echo 'Pin: release n=buster'; echo 'Pin-Priority: -10'; echo; echo 'Package: libargon2*'; echo 'Pin: release n=buster'; echo 'Pin-Priority: 990'; } > /etc/apt/preferences.d/argon2-buster; apt-get update; apt-get install -y --no-install-recommends libargon2-dev; rm -rf /var/lib/apt/lists/*; 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)"; debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; if [ ! -d /usr/include/curl ]; then ln -sT "/usr/include/$debMultiarch/curl" /usr/local/include/curl; fi; ./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-password-argon2 --with-sodium=shared --with-curl --with-libedit --with-openssl --with-zlib $(test "$gnuArch" = 's390x-linux-gnu' && echo '--without-pcre-jit') --with-libdir="lib/$debMultiarch" ${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; cp -v php.ini-* "$PHP_INI_DIR/"; cd /; docker-php-source delete; apt-mark auto '.*' > /dev/null; [ -z "$savedAptMark" ] || apt-mark manual $savedAptMark; find /usr/local -type f -executable -exec ldd '{}' ';' | awk '/=>/ { print $(NF-1) }' | sort -u | xargs -r dpkg-query --search | cut -d: -f1 | sort -u | xargs -r apt-mark manual ; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; php --version; pecl update-channels; rm -rf /tmp/pear ~/.pearrc
2018-10-16 00:37:11 UTC/bin/sh -c #(nop) COPY multi:2cdcedabcf5a3b9ae610fab7848e94bc2f64b4d85710d55fd6f79e44dacf73d8 in /usr/local/bin/
2018-10-16 00:37:12 UTC/bin/sh -c docker-php-ext-enable sodium
2018-10-16 00:37:12 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-php-entrypoint"]
2018-10-16 00:37:12 UTC/bin/sh -c #(nop) CMD ["php" "-a"]
2018-10-16 14:27:57 UTC
113 MB
1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PHPIZE_DEPSautoconf dpkg-dev file g++ gcc libc-dev make pkg-config 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:4b7ffdf9817f718c84be550e8edf757070396d69165fa729c6ddd4e775428eb2 - 17.86% (20.2 MB)
[#001] sha256:20460378a8f38aacfeb9a0bcf3a38abbaebb8845cf0f7ca8c5f8ccb51f3ba5d8 - 0.0% (228 Bytes)
[#002] sha256:ecb7e6fb4c6270cb10f9b8f7aa93b2d05eca8e4ca542ae6b884f3d507b3f2c06 - 48.48% (54.8 MB)
[#003] sha256:0ad837638c5f551ce2ed0722f0aa0206be6b2503befb732461de20785c38ed13 - 0.0% (214 Bytes)
[#004] sha256:9b9370ec5b2b5063157d4c85cefbf5530a033fb5a7a2ebe4b8009c9bde8d4f28 - 10.51% (11.9 MB)
[#005] sha256:aecab35af06c7338e49f2aae4ab7ca2b8aaf87379ba4388b15fdeefe27e1519d - 0.0% (500 Bytes)
[#006] sha256:87e24546f5d4f1f1b9d8488a643edf85480cacd7da6df9a9ab1048b9ac2a5fe8 - 23.15% (26.2 MB)
[#007] sha256:51345dbdd41bb45effebb1b2e7448421507719560161d837c7b41e3cc0c83b4a - 0.0% (2.13 KB)
[#008] sha256:24efd7de3852e598077ef75f74665f8ef86f334cf13e9fdabf10b88fb5bdea83 - 0.0% (262 Bytes)
/bin/sh -c #(nop) ADD file:8f2148adabc29587e17b50138f305f39e94e0e2bd9211a9f913fef56013ac35a in /
2018-10-16 08:55:23 UTC/bin/sh -c #(nop) CMD ["bash"]
2018-10-16 08:59:24 UTC/bin/sh -c set -eux; { echo 'Package: php*'; echo 'Pin: release *'; echo 'Pin-Priority: -1'; } > /etc/apt/preferences.d/no-debian-php
2018-10-16 08:59:25 UTC/bin/sh -c #(nop) ENV PHPIZE_DEPS=autoconf dpkg-dev file g++ gcc libc-dev make pkg-config re2c
2018-10-16 09:00:38 UTC/bin/sh -c apt-get update && apt-get install -y $PHPIZE_DEPS ca-certificates curl xz-utils --no-install-recommends && rm -r /var/lib/apt/lists/*
2018-10-16 09:00:40 UTC/bin/sh -c #(nop) ENV PHP_INI_DIR=/usr/local/etc/php
2018-10-16 09:00:41 UTC/bin/sh -c mkdir -p $PHP_INI_DIR/conf.d
2018-10-16 09:13:40 UTC/bin/sh -c #(nop) ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O2
2018-10-16 09:13:41 UTC/bin/sh -c #(nop) ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O2
2018-10-16 09:13:41 UTC/bin/sh -c #(nop) ENV PHP_LDFLAGS=-Wl,-O1 -Wl,--hash-style=both -pie
2018-10-16 14:23:24 UTC/bin/sh -c #(nop) ENV GPG_KEYS=1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F
2018-10-16 14:23:24 UTC/bin/sh -c #(nop) ENV PHP_VERSION=7.2.11
2018-10-16 14:23:25 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:23:25 UTC/bin/sh -c #(nop) ENV PHP_SHA256=da1a705c0bc46410e330fc6baa967666c8cd2985378fb9707c01a8e33b01d985 PHP_MD5=
2018-10-16 14:23:44 UTC/bin/sh -c set -xe; fetchDeps=' wget '; if ! command -v gpg > /dev/null; then fetchDeps="$fetchDeps dirmngr gnupg "; fi; apt-get update; apt-get install -y --no-install-recommends $fetchDeps; rm -rf /var/lib/apt/lists/*; 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; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false $fetchDeps
2018-10-16 14:23:45 UTC/bin/sh -c #(nop) COPY file:207c686e3fed4f71f8a7b245d8dcae9c9048d276a326d82b553c12a90af0c0ca in /usr/local/bin/
2018-10-16 14:27:53 UTC/bin/sh -c set -eux; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends libcurl4-openssl-dev libedit-dev libsodium-dev libsqlite3-dev libssl-dev libxml2-dev zlib1g-dev ${PHP_EXTRA_BUILD_DEPS:-} ; sed -e 's/stretch/buster/g' /etc/apt/sources.list > /etc/apt/sources.list.d/buster.list; { echo 'Package: *'; echo 'Pin: release n=buster'; echo 'Pin-Priority: -10'; echo; echo 'Package: libargon2*'; echo 'Pin: release n=buster'; echo 'Pin-Priority: 990'; } > /etc/apt/preferences.d/argon2-buster; apt-get update; apt-get install -y --no-install-recommends libargon2-dev; rm -rf /var/lib/apt/lists/*; 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)"; debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; if [ ! -d /usr/include/curl ]; then ln -sT "/usr/include/$debMultiarch/curl" /usr/local/include/curl; fi; ./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-password-argon2 --with-sodium=shared --with-curl --with-libedit --with-openssl --with-zlib $(test "$gnuArch" = 's390x-linux-gnu' && echo '--without-pcre-jit') --with-libdir="lib/$debMultiarch" ${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; cp -v php.ini-* "$PHP_INI_DIR/"; cd /; docker-php-source delete; apt-mark auto '.*' > /dev/null; [ -z "$savedAptMark" ] || apt-mark manual $savedAptMark; find /usr/local -type f -executable -exec ldd '{}' ';' | awk '/=>/ { print $(NF-1) }' | sort -u | xargs -r dpkg-query --search | cut -d: -f1 | sort -u | xargs -r apt-mark manual ; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; php --version; pecl update-channels; rm -rf /tmp/pear ~/.pearrc
2018-10-16 14:27:54 UTC/bin/sh -c #(nop) COPY multi:2cdcedabcf5a3b9ae610fab7848e94bc2f64b4d85710d55fd6f79e44dacf73d8 in /usr/local/bin/
2018-10-16 14:27:56 UTC/bin/sh -c docker-php-ext-enable sodium
2018-10-16 14:27:56 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-php-entrypoint"]
2018-10-16 14:27:57 UTC/bin/sh -c #(nop) CMD ["php" "-a"]
2018-10-16 12:31:28 UTC
107 MB
1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PHPIZE_DEPSautoconf dpkg-dev file g++ gcc libc-dev make pkg-config 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:2e5bbd238113a2057012dfb78ac9665531c276c48962d208492c8802fb0503c0 - 17.21% (18.4 MB)
[#001] sha256:4c7453977399986cae90e7dff649e6e6239b8561d9f7af71651ea23933b98bd3 - 0.0% (228 Bytes)
[#002] sha256:4f0c86f09d6663fdcad54665088cbc80458ba3910dd6ff1221ba525f02902078 - 47.83% (51.1 MB)
[#003] sha256:ca86f3766852f42b9b9e8fc1e14732770796c7e01bd15e8d45dcd04d720faeec - 0.0% (212 Bytes)
[#004] sha256:d6af62900e842e81c3be2c0815fad24eb8845805bd44759f7abd8184b9161264 - 11.13% (11.9 MB)
[#005] sha256:42cda0101577f7adeb1a64f0f3c1778310a9e739509df184606999dfdf83d650 - 0.0% (500 Bytes)
[#006] sha256:1f53d01a91b5339d64cb6f8b7447b3d73ae17736520e4643837b2bef64665bc2 - 23.83% (25.4 MB)
[#007] sha256:59a923b425f4fb217e1ee65b6322554e943ea80bf57780e51c3d9f86adcf314a - 0.0% (2.13 KB)
[#008] sha256:221d9a55fde9e222b4bcc82c2cfa318066e7ac8bc5dce7e558950793bb7a1f7c - 0.0% (259 Bytes)
/bin/sh -c #(nop) ADD file:d20313e46e6d5f092327691d5bc0e83ad6b16d7b44a8dc82fa973c25a13257e7 in /
2018-09-05 12:04:38 UTC/bin/sh -c #(nop) CMD ["bash"]
2018-09-05 13:54:55 UTC/bin/sh -c set -eux; { echo 'Package: php*'; echo 'Pin: release *'; echo 'Pin-Priority: -1'; } > /etc/apt/preferences.d/no-debian-php
2018-09-05 13:54:56 UTC/bin/sh -c #(nop) ENV PHPIZE_DEPS=autoconf dpkg-dev file g++ gcc libc-dev make pkg-config re2c
2018-09-05 13:55:21 UTC/bin/sh -c apt-get update && apt-get install -y $PHPIZE_DEPS ca-certificates curl xz-utils --no-install-recommends && rm -r /var/lib/apt/lists/*
2018-09-05 13:55:21 UTC/bin/sh -c #(nop) ENV PHP_INI_DIR=/usr/local/etc/php
2018-09-05 13:55:23 UTC/bin/sh -c mkdir -p $PHP_INI_DIR/conf.d
2018-09-05 13:55:24 UTC/bin/sh -c #(nop) ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O2
2018-09-05 13:55:24 UTC/bin/sh -c #(nop) ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O2
2018-09-05 13:55:24 UTC/bin/sh -c #(nop) ENV PHP_LDFLAGS=-Wl,-O1 -Wl,--hash-style=both -pie
2018-09-05 14:14:42 UTC/bin/sh -c #(nop) ENV GPG_KEYS=1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F
2018-10-16 12:27:42 UTC/bin/sh -c #(nop) ENV PHP_VERSION=7.2.11
2018-10-16 12:27:42 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 12:27:42 UTC/bin/sh -c #(nop) ENV PHP_SHA256=da1a705c0bc46410e330fc6baa967666c8cd2985378fb9707c01a8e33b01d985 PHP_MD5=
2018-10-16 12:27:56 UTC/bin/sh -c set -xe; fetchDeps=' wget '; if ! command -v gpg > /dev/null; then fetchDeps="$fetchDeps dirmngr gnupg "; fi; apt-get update; apt-get install -y --no-install-recommends $fetchDeps; rm -rf /var/lib/apt/lists/*; 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; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false $fetchDeps
2018-10-16 12:27:57 UTC/bin/sh -c #(nop) COPY file:207c686e3fed4f71f8a7b245d8dcae9c9048d276a326d82b553c12a90af0c0ca in /usr/local/bin/
2018-10-16 12:31:23 UTC/bin/sh -c set -eux; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends libcurl4-openssl-dev libedit-dev libsodium-dev libsqlite3-dev libssl-dev libxml2-dev zlib1g-dev ${PHP_EXTRA_BUILD_DEPS:-} ; sed -e 's/stretch/buster/g' /etc/apt/sources.list > /etc/apt/sources.list.d/buster.list; { echo 'Package: *'; echo 'Pin: release n=buster'; echo 'Pin-Priority: -10'; echo; echo 'Package: libargon2*'; echo 'Pin: release n=buster'; echo 'Pin-Priority: 990'; } > /etc/apt/preferences.d/argon2-buster; apt-get update; apt-get install -y --no-install-recommends libargon2-dev; rm -rf /var/lib/apt/lists/*; 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)"; debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; if [ ! -d /usr/include/curl ]; then ln -sT "/usr/include/$debMultiarch/curl" /usr/local/include/curl; fi; ./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-password-argon2 --with-sodium=shared --with-curl --with-libedit --with-openssl --with-zlib $(test "$gnuArch" = 's390x-linux-gnu' && echo '--without-pcre-jit') --with-libdir="lib/$debMultiarch" ${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; cp -v php.ini-* "$PHP_INI_DIR/"; cd /; docker-php-source delete; apt-mark auto '.*' > /dev/null; [ -z "$savedAptMark" ] || apt-mark manual $savedAptMark; find /usr/local -type f -executable -exec ldd '{}' ';' | awk '/=>/ { print $(NF-1) }' | sort -u | xargs -r dpkg-query --search | cut -d: -f1 | sort -u | xargs -r apt-mark manual ; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; php --version; pecl update-channels; rm -rf /tmp/pear ~/.pearrc
2018-10-16 12:31:25 UTC/bin/sh -c #(nop) COPY multi:2cdcedabcf5a3b9ae610fab7848e94bc2f64b4d85710d55fd6f79e44dacf73d8 in /usr/local/bin/
2018-10-16 12:31:27 UTC/bin/sh -c docker-php-ext-enable sodium
2018-10-16 12:31:27 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-php-entrypoint"]
2018-10-16 12:31:28 UTC/bin/sh -c #(nop) CMD ["php" "-a"]
2018-10-16 10:26:42 UTC
112 MB
1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PHPIZE_DEPSautoconf dpkg-dev file g++ gcc libc-dev make pkg-config 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:141796bfcf0d5a5edb072138e517bf85deef4f47f40afb51ba8705bec3b921dd - 17.26% (19.4 MB)
[#001] sha256:aa887e40ae8a2b78a8eba6e16f2902853327c922f0110c4bd2e4728fb79b305b - 0.0% (229 Bytes)
[#002] sha256:99271cba459dd39a663363166e510f7cc1ebf18b221d33bb6c4e26d54774a5d7 - 48.88% (54.9 MB)
[#003] sha256:440b75b2132ae75a804754d6dd4f874b688e2f6a1d034fd0d2de6e496b8f1f0b - 0.0% (184 Bytes)
[#004] sha256:7942587ff52945e0189514411c51385bc8e61468a9a0982bf8ce9a830e9ca518 - 10.57% (11.9 MB)
[#005] sha256:132bcab1b302b49a795bd6260c753f99c447f02f2e25c7f359b8e681bc064907 - 0.0% (501 Bytes)
[#006] sha256:5ce08d2008736c3f0f83931101caba7c7f029ee3bcdf30543efd272e493bfd3b - 23.28% (26.2 MB)
[#007] sha256:29eb6a05c467233daaa33f5f75a868920295ed5ba880f3fa92ea0f6abaf2dacf - 0.0% (2.13 KB)
[#008] sha256:513913ba354777e75f82ba25d8a18086096bc608b34bb32a38e051f9b47ae6f8 - 0.0% (260 Bytes)
/bin/sh -c #(nop) ADD file:e83c09a5cfc1cecaeba6b736737d551fe0f5d3f204ec3fc984fe768003774f81 in /
2018-10-16 08:43:46 UTC/bin/sh -c #(nop) CMD ["bash"]
2018-10-16 09:37:09 UTC/bin/sh -c set -eux; { echo 'Package: php*'; echo 'Pin: release *'; echo 'Pin-Priority: -1'; } > /etc/apt/preferences.d/no-debian-php
2018-10-16 09:37:10 UTC/bin/sh -c #(nop) ENV PHPIZE_DEPS=autoconf dpkg-dev file g++ gcc libc-dev make pkg-config re2c
2018-10-16 09:38:24 UTC/bin/sh -c apt-get update && apt-get install -y $PHPIZE_DEPS ca-certificates curl xz-utils --no-install-recommends && rm -r /var/lib/apt/lists/*
2018-10-16 09:38:25 UTC/bin/sh -c #(nop) ENV PHP_INI_DIR=/usr/local/etc/php
2018-10-16 09:38:27 UTC/bin/sh -c mkdir -p $PHP_INI_DIR/conf.d
2018-10-16 09:38:28 UTC/bin/sh -c #(nop) ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O2
2018-10-16 09:38:28 UTC/bin/sh -c #(nop) ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O2
2018-10-16 09:38:29 UTC/bin/sh -c #(nop) ENV PHP_LDFLAGS=-Wl,-O1 -Wl,--hash-style=both -pie
2018-10-16 10:17:19 UTC/bin/sh -c #(nop) ENV GPG_KEYS=1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F
2018-10-16 10:17:19 UTC/bin/sh -c #(nop) ENV PHP_VERSION=7.2.11
2018-10-16 10:17:20 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:17:21 UTC/bin/sh -c #(nop) ENV PHP_SHA256=da1a705c0bc46410e330fc6baa967666c8cd2985378fb9707c01a8e33b01d985 PHP_MD5=
2018-10-16 10:17:51 UTC/bin/sh -c set -xe; fetchDeps=' wget '; if ! command -v gpg > /dev/null; then fetchDeps="$fetchDeps dirmngr gnupg "; fi; apt-get update; apt-get install -y --no-install-recommends $fetchDeps; rm -rf /var/lib/apt/lists/*; 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; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false $fetchDeps
2018-10-16 10:17:52 UTC/bin/sh -c #(nop) COPY file:207c686e3fed4f71f8a7b245d8dcae9c9048d276a326d82b553c12a90af0c0ca in /usr/local/bin/
2018-10-16 10:26:38 UTC/bin/sh -c set -eux; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends libcurl4-openssl-dev libedit-dev libsodium-dev libsqlite3-dev libssl-dev libxml2-dev zlib1g-dev ${PHP_EXTRA_BUILD_DEPS:-} ; sed -e 's/stretch/buster/g' /etc/apt/sources.list > /etc/apt/sources.list.d/buster.list; { echo 'Package: *'; echo 'Pin: release n=buster'; echo 'Pin-Priority: -10'; echo; echo 'Package: libargon2*'; echo 'Pin: release n=buster'; echo 'Pin-Priority: 990'; } > /etc/apt/preferences.d/argon2-buster; apt-get update; apt-get install -y --no-install-recommends libargon2-dev; rm -rf /var/lib/apt/lists/*; 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)"; debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; if [ ! -d /usr/include/curl ]; then ln -sT "/usr/include/$debMultiarch/curl" /usr/local/include/curl; fi; ./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-password-argon2 --with-sodium=shared --with-curl --with-libedit --with-openssl --with-zlib $(test "$gnuArch" = 's390x-linux-gnu' && echo '--without-pcre-jit') --with-libdir="lib/$debMultiarch" ${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; cp -v php.ini-* "$PHP_INI_DIR/"; cd /; docker-php-source delete; apt-mark auto '.*' > /dev/null; [ -z "$savedAptMark" ] || apt-mark manual $savedAptMark; find /usr/local -type f -executable -exec ldd '{}' ';' | awk '/=>/ { print $(NF-1) }' | sort -u | xargs -r dpkg-query --search | cut -d: -f1 | sort -u | xargs -r apt-mark manual ; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; php --version; pecl update-channels; rm -rf /tmp/pear ~/.pearrc
2018-10-16 10:26:39 UTC/bin/sh -c #(nop) COPY multi:2cdcedabcf5a3b9ae610fab7848e94bc2f64b4d85710d55fd6f79e44dacf73d8 in /usr/local/bin/
2018-10-16 10:26:41 UTC/bin/sh -c docker-php-ext-enable sodium
2018-10-16 10:26:41 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-php-entrypoint"]
2018-10-16 10:26:42 UTC/bin/sh -c #(nop) CMD ["php" "-a"]
2018-10-16 09:13:47 UTC
120 MB
1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PHPIZE_DEPSautoconf dpkg-dev file g++ gcc libc-dev make pkg-config 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:202f659db3e53c01ac947538d8b37251e9fa16c4a6a699dc6c2a8910afcdfed4 - 18.12% (21.7 MB)
[#001] sha256:ba0f6d499d48eb19dc9d2e6453db815f1d64074f2775cbd9cac4928c0461cdbc - 0.0% (228 Bytes)
[#002] sha256:f354790bdfa97d0b204ca9cf4402d437e713049020362b7ad4af49ef47efb984 - 49.25% (58.9 MB)
[#003] sha256:745377e23f5d138b115edff3b4ebf7c90114d7d658bff2cd8453aaffc66a04db - 0.0% (212 Bytes)
[#004] sha256:4205e66697d4c613bd65c83d2a8d77a5860a772feaf2b30d2317e1d85fdb0853 - 9.93% (11.9 MB)
[#005] sha256:5e249754007a51ddb2be3660b78f26c9bc6ac17cd8d2956a391b287c324c041b - 0.0% (502 Bytes)
[#006] sha256:be92a136737541a8631b165ec61b4e9727e390aac20f3aac2e2b715948593de8 - 22.7% (27.2 MB)
[#007] sha256:43fad5b6162ab658068acc1ea0a528e3977282b6ad4bbb0043a6cbc36ed6089f - 0.0% (2.13 KB)
[#008] sha256:c17cf75cf0f8d0cdea73acc6f51ab065c03cb1ab9a3e7eeccc17a03ba46c799b - 0.0% (260 Bytes)
/bin/sh -c #(nop) ADD file:b1fa1d0ffa2b206311dfd95642d74c3312565a1ec2e6e3a2197bfd2a4b3de6c6 in /
2018-10-16 08:22:30 UTC/bin/sh -c #(nop) CMD ["bash"]
2018-10-16 08:36:20 UTC/bin/sh -c set -eux; { echo 'Package: php*'; echo 'Pin: release *'; echo 'Pin-Priority: -1'; } > /etc/apt/preferences.d/no-debian-php
2018-10-16 08:36:20 UTC/bin/sh -c #(nop) ENV PHPIZE_DEPS=autoconf dpkg-dev file g++ gcc libc-dev make pkg-config re2c
2018-10-16 08:38:14 UTC/bin/sh -c apt-get update && apt-get install -y $PHPIZE_DEPS ca-certificates curl xz-utils --no-install-recommends && rm -r /var/lib/apt/lists/*
2018-10-16 08:38:16 UTC/bin/sh -c #(nop) ENV PHP_INI_DIR=/usr/local/etc/php
2018-10-16 08:38:19 UTC/bin/sh -c mkdir -p $PHP_INI_DIR/conf.d
2018-10-16 08:38:24 UTC/bin/sh -c #(nop) ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O2
2018-10-16 08:38:28 UTC/bin/sh -c #(nop) ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O2
2018-10-16 08:38:29 UTC/bin/sh -c #(nop) ENV PHP_LDFLAGS=-Wl,-O1 -Wl,--hash-style=both -pie
2018-10-16 09:07:41 UTC/bin/sh -c #(nop) ENV GPG_KEYS=1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F
2018-10-16 09:07:42 UTC/bin/sh -c #(nop) ENV PHP_VERSION=7.2.11
2018-10-16 09:07:43 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 09:07:44 UTC/bin/sh -c #(nop) ENV PHP_SHA256=da1a705c0bc46410e330fc6baa967666c8cd2985378fb9707c01a8e33b01d985 PHP_MD5=
2018-10-16 09:08:33 UTC/bin/sh -c set -xe; fetchDeps=' wget '; if ! command -v gpg > /dev/null; then fetchDeps="$fetchDeps dirmngr gnupg "; fi; apt-get update; apt-get install -y --no-install-recommends $fetchDeps; rm -rf /var/lib/apt/lists/*; 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; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false $fetchDeps
2018-10-16 09:08:35 UTC/bin/sh -c #(nop) COPY file:207c686e3fed4f71f8a7b245d8dcae9c9048d276a326d82b553c12a90af0c0ca in /usr/local/bin/
2018-10-16 09:13:33 UTC/bin/sh -c set -eux; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends libcurl4-openssl-dev libedit-dev libsodium-dev libsqlite3-dev libssl-dev libxml2-dev zlib1g-dev ${PHP_EXTRA_BUILD_DEPS:-} ; sed -e 's/stretch/buster/g' /etc/apt/sources.list > /etc/apt/sources.list.d/buster.list; { echo 'Package: *'; echo 'Pin: release n=buster'; echo 'Pin-Priority: -10'; echo; echo 'Package: libargon2*'; echo 'Pin: release n=buster'; echo 'Pin-Priority: 990'; } > /etc/apt/preferences.d/argon2-buster; apt-get update; apt-get install -y --no-install-recommends libargon2-dev; rm -rf /var/lib/apt/lists/*; 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)"; debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; if [ ! -d /usr/include/curl ]; then ln -sT "/usr/include/$debMultiarch/curl" /usr/local/include/curl; fi; ./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-password-argon2 --with-sodium=shared --with-curl --with-libedit --with-openssl --with-zlib $(test "$gnuArch" = 's390x-linux-gnu' && echo '--without-pcre-jit') --with-libdir="lib/$debMultiarch" ${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; cp -v php.ini-* "$PHP_INI_DIR/"; cd /; docker-php-source delete; apt-mark auto '.*' > /dev/null; [ -z "$savedAptMark" ] || apt-mark manual $savedAptMark; find /usr/local -type f -executable -exec ldd '{}' ';' | awk '/=>/ { print $(NF-1) }' | sort -u | xargs -r dpkg-query --search | cut -d: -f1 | sort -u | xargs -r apt-mark manual ; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; php --version; pecl update-channels; rm -rf /tmp/pear ~/.pearrc
2018-10-16 09:13:36 UTC/bin/sh -c #(nop) COPY multi:2cdcedabcf5a3b9ae610fab7848e94bc2f64b4d85710d55fd6f79e44dacf73d8 in /usr/local/bin/
2018-10-16 09:13:41 UTC/bin/sh -c docker-php-ext-enable sodium
2018-10-16 09:13:44 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-php-entrypoint"]
2018-10-16 09:13:47 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.