2020-12-17 04:47:52 UTC
29.7 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://www.php.net/distributions/php-7.3.25.tar.xz.asc
PHP_CFLAGS-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
PHP_CPPFLAGS-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
PHP_INI_DIR/usr/local/etc/php
PHP_LDFLAGS-Wl,-O1 -pie
PHP_SHA256c71c00ad03079efb78d1a6b8623ca4f725be697dbd9a46debacbcc9a2475f329
PHP_URLhttps://www.php.net/distributions/php-7.3.25.tar.xz
PHP_VERSION7.3.25
[#000] sha256:60519712d04c07db59906a2e14fa87c037b6504d612ba116ea1ef94ae08a650b - 9.02% (2.68 MB)
[#001] sha256:b783fa33b78aa1cd282fb5c3dd757f4c9d36e3d9bd486b98c511748be47e94d4 - 4.66% (1.38 MB)
[#002] sha256:b8f9dcd0b28da5cfa74e2668af279e308c9e68d08aacc9a3ff932ae823cd2bf7 - 0.0% (1.2 KB)
[#003] sha256:ad387b229ca87f04b25497124d9a872b2684109df2fbb84811eb32c7f5a163a6 - 0.0% (222 Bytes)
[#004] sha256:4931e53e27b8acfb08219b97845ea474657bf11295a38ad4e4f41a96dda1b82b - 39.0% (11.6 MB)
[#005] sha256:7b72496a5359cfd3e91af3e5da64cbdaa3b8442cdc18ff03ab42e229b8a18973 - 0.0% (494 Bytes)
[#006] sha256:b485976d6a9ca443fd72850928c0f865923f1504cf24939dfc10d06a0c8ce156 - 47.26% (14 MB)
[#007] sha256:b3e04ef22528126e4f925bb1899f8a229e43ca7b2170690a71643ce82c7c5b3a - 0.01% (2.2 KB)
[#008] sha256:e575ffd5b06028a69a885b6d7e2e5a07bcf370c3760d7536f1e85ae216a21908 - 0.05% (16.5 KB)
/bin/sh -c #(nop) ADD file:c8f5b26cfa9b90dfe6ca805f2101bd199c87b93faed2af74df0cbe54ea28fa6d in /
2020-12-17 00:38:39 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2020-12-17 04:04:46 UTC/bin/sh -c #(nop) ENV PHPIZE_DEPS=autoconf dpkg-dev dpkg file g++ gcc libc-dev make pkgconf re2c
2020-12-17 04:04:47 UTC/bin/sh -c apk add --no-cache ca-certificates curl tar xz openssl
2020-12-17 04:04:48 UTC/bin/sh -c set -eux; addgroup -g 82 -S www-data; adduser -u 82 -D -S -G www-data www-data
2020-12-17 04:04:48 UTC/bin/sh -c #(nop) ENV PHP_INI_DIR=/usr/local/etc/php
2020-12-17 04:04:49 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
2020-12-17 04:04:49 UTC/bin/sh -c #(nop) ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
2020-12-17 04:04:49 UTC/bin/sh -c #(nop) ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
2020-12-17 04:04:49 UTC/bin/sh -c #(nop) ENV PHP_LDFLAGS=-Wl,-O1 -pie
2020-12-17 04:42:02 UTC/bin/sh -c #(nop) ENV GPG_KEYS=CBAF69F173A0FEA4B537F470D66C9593118BCCB6 F38252826ACD957EF380D39F2F7956BC5DA04B5D
2020-12-17 04:42:02 UTC/bin/sh -c #(nop) ENV PHP_VERSION=7.3.25
2020-12-17 04:42:03 UTC/bin/sh -c #(nop) ENV PHP_URL=https://www.php.net/distributions/php-7.3.25.tar.xz PHP_ASC_URL=https://www.php.net/distributions/php-7.3.25.tar.xz.asc
2020-12-17 04:42:03 UTC/bin/sh -c #(nop) ENV PHP_SHA256=c71c00ad03079efb78d1a6b8623ca4f725be697dbd9a46debacbcc9a2475f329
2020-12-17 04:42:07 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_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
2020-12-17 04:42:07 UTC/bin/sh -c #(nop) COPY file:ce57c04b70896f77cc11eb2766417d8a1240fcffe5bba92179ec78c458844110 in /usr/local/bin/
2020-12-17 04:47:50 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 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 --with-pic --enable-ftp --enable-mbstring --enable-mysqlnd --with-password-argon2 --with-sodium=shared --with-pdo-sqlite=/usr --with-sqlite3=/usr --with-curl --with-libedit --with-openssl --with-zlib $(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
2020-12-17 04:47:50 UTC/bin/sh -c #(nop) COPY multi:afab483600631d4d87fe030871bbb016f1c2b73c0b72609d857bace419af7f5d in /usr/local/bin/
2020-12-17 04:47:52 UTC/bin/sh -c docker-php-ext-enable sodium
2020-12-17 04:47:52 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-php-entrypoint"]
2020-12-17 04:47:52 UTC/bin/sh -c #(nop) CMD ["php" "-a"]
2020-12-17 10:05:43 UTC
29.3 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://www.php.net/distributions/php-7.3.25.tar.xz.asc
PHP_CFLAGS-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
PHP_CPPFLAGS-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
PHP_INI_DIR/usr/local/etc/php
PHP_LDFLAGS-Wl,-O1 -pie
PHP_SHA256c71c00ad03079efb78d1a6b8623ca4f725be697dbd9a46debacbcc9a2475f329
PHP_URLhttps://www.php.net/distributions/php-7.3.25.tar.xz
PHP_VERSION7.3.25
[#000] sha256:0a6724ff3fcd51338afdfdc2b1d4ffd04569818e31efad957213d67c29b45101 - 9.16% (2.68 MB)
[#001] sha256:30177fe68f41251db4154b9ede629b50cf46f8142292847838732a38bb194984 - 4.41% (1.29 MB)
[#002] sha256:5c3561a9c216a44f78e647d18c1b886f33965e78ba6f4f469a4ae39a83b35570 - 0.0% (1.2 KB)
[#003] sha256:aea44d2ba8a00c1289b5e933f447c8bfdcacfac338c29df91beeb2d04e9cf252 - 0.0% (222 Bytes)
[#004] sha256:f20d3ce0342e05ffb23e8f450e7ed62b2ff1538ebabd5a5694b0eaf25bc86490 - 39.56% (11.6 MB)
[#005] sha256:5309902c88fcc07f1f15ae9cc4a463c01c7048aa5296c9de857e06cdf7ea5d4a - 0.0% (492 Bytes)
[#006] sha256:91bf0f64b63134a41a3b7c3a27ea80c4e06afc6283dc5965928cca827740e1ba - 46.8% (13.7 MB)
[#007] sha256:5f823d4a39aabf72511582a8e02ac86004f41ce691cbe2b7f85f8b793e6aa016 - 0.01% (2.2 KB)
[#008] sha256:f225e25c5de9ef861c7c9a0e1a5c028b5ab1b04d1b8f21e113c242290d668eab - 0.06% (16.5 KB)
/bin/sh -c #(nop) ADD file:8ed80010e443da19d72546bcee9a35e0a8d244c72052b1994610bf5939d479c2 in /
2020-12-17 00:19:49 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2020-12-17 09:17:45 UTC/bin/sh -c #(nop) ENV PHPIZE_DEPS=autoconf dpkg-dev dpkg file g++ gcc libc-dev make pkgconf re2c
2020-12-17 09:17:46 UTC/bin/sh -c apk add --no-cache ca-certificates curl tar xz openssl
2020-12-17 09:17:47 UTC/bin/sh -c set -eux; addgroup -g 82 -S www-data; adduser -u 82 -D -S -G www-data www-data
2020-12-17 09:17:48 UTC/bin/sh -c #(nop) ENV PHP_INI_DIR=/usr/local/etc/php
2020-12-17 09:17:49 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
2020-12-17 09:17:49 UTC/bin/sh -c #(nop) ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
2020-12-17 09:17:49 UTC/bin/sh -c #(nop) ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
2020-12-17 09:17:49 UTC/bin/sh -c #(nop) ENV PHP_LDFLAGS=-Wl,-O1 -pie
2020-12-17 09:59:04 UTC/bin/sh -c #(nop) ENV GPG_KEYS=CBAF69F173A0FEA4B537F470D66C9593118BCCB6 F38252826ACD957EF380D39F2F7956BC5DA04B5D
2020-12-17 09:59:04 UTC/bin/sh -c #(nop) ENV PHP_VERSION=7.3.25
2020-12-17 09:59:05 UTC/bin/sh -c #(nop) ENV PHP_URL=https://www.php.net/distributions/php-7.3.25.tar.xz PHP_ASC_URL=https://www.php.net/distributions/php-7.3.25.tar.xz.asc
2020-12-17 09:59:05 UTC/bin/sh -c #(nop) ENV PHP_SHA256=c71c00ad03079efb78d1a6b8623ca4f725be697dbd9a46debacbcc9a2475f329
2020-12-17 09:59:08 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_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
2020-12-17 09:59:09 UTC/bin/sh -c #(nop) COPY file:ce57c04b70896f77cc11eb2766417d8a1240fcffe5bba92179ec78c458844110 in /usr/local/bin/
2020-12-17 10:05:36 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 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 --with-pic --enable-ftp --enable-mbstring --enable-mysqlnd --with-password-argon2 --with-sodium=shared --with-pdo-sqlite=/usr --with-sqlite3=/usr --with-curl --with-libedit --with-openssl --with-zlib $(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
2020-12-17 10:05:38 UTC/bin/sh -c #(nop) COPY multi:afab483600631d4d87fe030871bbb016f1c2b73c0b72609d857bace419af7f5d in /usr/local/bin/
2020-12-17 10:05:42 UTC/bin/sh -c docker-php-ext-enable sodium
2020-12-17 10:05:43 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-php-entrypoint"]
2020-12-17 10:05:43 UTC/bin/sh -c #(nop) CMD ["php" "-a"]
2020-12-17 04:58:45 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://www.php.net/distributions/php-7.3.25.tar.xz.asc
PHP_CFLAGS-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
PHP_CPPFLAGS-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
PHP_INI_DIR/usr/local/etc/php
PHP_LDFLAGS-Wl,-O1 -pie
PHP_SHA256c71c00ad03079efb78d1a6b8623ca4f725be697dbd9a46debacbcc9a2475f329
PHP_URLhttps://www.php.net/distributions/php-7.3.25.tar.xz
PHP_VERSION7.3.25
[#000] sha256:56fec67ad66eea034cf5b7d0d0ffd355c0fe87611bad132ac5a952fcaa52138b - 8.9% (2.5 MB)
[#001] sha256:cea234148383f0fbc19d67f249032ed5fc4ff1ca58add083b9b38b5443b07059 - 4.48% (1.26 MB)
[#002] sha256:99a82fb8eef92364cc7b8341e3630dc8995bc1953e7dfee12d31ffc64314e682 - 0.0% (1.23 KB)
[#003] sha256:e46a81431a381e207cc8a087fc3a0a1530f010215549888cab15996d82e73335 - 0.0% (268 Bytes)
[#004] sha256:60f49101ec408e2e5849cc45c8f1b3ee843c5f297821d56e204a78e248899f0c - 41.26% (11.6 MB)
[#005] sha256:b6131a2250d55607b34bfa2edbb155003d0b62e42e18ca4c99dc5a541f0a30e3 - 0.0% (496 Bytes)
[#006] sha256:1d992c0af1520957f83fd3f10d6936265102b26c420c45c8407061cca81cc38b - 45.28% (12.7 MB)
[#007] sha256:62874863f75bb78dcd3f84d06e379a2bd65a252062e82851be0f95d57e121025 - 0.01% (2.21 KB)
[#008] sha256:e9d30226e292b248177eabb052cd8c0c65a999b55f3854f2fa4ec3a86b110d2b - 0.06% (16.5 KB)
/bin/sh -c #(nop) ADD file:e3a6f7566ee3c2ba61d27d801d3522e045a4be64a42f32ee52d933b68338d06f in /
2020-12-16 23:49:55 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2020-12-17 04:26:52 UTC/bin/sh -c #(nop) ENV PHPIZE_DEPS=autoconf dpkg-dev dpkg file g++ gcc libc-dev make pkgconf re2c
2020-12-17 04:27:04 UTC/bin/sh -c apk add --no-cache ca-certificates curl tar xz openssl
2020-12-17 04:27:08 UTC/bin/sh -c set -eux; addgroup -g 82 -S www-data; adduser -u 82 -D -S -G www-data www-data
2020-12-17 04:27:09 UTC/bin/sh -c #(nop) ENV PHP_INI_DIR=/usr/local/etc/php
2020-12-17 04:27:11 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
2020-12-17 04:27:12 UTC/bin/sh -c #(nop) ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
2020-12-17 04:27:13 UTC/bin/sh -c #(nop) ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
2020-12-17 04:27:13 UTC/bin/sh -c #(nop) ENV PHP_LDFLAGS=-Wl,-O1 -pie
2020-12-17 04:54:36 UTC/bin/sh -c #(nop) ENV GPG_KEYS=CBAF69F173A0FEA4B537F470D66C9593118BCCB6 F38252826ACD957EF380D39F2F7956BC5DA04B5D
2020-12-17 04:54:38 UTC/bin/sh -c #(nop) ENV PHP_VERSION=7.3.25
2020-12-17 04:54:38 UTC/bin/sh -c #(nop) ENV PHP_URL=https://www.php.net/distributions/php-7.3.25.tar.xz PHP_ASC_URL=https://www.php.net/distributions/php-7.3.25.tar.xz.asc
2020-12-17 04:54:39 UTC/bin/sh -c #(nop) ENV PHP_SHA256=c71c00ad03079efb78d1a6b8623ca4f725be697dbd9a46debacbcc9a2475f329
2020-12-17 04:54:45 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_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
2020-12-17 04:54:47 UTC/bin/sh -c #(nop) COPY file:ce57c04b70896f77cc11eb2766417d8a1240fcffe5bba92179ec78c458844110 in /usr/local/bin/
2020-12-17 04:58:37 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 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 --with-pic --enable-ftp --enable-mbstring --enable-mysqlnd --with-password-argon2 --with-sodium=shared --with-pdo-sqlite=/usr --with-sqlite3=/usr --with-curl --with-libedit --with-openssl --with-zlib $(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
2020-12-17 04:58:40 UTC/bin/sh -c #(nop) COPY multi:afab483600631d4d87fe030871bbb016f1c2b73c0b72609d857bace419af7f5d in /usr/local/bin/
2020-12-17 04:58:43 UTC/bin/sh -c docker-php-ext-enable sodium
2020-12-17 04:58:44 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-php-entrypoint"]
2020-12-17 04:58:45 UTC/bin/sh -c #(nop) CMD ["php" "-a"]
2020-12-17 04:50:26 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://www.php.net/distributions/php-7.3.25.tar.xz.asc
PHP_CFLAGS-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
PHP_CPPFLAGS-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
PHP_INI_DIR/usr/local/etc/php
PHP_LDFLAGS-Wl,-O1 -pie
PHP_SHA256c71c00ad03079efb78d1a6b8623ca4f725be697dbd9a46debacbcc9a2475f329
PHP_URLhttps://www.php.net/distributions/php-7.3.25.tar.xz
PHP_VERSION7.3.25
[#000] sha256:71728559ce1f58d5e0ef30be5b1d7628ff967d4038f9202818dd3d8c76feb8ab - 8.56% (2.31 MB)
[#001] sha256:be7acbb438198822803757ca8d16da8aef1dbca72d1bc0f5d672613a7e202719 - 4.33% (1.17 MB)
[#002] sha256:d23a11d2506a80b00e4a7c80a0c08d7e9f9939d04ea1cbb5a5108719b4122ec8 - 0.0% (1.23 KB)
[#003] sha256:62db182b1e7cca1d8e08e3d767326d96b2fec386988ab87ae0eba0f46be7a361 - 0.0% (268 Bytes)
[#004] sha256:ec2851b2d2692ab6503c2171272574c093ad594b830bdef2d45e8ed01b704feb - 42.93% (11.6 MB)
[#005] sha256:759ccb88d3701f2404b9d4d6eedd2076ca22aad12541ebc5364982126ad2299c - 0.0% (495 Bytes)
[#006] sha256:4d1c47b4fce61410c6ff12f7638df2a30d67ebd2aa6fe7b10160b2e3c1af02a8 - 44.11% (11.9 MB)
[#007] sha256:d749fc808b4b8ad68af9884201258b92cbd56912b8bb59ef3489e2ea6d2c57e8 - 0.01% (2.2 KB)
[#008] sha256:130365a9d8d83da92e2d2d0b846f1b027432854f28652091b1a54c74ba770d0c - 0.06% (16.4 KB)
/bin/sh -c #(nop) ADD file:6757438ec5b22931a1c6a274c9c1eca94f0715a405d2ba91bd8b95704ba969ca in /
2020-12-16 23:58:29 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2020-12-17 04:21:56 UTC/bin/sh -c #(nop) ENV PHPIZE_DEPS=autoconf dpkg-dev dpkg file g++ gcc libc-dev make pkgconf re2c
2020-12-17 04:21:59 UTC/bin/sh -c apk add --no-cache ca-certificates curl tar xz openssl
2020-12-17 04:22:01 UTC/bin/sh -c set -eux; addgroup -g 82 -S www-data; adduser -u 82 -D -S -G www-data www-data
2020-12-17 04:22:02 UTC/bin/sh -c #(nop) ENV PHP_INI_DIR=/usr/local/etc/php
2020-12-17 04:22:03 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
2020-12-17 04:22:04 UTC/bin/sh -c #(nop) ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
2020-12-17 04:22:05 UTC/bin/sh -c #(nop) ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
2020-12-17 04:22:05 UTC/bin/sh -c #(nop) ENV PHP_LDFLAGS=-Wl,-O1 -pie
2020-12-17 04:46:58 UTC/bin/sh -c #(nop) ENV GPG_KEYS=CBAF69F173A0FEA4B537F470D66C9593118BCCB6 F38252826ACD957EF380D39F2F7956BC5DA04B5D
2020-12-17 04:47:08 UTC/bin/sh -c #(nop) ENV PHP_VERSION=7.3.25
2020-12-17 04:47:12 UTC/bin/sh -c #(nop) ENV PHP_URL=https://www.php.net/distributions/php-7.3.25.tar.xz PHP_ASC_URL=https://www.php.net/distributions/php-7.3.25.tar.xz.asc
2020-12-17 04:47:15 UTC/bin/sh -c #(nop) ENV PHP_SHA256=c71c00ad03079efb78d1a6b8623ca4f725be697dbd9a46debacbcc9a2475f329
2020-12-17 04:47:27 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_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
2020-12-17 04:47:29 UTC/bin/sh -c #(nop) COPY file:ce57c04b70896f77cc11eb2766417d8a1240fcffe5bba92179ec78c458844110 in /usr/local/bin/
2020-12-17 04:50:15 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 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 --with-pic --enable-ftp --enable-mbstring --enable-mysqlnd --with-password-argon2 --with-sodium=shared --with-pdo-sqlite=/usr --with-sqlite3=/usr --with-curl --with-libedit --with-openssl --with-zlib $(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
2020-12-17 04:50:17 UTC/bin/sh -c #(nop) COPY multi:afab483600631d4d87fe030871bbb016f1c2b73c0b72609d857bace419af7f5d in /usr/local/bin/
2020-12-17 04:50:21 UTC/bin/sh -c docker-php-ext-enable sodium
2020-12-17 04:50:22 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-php-entrypoint"]
2020-12-17 04:50:26 UTC/bin/sh -c #(nop) CMD ["php" "-a"]
2020-12-17 06:36:16 UTC
29 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://www.php.net/distributions/php-7.3.25.tar.xz.asc
PHP_CFLAGS-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
PHP_CPPFLAGS-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
PHP_INI_DIR/usr/local/etc/php
PHP_LDFLAGS-Wl,-O1 -pie
PHP_SHA256c71c00ad03079efb78d1a6b8623ca4f725be697dbd9a46debacbcc9a2475f329
PHP_URLhttps://www.php.net/distributions/php-7.3.25.tar.xz
PHP_VERSION7.3.25
[#000] sha256:20d8a246443a66e74e17f2a0e81a51fe774876ca0c2676691c37ee1b0e4d3cd5 - 8.97% (2.6 MB)
[#001] sha256:94791c46947a57d00d9937a52bed23f34e587ad244c5d07d2044a8d903b7f2c3 - 4.47% (1.3 MB)
[#002] sha256:c3982a3e12b3bd036de6084747226e002728a90c1621f8a09a78fa09ce1f1d51 - 0.0% (1.23 KB)
[#003] sha256:38160f13d3ed0c6e558cfe4db52e0ae1d8b4aa6a0a121ff194a5678722e95e12 - 0.0% (266 Bytes)
[#004] sha256:47936ead61e03aa6a1cdf9554fe48bc837ae3481202286996f0935e71d8d4b1e - 40.01% (11.6 MB)
[#005] sha256:74f9b41b52373eafc849334e667dd72245ed25d76a65544a1eca6780d2422d58 - 0.0% (494 Bytes)
[#006] sha256:f82a1d5dca02a10692f3769a90af198ea4ad86a3127e1ec2df5fb048962ed9da - 46.48% (13.5 MB)
[#007] sha256:b6690cab914fc18d97cfad3ee40df9ac24c40a48dc2c42308ea8b683d97571c4 - 0.01% (2.21 KB)
[#008] sha256:9b039caae2cfcb8c43ccb15d5d0fc2906300de8dec1c70f7f828fb5c5e4df5d6 - 0.06% (16.5 KB)
/bin/sh -c #(nop) ADD file:47bb1b85a4eb4d0b355ae89ec5c71c09e2c2b7e21e1851a2896365eb17134f57 in /
2020-12-16 23:40:39 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2020-12-17 06:09:26 UTC/bin/sh -c #(nop) ENV PHPIZE_DEPS=autoconf dpkg-dev dpkg file g++ gcc libc-dev make pkgconf re2c
2020-12-17 06:09:30 UTC/bin/sh -c apk add --no-cache ca-certificates curl tar xz openssl
2020-12-17 06:09:33 UTC/bin/sh -c set -eux; addgroup -g 82 -S www-data; adduser -u 82 -D -S -G www-data www-data
2020-12-17 06:09:33 UTC/bin/sh -c #(nop) ENV PHP_INI_DIR=/usr/local/etc/php
2020-12-17 06:09:36 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
2020-12-17 06:09:37 UTC/bin/sh -c #(nop) ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
2020-12-17 06:09:39 UTC/bin/sh -c #(nop) ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
2020-12-17 06:09:41 UTC/bin/sh -c #(nop) ENV PHP_LDFLAGS=-Wl,-O1 -pie
2020-12-17 06:33:03 UTC/bin/sh -c #(nop) ENV GPG_KEYS=CBAF69F173A0FEA4B537F470D66C9593118BCCB6 F38252826ACD957EF380D39F2F7956BC5DA04B5D
2020-12-17 06:33:04 UTC/bin/sh -c #(nop) ENV PHP_VERSION=7.3.25
2020-12-17 06:33:05 UTC/bin/sh -c #(nop) ENV PHP_URL=https://www.php.net/distributions/php-7.3.25.tar.xz PHP_ASC_URL=https://www.php.net/distributions/php-7.3.25.tar.xz.asc
2020-12-17 06:33:05 UTC/bin/sh -c #(nop) ENV PHP_SHA256=c71c00ad03079efb78d1a6b8623ca4f725be697dbd9a46debacbcc9a2475f329
2020-12-17 06:33:12 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_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
2020-12-17 06:33:13 UTC/bin/sh -c #(nop) COPY file:ce57c04b70896f77cc11eb2766417d8a1240fcffe5bba92179ec78c458844110 in /usr/local/bin/
2020-12-17 06:36:08 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 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 --with-pic --enable-ftp --enable-mbstring --enable-mysqlnd --with-password-argon2 --with-sodium=shared --with-pdo-sqlite=/usr --with-sqlite3=/usr --with-curl --with-libedit --with-openssl --with-zlib $(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
2020-12-17 06:36:11 UTC/bin/sh -c #(nop) COPY multi:afab483600631d4d87fe030871bbb016f1c2b73c0b72609d857bace419af7f5d in /usr/local/bin/
2020-12-17 06:36:14 UTC/bin/sh -c docker-php-ext-enable sodium
2020-12-17 06:36:15 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-php-entrypoint"]
2020-12-17 06:36:16 UTC/bin/sh -c #(nop) CMD ["php" "-a"]
2020-12-17 07:12:06 UTC
30.3 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://www.php.net/distributions/php-7.3.25.tar.xz.asc
PHP_CFLAGS-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
PHP_CPPFLAGS-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
PHP_INI_DIR/usr/local/etc/php
PHP_LDFLAGS-Wl,-O1 -pie
PHP_SHA256c71c00ad03079efb78d1a6b8623ca4f725be697dbd9a46debacbcc9a2475f329
PHP_URLhttps://www.php.net/distributions/php-7.3.25.tar.xz
PHP_VERSION7.3.25
[#000] sha256:2c090b1a59445fb94c5fb14edf51af12a8f8bc2259535b08191f26ea84a7bb05 - 8.88% (2.69 MB)
[#001] sha256:e0ce00929b5f008f5380cc9f6cdc0c07ad75fc12cb1c8e726145a52d3b659044 - 4.39% (1.33 MB)
[#002] sha256:5f0fee674ef2fe7cb619c0c581b94af413351294dfb3208c820accec9d473d28 - 0.0% (1.24 KB)
[#003] sha256:9eef89bc2fb50805603dc5d9f97f27c071c6cb63013e3f7e54d262b218f91a36 - 0.0% (268 Bytes)
[#004] sha256:0d49f04f440947556a80a46301a1bc4871efb32a3d80bd4b0b14702b940468cb - 38.24% (11.6 MB)
[#005] sha256:8bff7344e35a4f6b98ac2317e03f6f0ea945a1cdb38ebbaeface2a0b2af896c6 - 0.0% (497 Bytes)
[#006] sha256:23adb31bc0712a7dc3f0d07611c2cbeb690ca5e9e9a871c3a6f52ae5136db6ee - 48.42% (14.7 MB)
[#007] sha256:6f34c127649f4ea02b2cec32475fcc0c5e80688d1756498ce178ef0c1ae14816 - 0.01% (2.2 KB)
[#008] sha256:3c30caca35cfcd1b91e0bd7e023da150ba818e38f805e93d606e230ae2192a15 - 0.05% (16.5 KB)
/bin/sh -c #(nop) ADD file:4a7a7b8454234532546faed6d4d392f006f235e86744822034cb829a16205d11 in /
2020-12-17 00:21:06 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2020-12-17 06:33:23 UTC/bin/sh -c #(nop) ENV PHPIZE_DEPS=autoconf dpkg-dev dpkg file g++ gcc libc-dev make pkgconf re2c
2020-12-17 06:33:49 UTC/bin/sh -c apk add --no-cache ca-certificates curl tar xz openssl
2020-12-17 06:34:19 UTC/bin/sh -c set -eux; addgroup -g 82 -S www-data; adduser -u 82 -D -S -G www-data www-data
2020-12-17 06:34:24 UTC/bin/sh -c #(nop) ENV PHP_INI_DIR=/usr/local/etc/php
2020-12-17 06:34:34 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
2020-12-17 06:34:36 UTC/bin/sh -c #(nop) ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
2020-12-17 06:34:38 UTC/bin/sh -c #(nop) ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
2020-12-17 06:34:41 UTC/bin/sh -c #(nop) ENV PHP_LDFLAGS=-Wl,-O1 -pie
2020-12-17 07:07:13 UTC/bin/sh -c #(nop) ENV GPG_KEYS=CBAF69F173A0FEA4B537F470D66C9593118BCCB6 F38252826ACD957EF380D39F2F7956BC5DA04B5D
2020-12-17 07:07:20 UTC/bin/sh -c #(nop) ENV PHP_VERSION=7.3.25
2020-12-17 07:07:23 UTC/bin/sh -c #(nop) ENV PHP_URL=https://www.php.net/distributions/php-7.3.25.tar.xz PHP_ASC_URL=https://www.php.net/distributions/php-7.3.25.tar.xz.asc
2020-12-17 07:07:25 UTC/bin/sh -c #(nop) ENV PHP_SHA256=c71c00ad03079efb78d1a6b8623ca4f725be697dbd9a46debacbcc9a2475f329
2020-12-17 07:07:48 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_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
2020-12-17 07:07:55 UTC/bin/sh -c #(nop) COPY file:ce57c04b70896f77cc11eb2766417d8a1240fcffe5bba92179ec78c458844110 in /usr/local/bin/
2020-12-17 07:11:49 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 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 --with-pic --enable-ftp --enable-mbstring --enable-mysqlnd --with-password-argon2 --with-sodium=shared --with-pdo-sqlite=/usr --with-sqlite3=/usr --with-curl --with-libedit --with-openssl --with-zlib $(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
2020-12-17 07:11:51 UTC/bin/sh -c #(nop) COPY multi:afab483600631d4d87fe030871bbb016f1c2b73c0b72609d857bace419af7f5d in /usr/local/bin/
2020-12-17 07:11:59 UTC/bin/sh -c docker-php-ext-enable sodium
2020-12-17 07:12:02 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-php-entrypoint"]
2020-12-17 07:12:06 UTC/bin/sh -c #(nop) CMD ["php" "-a"]
2020-12-17 07:18:51 UTC
28.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://www.php.net/distributions/php-7.3.25.tar.xz.asc
PHP_CFLAGS-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
PHP_CPPFLAGS-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
PHP_INI_DIR/usr/local/etc/php
PHP_LDFLAGS-Wl,-O1 -pie
PHP_SHA256c71c00ad03079efb78d1a6b8623ca4f725be697dbd9a46debacbcc9a2475f329
PHP_URLhttps://www.php.net/distributions/php-7.3.25.tar.xz
PHP_VERSION7.3.25
[#000] sha256:ae4c90d25da4580c1cd02a35a672d9113b17e063183b4148c463df4d33079192 - 8.65% (2.46 MB)
[#001] sha256:ecd30869ce1f048199c9581e24fd1285f404f93638ceaf0778da172fd685d47b - 4.67% (1.33 MB)
[#002] sha256:07e28aa93dc697ee8937b52783c91a207ad124e07d209a6594d3947096b82474 - 0.0% (1.23 KB)
[#003] sha256:4dbd88466fff7e930a2d46311ac6c70f5b5545cf4cd0523d8fcd999b3eb521ab - 0.0% (268 Bytes)
[#004] sha256:67e948b9c700408bb35611f8d8d698028e7d13777a61614f22fca67d81ad648f - 40.71% (11.6 MB)
[#005] sha256:aa0860c8683caa23e583fa8017431214a2385d3f47f4a2136c3c0bcb7e70531b - 0.0% (497 Bytes)
[#006] sha256:939835a1edb544b88e03d4d2e8e02b3f29995e2b9a45ac10b61695c5d2355260 - 45.89% (13.1 MB)
[#007] sha256:a1494032c37e5aab9b20f7a4a9b1521c754e4edce8fd19eb1c7f6ce06c917fc8 - 0.01% (2.21 KB)
[#008] sha256:d486721d18b3a188028885767abd5fd2cbfa97000a2259956eceab83953e2605 - 0.06% (16.5 KB)
/bin/sh -c #(nop) ADD file:9e0a7f4c5f520dabbf66a5d4312ceeb614fc5073fca7a248eb070cd99f4b75ff in /
2020-12-16 23:41:44 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2020-12-17 06:39:34 UTC/bin/sh -c #(nop) ENV PHPIZE_DEPS=autoconf dpkg-dev dpkg file g++ gcc libc-dev make pkgconf re2c
2020-12-17 06:39:37 UTC/bin/sh -c apk add --no-cache ca-certificates curl tar xz openssl
2020-12-17 06:39:38 UTC/bin/sh -c set -eux; addgroup -g 82 -S www-data; adduser -u 82 -D -S -G www-data www-data
2020-12-17 06:39:39 UTC/bin/sh -c #(nop) ENV PHP_INI_DIR=/usr/local/etc/php
2020-12-17 06:39:41 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
2020-12-17 06:39:41 UTC/bin/sh -c #(nop) ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
2020-12-17 06:39:42 UTC/bin/sh -c #(nop) ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
2020-12-17 06:39:42 UTC/bin/sh -c #(nop) ENV PHP_LDFLAGS=-Wl,-O1 -pie
2020-12-17 07:13:18 UTC/bin/sh -c #(nop) ENV GPG_KEYS=CBAF69F173A0FEA4B537F470D66C9593118BCCB6 F38252826ACD957EF380D39F2F7956BC5DA04B5D
2020-12-17 07:13:19 UTC/bin/sh -c #(nop) ENV PHP_VERSION=7.3.25
2020-12-17 07:13:20 UTC/bin/sh -c #(nop) ENV PHP_URL=https://www.php.net/distributions/php-7.3.25.tar.xz PHP_ASC_URL=https://www.php.net/distributions/php-7.3.25.tar.xz.asc
2020-12-17 07:13:20 UTC/bin/sh -c #(nop) ENV PHP_SHA256=c71c00ad03079efb78d1a6b8623ca4f725be697dbd9a46debacbcc9a2475f329
2020-12-17 07:13: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_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
2020-12-17 07:13:27 UTC/bin/sh -c #(nop) COPY file:ce57c04b70896f77cc11eb2766417d8a1240fcffe5bba92179ec78c458844110 in /usr/local/bin/
2020-12-17 07:18:43 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 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 --with-pic --enable-ftp --enable-mbstring --enable-mysqlnd --with-password-argon2 --with-sodium=shared --with-pdo-sqlite=/usr --with-sqlite3=/usr --with-curl --with-libedit --with-openssl --with-zlib $(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
2020-12-17 07:18:46 UTC/bin/sh -c #(nop) COPY multi:afab483600631d4d87fe030871bbb016f1c2b73c0b72609d857bace419af7f5d in /usr/local/bin/
2020-12-17 07:18:50 UTC/bin/sh -c docker-php-ext-enable sodium
2020-12-17 07:18:51 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-php-entrypoint"]
2020-12-17 07:18:51 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.