2021-08-06 21:25:38 UTC
26.6 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.29.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_EXTRA_CONFIGURE_ARGS--enable-maintainer-zts --disable-cgi
PHP_INI_DIR/usr/local/etc/php
PHP_LDFLAGS-Wl,-O1 -pie
PHP_SHA2567db2834511f3d86272dca3daee3f395a5a4afce359b8342aa6edad80e12eb4d0
PHP_URLhttps://www.php.net/distributions/php-7.3.29.tar.xz
PHP_VERSION7.3.29
[#000] sha256:935703e1179e32e201e4a36d5664d58299dc8e7bcac197b70c295c0a59216db1 - 10.11% (2.69 MB)
[#001] sha256:b8bc90fe4dc39a7e7f38b6432bdad0e75f77d67e4e3178d9d16f40d1ada5f457 - 6.47% (1.72 MB)
[#002] sha256:928af557c35f437b637c8d69d4bdd2a15a3b0b67bf9f6787665f71961a34e034 - 0.0% (1.23 KB)
[#003] sha256:3a683f64b78ccf96092b41e5b5ddf8c6e77e27b81a36bf0ecb9636b80b4cf2d4 - 0.0% (267 Bytes)
[#004] sha256:4e5ba798d68e184dfd14e92b681c52015d6dd4ad0b02efe30f256b204bf532b2 - 43.57% (11.6 MB)
[#005] sha256:b09bf676a8bbf03a35e3985600e37cc8d2cea99220a52cad02b9bc8afa373398 - 0.0% (497 Bytes)
[#006] sha256:e80451b51eed5423ded2186e145cfe215d1bc6b1b6396405be23e25735bdf911 - 39.77% (10.6 MB)
[#007] sha256:ddebab173c3c54f4b718174683725528daa1a932ae6b572876f6496d099303c7 - 0.01% (2.21 KB)
[#008] sha256:b94a92b500f4ad4122b0f3868d6d1f89609fd866496c09bc37be18b73ac6ccf7 - 0.06% (17.2 KB)
/bin/sh -c #(nop) ADD file:bafaec4a54d6cef99b5f3660d074a3d2251e4d4bd09df9ea65f33e9bffb7d88d in /
2021-08-06 17:38:26 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2021-08-06 19:51:51 UTC/bin/sh -c #(nop) ENV PHPIZE_DEPS=autoconf dpkg-dev dpkg file g++ gcc libc-dev make pkgconf re2c
2021-08-06 19:51:53 UTC/bin/sh -c apk add --no-cache ca-certificates curl tar xz openssl
2021-08-06 19:51:54 UTC/bin/sh -c set -eux; adduser -u 82 -D -S -G www-data www-data
2021-08-06 19:51:54 UTC/bin/sh -c #(nop) ENV PHP_INI_DIR=/usr/local/etc/php
2021-08-06 19:51:55 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
2021-08-06 20:53:14 UTC/bin/sh -c #(nop) ENV PHP_EXTRA_CONFIGURE_ARGS=--enable-maintainer-zts --disable-cgi
2021-08-06 20:53:14 UTC/bin/sh -c #(nop) ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
2021-08-06 20:53:14 UTC/bin/sh -c #(nop) ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
2021-08-06 20:53:14 UTC/bin/sh -c #(nop) ENV PHP_LDFLAGS=-Wl,-O1 -pie
2021-08-06 21:16:09 UTC/bin/sh -c #(nop) ENV GPG_KEYS=CBAF69F173A0FEA4B537F470D66C9593118BCCB6 F38252826ACD957EF380D39F2F7956BC5DA04B5D
2021-08-06 21:16:10 UTC/bin/sh -c #(nop) ENV PHP_VERSION=7.3.29
2021-08-06 21:16:10 UTC/bin/sh -c #(nop) ENV PHP_URL=https://www.php.net/distributions/php-7.3.29.tar.xz PHP_ASC_URL=https://www.php.net/distributions/php-7.3.29.tar.xz.asc
2021-08-06 21:16:10 UTC/bin/sh -c #(nop) ENV PHP_SHA256=7db2834511f3d86272dca3daee3f395a5a4afce359b8342aa6edad80e12eb4d0
2021-08-06 21:16:19 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 keyserver.ubuntu.com --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
2021-08-06 21:16:19 UTC/bin/sh -c #(nop) COPY file:ce57c04b70896f77cc11eb2766417d8a1240fcffe5bba92179ec78c458844110 in /usr/local/bin/
2021-08-06 21:25: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 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
2021-08-06 21:25:35 UTC/bin/sh -c #(nop) COPY multi:efd917b98407edb5d558edb0edbd8e63c9318f701892aaa449794d019a092f37 in /usr/local/bin/
2021-08-06 21:25:37 UTC/bin/sh -c docker-php-ext-enable sodium
2021-08-06 21:25:38 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-php-entrypoint"]
2021-08-06 21:25:38 UTC/bin/sh -c #(nop) CMD ["php" "-a"]
2021-08-06 23:58:03 UTC
26.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.29.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_EXTRA_CONFIGURE_ARGS--enable-maintainer-zts --disable-cgi
PHP_INI_DIR/usr/local/etc/php
PHP_LDFLAGS-Wl,-O1 -pie
PHP_SHA2567db2834511f3d86272dca3daee3f395a5a4afce359b8342aa6edad80e12eb4d0
PHP_URLhttps://www.php.net/distributions/php-7.3.29.tar.xz
PHP_VERSION7.3.29
[#000] sha256:29291e31a76a7e560b9b7ad3cada56e8c18d50a96cca8a2573e4f4689d7aca77 - 10.21% (2.68 MB)
[#001] sha256:40df5ce4894c4fe544404fe34e6bb75518b0ae8c6b90819795e09750e8023bc5 - 6.2% (1.63 MB)
[#002] sha256:b42904e0b354067c595d0b768fd0ec45eb21ec15058a815b60ade71ee430d732 - 0.0% (1.23 KB)
[#003] sha256:49b0bef73260aa884024d4812378dc7458a626d07690e51be1b680ac2ae2dcb4 - 0.0% (267 Bytes)
[#004] sha256:d1af3c1ba12e2a6e5218cabc48ef1a9f29ac133243af52a8f1c2bb472100270b - 44.13% (11.6 MB)
[#005] sha256:622c5d66750a80239c1d11bedf4c9c933b42b2c5fb33c7033df63bd0222b019d - 0.0% (495 Bytes)
[#006] sha256:aa2b1edfb077445beaf15465c0a53f8e536f795e2765cdb32cd7f765817488b0 - 39.39% (10.3 MB)
[#007] sha256:9911c73cf2feaed224a2234ede9bd80a4dc195ec7ce9c76d4d6f02952cf50a77 - 0.01% (2.21 KB)
[#008] sha256:de23115d7f27118860f22deaf4aa777ae0c238aee579cb7132e00d5a113eccd2 - 0.06% (17.2 KB)
/bin/sh -c #(nop) ADD file:34eb5c40aa00028921a224d1764ae1b1f3ef710d191e4dfc7df55e0594aa7217 in /
2021-08-06 17:19:45 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2021-08-06 22:50:11 UTC/bin/sh -c #(nop) ENV PHPIZE_DEPS=autoconf dpkg-dev dpkg file g++ gcc libc-dev make pkgconf re2c
2021-08-06 22:50:14 UTC/bin/sh -c apk add --no-cache ca-certificates curl tar xz openssl
2021-08-06 22:50:16 UTC/bin/sh -c set -eux; adduser -u 82 -D -S -G www-data www-data
2021-08-06 22:50:17 UTC/bin/sh -c #(nop) ENV PHP_INI_DIR=/usr/local/etc/php
2021-08-06 22:50:19 UTC/bin/sh -c set -eux; mkdir -p "$PHP_INI_DIR/conf.d"; [ ! -d /var/www/html ]; mkdir -p /var/www/html; chown www-data:www-data /var/www/html; chmod 777 /var/www/html
2021-08-06 23:35:43 UTC/bin/sh -c #(nop) ENV PHP_EXTRA_CONFIGURE_ARGS=--enable-maintainer-zts --disable-cgi
2021-08-06 23:35:43 UTC/bin/sh -c #(nop) ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
2021-08-06 23:35:43 UTC/bin/sh -c #(nop) ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
2021-08-06 23:35:43 UTC/bin/sh -c #(nop) ENV PHP_LDFLAGS=-Wl,-O1 -pie
2021-08-06 23:52:34 UTC/bin/sh -c #(nop) ENV GPG_KEYS=CBAF69F173A0FEA4B537F470D66C9593118BCCB6 F38252826ACD957EF380D39F2F7956BC5DA04B5D
2021-08-06 23:52:34 UTC/bin/sh -c #(nop) ENV PHP_VERSION=7.3.29
2021-08-06 23:52:34 UTC/bin/sh -c #(nop) ENV PHP_URL=https://www.php.net/distributions/php-7.3.29.tar.xz PHP_ASC_URL=https://www.php.net/distributions/php-7.3.29.tar.xz.asc
2021-08-06 23:52:35 UTC/bin/sh -c #(nop) ENV PHP_SHA256=7db2834511f3d86272dca3daee3f395a5a4afce359b8342aa6edad80e12eb4d0
2021-08-06 23:52:43 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 keyserver.ubuntu.com --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
2021-08-06 23:52:44 UTC/bin/sh -c #(nop) COPY file:ce57c04b70896f77cc11eb2766417d8a1240fcffe5bba92179ec78c458844110 in /usr/local/bin/
2021-08-06 23:58:01 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
2021-08-06 23:58:01 UTC/bin/sh -c #(nop) COPY multi:efd917b98407edb5d558edb0edbd8e63c9318f701892aaa449794d019a092f37 in /usr/local/bin/
2021-08-06 23:58:02 UTC/bin/sh -c docker-php-ext-enable sodium
2021-08-06 23:58:03 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-php-entrypoint"]
2021-08-06 23:58:03 UTC/bin/sh -c #(nop) CMD ["php" "-a"]
2021-08-06 21:16:57 UTC
25.4 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.29.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_EXTRA_CONFIGURE_ARGS--enable-maintainer-zts --disable-cgi
PHP_INI_DIR/usr/local/etc/php
PHP_LDFLAGS-Wl,-O1 -pie
PHP_SHA2567db2834511f3d86272dca3daee3f395a5a4afce359b8342aa6edad80e12eb4d0
PHP_URLhttps://www.php.net/distributions/php-7.3.29.tar.xz
PHP_VERSION7.3.29
[#000] sha256:f465bb3e9fcd0c42f936ecc566c6e40353c00f3089b2b2c2ea1663c30f89d3ab - 9.85% (2.5 MB)
[#001] sha256:c308e0cc29c44fbd995ee591fe7289bde1e488176fb402318132d40caa05c299 - 6.36% (1.62 MB)
[#002] sha256:983c92fbbed0d3241e2a4aa8f6ec320484791f6923f18c795878fea03971b8bd - 0.0% (1.23 KB)
[#003] sha256:e1f89139d48debd7c21fa5272e8bb4a983181e2f8d1f37a9f65ee5c99086cd7c - 0.0% (268 Bytes)
[#004] sha256:89db78a00bc966ceedb1243ae736dfc375715f2aaeb5fba434f9b04b7b1e0505 - 45.6% (11.6 MB)
[#005] sha256:deb8ae35b026db3d17e0beadf6b0d9e082b6a9eaf1bab3429c1d06562bf098c5 - 0.0% (495 Bytes)
[#006] sha256:6d0c30b898da2c7fbe3ec87ad1ab79fa0bfdd33cfc60b98ed26cb58ea3f56890 - 38.11% (9.69 MB)
[#007] sha256:b570598ed3f0b55414b58cdb537fe59a205f63c62274029527e7105a01f1f25b - 0.01% (2.21 KB)
[#008] sha256:063a66162701818e6bf93b358c95629b830dfa2bacfbf12262e147e4d2363b42 - 0.07% (17.2 KB)
/bin/sh -c #(nop) ADD file:7f2c7deda009eabdcbbdccb11e854043d32c498e64e7e1ca02165d7bb4261d39 in /
2021-08-06 17:49:32 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2021-08-06 20:25:25 UTC/bin/sh -c #(nop) ENV PHPIZE_DEPS=autoconf dpkg-dev dpkg file g++ gcc libc-dev make pkgconf re2c
2021-08-06 20:25:29 UTC/bin/sh -c apk add --no-cache ca-certificates curl tar xz openssl
2021-08-06 20:25:30 UTC/bin/sh -c set -eux; adduser -u 82 -D -S -G www-data www-data
2021-08-06 20:25:31 UTC/bin/sh -c #(nop) ENV PHP_INI_DIR=/usr/local/etc/php
2021-08-06 20:25: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
2021-08-06 20:56:23 UTC/bin/sh -c #(nop) ENV PHP_EXTRA_CONFIGURE_ARGS=--enable-maintainer-zts --disable-cgi
2021-08-06 20:56:24 UTC/bin/sh -c #(nop) ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
2021-08-06 20:56:24 UTC/bin/sh -c #(nop) ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
2021-08-06 20:56:25 UTC/bin/sh -c #(nop) ENV PHP_LDFLAGS=-Wl,-O1 -pie
2021-08-06 21:12:00 UTC/bin/sh -c #(nop) ENV GPG_KEYS=CBAF69F173A0FEA4B537F470D66C9593118BCCB6 F38252826ACD957EF380D39F2F7956BC5DA04B5D
2021-08-06 21:12:00 UTC/bin/sh -c #(nop) ENV PHP_VERSION=7.3.29
2021-08-06 21:12:01 UTC/bin/sh -c #(nop) ENV PHP_URL=https://www.php.net/distributions/php-7.3.29.tar.xz PHP_ASC_URL=https://www.php.net/distributions/php-7.3.29.tar.xz.asc
2021-08-06 21:12:01 UTC/bin/sh -c #(nop) ENV PHP_SHA256=7db2834511f3d86272dca3daee3f395a5a4afce359b8342aa6edad80e12eb4d0
2021-08-06 21:12:09 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 keyserver.ubuntu.com --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
2021-08-06 21:12:10 UTC/bin/sh -c #(nop) COPY file:ce57c04b70896f77cc11eb2766417d8a1240fcffe5bba92179ec78c458844110 in /usr/local/bin/
2021-08-06 21:16:52 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
2021-08-06 21:16:53 UTC/bin/sh -c #(nop) COPY multi:efd917b98407edb5d558edb0edbd8e63c9318f701892aaa449794d019a092f37 in /usr/local/bin/
2021-08-06 21:16:56 UTC/bin/sh -c docker-php-ext-enable sodium
2021-08-06 21:16:56 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-php-entrypoint"]
2021-08-06 21:16:57 UTC/bin/sh -c #(nop) CMD ["php" "-a"]
2021-08-06 21:47:27 UTC
24.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.29.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_EXTRA_CONFIGURE_ARGS--enable-maintainer-zts --disable-cgi
PHP_INI_DIR/usr/local/etc/php
PHP_LDFLAGS-Wl,-O1 -pie
PHP_SHA2567db2834511f3d86272dca3daee3f395a5a4afce359b8342aa6edad80e12eb4d0
PHP_URLhttps://www.php.net/distributions/php-7.3.29.tar.xz
PHP_VERSION7.3.29
[#000] sha256:4ee0caa23b369b04827640a4be298bf4ff7bacd030c77e915f5d7fb8f987594a - 9.45% (2.32 MB)
[#001] sha256:e60e2d83b5c992b22cef3665b0ab131088923cffff86634ff4237393a231b13d - 6.09% (1.49 MB)
[#002] sha256:0d851eb12a849920c3886c6a5cc4c6ff6340be6574eae5478f604b4428ab1dc3 - 0.0% (1.23 KB)
[#003] sha256:2f7635ae9ae7b01f3f897bee725eb55f2ee4ea71056d85205467700b3d753efc - 0.0% (268 Bytes)
[#004] sha256:00c8d6cf06d8eab4adcf4762cfb94b2b7eb2c3ec251667f29a3d30a46a21efc7 - 47.29% (11.6 MB)
[#005] sha256:a5c48d8ae7810bd7cc1aafe133ac2f3dba2bdf0ba67ec30dd8320e22f76f0e51 - 0.0% (493 Bytes)
[#006] sha256:287912c9e690ba6e6acad5e6d54e7c6f0767d282abd94873a57c36069b6a3e50 - 37.09% (9.09 MB)
[#007] sha256:0b81e09d1c7d6bef3b8fd8c8085d29bd4326b553f6fd014c454178f2bab72317 - 0.01% (2.21 KB)
[#008] sha256:d4d3f9f2fef9f158433b14ce07d6dbe89e7ce6d4e7ffa5de433232d4b04d9fc9 - 0.07% (17.2 KB)
/bin/sh -c #(nop) ADD file:3a35ff3ac0d80289d419a4d6d8319610c38e1936d296addafb9aaf506946230f in /
2021-08-06 17:57:32 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2021-08-06 20:54:16 UTC/bin/sh -c #(nop) ENV PHPIZE_DEPS=autoconf dpkg-dev dpkg file g++ gcc libc-dev make pkgconf re2c
2021-08-06 20:54:19 UTC/bin/sh -c apk add --no-cache ca-certificates curl tar xz openssl
2021-08-06 20:54:20 UTC/bin/sh -c set -eux; adduser -u 82 -D -S -G www-data www-data
2021-08-06 20:54:21 UTC/bin/sh -c #(nop) ENV PHP_INI_DIR=/usr/local/etc/php
2021-08-06 20:54:22 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
2021-08-06 21:25:41 UTC/bin/sh -c #(nop) ENV PHP_EXTRA_CONFIGURE_ARGS=--enable-maintainer-zts --disable-cgi
2021-08-06 21:25:41 UTC/bin/sh -c #(nop) ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
2021-08-06 21:25:41 UTC/bin/sh -c #(nop) ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
2021-08-06 21:25:42 UTC/bin/sh -c #(nop) ENV PHP_LDFLAGS=-Wl,-O1 -pie
2021-08-06 21:42:37 UTC/bin/sh -c #(nop) ENV GPG_KEYS=CBAF69F173A0FEA4B537F470D66C9593118BCCB6 F38252826ACD957EF380D39F2F7956BC5DA04B5D
2021-08-06 21:42:38 UTC/bin/sh -c #(nop) ENV PHP_VERSION=7.3.29
2021-08-06 21:42:38 UTC/bin/sh -c #(nop) ENV PHP_URL=https://www.php.net/distributions/php-7.3.29.tar.xz PHP_ASC_URL=https://www.php.net/distributions/php-7.3.29.tar.xz.asc
2021-08-06 21:42:39 UTC/bin/sh -c #(nop) ENV PHP_SHA256=7db2834511f3d86272dca3daee3f395a5a4afce359b8342aa6edad80e12eb4d0
2021-08-06 21:42: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 keyserver.ubuntu.com --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
2021-08-06 21:42:49 UTC/bin/sh -c #(nop) COPY file:ce57c04b70896f77cc11eb2766417d8a1240fcffe5bba92179ec78c458844110 in /usr/local/bin/
2021-08-06 21:47:22 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
2021-08-06 21:47:24 UTC/bin/sh -c #(nop) COPY multi:efd917b98407edb5d558edb0edbd8e63c9318f701892aaa449794d019a092f37 in /usr/local/bin/
2021-08-06 21:47:26 UTC/bin/sh -c docker-php-ext-enable sodium
2021-08-06 21:47:26 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-php-entrypoint"]
2021-08-06 21:47:27 UTC/bin/sh -c #(nop) CMD ["php" "-a"]
2021-08-06 23:11:23 UTC
26 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.29.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_EXTRA_CONFIGURE_ARGS--enable-maintainer-zts --disable-cgi
PHP_INI_DIR/usr/local/etc/php
PHP_LDFLAGS-Wl,-O1 -pie
PHP_SHA2567db2834511f3d86272dca3daee3f395a5a4afce359b8342aa6edad80e12eb4d0
PHP_URLhttps://www.php.net/distributions/php-7.3.29.tar.xz
PHP_VERSION7.3.29
[#000] sha256:fd3acdcea5682abced546ec19fb6ebee725c5184e5d91614c469c0a79e67f2d0 - 9.92% (2.59 MB)
[#001] sha256:d8e75c04557b83c6887fa33eb52320a5c1afed1d1b8299d3accdf27cea6b5860 - 6.26% (1.63 MB)
[#002] sha256:cd6439bb8bd6ba02680eef64ad51b996399f05a740cd7ab8e62834b24527f60c - 0.0% (1.23 KB)
[#003] sha256:6d61d6c7061c67dabfce2227dc9665b59eb7c43fd2f927c11e7c76446b50fed3 - 0.0% (266 Bytes)
[#004] sha256:42dd77bae52e2442f41ee84f0a81e7118b6940144d44a191fa01b312240e3f3d - 44.52% (11.6 MB)
[#005] sha256:44496fd8ccbe48559b4234225472c0454b81d4c9971754b404821ff06df5aaf3 - 0.0% (495 Bytes)
[#006] sha256:2d75661de87d40d07239ecd4e1e4beb41e471ca47b5eeabf4cf52d75941a4cda - 39.22% (10.2 MB)
[#007] sha256:72230194b75bc0a6c9848993b662add644233cc7eeda1d13df9df0912c8d3c1d - 0.01% (2.21 KB)
[#008] sha256:aaff8a14ecff3b7f4835f42d4a30296ab37f5b89ca4b6212846b3216d3354d1f - 0.06% (17.2 KB)
/bin/sh -c #(nop) ADD file:1a8fd1066485e1261462e689c1a072f010c1d3be904b73ef2b84128fac652951 in /
2021-08-06 17:39:27 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2021-08-06 22:13:43 UTC/bin/sh -c #(nop) ENV PHPIZE_DEPS=autoconf dpkg-dev dpkg file g++ gcc libc-dev make pkgconf re2c
2021-08-06 22:13:45 UTC/bin/sh -c apk add --no-cache ca-certificates curl tar xz openssl
2021-08-06 22:13:46 UTC/bin/sh -c set -eux; adduser -u 82 -D -S -G www-data www-data
2021-08-06 22:13:46 UTC/bin/sh -c #(nop) ENV PHP_INI_DIR=/usr/local/etc/php
2021-08-06 22:13:47 UTC/bin/sh -c set -eux; mkdir -p "$PHP_INI_DIR/conf.d"; [ ! -d /var/www/html ]; mkdir -p /var/www/html; chown www-data:www-data /var/www/html; chmod 777 /var/www/html
2021-08-06 22:51:05 UTC/bin/sh -c #(nop) ENV PHP_EXTRA_CONFIGURE_ARGS=--enable-maintainer-zts --disable-cgi
2021-08-06 22:51:05 UTC/bin/sh -c #(nop) ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
2021-08-06 22:51:05 UTC/bin/sh -c #(nop) ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
2021-08-06 22:51:05 UTC/bin/sh -c #(nop) ENV PHP_LDFLAGS=-Wl,-O1 -pie
2021-08-06 23:06:41 UTC/bin/sh -c #(nop) ENV GPG_KEYS=CBAF69F173A0FEA4B537F470D66C9593118BCCB6 F38252826ACD957EF380D39F2F7956BC5DA04B5D
2021-08-06 23:06:41 UTC/bin/sh -c #(nop) ENV PHP_VERSION=7.3.29
2021-08-06 23:06:41 UTC/bin/sh -c #(nop) ENV PHP_URL=https://www.php.net/distributions/php-7.3.29.tar.xz PHP_ASC_URL=https://www.php.net/distributions/php-7.3.29.tar.xz.asc
2021-08-06 23:06:42 UTC/bin/sh -c #(nop) ENV PHP_SHA256=7db2834511f3d86272dca3daee3f395a5a4afce359b8342aa6edad80e12eb4d0
2021-08-06 23:06:49 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 keyserver.ubuntu.com --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
2021-08-06 23:06:49 UTC/bin/sh -c #(nop) COPY file:ce57c04b70896f77cc11eb2766417d8a1240fcffe5bba92179ec78c458844110 in /usr/local/bin/
2021-08-06 23:11:21 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
2021-08-06 23:11:21 UTC/bin/sh -c #(nop) COPY multi:efd917b98407edb5d558edb0edbd8e63c9318f701892aaa449794d019a092f37 in /usr/local/bin/
2021-08-06 23:11:22 UTC/bin/sh -c docker-php-ext-enable sodium
2021-08-06 23:11:23 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-php-entrypoint"]
2021-08-06 23:11:23 UTC/bin/sh -c #(nop) CMD ["php" "-a"]
2021-08-07 00:21:50 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.29.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_EXTRA_CONFIGURE_ARGS--enable-maintainer-zts --disable-cgi
PHP_INI_DIR/usr/local/etc/php
PHP_LDFLAGS-Wl,-O1 -pie
PHP_SHA2567db2834511f3d86272dca3daee3f395a5a4afce359b8342aa6edad80e12eb4d0
PHP_URLhttps://www.php.net/distributions/php-7.3.29.tar.xz
PHP_VERSION7.3.29
[#000] sha256:0ff902055236f70c4694c806877243e1dd52c513825a2a3ecc7eba8f5202acc8 - 9.92% (2.68 MB)
[#001] sha256:4b6ff25f38da82eae5b2405214e57c7c39a03ddb9e5eb9d04b31edf4dcc07669 - 6.19% (1.67 MB)
[#002] sha256:0af333e5ee6f8ffe8b982f0c46d826dbc17bbc35803e4c60443beea3af1ab1bc - 0.0% (1.23 KB)
[#003] sha256:a6c80d5e8e81136737bd0d714e4bbecc9480689bf7e1faf489f1ad332150d992 - 0.0% (268 Bytes)
[#004] sha256:b810f83d3ad3a5e11500530116ed03e7be38df2363197610280e282231d34e51 - 42.9% (11.6 MB)
[#005] sha256:fda498888f4605582127a34ce1728dd8d74a1f16f387e4ad11e910be7eb99237 - 0.0% (495 Bytes)
[#006] sha256:c0c1d512e6c8ffd004ebcd3a4cc46b7207f7a2d88474dd55959c643b1d12c305 - 40.92% (11.1 MB)
[#007] sha256:6c71298b3c2a6e4f31bc588f71601ddf89a3ebd1fe400393772725426c05b690 - 0.01% (2.21 KB)
[#008] sha256:1bd98edac6e995d5868387dd5139dd8eba0e7e3179f9a22b48a3dc42c62da067 - 0.06% (17.2 KB)
/bin/sh -c #(nop) ADD file:40f3b617d7ff269d92f0ffcf8aad561b5f2c0626ef519a7f584f1ba0182b3188 in /
2021-08-06 18:28:35 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2021-08-06 23:16:58 UTC/bin/sh -c #(nop) ENV PHPIZE_DEPS=autoconf dpkg-dev dpkg file g++ gcc libc-dev make pkgconf re2c
2021-08-06 23:17:07 UTC/bin/sh -c apk add --no-cache ca-certificates curl tar xz openssl
2021-08-06 23:17:20 UTC/bin/sh -c set -eux; adduser -u 82 -D -S -G www-data www-data
2021-08-06 23:17:23 UTC/bin/sh -c #(nop) ENV PHP_INI_DIR=/usr/local/etc/php
2021-08-06 23:17: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
2021-08-06 23:57:28 UTC/bin/sh -c #(nop) ENV PHP_EXTRA_CONFIGURE_ARGS=--enable-maintainer-zts --disable-cgi
2021-08-06 23:57:36 UTC/bin/sh -c #(nop) ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
2021-08-06 23:57:42 UTC/bin/sh -c #(nop) ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
2021-08-06 23:57:48 UTC/bin/sh -c #(nop) ENV PHP_LDFLAGS=-Wl,-O1 -pie
2021-08-07 00:15:48 UTC/bin/sh -c #(nop) ENV GPG_KEYS=CBAF69F173A0FEA4B537F470D66C9593118BCCB6 F38252826ACD957EF380D39F2F7956BC5DA04B5D
2021-08-07 00:15:51 UTC/bin/sh -c #(nop) ENV PHP_VERSION=7.3.29
2021-08-07 00:15:54 UTC/bin/sh -c #(nop) ENV PHP_URL=https://www.php.net/distributions/php-7.3.29.tar.xz PHP_ASC_URL=https://www.php.net/distributions/php-7.3.29.tar.xz.asc
2021-08-07 00:15:56 UTC/bin/sh -c #(nop) ENV PHP_SHA256=7db2834511f3d86272dca3daee3f395a5a4afce359b8342aa6edad80e12eb4d0
2021-08-07 00:16:39 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 keyserver.ubuntu.com --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
2021-08-07 00:16:41 UTC/bin/sh -c #(nop) COPY file:ce57c04b70896f77cc11eb2766417d8a1240fcffe5bba92179ec78c458844110 in /usr/local/bin/
2021-08-07 00:21: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 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
2021-08-07 00:21:23 UTC/bin/sh -c #(nop) COPY multi:efd917b98407edb5d558edb0edbd8e63c9318f701892aaa449794d019a092f37 in /usr/local/bin/
2021-08-07 00:21:38 UTC/bin/sh -c docker-php-ext-enable sodium
2021-08-07 00:21:43 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-php-entrypoint"]
2021-08-07 00:21:50 UTC/bin/sh -c #(nop) CMD ["php" "-a"]
2021-08-20 19:29:10 UTC
25.8 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.29.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_EXTRA_CONFIGURE_ARGS--enable-maintainer-zts --disable-cgi
PHP_INI_DIR/usr/local/etc/php
PHP_LDFLAGS-Wl,-O1 -pie
PHP_SHA2567db2834511f3d86272dca3daee3f395a5a4afce359b8342aa6edad80e12eb4d0
PHP_URLhttps://www.php.net/distributions/php-7.3.29.tar.xz
PHP_VERSION7.3.29
[#000] sha256:625f57562315453466f73bc9d8c96e678f8d4ea436b462d06c60fb217c6b3d38 - 9.6% (2.48 MB)
[#001] sha256:b2568987867095245025c394f06456a47a6c8bdaa6c96639c49ddb43f6bff047 - 6.52% (1.69 MB)
[#002] sha256:dd26dcb760c8a12fd1e292df471c9fde4aba0c4c70b845397a1dfe2e434b942b - 0.0% (1.23 KB)
[#003] sha256:cba8a5b372f3024025b5c742c3ac12e1b59f6c09600dbc45c2ce807f5dfa3935 - 0.0% (267 Bytes)
[#004] sha256:fe5f5c0f328d69ec049cbd3b050cd246c5434062a82f8aee7a557455afe67c03 - 44.87% (11.6 MB)
[#005] sha256:890ed120b6ac70b9305f120921f0e536cdaae5775f4a357b5bf39fc3d574cd33 - 0.0% (494 Bytes)
[#006] sha256:504f87f1d5b6c86ee6fbd64ec065d08c805c6b7cf822e200aeb66dc9b9257226 - 38.92% (10.1 MB)
[#007] sha256:c3c32db4451405a04be2e0ed44c3b0f5d744b05aad370b7527c672d456c91aab - 0.01% (2.22 KB)
[#008] sha256:6b47a21627b8240f81cc09b3c75a722823e9de9f0edc1735a923d07b5041c324 - 0.07% (17.2 KB)
/bin/sh -c #(nop) ADD file:bdf19d63e9f8600d2fbe02435279b8df06fbcb5105e6b8eea778d8ef928e219a in /
2021-08-06 17:41:31 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2021-08-06 19:04:42 UTC/bin/sh -c #(nop) ENV PHPIZE_DEPS=autoconf dpkg-dev dpkg file g++ gcc libc-dev make pkgconf re2c
2021-08-06 19:04:44 UTC/bin/sh -c apk add --no-cache ca-certificates curl tar xz openssl
2021-08-06 19:04:47 UTC/bin/sh -c set -eux; adduser -u 82 -D -S -G www-data www-data
2021-08-06 19:04:47 UTC/bin/sh -c #(nop) ENV PHP_INI_DIR=/usr/local/etc/php
2021-08-06 19: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
2021-08-06 19:26:14 UTC/bin/sh -c #(nop) ENV PHP_EXTRA_CONFIGURE_ARGS=--enable-maintainer-zts --disable-cgi
2021-08-06 19:26:15 UTC/bin/sh -c #(nop) ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
2021-08-06 19:26:15 UTC/bin/sh -c #(nop) ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
2021-08-06 19:26:16 UTC/bin/sh -c #(nop) ENV PHP_LDFLAGS=-Wl,-O1 -pie
2021-08-06 19:37:31 UTC/bin/sh -c #(nop) ENV GPG_KEYS=CBAF69F173A0FEA4B537F470D66C9593118BCCB6 F38252826ACD957EF380D39F2F7956BC5DA04B5D
2021-08-06 19:37:32 UTC/bin/sh -c #(nop) ENV PHP_VERSION=7.3.29
2021-08-06 19:37:32 UTC/bin/sh -c #(nop) ENV PHP_URL=https://www.php.net/distributions/php-7.3.29.tar.xz PHP_ASC_URL=https://www.php.net/distributions/php-7.3.29.tar.xz.asc
2021-08-06 19:37:33 UTC/bin/sh -c #(nop) ENV PHP_SHA256=7db2834511f3d86272dca3daee3f395a5a4afce359b8342aa6edad80e12eb4d0
2021-08-06 19:37:40 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 keyserver.ubuntu.com --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
2021-08-06 19:37:41 UTC/bin/sh -c #(nop) COPY file:ce57c04b70896f77cc11eb2766417d8a1240fcffe5bba92179ec78c458844110 in /usr/local/bin/
2021-08-20 19:28: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
2021-08-20 19:28:55 UTC/bin/sh -c #(nop) COPY multi:efd917b98407edb5d558edb0edbd8e63c9318f701892aaa449794d019a092f37 in /usr/local/bin/
2021-08-20 19:29:06 UTC/bin/sh -c docker-php-ext-enable sodium
2021-08-20 19:29:07 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-php-entrypoint"]
2021-08-20 19:29:10 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.