2019-09-18 20:59:22 UTC
29.9 MB
42670A7FE4D0441C8E4632349E4FDC074A4EF02D 5A52880781F755608BF815FC910DEB46F53EA312
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://downloads.php.net/~derick/php-7.4.0RC1.tar.xz.asc
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_SHA2569e3d158ad070968ad9d9e796a7acf88c3cfe0e0382e991e6dee05a18049d4a62
PHP_URLhttps://downloads.php.net/~derick/php-7.4.0RC1.tar.xz
PHP_VERSION7.4.0RC1
[#000] sha256:386917d33cd4db230c24457c55c22bc9f639979df078521f2e6d9b2c6df01f0f - 8.85% (2.65 MB)
[#001] sha256:b56b15b22b49bd8a56460af6a832eddeff5bde78a5a683b19588c941ccb8814d - 4.55% (1.36 MB)
[#002] sha256:73b1b63bf4831a15e59c2133cebeaf362165a21aa26c0f56e2e61ece7e40d1f6 - 0.0% (1.23 KB)
[#003] sha256:57afcf87313fd864a76bc2f309ed5e0ba2187a61ed8a289a564dc50a3f5db41c - 0.0% (221 Bytes)
[#004] sha256:11f51b75c6f1eca31213178f56ce4b0adffa8aa0fea879d9f0d374087903bebf - 32.6% (9.76 MB)
[#005] sha256:9d0382f66d8201c094bceaee05b8b94cd875db650f86d9e6a088f885d3793e64 - 0.0% (496 Bytes)
[#006] sha256:b0d6d14fec0d11e111367ee6f004b69ab84cce2793c6e85be6446ee1045a52dc - 53.76% (16.1 MB)
[#007] sha256:e8dcdfaea2f01506c30eeb597914669a624086f178504479d03969d84bcfab2d - 0.01% (2.15 KB)
[#008] sha256:ebb5bc2ca7cd80123c44f90718b2f783293f9f65e761f731a25acfe4ed085d80 - 0.23% (69.9 KB)
/bin/sh -c #(nop) ADD file:4397f7d19c881dcb404ed8795594687ec32635fb21d40560c06fc60b29c844c4 in /
2019-08-20 20:38:45 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2019-08-21 02:45:56 UTC/bin/sh -c #(nop) ENV PHPIZE_DEPS=autoconf dpkg-dev dpkg file g++ gcc libc-dev make pkgconf re2c
2019-08-21 02:45:57 UTC/bin/sh -c apk add --no-cache ca-certificates curl tar xz openssl
2019-08-21 02:45:58 UTC/bin/sh -c set -eux; addgroup -g 82 -S www-data; adduser -u 82 -D -S -G www-data www-data
2019-08-21 02:45:58 UTC/bin/sh -c #(nop) ENV PHP_INI_DIR=/usr/local/etc/php
2019-08-21 02:45:59 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-08-21 02:45:59 UTC/bin/sh -c #(nop) ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O2
2019-08-21 02:45:59 UTC/bin/sh -c #(nop) ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O2
2019-08-21 02:45:59 UTC/bin/sh -c #(nop) ENV PHP_LDFLAGS=-Wl,-O1 -Wl,--hash-style=both -pie
2019-08-21 02:45:59 UTC/bin/sh -c #(nop) ENV GPG_KEYS=42670A7FE4D0441C8E4632349E4FDC074A4EF02D 5A52880781F755608BF815FC910DEB46F53EA312
2019-09-05 21:57:30 UTC/bin/sh -c #(nop) ENV PHP_VERSION=7.4.0RC1
2019-09-05 21:57:30 UTC/bin/sh -c #(nop) ENV PHP_URL=https://downloads.php.net/~derick/php-7.4.0RC1.tar.xz PHP_ASC_URL=https://downloads.php.net/~derick/php-7.4.0RC1.tar.xz.asc
2019-09-05 21:57:30 UTC/bin/sh -c #(nop) ENV PHP_SHA256=9e3d158ad070968ad9d9e796a7acf88c3cfe0e0382e991e6dee05a18049d4a62 PHP_MD5=
2019-09-05 21:57:35 UTC/bin/sh -c set -eux; apk add --no-cache --virtual .fetch-deps gnupg; mkdir -p /usr/src; cd /usr/src; curl -fsSL -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 curl -fsSL -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; gpgconf --kill all; rm -rf "$GNUPGHOME"; fi; apk del --no-network .fetch-deps
2019-09-05 21:57:35 UTC/bin/sh -c #(nop) COPY file:ce57c04b70896f77cc11eb2766417d8a1240fcffe5bba92179ec78c458844110 in /usr/local/bin/
2019-09-18 20:59:20 UTC/bin/sh -c set -eux; apk add --no-cache --virtual .build-deps $PHPIZE_DEPS argon2-dev coreutils curl-dev libedit-dev libsodium-dev libxml2-dev linux-headers oniguruma-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 --with-pear $(test "$gnuArch" = 's390x-linux-musl' && 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; php --version
2019-09-18 20:59:21 UTC/bin/sh -c #(nop) COPY multi:287fef6856464a54cd9ef266c5fea3bd820d4cf2e2666723e9d9ddd1afc6db67 in /usr/local/bin/
2019-09-18 20:59:22 UTC/bin/sh -c docker-php-ext-enable sodium
2019-09-18 20:59:22 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-php-entrypoint"]
2019-09-18 20:59:22 UTC/bin/sh -c #(nop) CMD ["php" "-a"]
2019-09-18 21:39:01 UTC
29.5 MB
42670A7FE4D0441C8E4632349E4FDC074A4EF02D 5A52880781F755608BF815FC910DEB46F53EA312
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://downloads.php.net/~derick/php-7.4.0RC1.tar.xz.asc
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_SHA2569e3d158ad070968ad9d9e796a7acf88c3cfe0e0382e991e6dee05a18049d4a62
PHP_URLhttps://downloads.php.net/~derick/php-7.4.0RC1.tar.xz
PHP_VERSION7.4.0RC1
[#000] sha256:9d48c3bd43c520dc2784e868a780e976b207cbf493eaff8c6596eb871cbd9609 - 9.03% (2.66 MB)
[#001] sha256:4bf02c0a37c8671f7e7b95f465fc7efd98dc4f13e2980ab3f5e17265b8bd237f - 4.33% (1.28 MB)
[#002] sha256:9ce49f939c6fbf3ea76f30471fe45bfec792192467a9eab4fa95fa492cdade0b - 0.0% (1.23 KB)
[#003] sha256:2fa33c09831c3f32cb548cd05e85ca68093bb36c538d9255073d2286f3c001af - 0.0% (221 Bytes)
[#004] sha256:7e4bd2fc795e97ba16a4ef14a5248fb28d7d95a86ed7b20d8204fb083b5e402e - 33.12% (9.76 MB)
[#005] sha256:f290c6b975dd19c29d4bdeddac1861a173611adbd3acd35d9f2b34a464805d53 - 0.0% (496 Bytes)
[#006] sha256:8203aeecbcd0905d19756c6b1c333985dd6527fa25afa1303909ced7627491d6 - 53.28% (15.7 MB)
[#007] sha256:276caec491200b48afba5dfb95c3012179bae11676f4160bb39bd24a79c87da0 - 0.01% (2.15 KB)
[#008] sha256:eb5a1e445a2d8ac9be759837d65e2b65f0ac748e7a880faa10bbbfb8c98734ee - 0.23% (70.7 KB)
/bin/sh -c #(nop) ADD file:fe64057fbb83dccb960efabbf1cd8777920ef279a7fa8dbca0a8801c651bdf7c in /
2019-08-20 20:19:55 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2019-08-20 22:29:05 UTC/bin/sh -c #(nop) ENV PHPIZE_DEPS=autoconf dpkg-dev dpkg file g++ gcc libc-dev make pkgconf re2c
2019-08-20 22:29:07 UTC/bin/sh -c apk add --no-cache ca-certificates curl tar xz openssl
2019-08-20 22:29:08 UTC/bin/sh -c set -eux; addgroup -g 82 -S www-data; adduser -u 82 -D -S -G www-data www-data
2019-08-20 22:29:09 UTC/bin/sh -c #(nop) ENV PHP_INI_DIR=/usr/local/etc/php
2019-08-20 22:29:10 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-08-20 22:29:10 UTC/bin/sh -c #(nop) ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O2
2019-08-20 22:29:10 UTC/bin/sh -c #(nop) ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O2
2019-08-20 22:29:11 UTC/bin/sh -c #(nop) ENV PHP_LDFLAGS=-Wl,-O1 -Wl,--hash-style=both -pie
2019-08-20 22:29:11 UTC/bin/sh -c #(nop) ENV GPG_KEYS=42670A7FE4D0441C8E4632349E4FDC074A4EF02D 5A52880781F755608BF815FC910DEB46F53EA312
2019-09-05 23:08:33 UTC/bin/sh -c #(nop) ENV PHP_VERSION=7.4.0RC1
2019-09-05 23:08:33 UTC/bin/sh -c #(nop) ENV PHP_URL=https://downloads.php.net/~derick/php-7.4.0RC1.tar.xz PHP_ASC_URL=https://downloads.php.net/~derick/php-7.4.0RC1.tar.xz.asc
2019-09-05 23:08:33 UTC/bin/sh -c #(nop) ENV PHP_SHA256=9e3d158ad070968ad9d9e796a7acf88c3cfe0e0382e991e6dee05a18049d4a62 PHP_MD5=
2019-09-05 23:08:35 UTC/bin/sh -c set -eux; apk add --no-cache --virtual .fetch-deps gnupg; mkdir -p /usr/src; cd /usr/src; curl -fsSL -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 curl -fsSL -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; gpgconf --kill all; rm -rf "$GNUPGHOME"; fi; apk del --no-network .fetch-deps
2019-09-05 23:08:36 UTC/bin/sh -c #(nop) COPY file:ce57c04b70896f77cc11eb2766417d8a1240fcffe5bba92179ec78c458844110 in /usr/local/bin/
2019-09-18 21:38:58 UTC/bin/sh -c set -eux; apk add --no-cache --virtual .build-deps $PHPIZE_DEPS argon2-dev coreutils curl-dev libedit-dev libsodium-dev libxml2-dev linux-headers oniguruma-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 --with-pear $(test "$gnuArch" = 's390x-linux-musl' && 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; php --version
2019-09-18 21:38:59 UTC/bin/sh -c #(nop) COPY multi:287fef6856464a54cd9ef266c5fea3bd820d4cf2e2666723e9d9ddd1afc6db67 in /usr/local/bin/
2019-09-18 21:39:00 UTC/bin/sh -c docker-php-ext-enable sodium
2019-09-18 21:39:01 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-php-entrypoint"]
2019-09-18 21:39:01 UTC/bin/sh -c #(nop) CMD ["php" "-a"]
2019-09-18 21:43:20 UTC
27.9 MB
42670A7FE4D0441C8E4632349E4FDC074A4EF02D 5A52880781F755608BF815FC910DEB46F53EA312
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://downloads.php.net/~derick/php-7.4.0RC1.tar.xz.asc
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_SHA2569e3d158ad070968ad9d9e796a7acf88c3cfe0e0382e991e6dee05a18049d4a62
PHP_URLhttps://downloads.php.net/~derick/php-7.4.0RC1.tar.xz
PHP_VERSION7.4.0RC1
[#000] sha256:1df32bae7504a32024616c66017cd5df04dd98eaf150f8df45fffef2547a3c54 - 8.77% (2.45 MB)
[#001] sha256:07caf814b29e41eede089dbe4223e95c6ff1f7c13b6cf90df8115905e93975bb - 4.4% (1.23 MB)
[#002] sha256:243a8747e502dba802e87b0abbed13efc6d206ee70c3412ca5c473de99fa5e37 - 0.0% (1.25 KB)
[#003] sha256:c87ba69708d0a0f29b7f9fd689bfd6f9144b464d4700fbed6025adf8711e3909 - 0.0% (267 Bytes)
[#004] sha256:b1023606b94d43ea848169b964e65de1181c5b021a3caccb5450447a1d79af16 - 34.92% (9.76 MB)
[#005] sha256:ea1175c907d1906ed32ddf369903146add5ec9714de0d83f8002be8d49f966e6 - 0.0% (498 Bytes)
[#006] sha256:f17cf6e3dcec77d0fe125c30772c18a946386f1d04260fa14d9324840fbc3fa6 - 51.66% (14.4 MB)
[#007] sha256:e91cb90b67e4dfaec93b38890d9d15da41c8d5145a20d4f6722e2196cae9b835 - 0.01% (2.15 KB)
[#008] sha256:a3577c3157b2de70c36c59826177821d6b192684347b2b0084164746a27a4789 - 0.25% (70.3 KB)
/bin/sh -c #(nop) ADD file:1c1fb81fb6766a3c124779a191b8187d0b4835d3d221e937952778bae0b0562b in /
2019-08-20 19:49:33 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2019-08-20 21:58:27 UTC/bin/sh -c #(nop) ENV PHPIZE_DEPS=autoconf dpkg-dev dpkg file g++ gcc libc-dev make pkgconf re2c
2019-08-20 21:58:29 UTC/bin/sh -c apk add --no-cache ca-certificates curl tar xz openssl
2019-08-20 21:58:31 UTC/bin/sh -c set -eux; addgroup -g 82 -S www-data; adduser -u 82 -D -S -G www-data www-data
2019-08-20 21:58:31 UTC/bin/sh -c #(nop) ENV PHP_INI_DIR=/usr/local/etc/php
2019-08-20 21:58:32 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-08-20 21:58:33 UTC/bin/sh -c #(nop) ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O2
2019-08-20 21:58:33 UTC/bin/sh -c #(nop) ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O2
2019-08-20 21:58:33 UTC/bin/sh -c #(nop) ENV PHP_LDFLAGS=-Wl,-O1 -Wl,--hash-style=both -pie
2019-08-20 21:58:34 UTC/bin/sh -c #(nop) ENV GPG_KEYS=42670A7FE4D0441C8E4632349E4FDC074A4EF02D 5A52880781F755608BF815FC910DEB46F53EA312
2019-09-05 20:00:06 UTC/bin/sh -c #(nop) ENV PHP_VERSION=7.4.0RC1
2019-09-05 20:00:07 UTC/bin/sh -c #(nop) ENV PHP_URL=https://downloads.php.net/~derick/php-7.4.0RC1.tar.xz PHP_ASC_URL=https://downloads.php.net/~derick/php-7.4.0RC1.tar.xz.asc
2019-09-05 20:00:07 UTC/bin/sh -c #(nop) ENV PHP_SHA256=9e3d158ad070968ad9d9e796a7acf88c3cfe0e0382e991e6dee05a18049d4a62 PHP_MD5=
2019-09-05 20:00:11 UTC/bin/sh -c set -eux; apk add --no-cache --virtual .fetch-deps gnupg; mkdir -p /usr/src; cd /usr/src; curl -fsSL -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 curl -fsSL -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; gpgconf --kill all; rm -rf "$GNUPGHOME"; fi; apk del --no-network .fetch-deps
2019-09-05 20:00:11 UTC/bin/sh -c #(nop) COPY file:ce57c04b70896f77cc11eb2766417d8a1240fcffe5bba92179ec78c458844110 in /usr/local/bin/
2019-09-18 21:43:14 UTC/bin/sh -c set -eux; apk add --no-cache --virtual .build-deps $PHPIZE_DEPS argon2-dev coreutils curl-dev libedit-dev libsodium-dev libxml2-dev linux-headers oniguruma-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 --with-pear $(test "$gnuArch" = 's390x-linux-musl' && 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; php --version
2019-09-18 21:43:16 UTC/bin/sh -c #(nop) COPY multi:287fef6856464a54cd9ef266c5fea3bd820d4cf2e2666723e9d9ddd1afc6db67 in /usr/local/bin/
2019-09-18 21:43:19 UTC/bin/sh -c docker-php-ext-enable sodium
2019-09-18 21:43:19 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-php-entrypoint"]
2019-09-18 21:43:20 UTC/bin/sh -c #(nop) CMD ["php" "-a"]
2019-09-18 21:41:24 UTC
26.8 MB
42670A7FE4D0441C8E4632349E4FDC074A4EF02D 5A52880781F755608BF815FC910DEB46F53EA312
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://downloads.php.net/~derick/php-7.4.0RC1.tar.xz.asc
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_SHA2569e3d158ad070968ad9d9e796a7acf88c3cfe0e0382e991e6dee05a18049d4a62
PHP_URLhttps://downloads.php.net/~derick/php-7.4.0RC1.tar.xz
PHP_VERSION7.4.0RC1
[#000] sha256:33b18ff7f9b776f4049934d6f7e29a4dc7b45b42e5e686425c7673b2bbfec7de - 8.47% (2.27 MB)
[#001] sha256:ca877e3dc7d089e895b768b3bbee95d5d5a0ec7761565dc084cd1def5f38a85e - 4.28% (1.14 MB)
[#002] sha256:7f4d7cec3bc210b85eee82456e980763fed8fd418342e62f2d7d7476824ab4a8 - 0.0% (1.25 KB)
[#003] sha256:ef45052be08e93c41a537e45546c3c956151ef767fd27a920579d1f1fd467c9c - 0.0% (268 Bytes)
[#004] sha256:169592f3dcf1365d5e90c04c07d85d50bbe408daad2bba873039c00b90bbf30a - 36.47% (9.76 MB)
[#005] sha256:0230e8c8af8492529952ba0bb4cec6fc91bd94d1e4e95c188e8ea88a1b9de4b8 - 0.0% (498 Bytes)
[#006] sha256:38d4dd350f426b1475aec71575fac957697b313c5d85a4933acc92409ef5f6cd - 50.51% (13.5 MB)
[#007] sha256:bf7653189e1e21ca0b07fc9c9287f681d9db5faa04041ac8fd37ae861bd19dda - 0.01% (2.15 KB)
[#008] sha256:a434d965c65301347f36ca03694c7fe4ec3b011e5c366fa8743ac3a2d40ada54 - 0.26% (70.3 KB)
/bin/sh -c #(nop) ADD file:fb8f939a5c1daf46111639106cd1ae6ee37e1cda1e10da42617adfcbd3f9b2cb in /
2019-08-20 19:57:32 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2019-08-20 21:30:15 UTC/bin/sh -c #(nop) ENV PHPIZE_DEPS=autoconf dpkg-dev dpkg file g++ gcc libc-dev make pkgconf re2c
2019-08-20 21:30:17 UTC/bin/sh -c apk add --no-cache ca-certificates curl tar xz openssl
2019-08-20 21:30:19 UTC/bin/sh -c set -eux; addgroup -g 82 -S www-data; adduser -u 82 -D -S -G www-data www-data
2019-08-20 21:30:19 UTC/bin/sh -c #(nop) ENV PHP_INI_DIR=/usr/local/etc/php
2019-08-20 21:30:21 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-08-20 21:30:21 UTC/bin/sh -c #(nop) ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O2
2019-08-20 21:30:21 UTC/bin/sh -c #(nop) ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O2
2019-08-20 21:30:22 UTC/bin/sh -c #(nop) ENV PHP_LDFLAGS=-Wl,-O1 -Wl,--hash-style=both -pie
2019-08-20 21:30:22 UTC/bin/sh -c #(nop) ENV GPG_KEYS=42670A7FE4D0441C8E4632349E4FDC074A4EF02D 5A52880781F755608BF815FC910DEB46F53EA312
2019-09-05 21:07:42 UTC/bin/sh -c #(nop) ENV PHP_VERSION=7.4.0RC1
2019-09-05 21:07:42 UTC/bin/sh -c #(nop) ENV PHP_URL=https://downloads.php.net/~derick/php-7.4.0RC1.tar.xz PHP_ASC_URL=https://downloads.php.net/~derick/php-7.4.0RC1.tar.xz.asc
2019-09-05 21:07:43 UTC/bin/sh -c #(nop) ENV PHP_SHA256=9e3d158ad070968ad9d9e796a7acf88c3cfe0e0382e991e6dee05a18049d4a62 PHP_MD5=
2019-09-05 21:07:47 UTC/bin/sh -c set -eux; apk add --no-cache --virtual .fetch-deps gnupg; mkdir -p /usr/src; cd /usr/src; curl -fsSL -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 curl -fsSL -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; gpgconf --kill all; rm -rf "$GNUPGHOME"; fi; apk del --no-network .fetch-deps
2019-09-05 21:07:47 UTC/bin/sh -c #(nop) COPY file:ce57c04b70896f77cc11eb2766417d8a1240fcffe5bba92179ec78c458844110 in /usr/local/bin/
2019-09-18 21:41:13 UTC/bin/sh -c set -eux; apk add --no-cache --virtual .build-deps $PHPIZE_DEPS argon2-dev coreutils curl-dev libedit-dev libsodium-dev libxml2-dev linux-headers oniguruma-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 --with-pear $(test "$gnuArch" = 's390x-linux-musl' && 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; php --version
2019-09-18 21:41:15 UTC/bin/sh -c #(nop) COPY multi:287fef6856464a54cd9ef266c5fea3bd820d4cf2e2666723e9d9ddd1afc6db67 in /usr/local/bin/
2019-09-18 21:41:22 UTC/bin/sh -c docker-php-ext-enable sodium
2019-09-18 21:41:23 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-php-entrypoint"]
2019-09-18 21:41:24 UTC/bin/sh -c #(nop) CMD ["php" "-a"]
2019-09-18 21:04:43 UTC
29.1 MB
42670A7FE4D0441C8E4632349E4FDC074A4EF02D 5A52880781F755608BF815FC910DEB46F53EA312
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://downloads.php.net/~derick/php-7.4.0RC1.tar.xz.asc
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_SHA2569e3d158ad070968ad9d9e796a7acf88c3cfe0e0382e991e6dee05a18049d4a62
PHP_URLhttps://downloads.php.net/~derick/php-7.4.0RC1.tar.xz
PHP_VERSION7.4.0RC1
[#000] sha256:29bddadc8f3fd6ed92c289e0dcd22e094833933a73609e78b7fa767d45731f9f - 8.88% (2.59 MB)
[#001] sha256:e667c1840cff325430dba30bf602759670d97b33b126723c1faf062c6d1e1495 - 4.4% (1.28 MB)
[#002] sha256:ece9f672bff3fab6d4cef01958fa9e121517e5787bbb64ada0a0535931cf1dc3 - 0.0% (1.25 KB)
[#003] sha256:5a2550c0fd61e2864caef326d02fa0b278e1f95622e48b7e25b8f17e9045c665 - 0.0% (268 Bytes)
[#004] sha256:6ade832f25fa5453cd7d988f680bc49fbabe50bb39516a592f2082b2ac5361a6 - 33.48% (9.76 MB)
[#005] sha256:38e193271d2041d3b5961cb51d1624c8b810cc1dfcf309c6bb9f12303596f911 - 0.0% (497 Bytes)
[#006] sha256:6fae2ee95706c2b39b1a5a8a6105472089e8bde5c32c298037af4521ab55e1d8 - 52.99% (15.4 MB)
[#007] sha256:67aba950e1609f9ac3bc75a0d95ad496f98de368b6302025fa252b36d01f80cb - 0.01% (2.15 KB)
[#008] sha256:2babd350831f1fb0eecdcdff6d0dac9b3179e6b25b1344a8973c6767f8a8ced8 - 0.23% (69.8 KB)
/bin/sh -c #(nop) ADD file:34737804ba78554795d5bcc75621595f8cc3d5b5887887d34e0e021b78e330b7 in /
2019-08-20 20:39:38 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2019-08-20 22:02:16 UTC/bin/sh -c #(nop) ENV PHPIZE_DEPS=autoconf dpkg-dev dpkg file g++ gcc libc-dev make pkgconf re2c
2019-08-20 22:02:18 UTC/bin/sh -c apk add --no-cache ca-certificates curl tar xz openssl
2019-08-20 22:02:19 UTC/bin/sh -c set -eux; addgroup -g 82 -S www-data; adduser -u 82 -D -S -G www-data www-data
2019-08-20 22:02:20 UTC/bin/sh -c #(nop) ENV PHP_INI_DIR=/usr/local/etc/php
2019-08-20 22:02:21 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-08-20 22:02:21 UTC/bin/sh -c #(nop) ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O2
2019-08-20 22:02:22 UTC/bin/sh -c #(nop) ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O2
2019-08-20 22:02:22 UTC/bin/sh -c #(nop) ENV PHP_LDFLAGS=-Wl,-O1 -Wl,--hash-style=both -pie
2019-09-18 20:59:18 UTC/bin/sh -c #(nop) ENV GPG_KEYS=42670A7FE4D0441C8E4632349E4FDC074A4EF02D 5A52880781F755608BF815FC910DEB46F53EA312
2019-09-18 20:59:18 UTC/bin/sh -c #(nop) ENV PHP_VERSION=7.4.0RC1
2019-09-18 20:59:19 UTC/bin/sh -c #(nop) ENV PHP_URL=https://downloads.php.net/~derick/php-7.4.0RC1.tar.xz PHP_ASC_URL=https://downloads.php.net/~derick/php-7.4.0RC1.tar.xz.asc
2019-09-18 20:59:20 UTC/bin/sh -c #(nop) ENV PHP_SHA256=9e3d158ad070968ad9d9e796a7acf88c3cfe0e0382e991e6dee05a18049d4a62 PHP_MD5=
2019-09-18 20:59:26 UTC/bin/sh -c set -eux; apk add --no-cache --virtual .fetch-deps gnupg; mkdir -p /usr/src; cd /usr/src; curl -fsSL -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 curl -fsSL -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; gpgconf --kill all; rm -rf "$GNUPGHOME"; fi; apk del --no-network .fetch-deps
2019-09-18 20:59:28 UTC/bin/sh -c #(nop) COPY file:ce57c04b70896f77cc11eb2766417d8a1240fcffe5bba92179ec78c458844110 in /usr/local/bin/
2019-09-18 21:04:33 UTC/bin/sh -c set -eux; apk add --no-cache --virtual .build-deps $PHPIZE_DEPS argon2-dev coreutils curl-dev libedit-dev libsodium-dev libxml2-dev linux-headers oniguruma-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 --with-pear $(test "$gnuArch" = 's390x-linux-musl' && 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; php --version
2019-09-18 21:04:37 UTC/bin/sh -c #(nop) COPY multi:287fef6856464a54cd9ef266c5fea3bd820d4cf2e2666723e9d9ddd1afc6db67 in /usr/local/bin/
2019-09-18 21:04:41 UTC/bin/sh -c docker-php-ext-enable sodium
2019-09-18 21:04:42 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-php-entrypoint"]
2019-09-18 21:04:43 UTC/bin/sh -c #(nop) CMD ["php" "-a"]
2019-09-18 21:21:59 UTC
30.5 MB
42670A7FE4D0441C8E4632349E4FDC074A4EF02D 5A52880781F755608BF815FC910DEB46F53EA312
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://downloads.php.net/~derick/php-7.4.0RC1.tar.xz.asc
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_SHA2569e3d158ad070968ad9d9e796a7acf88c3cfe0e0382e991e6dee05a18049d4a62
PHP_URLhttps://downloads.php.net/~derick/php-7.4.0RC1.tar.xz
PHP_VERSION7.4.0RC1
[#000] sha256:f6e17decc5b0c8e3fe1dd641401f72ceca0ff203a6afbdee90ac5b2de7d6d4cb - 8.78% (2.68 MB)
[#001] sha256:424eea781d757e0c15ccdba63fa2ec0c27241022f61ecddef5e30d1d9c72ea0f - 4.33% (1.32 MB)
[#002] sha256:34175ead1ef307ea7c6c6d071c80d39b309d7a5efc96f107768c98c00e126c82 - 0.0% (1.26 KB)
[#003] sha256:0517e8c8b42a2c6eade80464cd7d2ad3253e7e6a6de060aa47860fb50f97ac49 - 0.0% (268 Bytes)
[#004] sha256:057f099e575290f803bc676c94ff446ce2fc8a825ea22125be6a45841e7a5f18 - 32.0% (9.76 MB)
[#005] sha256:b17605d38d1dfccb76a6c4e6638c9856bc38a5da433f5c2ae3b03d56cb100ec9 - 0.0% (498 Bytes)
[#006] sha256:106ed20676210c0f3a01f39d456ee1ca72362206b3551d94877d49dfce7bd006 - 54.66% (16.7 MB)
[#007] sha256:4e85d5980c65fd7225bbcd7e63ae23e569847297bf3c4abd3b504e544e69baa8 - 0.01% (2.15 KB)
[#008] sha256:3343d52a96edefb5acd83904c323425c7a44190b30621543da186311da932688 - 0.23% (70.6 KB)
/bin/sh -c #(nop) ADD file:bf60cb6ea7fe629d44ad319eec34a0aac323391cb06849a19d51a26a50d07a7d in /
2019-08-20 20:26:03 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2019-08-20 20:45:17 UTC/bin/sh -c #(nop) ENV PHPIZE_DEPS=autoconf dpkg-dev dpkg file g++ gcc libc-dev make pkgconf re2c
2019-08-20 20:45:25 UTC/bin/sh -c apk add --no-cache ca-certificates curl tar xz openssl
2019-08-20 20:45:31 UTC/bin/sh -c set -eux; addgroup -g 82 -S www-data; adduser -u 82 -D -S -G www-data www-data
2019-08-20 20:45:33 UTC/bin/sh -c #(nop) ENV PHP_INI_DIR=/usr/local/etc/php
2019-08-20 20:45:39 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-08-20 20:45:41 UTC/bin/sh -c #(nop) ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O2
2019-08-20 20:45:43 UTC/bin/sh -c #(nop) ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O2
2019-08-20 20:45:45 UTC/bin/sh -c #(nop) ENV PHP_LDFLAGS=-Wl,-O1 -Wl,--hash-style=both -pie
2019-08-20 20:45:48 UTC/bin/sh -c #(nop) ENV GPG_KEYS=42670A7FE4D0441C8E4632349E4FDC074A4EF02D 5A52880781F755608BF815FC910DEB46F53EA312
2019-09-05 21:13:07 UTC/bin/sh -c #(nop) ENV PHP_VERSION=7.4.0RC1
2019-09-05 21:13:09 UTC/bin/sh -c #(nop) ENV PHP_URL=https://downloads.php.net/~derick/php-7.4.0RC1.tar.xz PHP_ASC_URL=https://downloads.php.net/~derick/php-7.4.0RC1.tar.xz.asc
2019-09-05 21:13:10 UTC/bin/sh -c #(nop) ENV PHP_SHA256=9e3d158ad070968ad9d9e796a7acf88c3cfe0e0382e991e6dee05a18049d4a62 PHP_MD5=
2019-09-05 21:13:22 UTC/bin/sh -c set -eux; apk add --no-cache --virtual .fetch-deps gnupg; mkdir -p /usr/src; cd /usr/src; curl -fsSL -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 curl -fsSL -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; gpgconf --kill all; rm -rf "$GNUPGHOME"; fi; apk del --no-network .fetch-deps
2019-09-05 21:13:26 UTC/bin/sh -c #(nop) COPY file:ce57c04b70896f77cc11eb2766417d8a1240fcffe5bba92179ec78c458844110 in /usr/local/bin/
2019-09-18 21:21:41 UTC/bin/sh -c set -eux; apk add --no-cache --virtual .build-deps $PHPIZE_DEPS argon2-dev coreutils curl-dev libedit-dev libsodium-dev libxml2-dev linux-headers oniguruma-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 --with-pear $(test "$gnuArch" = 's390x-linux-musl' && 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; php --version
2019-09-18 21:21:48 UTC/bin/sh -c #(nop) COPY multi:287fef6856464a54cd9ef266c5fea3bd820d4cf2e2666723e9d9ddd1afc6db67 in /usr/local/bin/
2019-09-18 21:21:55 UTC/bin/sh -c docker-php-ext-enable sodium
2019-09-18 21:21:57 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-php-entrypoint"]
2019-09-18 21:21:59 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.