2019-05-11 14:50:02 UTC
31.3 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://www.php.net/get/php-7.2.18.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_SHA2569970dbb3ab1298c9e6aac54bebfa841c8ad14b18eead65594a68fa841364cb8d
PHP_URLhttps://www.php.net/get/php-7.2.18.tar.xz/from/this/mirror
PHP_VERSION7.2.18
[#000] sha256:d0c434c0359e2da36b788ae4f5a3a70015d83ee20070aa412e714c7feecca465 - 8.39% (2.62 MB)
[#001] sha256:01ff3d9753e7cf69bb0f3f759c29130dcdc9164fbd0f97c70570bfdd13684a9d - 4.68% (1.46 MB)
[#002] sha256:c62ecb381a0a97aeaef290553ea1e5da3a2ae7d6e38433e768845967b989c288 - 0.0% (1.22 KB)
[#003] sha256:f4bc88c4decc663daffc30ca08294291292d6c5d2b4426abfacb6115cf4b59d8 - 0.0% (221 Bytes)
[#004] sha256:c1c6cda985455cddbc591e006f647b1a38f985bdb1d6a38655e1fa140bf96590 - 37.17% (11.6 MB)
[#005] sha256:14b3c90a20f9c118eb424fe8c5fd4e90b34a392c1887b55261521e8afce1948d - 0.0% (495 Bytes)
[#006] sha256:612897113fa8df7076a9053995d3828283e25bb50c630b604bc81206e112c34c - 49.53% (15.5 MB)
[#007] sha256:04f4fd90922f569df598899883d7167ad26942f76772b15e44aa99a7e5b6c768 - 0.01% (2.13 KB)
[#008] sha256:e59ca2728edf02dfc79a35c99fe7623671848770c9082351e7bcbf1aa6dcdbc9 - 0.22% (69.4 KB)
/bin/sh -c #(nop) ADD file:6bcacb93c2814cb9c833dfb82a5ef000ef21e6864d9f0b20a7a68b6e16801700 in /
2019-05-11 10:39:25 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2019-05-11 14:23:31 UTC/bin/sh -c #(nop) ENV PHPIZE_DEPS=autoconf dpkg-dev dpkg file g++ gcc libc-dev make pkgconf re2c
2019-05-11 14:23:32 UTC/bin/sh -c apk add --no-cache ca-certificates curl tar xz openssl
2019-05-11 14:23:33 UTC/bin/sh -c set -x && addgroup -g 82 -S www-data && adduser -u 82 -D -S -G www-data www-data
2019-05-11 14:23:33 UTC/bin/sh -c #(nop) ENV PHP_INI_DIR=/usr/local/etc/php
2019-05-11 14:23:33 UTC/bin/sh -c set -eux; mkdir -p "$PHP_INI_DIR/conf.d"; [ ! -d /var/www/html ]; mkdir -p /var/www/html; chown www-data:www-data /var/www/html; chmod 777 /var/www/html
2019-05-11 14:23:34 UTC/bin/sh -c #(nop) ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O2
2019-05-11 14:23:34 UTC/bin/sh -c #(nop) ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O2
2019-05-11 14:23:34 UTC/bin/sh -c #(nop) ENV PHP_LDFLAGS=-Wl,-O1 -Wl,--hash-style=both -pie
2019-05-11 14:43:40 UTC/bin/sh -c #(nop) ENV GPG_KEYS=1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F
2019-05-11 14:43:41 UTC/bin/sh -c #(nop) ENV PHP_VERSION=7.2.18
2019-05-11 14:43:41 UTC/bin/sh -c #(nop) ENV PHP_URL=https://www.php.net/get/php-7.2.18.tar.xz/from/this/mirror PHP_ASC_URL=https://www.php.net/get/php-7.2.18.tar.xz.asc/from/this/mirror
2019-05-11 14:43:41 UTC/bin/sh -c #(nop) ENV PHP_SHA256=9970dbb3ab1298c9e6aac54bebfa841c8ad14b18eead65594a68fa841364cb8d PHP_MD5=
2019-05-11 14:43:44 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 --batch --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 --no-network .fetch-deps
2019-05-11 14:43:44 UTC/bin/sh -c #(nop) COPY file:ce57c04b70896f77cc11eb2766417d8a1240fcffe5bba92179ec78c458844110 in /usr/local/bin/
2019-05-11 14:50:00 UTC/bin/sh -c set -xe && apk add --no-cache --virtual .build-deps $PHPIZE_DEPS argon2-dev coreutils curl-dev libedit-dev libsodium-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" --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') $PHP_EXTRA_CONFIGURE_ARGS && make -j "$(nproc)" && find -type f -name '*.a' -delete && 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 $runDeps && apk del --no-network .build-deps && pecl update-channels && rm -rf /tmp/pear ~/.pearrc
2019-05-11 14:50:00 UTC/bin/sh -c #(nop) COPY multi:03970f7b3773444b9f7f244f89d3ceeb4253ac6599f0ba0a4c0306c5bf7d1b9b in /usr/local/bin/
2019-05-11 14:50:01 UTC/bin/sh -c docker-php-ext-enable sodium
2019-05-11 14:50:01 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-php-entrypoint"]
2019-05-11 14:50:02 UTC/bin/sh -c #(nop) CMD ["php" "-a"]
2019-05-11 03:37:04 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://www.php.net/get/php-7.2.18.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_SHA2569970dbb3ab1298c9e6aac54bebfa841c8ad14b18eead65594a68fa841364cb8d
PHP_URLhttps://www.php.net/get/php-7.2.18.tar.xz/from/this/mirror
PHP_VERSION7.2.18
[#000] sha256:e7c96db7181be991f19a9fb6975cdbbd73c65f4a2681348e63a141a2192a5f10 - 8.54% (2.63 MB)
[#001] sha256:7270d632124c8dabb3e1a1422cb5be11fd258bc4b112d4117d29780cc65fed4c - 4.45% (1.37 MB)
[#002] sha256:13605bac8660f61b690b20fbd38fa9e88b99f50a7ffc860a9fd4a16030ac9113 - 0.0% (1.22 KB)
[#003] sha256:7c5ed3c35631399f4c4ee0510f76c329ef4ceedfb838d8548e5ad5a82beebece - 0.0% (221 Bytes)
[#004] sha256:6572d4bfdb063fd1fdf3f3316c908b559e963b29a8fe8e34717794a98274ecb5 - 37.76% (11.6 MB)
[#005] sha256:2a228afe24d09e67ac2dd0ccd2bc7b2d9379cccd7fc299b92275ff713be90411 - 0.0% (495 Bytes)
[#006] sha256:3bd52f995dd6080e8599816b42d5a102b519d35416b999383c1f8e21b476dbf8 - 49.02% (15.1 MB)
[#007] sha256:e524539ac330a5c2d045f9f5f4feb61767db62924420fcd42af4fe15d5cf5eee - 0.01% (2.13 KB)
[#008] sha256:6fc7083da31dc63d25951e778882605665ab6ded7b6d6adffac4455263e7b044 - 0.22% (70.3 KB)
/bin/sh -c #(nop) ADD file:a86aea1f3a7d68f6ae03397b99ea77f2e9ee901c5c59e59f76f93adbb4035913 in /
2019-05-11 00:07:03 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2019-05-11 03:04:43 UTC/bin/sh -c #(nop) ENV PHPIZE_DEPS=autoconf dpkg-dev dpkg file g++ gcc libc-dev make pkgconf re2c
2019-05-11 03:04:44 UTC/bin/sh -c apk add --no-cache ca-certificates curl tar xz openssl
2019-05-11 03:04:45 UTC/bin/sh -c set -x && addgroup -g 82 -S www-data && adduser -u 82 -D -S -G www-data www-data
2019-05-11 03:04:46 UTC/bin/sh -c #(nop) ENV PHP_INI_DIR=/usr/local/etc/php
2019-05-11 03:04:47 UTC/bin/sh -c set -eux; mkdir -p "$PHP_INI_DIR/conf.d"; [ ! -d /var/www/html ]; mkdir -p /var/www/html; chown www-data:www-data /var/www/html; chmod 777 /var/www/html
2019-05-11 03:04:47 UTC/bin/sh -c #(nop) ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O2
2019-05-11 03:04:47 UTC/bin/sh -c #(nop) ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O2
2019-05-11 03:04:47 UTC/bin/sh -c #(nop) ENV PHP_LDFLAGS=-Wl,-O1 -Wl,--hash-style=both -pie
2019-05-11 03:27:57 UTC/bin/sh -c #(nop) ENV GPG_KEYS=1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F
2019-05-11 03:27:57 UTC/bin/sh -c #(nop) ENV PHP_VERSION=7.2.18
2019-05-11 03:27:57 UTC/bin/sh -c #(nop) ENV PHP_URL=https://www.php.net/get/php-7.2.18.tar.xz/from/this/mirror PHP_ASC_URL=https://www.php.net/get/php-7.2.18.tar.xz.asc/from/this/mirror
2019-05-11 03:27:58 UTC/bin/sh -c #(nop) ENV PHP_SHA256=9970dbb3ab1298c9e6aac54bebfa841c8ad14b18eead65594a68fa841364cb8d PHP_MD5=
2019-05-11 03:28:03 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 --batch --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 --no-network .fetch-deps
2019-05-11 03:28:03 UTC/bin/sh -c #(nop) COPY file:ce57c04b70896f77cc11eb2766417d8a1240fcffe5bba92179ec78c458844110 in /usr/local/bin/
2019-05-11 03:37:01 UTC/bin/sh -c set -xe && apk add --no-cache --virtual .build-deps $PHPIZE_DEPS argon2-dev coreutils curl-dev libedit-dev libsodium-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" --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') $PHP_EXTRA_CONFIGURE_ARGS && make -j "$(nproc)" && find -type f -name '*.a' -delete && 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 $runDeps && apk del --no-network .build-deps && pecl update-channels && rm -rf /tmp/pear ~/.pearrc
2019-05-11 03:37:02 UTC/bin/sh -c #(nop) COPY multi:03970f7b3773444b9f7f244f89d3ceeb4253ac6599f0ba0a4c0306c5bf7d1b9b in /usr/local/bin/
2019-05-11 03:37:04 UTC/bin/sh -c docker-php-ext-enable sodium
2019-05-11 03:37:04 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-php-entrypoint"]
2019-05-11 03:37:04 UTC/bin/sh -c #(nop) CMD ["php" "-a"]
2019-05-11 08:20:56 UTC
29.4 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://www.php.net/get/php-7.2.18.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_SHA2569970dbb3ab1298c9e6aac54bebfa841c8ad14b18eead65594a68fa841364cb8d
PHP_URLhttps://www.php.net/get/php-7.2.18.tar.xz/from/this/mirror
PHP_VERSION7.2.18
[#000] sha256:6e39823df636e42cc4ea056843af98c9bec31b5ae0a75cdc5628cd19b589189c - 8.25% (2.43 MB)
[#001] sha256:c7d9d1dbeac19280c3964daa9f19dc5176bc3a1f68a182c50a2828c61a7c0956 - 4.48% (1.32 MB)
[#002] sha256:1c333226d9b15dde04c8d0d6ca49e5993dbfc5ef7a9aba068c18804d666eab6e - 0.0% (1.25 KB)
[#003] sha256:fa7e43ebfd6d6825d1a9fa88ded3dc046a3d7f3143e78919119999ee188ee528 - 0.0% (267 Bytes)
[#004] sha256:aca815b4f91ba0b333f0b762f44308ed58ed62029fcbf507cac702cd70abd2f7 - 39.53% (11.6 MB)
[#005] sha256:ef93de7cfd4b01f60b8ed39fa77409f4af12b656d4316d5488950638476b6267 - 0.0% (493 Bytes)
[#006] sha256:4ad8bb715a435f5839313b299ef5319b0c7dec738d6bac33091631c7ef11e745 - 47.5% (14 MB)
[#007] sha256:2d731cb55afa04d2d1d3884951a298620518d9a7c2ee3c1bc6511e1e70581a6c - 0.01% (2.13 KB)
[#008] sha256:bc6ec7ac97b6115022a250831c895ed90646b84dd42eb147fef4e0712cd7b51d - 0.23% (69.8 KB)
/bin/sh -c #(nop) ADD file:202469fe868f49927884e8dd109fb8bb596ab6e435dc1bfc9f75f03e50e82325 in /
2019-05-11 07:49:31 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2019-05-11 08:06:01 UTC/bin/sh -c #(nop) ENV PHPIZE_DEPS=autoconf dpkg-dev dpkg file g++ gcc libc-dev make pkgconf re2c
2019-05-11 08:06:02 UTC/bin/sh -c apk add --no-cache ca-certificates curl tar xz openssl
2019-05-11 08:06:04 UTC/bin/sh -c set -x && addgroup -g 82 -S www-data && adduser -u 82 -D -S -G www-data www-data
2019-05-11 08:06:04 UTC/bin/sh -c #(nop) ENV PHP_INI_DIR=/usr/local/etc/php
2019-05-11 08:06:05 UTC/bin/sh -c set -eux; mkdir -p "$PHP_INI_DIR/conf.d"; [ ! -d /var/www/html ]; mkdir -p /var/www/html; chown www-data:www-data /var/www/html; chmod 777 /var/www/html
2019-05-11 08:06:06 UTC/bin/sh -c #(nop) ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O2
2019-05-11 08:06:06 UTC/bin/sh -c #(nop) ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O2
2019-05-11 08:06:06 UTC/bin/sh -c #(nop) ENV PHP_LDFLAGS=-Wl,-O1 -Wl,--hash-style=both -pie
2019-05-11 08:17:32 UTC/bin/sh -c #(nop) ENV GPG_KEYS=1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F
2019-05-11 08:17:32 UTC/bin/sh -c #(nop) ENV PHP_VERSION=7.2.18
2019-05-11 08:17:33 UTC/bin/sh -c #(nop) ENV PHP_URL=https://www.php.net/get/php-7.2.18.tar.xz/from/this/mirror PHP_ASC_URL=https://www.php.net/get/php-7.2.18.tar.xz.asc/from/this/mirror
2019-05-11 08:17:33 UTC/bin/sh -c #(nop) ENV PHP_SHA256=9970dbb3ab1298c9e6aac54bebfa841c8ad14b18eead65594a68fa841364cb8d PHP_MD5=
2019-05-11 08:17:37 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 --batch --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 --no-network .fetch-deps
2019-05-11 08:17:37 UTC/bin/sh -c #(nop) COPY file:ce57c04b70896f77cc11eb2766417d8a1240fcffe5bba92179ec78c458844110 in /usr/local/bin/
2019-05-11 08:20:53 UTC/bin/sh -c set -xe && apk add --no-cache --virtual .build-deps $PHPIZE_DEPS argon2-dev coreutils curl-dev libedit-dev libsodium-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" --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') $PHP_EXTRA_CONFIGURE_ARGS && make -j "$(nproc)" && find -type f -name '*.a' -delete && 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 $runDeps && apk del --no-network .build-deps && pecl update-channels && rm -rf /tmp/pear ~/.pearrc
2019-05-11 08:20:54 UTC/bin/sh -c #(nop) COPY multi:03970f7b3773444b9f7f244f89d3ceeb4253ac6599f0ba0a4c0306c5bf7d1b9b in /usr/local/bin/
2019-05-11 08:20:56 UTC/bin/sh -c docker-php-ext-enable sodium
2019-05-11 08:20:56 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-php-entrypoint"]
2019-05-11 08:20:56 UTC/bin/sh -c #(nop) CMD ["php" "-a"]
2019-05-11 12:45:50 UTC
28.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://www.php.net/get/php-7.2.18.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_SHA2569970dbb3ab1298c9e6aac54bebfa841c8ad14b18eead65594a68fa841364cb8d
PHP_URLhttps://www.php.net/get/php-7.2.18.tar.xz/from/this/mirror
PHP_VERSION7.2.18
[#000] sha256:856f4240f8dba160c5323506c1e9a4dbaaca840bf1b0c244af3b8d1b42b0f43b - 7.96% (2.24 MB)
[#001] sha256:6d155f61954409b6a14bf8848b56aabd95029cf4f2a893160c4152d228d54d89 - 4.35% (1.23 MB)
[#002] sha256:3a751981240934e3d6db04cb9c42cf9338b0693bcfc27d4aa372d40ebbdc61c1 - 0.0% (1.25 KB)
[#003] sha256:5a4d65835cf797d271224e4ac0400015fe43ca2575d405541bd1b376d758a27b - 0.0% (268 Bytes)
[#004] sha256:0c534125eb3fd0a012e9cefb4c7dc0530cffafb2ac3cb93fa69397cf76ac0b4b - 41.28% (11.6 MB)
[#005] sha256:7aba09b4304d9981fc88550e191ca5c797c8f116594918a717ba2669614270b7 - 0.0% (494 Bytes)
[#006] sha256:71322792982eb6318bab89eea6be0244f4cc16afd47f1cf8cd287d54ed43aee2 - 46.15% (13 MB)
[#007] sha256:fd534fc96ce6feebf6d184add06305d388b556a6f5f9ad50038a69d91035a9ca - 0.01% (2.13 KB)
[#008] sha256:f5c67745829920050035db2196fecb1a3a466947bc5a6250952c94d5998eb940 - 0.24% (69.8 KB)
/bin/sh -c #(nop) ADD file:6a887e546cc71145f8be9285950befcf2a4095b97ba44c66550b31165f7a02b5 in /
2019-05-11 11:57:34 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2019-05-11 12:29:13 UTC/bin/sh -c #(nop) ENV PHPIZE_DEPS=autoconf dpkg-dev dpkg file g++ gcc libc-dev make pkgconf re2c
2019-05-11 12:29:15 UTC/bin/sh -c apk add --no-cache ca-certificates curl tar xz openssl
2019-05-11 12:29:17 UTC/bin/sh -c set -x && addgroup -g 82 -S www-data && adduser -u 82 -D -S -G www-data www-data
2019-05-11 12:29:18 UTC/bin/sh -c #(nop) ENV PHP_INI_DIR=/usr/local/etc/php
2019-05-11 12:29:19 UTC/bin/sh -c set -eux; mkdir -p "$PHP_INI_DIR/conf.d"; [ ! -d /var/www/html ]; mkdir -p /var/www/html; chown www-data:www-data /var/www/html; chmod 777 /var/www/html
2019-05-11 12:29:19 UTC/bin/sh -c #(nop) ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O2
2019-05-11 12:29:20 UTC/bin/sh -c #(nop) ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O2
2019-05-11 12:29:20 UTC/bin/sh -c #(nop) ENV PHP_LDFLAGS=-Wl,-O1 -Wl,--hash-style=both -pie
2019-05-11 12:42:10 UTC/bin/sh -c #(nop) ENV GPG_KEYS=1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F
2019-05-11 12:42:11 UTC/bin/sh -c #(nop) ENV PHP_VERSION=7.2.18
2019-05-11 12:42:12 UTC/bin/sh -c #(nop) ENV PHP_URL=https://www.php.net/get/php-7.2.18.tar.xz/from/this/mirror PHP_ASC_URL=https://www.php.net/get/php-7.2.18.tar.xz.asc/from/this/mirror
2019-05-11 12:42:13 UTC/bin/sh -c #(nop) ENV PHP_SHA256=9970dbb3ab1298c9e6aac54bebfa841c8ad14b18eead65594a68fa841364cb8d PHP_MD5=
2019-05-11 12:42:18 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 --batch --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 --no-network .fetch-deps
2019-05-11 12:42:18 UTC/bin/sh -c #(nop) COPY file:ce57c04b70896f77cc11eb2766417d8a1240fcffe5bba92179ec78c458844110 in /usr/local/bin/
2019-05-11 12:45:45 UTC/bin/sh -c set -xe && apk add --no-cache --virtual .build-deps $PHPIZE_DEPS argon2-dev coreutils curl-dev libedit-dev libsodium-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" --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') $PHP_EXTRA_CONFIGURE_ARGS && make -j "$(nproc)" && find -type f -name '*.a' -delete && 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 $runDeps && apk del --no-network .build-deps && pecl update-channels && rm -rf /tmp/pear ~/.pearrc
2019-05-11 12:45:46 UTC/bin/sh -c #(nop) COPY multi:03970f7b3773444b9f7f244f89d3ceeb4253ac6599f0ba0a4c0306c5bf7d1b9b in /usr/local/bin/
2019-05-11 12:45:49 UTC/bin/sh -c docker-php-ext-enable sodium
2019-05-11 12:45:49 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-php-entrypoint"]
2019-05-11 12:45:50 UTC/bin/sh -c #(nop) CMD ["php" "-a"]
2019-05-11 13:50:28 UTC
30.5 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://www.php.net/get/php-7.2.18.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_SHA2569970dbb3ab1298c9e6aac54bebfa841c8ad14b18eead65594a68fa841364cb8d
PHP_URLhttps://www.php.net/get/php-7.2.18.tar.xz/from/this/mirror
PHP_VERSION7.2.18
[#000] sha256:0362ad1dd800a9d92f8982fa28f173f9120266153830f990f7486f44b068968a - 8.41% (2.56 MB)
[#001] sha256:86a7099e3092193085b62b9952fa42f9bbd6845548421cc2b33e223fbe6aab6b - 4.51% (1.38 MB)
[#002] sha256:6c052cd865f5a855564ca917233a8404ce0145468ced893a60647f017657c87a - 0.0% (1.22 KB)
[#003] sha256:347fe8cca70f825b7b9e8ec1f023900df344b4670f84e3aa56298fe13d64bcf2 - 0.0% (223 Bytes)
[#004] sha256:c5778d4c3d2405ff2034c4e2094ab8812ab83d191f0cd075cefccd86820e2cfa - 38.12% (11.6 MB)
[#005] sha256:af219b867ddeb68b8a204a776e4e455ee024d2fa0bd21f6a9b951df0a88ffce5 - 0.0% (495 Bytes)
[#006] sha256:a3903a776886c6e99feb9996adbfb81b5f47d963c637de991c19521538448bc7 - 48.73% (14.9 MB)
[#007] sha256:67e6964a0ea74da9db96aa6ca6fd168cd181a989a0f0d35705981a8119bf35cd - 0.01% (2.13 KB)
[#008] sha256:f73bed6c333f378a0020ead4eaf90c30350e579975b70287b2fab24e9cc47760 - 0.22% (69.3 KB)
/bin/sh -c #(nop) ADD file:66f49017dd7ba295602526dbf210046e47fd097298c17a3f268a47487b5b6379 in /
2019-05-11 08:43:25 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2019-05-11 12:46:47 UTC/bin/sh -c #(nop) ENV PHPIZE_DEPS=autoconf dpkg-dev dpkg file g++ gcc libc-dev make pkgconf re2c
2019-05-11 12:46:53 UTC/bin/sh -c apk add --no-cache ca-certificates curl tar xz openssl
2019-05-11 12:46:58 UTC/bin/sh -c set -x && addgroup -g 82 -S www-data && adduser -u 82 -D -S -G www-data www-data
2019-05-11 12:46:59 UTC/bin/sh -c #(nop) ENV PHP_INI_DIR=/usr/local/etc/php
2019-05-11 12:47:02 UTC/bin/sh -c set -eux; mkdir -p "$PHP_INI_DIR/conf.d"; [ ! -d /var/www/html ]; mkdir -p /var/www/html; chown www-data:www-data /var/www/html; chmod 777 /var/www/html
2019-05-11 12:47:03 UTC/bin/sh -c #(nop) ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O2
2019-05-11 12:47:05 UTC/bin/sh -c #(nop) ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O2
2019-05-11 12:47:06 UTC/bin/sh -c #(nop) ENV PHP_LDFLAGS=-Wl,-O1 -Wl,--hash-style=both -pie
2019-05-11 13:35:31 UTC/bin/sh -c #(nop) ENV GPG_KEYS=1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F
2019-05-11 13:35:31 UTC/bin/sh -c #(nop) ENV PHP_VERSION=7.2.18
2019-05-11 13:35:32 UTC/bin/sh -c #(nop) ENV PHP_URL=https://www.php.net/get/php-7.2.18.tar.xz/from/this/mirror PHP_ASC_URL=https://www.php.net/get/php-7.2.18.tar.xz.asc/from/this/mirror
2019-05-11 13:35:33 UTC/bin/sh -c #(nop) ENV PHP_SHA256=9970dbb3ab1298c9e6aac54bebfa841c8ad14b18eead65594a68fa841364cb8d PHP_MD5=
2019-05-11 13:35:42 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 --batch --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 --no-network .fetch-deps
2019-05-11 13:35:43 UTC/bin/sh -c #(nop) COPY file:ce57c04b70896f77cc11eb2766417d8a1240fcffe5bba92179ec78c458844110 in /usr/local/bin/
2019-05-11 13:50:19 UTC/bin/sh -c set -xe && apk add --no-cache --virtual .build-deps $PHPIZE_DEPS argon2-dev coreutils curl-dev libedit-dev libsodium-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" --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') $PHP_EXTRA_CONFIGURE_ARGS && make -j "$(nproc)" && find -type f -name '*.a' -delete && 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 $runDeps && apk del --no-network .build-deps && pecl update-channels && rm -rf /tmp/pear ~/.pearrc
2019-05-11 13:50:21 UTC/bin/sh -c #(nop) COPY multi:03970f7b3773444b9f7f244f89d3ceeb4253ac6599f0ba0a4c0306c5bf7d1b9b in /usr/local/bin/
2019-05-11 13:50:26 UTC/bin/sh -c docker-php-ext-enable sodium
2019-05-11 13:50:27 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-php-entrypoint"]
2019-05-11 13:50:28 UTC/bin/sh -c #(nop) CMD ["php" "-a"]
2019-05-04 03:31:38 UTC
32.1 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://www.php.net/get/php-7.2.18.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_SHA2569970dbb3ab1298c9e6aac54bebfa841c8ad14b18eead65594a68fa841364cb8d
PHP_URLhttps://www.php.net/get/php-7.2.18.tar.xz/from/this/mirror
PHP_VERSION7.2.18
[#000] sha256:fe0f92a92ee06f38abf50fefd22331ac42262e3872ecd2d7ddfa7c24ab71a53a - 8.25% (2.65 MB)
[#001] sha256:a27aba49f624392c74b92208a142e5b8394873221e656f091124cd19d954e9cc - 4.41% (1.42 MB)
[#002] sha256:779f53629e964458fcd4e8c7ff34a6d1336293b1d512a1d04b1bfe2a994333be - 0.0% (1.26 KB)
[#003] sha256:56e21fde3ed1193487bcdd4168ca2a75d7d8d6ad56516877c0967488813e43d7 - 0.0% (269 Bytes)
[#004] sha256:89a684dc2961253123007372da5d160294fe2fe3aa11d4ac4ce05575069f4039 - 36.17% (11.6 MB)
[#005] sha256:f7805c8d7c89f11047bb7da2fe8a0ade13f3c74cb5ba5a30e65b5316aae66fb9 - 0.0% (498 Bytes)
[#006] sha256:af7f4834ab1f85ae136251d63f3e82aee7be0fee5bf6409b12e448451193d24e - 50.94% (16.4 MB)
[#007] sha256:2fd0129d92d1ca3924f25a6c5e09cc4c27f075e95f680a7810777ecf5412971d - 0.01% (2.13 KB)
[#008] sha256:506adbbb36c790bb84481a435efdc6a6e5853d8f209b5f4f540028960325b863 - 0.21% (70.1 KB)
/bin/sh -c #(nop) ADD file:c13c1c2b4e6d71924f570a910caf6a1756ea5a28a4017c7b11305e021eacd0ee in /
2019-04-10 08:27:33 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2019-04-10 11:08:15 UTC/bin/sh -c #(nop) ENV PHPIZE_DEPS=autoconf dpkg-dev dpkg file g++ gcc libc-dev make pkgconf re2c
2019-04-10 11:08:24 UTC/bin/sh -c apk add --no-cache ca-certificates curl tar xz openssl
2019-04-10 11:08:37 UTC/bin/sh -c set -x && addgroup -g 82 -S www-data && adduser -u 82 -D -S -G www-data www-data
2019-04-10 11:08:43 UTC/bin/sh -c #(nop) ENV PHP_INI_DIR=/usr/local/etc/php
2019-04-10 11:08:50 UTC/bin/sh -c set -eux; mkdir -p "$PHP_INI_DIR/conf.d"; [ ! -d /var/www/html ]; mkdir -p /var/www/html; chown www-data:www-data /var/www/html; chmod 777 /var/www/html
2019-04-10 11:08:54 UTC/bin/sh -c #(nop) ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O2
2019-04-10 11:08:58 UTC/bin/sh -c #(nop) ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O2
2019-04-10 11:09:02 UTC/bin/sh -c #(nop) ENV PHP_LDFLAGS=-Wl,-O1 -Wl,--hash-style=both -pie
2019-04-10 11:27:03 UTC/bin/sh -c #(nop) ENV GPG_KEYS=1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F
2019-05-04 03:26:11 UTC/bin/sh -c #(nop) ENV PHP_VERSION=7.2.18
2019-05-04 03:26:14 UTC/bin/sh -c #(nop) ENV PHP_URL=https://www.php.net/get/php-7.2.18.tar.xz/from/this/mirror PHP_ASC_URL=https://www.php.net/get/php-7.2.18.tar.xz.asc/from/this/mirror
2019-05-04 03:26:16 UTC/bin/sh -c #(nop) ENV PHP_SHA256=9970dbb3ab1298c9e6aac54bebfa841c8ad14b18eead65594a68fa841364cb8d PHP_MD5=
2019-05-04 03:26:29 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 --batch --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 --no-network .fetch-deps
2019-05-04 03:26:31 UTC/bin/sh -c #(nop) COPY file:ce57c04b70896f77cc11eb2766417d8a1240fcffe5bba92179ec78c458844110 in /usr/local/bin/
2019-05-04 03:31:27 UTC/bin/sh -c set -xe && apk add --no-cache --virtual .build-deps $PHPIZE_DEPS argon2-dev coreutils curl-dev libedit-dev libsodium-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" --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') $PHP_EXTRA_CONFIGURE_ARGS && make -j "$(nproc)" && find -type f -name '*.a' -delete && 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 $runDeps && apk del --no-network .build-deps && pecl update-channels && rm -rf /tmp/pear ~/.pearrc
2019-05-04 03:31:29 UTC/bin/sh -c #(nop) COPY multi:03970f7b3773444b9f7f244f89d3ceeb4253ac6599f0ba0a4c0306c5bf7d1b9b in /usr/local/bin/
2019-05-04 03:31:34 UTC/bin/sh -c docker-php-ext-enable sodium
2019-05-04 03:31:36 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-php-entrypoint"]
2019-05-04 03:31: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.