2019-02-06 15:01:01 UTC
27.5 MB
CBAF69F173A0FEA4B537F470D66C9593118BCCB6 F38252826ACD957EF380D39F2F7956BC5DA04B5D
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PHPIZE_DEPSautoconf dpkg-dev dpkg file g++ gcc libc-dev make pkgconf re2c
PHP_ASC_URLhttps://secure.php.net/get/php-7.3.1.tar.xz.asc/from/this/mirror
PHP_CFLAGS-fstack-protector-strong -fpic -fpie -O2
PHP_CPPFLAGS-fstack-protector-strong -fpic -fpie -O2
PHP_EXTRA_CONFIGURE_ARGS--enable-maintainer-zts --disable-cgi
PHP_INI_DIR/usr/local/etc/php
PHP_LDFLAGS-Wl,-O1 -Wl,--hash-style=both -pie
PHP_MD5 PHP_SHA256cfe93e40be0350cd53c4a579f52fe5d8faf9c6db047f650a4566a2276bf33362
PHP_URLhttps://secure.php.net/get/php-7.3.1.tar.xz/from/this/mirror
PHP_VERSION7.3.1
[#000] sha256:bcb4f889a459d231e71d88c93174eec5edef928ab1e2481f8b0074076ee934a6 - 9.52% (2.62 MB)
[#001] sha256:e4099db9edcf638f20df22a899890483f7c152af59ca7a2de9c3b24c53c509e7 - 0.0% (176 Bytes)
[#002] sha256:0f842726a1729d985f971bd22539196c1f852084161965ca52fc56052885f752 - 5.31% (1.46 MB)
[#003] sha256:707327a4ca7e821009424d9a8b701995ff85ae1def45da4bd6da135027d2c57f - 0.0% (1.22 KB)
[#004] sha256:aa540dff88fa775abfc3d863ad71a12634b4974ec424305bec500879d8cbe4aa - 0.0% (221 Bytes)
[#005] sha256:43db71e53ad973abb19a785aa957d4f10473384d7c971e72342c8463f3829aa4 - 41.43% (11.4 MB)
[#006] sha256:69ec2718de47c823de8d4c9710d26815423bb59ac83eb244cd20d6f744b4af14 - 0.0% (494 Bytes)
[#007] sha256:620f2acfb53fcc535e39c2069885c1d8eb66e9562f76e92222d639d69434274f - 43.49% (12 MB)
[#008] sha256:64205426e6f0c5f651c28dd0c1d2cd56b20d6094669736b7b3a41428b2b1d026 - 0.01% (2.12 KB)
[#009] sha256:e43a9d9e43824bf9ffa5eb5757e6f665e5c2c65156d06ba39b0f0e8597bfa28f - 0.25% (69.6 KB)
/bin/sh -c #(nop) ADD file:738a04760a9f9a1cd919954db42a0da78c644e7024240160c54723bf1dd479e9 in /
2019-01-31 11:38:57 UTC/bin/sh -c #(nop) COPY file:a10c133d8d5e9af3a9a1610709d3ed2f85b1507f1ba5745ac12bb495974e3fe6 in /etc/localtime
2019-01-31 11:38:57 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2019-02-06 14:25:19 UTC/bin/sh -c #(nop) ENV PHPIZE_DEPS=autoconf dpkg-dev dpkg file g++ gcc libc-dev make pkgconf re2c
2019-02-06 14:25:22 UTC/bin/sh -c apk add --no-cache --virtual .persistent-deps ca-certificates curl tar xz openssl
2019-02-06 14:25:23 UTC/bin/sh -c set -x && addgroup -g 82 -S www-data && adduser -u 82 -D -S -G www-data www-data
2019-02-06 14:25:24 UTC/bin/sh -c #(nop) ENV PHP_INI_DIR=/usr/local/etc/php
2019-02-06 14:25:26 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-02-06 14:48:33 UTC/bin/sh -c #(nop) ENV PHP_EXTRA_CONFIGURE_ARGS=--enable-maintainer-zts --disable-cgi
2019-02-06 14:48:33 UTC/bin/sh -c #(nop) ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O2
2019-02-06 14:48:34 UTC/bin/sh -c #(nop) ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O2
2019-02-06 14:48:34 UTC/bin/sh -c #(nop) ENV PHP_LDFLAGS=-Wl,-O1 -Wl,--hash-style=both -pie
2019-02-06 14:48:34 UTC/bin/sh -c #(nop) ENV GPG_KEYS=CBAF69F173A0FEA4B537F470D66C9593118BCCB6 F38252826ACD957EF380D39F2F7956BC5DA04B5D
2019-02-06 14:48:35 UTC/bin/sh -c #(nop) ENV PHP_VERSION=7.3.1
2019-02-06 14:48:35 UTC/bin/sh -c #(nop) ENV PHP_URL=https://secure.php.net/get/php-7.3.1.tar.xz/from/this/mirror PHP_ASC_URL=https://secure.php.net/get/php-7.3.1.tar.xz.asc/from/this/mirror
2019-02-06 14:48:35 UTC/bin/sh -c #(nop) ENV PHP_SHA256=cfe93e40be0350cd53c4a579f52fe5d8faf9c6db047f650a4566a2276bf33362 PHP_MD5=
2019-02-06 14:48:41 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 .fetch-deps
2019-02-06 14:48:41 UTC/bin/sh -c #(nop) COPY file:ce57c04b70896f77cc11eb2766417d8a1240fcffe5bba92179ec78c458844110 in /usr/local/bin/
2019-02-06 15:00:57 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)" && make install && { find /usr/local/bin /usr/local/sbin -type f -perm +0111 -exec strip --strip-all '{}' + || true; } && make clean && cp -v php.ini-* "$PHP_INI_DIR/" && cd / && docker-php-source delete && runDeps="$( scanelf --needed --nobanner --format '%n#p' --recursive /usr/local | tr ',' '\n' | sort -u | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' )" && apk add --no-cache --virtual .php-rundeps $runDeps && apk del .build-deps && pecl update-channels && rm -rf /tmp/pear ~/.pearrc
2019-02-06 15:00:58 UTC/bin/sh -c #(nop) COPY multi:ca5e0e0a22a9acaec52323defcda7c7634bb6522f257ec20bee1888aede2387a in /usr/local/bin/
2019-02-06 15:01:00 UTC/bin/sh -c docker-php-ext-enable sodium
2019-02-06 15:01:01 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-php-entrypoint"]
2019-02-06 15:01:01 UTC/bin/sh -c #(nop) CMD ["php" "-a"]
2019-02-06 01:57:11 UTC
27.2 MB
CBAF69F173A0FEA4B537F470D66C9593118BCCB6 F38252826ACD957EF380D39F2F7956BC5DA04B5D
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PHPIZE_DEPSautoconf dpkg-dev dpkg file g++ gcc libc-dev make pkgconf re2c
PHP_ASC_URLhttps://secure.php.net/get/php-7.3.1.tar.xz.asc/from/this/mirror
PHP_CFLAGS-fstack-protector-strong -fpic -fpie -O2
PHP_CPPFLAGS-fstack-protector-strong -fpic -fpie -O2
PHP_EXTRA_CONFIGURE_ARGS--enable-maintainer-zts --disable-cgi
PHP_INI_DIR/usr/local/etc/php
PHP_LDFLAGS-Wl,-O1 -Wl,--hash-style=both -pie
PHP_MD5 PHP_SHA256cfe93e40be0350cd53c4a579f52fe5d8faf9c6db047f650a4566a2276bf33362
PHP_URLhttps://secure.php.net/get/php-7.3.1.tar.xz/from/this/mirror
PHP_VERSION7.3.1
[#000] sha256:6c40cc604d8e4c121adcb6b0bfe8bb038815c350980090e74aa5a6423f8f82c0 - 9.68% (2.63 MB)
[#001] sha256:a4af09669d6bc8dab39672c4c1ed2a997384de66938916cfe3710fef6de246d4 - 5.04% (1.37 MB)
[#002] sha256:ba64579e88cb1f6b3766ef916cc497ad1f0374d5a58418bcbad70c890a1f5152 - 0.0% (1.22 KB)
[#003] sha256:1d54458d46b379418e5080ced2c6ac09dae496ad6528c04e57c787e20ebaec32 - 0.0% (222 Bytes)
[#004] sha256:5a6b5607e32858f99b2e833359b6cad9d2b4e47b398cf51668f46f3dd772b904 - 42.02% (11.4 MB)
[#005] sha256:eadb0c450d1b3c763ee7e77e67d683ebe0109903ea4cef890e68c3aa1a1fa061 - 0.0% (493 Bytes)
[#006] sha256:f17d9b4f8c55366721959e7165f96d40c465df68c158d088a65c88e259c520c5 - 43.0% (11.7 MB)
[#007] sha256:36833ef9486f5beb28c88afe6c6443a1fe67e3783704d17d957654eefc0ffbb2 - 0.01% (2.12 KB)
[#008] sha256:e481c960feab8d6af7a072f05ea3e935fb4f07020e36a325180d0852f8d3a7c8 - 0.25% (70.4 KB)
/bin/sh -c #(nop) ADD file:2a1fc9351afe35698918545b2d466d9805c2e8afcec52f916785ee65bbafeced in /
2019-01-30 22:19:52 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2019-02-06 01:34:35 UTC/bin/sh -c #(nop) ENV PHPIZE_DEPS=autoconf dpkg-dev dpkg file g++ gcc libc-dev make pkgconf re2c
2019-02-06 01:34:36 UTC/bin/sh -c apk add --no-cache --virtual .persistent-deps ca-certificates curl tar xz openssl
2019-02-06 01:34:37 UTC/bin/sh -c set -x && addgroup -g 82 -S www-data && adduser -u 82 -D -S -G www-data www-data
2019-02-06 01:34:37 UTC/bin/sh -c #(nop) ENV PHP_INI_DIR=/usr/local/etc/php
2019-02-06 01:34:38 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-02-06 01:48:54 UTC/bin/sh -c #(nop) ENV PHP_EXTRA_CONFIGURE_ARGS=--enable-maintainer-zts --disable-cgi
2019-02-06 01:48:54 UTC/bin/sh -c #(nop) ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O2
2019-02-06 01:48:55 UTC/bin/sh -c #(nop) ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O2
2019-02-06 01:48:55 UTC/bin/sh -c #(nop) ENV PHP_LDFLAGS=-Wl,-O1 -Wl,--hash-style=both -pie
2019-02-06 01:48:55 UTC/bin/sh -c #(nop) ENV GPG_KEYS=CBAF69F173A0FEA4B537F470D66C9593118BCCB6 F38252826ACD957EF380D39F2F7956BC5DA04B5D
2019-02-06 01:48:55 UTC/bin/sh -c #(nop) ENV PHP_VERSION=7.3.1
2019-02-06 01:48:55 UTC/bin/sh -c #(nop) ENV PHP_URL=https://secure.php.net/get/php-7.3.1.tar.xz/from/this/mirror PHP_ASC_URL=https://secure.php.net/get/php-7.3.1.tar.xz.asc/from/this/mirror
2019-02-06 01:48:55 UTC/bin/sh -c #(nop) ENV PHP_SHA256=cfe93e40be0350cd53c4a579f52fe5d8faf9c6db047f650a4566a2276bf33362 PHP_MD5=
2019-02-06 01:48:58 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 .fetch-deps
2019-02-06 01:48:58 UTC/bin/sh -c #(nop) COPY file:ce57c04b70896f77cc11eb2766417d8a1240fcffe5bba92179ec78c458844110 in /usr/local/bin/
2019-02-06 01:57:09 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)" && make install && { find /usr/local/bin /usr/local/sbin -type f -perm +0111 -exec strip --strip-all '{}' + || true; } && make clean && cp -v php.ini-* "$PHP_INI_DIR/" && cd / && docker-php-source delete && runDeps="$( scanelf --needed --nobanner --format '%n#p' --recursive /usr/local | tr ',' '\n' | sort -u | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' )" && apk add --no-cache --virtual .php-rundeps $runDeps && apk del .build-deps && pecl update-channels && rm -rf /tmp/pear ~/.pearrc
2019-02-06 01:57:09 UTC/bin/sh -c #(nop) COPY multi:ca5e0e0a22a9acaec52323defcda7c7634bb6522f257ec20bee1888aede2387a in /usr/local/bin/
2019-02-06 01:57:10 UTC/bin/sh -c docker-php-ext-enable sodium
2019-02-06 01:57:10 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-php-entrypoint"]
2019-02-06 01:57:11 UTC/bin/sh -c #(nop) CMD ["php" "-a"]
2019-02-06 09:24:10 UTC
26.1 MB
CBAF69F173A0FEA4B537F470D66C9593118BCCB6 F38252826ACD957EF380D39F2F7956BC5DA04B5D
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PHPIZE_DEPSautoconf dpkg-dev dpkg file g++ gcc libc-dev make pkgconf re2c
PHP_ASC_URLhttps://secure.php.net/get/php-7.3.1.tar.xz.asc/from/this/mirror
PHP_CFLAGS-fstack-protector-strong -fpic -fpie -O2
PHP_CPPFLAGS-fstack-protector-strong -fpic -fpie -O2
PHP_EXTRA_CONFIGURE_ARGS--enable-maintainer-zts --disable-cgi
PHP_INI_DIR/usr/local/etc/php
PHP_LDFLAGS-Wl,-O1 -Wl,--hash-style=both -pie
PHP_MD5 PHP_SHA256cfe93e40be0350cd53c4a579f52fe5d8faf9c6db047f650a4566a2276bf33362
PHP_URLhttps://secure.php.net/get/php-7.3.1.tar.xz/from/this/mirror
PHP_VERSION7.3.1
[#000] sha256:05276f4299f299c4d5ca6776672dcf52f03189b7004e747fd1c2b759d9157831 - 9.28% (2.42 MB)
[#001] sha256:5657e63df53674891643732c236f7932524d1710ce42d916bb3c889a8652df67 - 0.0% (173 Bytes)
[#002] sha256:0bd8664ed55ce528699662d07296c3cfd0e0f9bcfabbc4589f4281fab2e42626 - 5.04% (1.32 MB)
[#003] sha256:609839501bc329be4054e5c87fc5b159ac5f9ddc4baa907c47bbbc0334a6aa2a - 0.0% (1.25 KB)
[#004] sha256:36f17fafac43942d0ff36042295641d7831e1b1e90a3d9497bcaa7c717c5b0c5 - 0.0% (269 Bytes)
[#005] sha256:3ca678e91130495ddfdd085364254a296b0e7843a6fd333fbb5bde2d72d74444 - 43.7% (11.4 MB)
[#006] sha256:40082af1bfc2027dc7816e51884be7b19f83fadff71e2b14c8fe7a74a4baf79c - 0.0% (494 Bytes)
[#007] sha256:729fca7bcfef825300b92c55d2c934302d2c43a158b8e007a24aac9c7d25e6ff - 41.7% (10.9 MB)
[#008] sha256:a72a9b262a14d352cb03f370c602356889d32505803205378f88ab38c34153a8 - 0.01% (2.12 KB)
[#009] sha256:f568576d2c69071f625492455df1022b3f73f526884ae12c97f565e4d2cddfc0 - 0.26% (69.9 KB)
/bin/sh -c #(nop) ADD file:64d5aa5dc08c958468e7c857c35d32a3e87c88800152264432930898defa10c5 in /
2019-01-31 08:50:09 UTC/bin/sh -c #(nop) COPY file:a10c133d8d5e9af3a9a1610709d3ed2f85b1507f1ba5745ac12bb495974e3fe6 in /etc/localtime
2019-01-31 08:50:09 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2019-02-06 09:12:39 UTC/bin/sh -c #(nop) ENV PHPIZE_DEPS=autoconf dpkg-dev dpkg file g++ gcc libc-dev make pkgconf re2c
2019-02-06 09:12:40 UTC/bin/sh -c apk add --no-cache --virtual .persistent-deps ca-certificates curl tar xz openssl
2019-02-06 09:12:42 UTC/bin/sh -c set -x && addgroup -g 82 -S www-data && adduser -u 82 -D -S -G www-data www-data
2019-02-06 09:12:42 UTC/bin/sh -c #(nop) ENV PHP_INI_DIR=/usr/local/etc/php
2019-02-06 09:12:43 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-02-06 09:20:27 UTC/bin/sh -c #(nop) ENV PHP_EXTRA_CONFIGURE_ARGS=--enable-maintainer-zts --disable-cgi
2019-02-06 09:20:27 UTC/bin/sh -c #(nop) ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O2
2019-02-06 09:20:27 UTC/bin/sh -c #(nop) ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O2
2019-02-06 09:20:28 UTC/bin/sh -c #(nop) ENV PHP_LDFLAGS=-Wl,-O1 -Wl,--hash-style=both -pie
2019-02-06 09:20:28 UTC/bin/sh -c #(nop) ENV GPG_KEYS=CBAF69F173A0FEA4B537F470D66C9593118BCCB6 F38252826ACD957EF380D39F2F7956BC5DA04B5D
2019-02-06 09:20:28 UTC/bin/sh -c #(nop) ENV PHP_VERSION=7.3.1
2019-02-06 09:20:29 UTC/bin/sh -c #(nop) ENV PHP_URL=https://secure.php.net/get/php-7.3.1.tar.xz/from/this/mirror PHP_ASC_URL=https://secure.php.net/get/php-7.3.1.tar.xz.asc/from/this/mirror
2019-02-06 09:20:29 UTC/bin/sh -c #(nop) ENV PHP_SHA256=cfe93e40be0350cd53c4a579f52fe5d8faf9c6db047f650a4566a2276bf33362 PHP_MD5=
2019-02-06 09:20:34 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 .fetch-deps
2019-02-06 09:20:35 UTC/bin/sh -c #(nop) COPY file:ce57c04b70896f77cc11eb2766417d8a1240fcffe5bba92179ec78c458844110 in /usr/local/bin/
2019-02-06 09:24:06 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)" && make install && { find /usr/local/bin /usr/local/sbin -type f -perm +0111 -exec strip --strip-all '{}' + || true; } && make clean && cp -v php.ini-* "$PHP_INI_DIR/" && cd / && docker-php-source delete && runDeps="$( scanelf --needed --nobanner --format '%n#p' --recursive /usr/local | tr ',' '\n' | sort -u | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' )" && apk add --no-cache --virtual .php-rundeps $runDeps && apk del .build-deps && pecl update-channels && rm -rf /tmp/pear ~/.pearrc
2019-02-06 09:24:07 UTC/bin/sh -c #(nop) COPY multi:ca5e0e0a22a9acaec52323defcda7c7634bb6522f257ec20bee1888aede2387a in /usr/local/bin/
2019-02-06 09:24:09 UTC/bin/sh -c docker-php-ext-enable sodium
2019-02-06 09:24:09 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-php-entrypoint"]
2019-02-06 09:24:10 UTC/bin/sh -c #(nop) CMD ["php" "-a"]
2019-02-06 13:44:57 UTC
27 MB
CBAF69F173A0FEA4B537F470D66C9593118BCCB6 F38252826ACD957EF380D39F2F7956BC5DA04B5D
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PHPIZE_DEPSautoconf dpkg-dev dpkg file g++ gcc libc-dev make pkgconf re2c
PHP_ASC_URLhttps://secure.php.net/get/php-7.3.1.tar.xz.asc/from/this/mirror
PHP_CFLAGS-fstack-protector-strong -fpic -fpie -O2
PHP_CPPFLAGS-fstack-protector-strong -fpic -fpie -O2
PHP_EXTRA_CONFIGURE_ARGS--enable-maintainer-zts --disable-cgi
PHP_INI_DIR/usr/local/etc/php
PHP_LDFLAGS-Wl,-O1 -Wl,--hash-style=both -pie
PHP_MD5 PHP_SHA256cfe93e40be0350cd53c4a579f52fe5d8faf9c6db047f650a4566a2276bf33362
PHP_URLhttps://secure.php.net/get/php-7.3.1.tar.xz/from/this/mirror
PHP_VERSION7.3.1
[#000] sha256:ee02fa18913c824d1d1c9b680f1a43dad343b9d6c086a6bc62e3361c3d3a2d63 - 9.5% (2.56 MB)
[#001] sha256:afafa41235ea57b01b00eba47de1574777073a79c1d592c5709dfcbb3bd51f2a - 0.0% (176 Bytes)
[#002] sha256:9219cab4202b95ccc80f79810b0329d0b975f528bfd39ed88d404154f0db4c94 - 5.09% (1.37 MB)
[#003] sha256:d3b3060043b61a521ce741c4f44a18bff6588cfebd6d2418cb70dec6325b9150 - 0.0% (1.22 KB)
[#004] sha256:0b71d8bc79ec58aa2bcfaba708194363cf67c779bf860bf0b2459717dc6a8526 - 0.0% (221 Bytes)
[#005] sha256:25bbbd34bb54f30870cf4627ae90644716b79d15c234c5caed7f41b52f5e4186 - 42.28% (11.4 MB)
[#006] sha256:b75c3b32a60a8b4f95705c6e0605675e6d51ac1067c5a87ead3527b27c7424f9 - 0.0% (495 Bytes)
[#007] sha256:01af406f3b4e85f6db72a3ef815a67c655b414735355e6d3f13876f1375c4cc1 - 42.87% (11.6 MB)
[#008] sha256:3b4fd37435fafd9e06e2313770793fe92f6b35d8d2aba04311b664874807413d - 0.01% (2.12 KB)
[#009] sha256:ea23f8744e8dea98486add1b81393db403280ffb26b8484f390bd1f7e5198c32 - 0.25% (69.4 KB)
/bin/sh -c #(nop) ADD file:3c5f57c6644886bbb8164b9aa4cd60e233be7da48b7194a04963a8e7de058e28 in /
2019-01-31 09:40:56 UTC/bin/sh -c #(nop) COPY file:a10c133d8d5e9af3a9a1610709d3ed2f85b1507f1ba5745ac12bb495974e3fe6 in /etc/localtime
2019-01-31 09:40:57 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2019-02-06 13:15:28 UTC/bin/sh -c #(nop) ENV PHPIZE_DEPS=autoconf dpkg-dev dpkg file g++ gcc libc-dev make pkgconf re2c
2019-02-06 13:15:32 UTC/bin/sh -c apk add --no-cache --virtual .persistent-deps ca-certificates curl tar xz openssl
2019-02-06 13:15:34 UTC/bin/sh -c set -x && addgroup -g 82 -S www-data && adduser -u 82 -D -S -G www-data www-data
2019-02-06 13:15:35 UTC/bin/sh -c #(nop) ENV PHP_INI_DIR=/usr/local/etc/php
2019-02-06 13:15:37 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-02-06 13:35:21 UTC/bin/sh -c #(nop) ENV PHP_EXTRA_CONFIGURE_ARGS=--enable-maintainer-zts --disable-cgi
2019-02-06 13:35:21 UTC/bin/sh -c #(nop) ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O2
2019-02-06 13:35:22 UTC/bin/sh -c #(nop) ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O2
2019-02-06 13:35:23 UTC/bin/sh -c #(nop) ENV PHP_LDFLAGS=-Wl,-O1 -Wl,--hash-style=both -pie
2019-02-06 13:35:23 UTC/bin/sh -c #(nop) ENV GPG_KEYS=CBAF69F173A0FEA4B537F470D66C9593118BCCB6 F38252826ACD957EF380D39F2F7956BC5DA04B5D
2019-02-06 13:35:24 UTC/bin/sh -c #(nop) ENV PHP_VERSION=7.3.1
2019-02-06 13:35:25 UTC/bin/sh -c #(nop) ENV PHP_URL=https://secure.php.net/get/php-7.3.1.tar.xz/from/this/mirror PHP_ASC_URL=https://secure.php.net/get/php-7.3.1.tar.xz.asc/from/this/mirror
2019-02-06 13:35:25 UTC/bin/sh -c #(nop) ENV PHP_SHA256=cfe93e40be0350cd53c4a579f52fe5d8faf9c6db047f650a4566a2276bf33362 PHP_MD5=
2019-02-06 13:35:33 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 .fetch-deps
2019-02-06 13:35:34 UTC/bin/sh -c #(nop) COPY file:ce57c04b70896f77cc11eb2766417d8a1240fcffe5bba92179ec78c458844110 in /usr/local/bin/
2019-02-06 13:44:52 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)" && make install && { find /usr/local/bin /usr/local/sbin -type f -perm +0111 -exec strip --strip-all '{}' + || true; } && make clean && cp -v php.ini-* "$PHP_INI_DIR/" && cd / && docker-php-source delete && runDeps="$( scanelf --needed --nobanner --format '%n#p' --recursive /usr/local | tr ',' '\n' | sort -u | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' )" && apk add --no-cache --virtual .php-rundeps $runDeps && apk del .build-deps && pecl update-channels && rm -rf /tmp/pear ~/.pearrc
2019-02-06 13:44:53 UTC/bin/sh -c #(nop) COPY multi:ca5e0e0a22a9acaec52323defcda7c7634bb6522f257ec20bee1888aede2387a in /usr/local/bin/
2019-02-06 13:44:56 UTC/bin/sh -c docker-php-ext-enable sodium
2019-02-06 13:44:56 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-php-entrypoint"]
2019-02-06 13:44:57 UTC/bin/sh -c #(nop) CMD ["php" "-a"]
2019-02-06 12:26:20 UTC
28.1 MB
CBAF69F173A0FEA4B537F470D66C9593118BCCB6 F38252826ACD957EF380D39F2F7956BC5DA04B5D
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PHPIZE_DEPSautoconf dpkg-dev dpkg file g++ gcc libc-dev make pkgconf re2c
PHP_ASC_URLhttps://secure.php.net/get/php-7.3.1.tar.xz.asc/from/this/mirror
PHP_CFLAGS-fstack-protector-strong -fpic -fpie -O2
PHP_CPPFLAGS-fstack-protector-strong -fpic -fpie -O2
PHP_EXTRA_CONFIGURE_ARGS--enable-maintainer-zts --disable-cgi
PHP_INI_DIR/usr/local/etc/php
PHP_LDFLAGS-Wl,-O1 -Wl,--hash-style=both -pie
PHP_MD5 PHP_SHA256cfe93e40be0350cd53c4a579f52fe5d8faf9c6db047f650a4566a2276bf33362
PHP_URLhttps://secure.php.net/get/php-7.3.1.tar.xz/from/this/mirror
PHP_VERSION7.3.1
[#000] sha256:3261f066f954b13c338d7bebabcc22a2a4037bfe4c6989b60595b13ac629445f - 9.42% (2.65 MB)
[#001] sha256:6ff5f92c7db4d11f3356e3243a8a330a8eb64fcde5310599933270ad96a2e3dc - 0.0% (176 Bytes)
[#002] sha256:006a6e8afc2777ec253fea25976cdd6be63a90686ef1bc6de98b9820f6540317 - 5.02% (1.41 MB)
[#003] sha256:606fda705dd9f7203978c790055eb22b11c28d5fbf86862db7ef1a570e4a38de - 0.0% (1.25 KB)
[#004] sha256:b5c7962c28755ae856273684f2b741ba269cf10b16c22da3a999ae700a32aa87 - 0.0% (269 Bytes)
[#005] sha256:03af02231cdc55db19bcbec27e8498c2e8936bf824161445535b5eb83ab2ec60 - 40.54% (11.4 MB)
[#006] sha256:139a37c4017d3afa3c18585a0a6d0ba9d1017078069422f812811c136b927778 - 0.0% (496 Bytes)
[#007] sha256:c608809e17e6953fe48292c531207d070713d1cb3038d59e5ddaede636096b8b - 44.76% (12.6 MB)
[#008] sha256:a9bf55fea6886486983dde971c34e0a594539c6d2402ae41fd2a23f50169a620 - 0.01% (2.13 KB)
[#009] sha256:2c05e899672aff8b530d4644cd91bb15aa56e4121b3d89fed4ae9a3b6259621f - 0.24% (70.2 KB)
/bin/sh -c #(nop) ADD file:22eef5b6e842546e68660322c07723d9794ca0eb45ac3acf95381e2591f455c6 in /
2019-01-31 09:21:01 UTC/bin/sh -c #(nop) COPY file:a10c133d8d5e9af3a9a1610709d3ed2f85b1507f1ba5745ac12bb495974e3fe6 in /etc/localtime
2019-01-31 09:21:02 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2019-02-06 12:09:33 UTC/bin/sh -c #(nop) ENV PHPIZE_DEPS=autoconf dpkg-dev dpkg file g++ gcc libc-dev make pkgconf re2c
2019-02-06 12:09:40 UTC/bin/sh -c apk add --no-cache --virtual .persistent-deps ca-certificates curl tar xz openssl
2019-02-06 12:09:48 UTC/bin/sh -c set -x && addgroup -g 82 -S www-data && adduser -u 82 -D -S -G www-data www-data
2019-02-06 12:09:51 UTC/bin/sh -c #(nop) ENV PHP_INI_DIR=/usr/local/etc/php
2019-02-06 12:09:56 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-02-06 12:21:36 UTC/bin/sh -c #(nop) ENV PHP_EXTRA_CONFIGURE_ARGS=--enable-maintainer-zts --disable-cgi
2019-02-06 12:21:42 UTC/bin/sh -c #(nop) ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O2
2019-02-06 12:21:44 UTC/bin/sh -c #(nop) ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O2
2019-02-06 12:21:46 UTC/bin/sh -c #(nop) ENV PHP_LDFLAGS=-Wl,-O1 -Wl,--hash-style=both -pie
2019-02-06 12:21:48 UTC/bin/sh -c #(nop) ENV GPG_KEYS=CBAF69F173A0FEA4B537F470D66C9593118BCCB6 F38252826ACD957EF380D39F2F7956BC5DA04B5D
2019-02-06 12:21:49 UTC/bin/sh -c #(nop) ENV PHP_VERSION=7.3.1
2019-02-06 12:21:51 UTC/bin/sh -c #(nop) ENV PHP_URL=https://secure.php.net/get/php-7.3.1.tar.xz/from/this/mirror PHP_ASC_URL=https://secure.php.net/get/php-7.3.1.tar.xz.asc/from/this/mirror
2019-02-06 12:21:52 UTC/bin/sh -c #(nop) ENV PHP_SHA256=cfe93e40be0350cd53c4a579f52fe5d8faf9c6db047f650a4566a2276bf33362 PHP_MD5=
2019-02-06 12:22:04 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 .fetch-deps
2019-02-06 12:22:05 UTC/bin/sh -c #(nop) COPY file:ce57c04b70896f77cc11eb2766417d8a1240fcffe5bba92179ec78c458844110 in /usr/local/bin/
2019-02-06 12:26:09 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)" && make install && { find /usr/local/bin /usr/local/sbin -type f -perm +0111 -exec strip --strip-all '{}' + || true; } && make clean && cp -v php.ini-* "$PHP_INI_DIR/" && cd / && docker-php-source delete && runDeps="$( scanelf --needed --nobanner --format '%n#p' --recursive /usr/local | tr ',' '\n' | sort -u | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' )" && apk add --no-cache --virtual .php-rundeps $runDeps && apk del .build-deps && pecl update-channels && rm -rf /tmp/pear ~/.pearrc
2019-02-06 12:26:11 UTC/bin/sh -c #(nop) COPY multi:ca5e0e0a22a9acaec52323defcda7c7634bb6522f257ec20bee1888aede2387a in /usr/local/bin/
2019-02-06 12:26:16 UTC/bin/sh -c docker-php-ext-enable sodium
2019-02-06 12:26:18 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-php-entrypoint"]
2019-02-06 12:26:20 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.