2024-01-06 01:39:21 UTC
34.5 MB
1198C0117593497A5EC5C199286AF1F9897469DC C28D937575603EB4ABB725861C0779DC5C0A9DE4 AFD8691FDAEDF03BDF6E460563F15A9B715376CA
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PHPIZE_DEPSautoconf dpkg-dev dpkg file g++ gcc libc-dev make pkgconf re2c
PHP_ASC_URLhttps://downloads.php.net/~jakub/php-8.3.2RC1.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_SHA256548298d84b709736a2cbfcde9b10ba401be70fe32ea1f9de417706387a7d2fc3
PHP_URLhttps://downloads.php.net/~jakub/php-8.3.2RC1.tar.xz
PHP_VERSION8.3.2RC1
[#000] sha256:9acd8b4c9d4385585f74dabb4bc6b3351888710ae37ec5dbd9ea950281b8f9bb - 8.97% (3.09 MB)
[#001] sha256:e35c853c51aa63c9f21d6c91fa6948b8160ed6a90764a48e7b1891c38e016590 - 7.8% (2.69 MB)
[#002] sha256:7e6af7fb9ea0ea850c653027fa7b1b18f1d4c405aade35df3c3ec2151bb8251f - 0.0% (1.23 KB)
[#003] sha256:9233674231d3f63e2099e1d4253bf67fd488ef3d4fcd72e3e741ffb7a41f385e - 0.0% (270 Bytes)
[#004] sha256:ee366e69977b1534475784e114f1b5648111ef759c1a2d7a379e2a384b92414e - 34.44% (11.9 MB)
[#005] sha256:ee8c3e858e50e95faf0c41e3cd3f57bdbea216140062f98ed0e663fab5e0775a - 0.0% (496 Bytes)
[#006] sha256:ea1372124bcab712c80819d929ad0341160bb8a6cd7eea21ae8e471ecc0a553d - 48.73% (16.8 MB)
[#007] sha256:7e4d61e87d4768ba0348b0555da05aa7f01bb1204a97a323a38fefbe75d348b2 - 0.01% (2.39 KB)
[#008] sha256:ce3840492d093ef09ef99fdc3ce206d43f339384c462e9ad501dd49dd42ab03d - 0.05% (18.8 KB)
/bin/sh -c #(nop) ADD file:bd52540f209ba362654d795d7893669c819d35011a16f9f319301727a33b3bd9 in /
2023-12-08 01:38:25 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2023-12-12 20:00:29 UTC/bin/sh -c #(nop) ENV PHPIZE_DEPS=autoconf dpkg-dev dpkg file g++ gcc libc-dev make pkgconf re2c
2023-12-12 20:00:31 UTC/bin/sh -c apk add --no-cache ca-certificates curl openssl tar xz
2023-12-12 20:00:32 UTC/bin/sh -c set -eux; adduser -u 82 -D -S -G www-data www-data
2023-12-12 20:00:32 UTC/bin/sh -c #(nop) ENV PHP_INI_DIR=/usr/local/etc/php
2023-12-12 20:00: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 1777 /var/www/html
2023-12-12 20:00:32 UTC/bin/sh -c #(nop) ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
2023-12-12 20:00:33 UTC/bin/sh -c #(nop) ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
2023-12-12 20:00:33 UTC/bin/sh -c #(nop) ENV PHP_LDFLAGS=-Wl,-O1 -pie
2023-12-12 20:00:33 UTC/bin/sh -c #(nop) ENV GPG_KEYS=1198C0117593497A5EC5C199286AF1F9897469DC C28D937575603EB4ABB725861C0779DC5C0A9DE4 AFD8691FDAEDF03BDF6E460563F15A9B715376CA
2024-01-06 01:32:14 UTC/bin/sh -c #(nop) ENV PHP_VERSION=8.3.2RC1
2024-01-06 01:32:14 UTC/bin/sh -c #(nop) ENV PHP_URL=https://downloads.php.net/~jakub/php-8.3.2RC1.tar.xz PHP_ASC_URL=https://downloads.php.net/~jakub/php-8.3.2RC1.tar.xz.asc
2024-01-06 01:32:14 UTC/bin/sh -c #(nop) ENV PHP_SHA256=548298d84b709736a2cbfcde9b10ba401be70fe32ea1f9de417706387a7d2fc3
2024-01-06 01:32:21 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
2024-01-06 01:32:22 UTC/bin/sh -c #(nop) COPY file:ce57c04b70896f77cc11eb2766417d8a1240fcffe5bba92179ec78c458844110 in /usr/local/bin/
2024-01-06 01:39:19 UTC/bin/sh -c set -eux; apk add --no-cache --virtual .build-deps $PHPIZE_DEPS argon2-dev coreutils curl-dev gnu-libiconv-dev libsodium-dev libxml2-dev linux-headers oniguruma-dev openssl-dev readline-dev sqlite-dev ; rm -vf /usr/include/iconv.h; export CFLAGS="$PHP_CFLAGS" CPPFLAGS="$PHP_CPPFLAGS" LDFLAGS="$PHP_LDFLAGS" PHP_BUILD_PROVIDER='https://github.com/docker-library/php' PHP_UNAME='Linux - Docker' ; 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-mbstring --enable-mysqlnd --with-password-argon2 --with-sodium=shared --with-pdo-sqlite=/usr --with-sqlite3=/usr --with-curl --with-iconv=/usr --with-openssl --with-readline --with-zlib --enable-phpdbg --enable-phpdbg-readline --with-pear $(test "$gnuArch" = 's390x-linux-musl' && echo '--without-pcre-jit') ; make -j "$(nproc)"; find -type f -name '*.a' -delete; make install; find /usr/local -type f -perm '/0111' -exec sh -euxc ' strip --strip-all "$@" || : ' -- '{}' + ; 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
2024-01-06 01:39:19 UTC/bin/sh -c #(nop) COPY multi:6edd033b037aa2d7697fc3b9f82c2f162146c1920a0c6d25a165dc56783204db in /usr/local/bin/
2024-01-06 01:39:20 UTC/bin/sh -c docker-php-ext-enable sodium
2024-01-06 01:39:20 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-php-entrypoint"]
2024-01-06 01:39:21 UTC/bin/sh -c #(nop) CMD ["php" "-a"]
2024-01-06 01:53:53 UTC
34.2 MB
1198C0117593497A5EC5C199286AF1F9897469DC C28D937575603EB4ABB725861C0779DC5C0A9DE4 AFD8691FDAEDF03BDF6E460563F15A9B715376CA
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PHPIZE_DEPSautoconf dpkg-dev dpkg file g++ gcc libc-dev make pkgconf re2c
PHP_ASC_URLhttps://downloads.php.net/~jakub/php-8.3.2RC1.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_SHA256548298d84b709736a2cbfcde9b10ba401be70fe32ea1f9de417706387a7d2fc3
PHP_URLhttps://downloads.php.net/~jakub/php-8.3.2RC1.tar.xz
PHP_VERSION8.3.2RC1
[#000] sha256:661ff4d9561e3fd050929ee5097067c34bafc523ee60f5294a37fd08056a73ca - 9.51% (3.25 MB)
[#001] sha256:fbc99979baa6760dc40a927f812328a1431e3870d0f166b035365166ef2cf8d4 - 7.69% (2.63 MB)
[#002] sha256:47536423e0797b82f7a737a4efeb29297c96a33e8662ddcd121d728a01eac477 - 0.0% (1.23 KB)
[#003] sha256:1be6d4fc569fcdbdb835c5ee3607367e6ba4779809c0fad97de75045144220f8 - 0.0% (269 Bytes)
[#004] sha256:342f86263101d180d6dd94fc0b50a87e4e4500c57bd8df71c86f4c49b186bbf1 - 34.76% (11.9 MB)
[#005] sha256:6a05b0074554168c4b4758291371e8883b0e90b8cbf1579adb36d4903d46e06e - 0.0% (500 Bytes)
[#006] sha256:b15296bc9e6f837095b91f3a0c286eb4d8945d4b9a2a5fe71f01ab3a8a6cf994 - 47.97% (16.4 MB)
[#007] sha256:4c9b9a79c4e3374c73ad31889ccdec3765a5cad9741cac5b3113a4625c5bb797 - 0.01% (2.39 KB)
[#008] sha256:6e89c513154bd8634837dc7ec32030d724b186e77075a72f5e8c0a2a7eda8fa7 - 0.05% (18.8 KB)
/bin/sh -c #(nop) ADD file:1f4eb46669b5b6275af19eb7471a6899a61c276aa7d925b8ae99310b14b75b92 in /
2023-12-08 01:20:49 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2023-12-12 20:39:52 UTC/bin/sh -c #(nop) ENV PHPIZE_DEPS=autoconf dpkg-dev dpkg file g++ gcc libc-dev make pkgconf re2c
2023-12-12 20:39:54 UTC/bin/sh -c apk add --no-cache ca-certificates curl openssl tar xz
2023-12-12 20:39:54 UTC/bin/sh -c set -eux; adduser -u 82 -D -S -G www-data www-data
2023-12-12 20:39:54 UTC/bin/sh -c #(nop) ENV PHP_INI_DIR=/usr/local/etc/php
2023-12-12 20:39: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 1777 /var/www/html
2023-12-12 20:39:55 UTC/bin/sh -c #(nop) ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
2023-12-12 20:39:55 UTC/bin/sh -c #(nop) ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
2023-12-12 20:39:55 UTC/bin/sh -c #(nop) ENV PHP_LDFLAGS=-Wl,-O1 -pie
2023-12-12 20:39:55 UTC/bin/sh -c #(nop) ENV GPG_KEYS=1198C0117593497A5EC5C199286AF1F9897469DC C28D937575603EB4ABB725861C0779DC5C0A9DE4 AFD8691FDAEDF03BDF6E460563F15A9B715376CA
2024-01-06 01:49:56 UTC/bin/sh -c #(nop) ENV PHP_VERSION=8.3.2RC1
2024-01-06 01:49:56 UTC/bin/sh -c #(nop) ENV PHP_URL=https://downloads.php.net/~jakub/php-8.3.2RC1.tar.xz PHP_ASC_URL=https://downloads.php.net/~jakub/php-8.3.2RC1.tar.xz.asc
2024-01-06 01:49:56 UTC/bin/sh -c #(nop) ENV PHP_SHA256=548298d84b709736a2cbfcde9b10ba401be70fe32ea1f9de417706387a7d2fc3
2024-01-06 01:50:01 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
2024-01-06 01:50:01 UTC/bin/sh -c #(nop) COPY file:ce57c04b70896f77cc11eb2766417d8a1240fcffe5bba92179ec78c458844110 in /usr/local/bin/
2024-01-06 01:53:52 UTC/bin/sh -c set -eux; apk add --no-cache --virtual .build-deps $PHPIZE_DEPS argon2-dev coreutils curl-dev gnu-libiconv-dev libsodium-dev libxml2-dev linux-headers oniguruma-dev openssl-dev readline-dev sqlite-dev ; rm -vf /usr/include/iconv.h; export CFLAGS="$PHP_CFLAGS" CPPFLAGS="$PHP_CPPFLAGS" LDFLAGS="$PHP_LDFLAGS" PHP_BUILD_PROVIDER='https://github.com/docker-library/php' PHP_UNAME='Linux - Docker' ; 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-mbstring --enable-mysqlnd --with-password-argon2 --with-sodium=shared --with-pdo-sqlite=/usr --with-sqlite3=/usr --with-curl --with-iconv=/usr --with-openssl --with-readline --with-zlib --enable-phpdbg --enable-phpdbg-readline --with-pear $(test "$gnuArch" = 's390x-linux-musl' && echo '--without-pcre-jit') ; make -j "$(nproc)"; find -type f -name '*.a' -delete; make install; find /usr/local -type f -perm '/0111' -exec sh -euxc ' strip --strip-all "$@" || : ' -- '{}' + ; 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
2024-01-06 01:53:52 UTC/bin/sh -c #(nop) COPY multi:6edd033b037aa2d7697fc3b9f82c2f162146c1920a0c6d25a165dc56783204db in /usr/local/bin/
2024-01-06 01:53:53 UTC/bin/sh -c docker-php-ext-enable sodium
2024-01-06 01:53:53 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-php-entrypoint"]
2024-01-06 01:53:53 UTC/bin/sh -c #(nop) CMD ["php" "-a"]
2024-01-06 05:04:59 UTC
32.5 MB
1198C0117593497A5EC5C199286AF1F9897469DC C28D937575603EB4ABB725861C0779DC5C0A9DE4 AFD8691FDAEDF03BDF6E460563F15A9B715376CA
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PHPIZE_DEPSautoconf dpkg-dev dpkg file g++ gcc libc-dev make pkgconf re2c
PHP_ASC_URLhttps://downloads.php.net/~jakub/php-8.3.2RC1.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_SHA256548298d84b709736a2cbfcde9b10ba401be70fe32ea1f9de417706387a7d2fc3
PHP_URLhttps://downloads.php.net/~jakub/php-8.3.2RC1.tar.xz
PHP_VERSION8.3.2RC1
[#000] sha256:0803c38384d9fd0f9afaec8fd13d267547b660dcd46bb92a3d63c5d76e78b04c - 9.28% (3.02 MB)
[#001] sha256:4b6157a5053a6ba5646a1361153760014335e77813c8792b60d226dedefbb229 - 8.1% (2.63 MB)
[#002] sha256:2682a06d9f91bef66466bcb1b37715dc344282ac9f062ffff8405cf448d71f51 - 0.0% (1.23 KB)
[#003] sha256:982a61382f7fcec3d428935d516ac99bf603d105e72ebe0c2952b860f329675f - 0.0% (268 Bytes)
[#004] sha256:28b380dc3c0a323d23a2ad564c5afae5ecf435dacaa32173369c7ea348641aed - 36.52% (11.9 MB)
[#005] sha256:f4775164f2f383c2cffd690aebf568873254c20c583faaa4cb9973fc99d60750 - 0.0% (498 Bytes)
[#006] sha256:411d324bff196f790372baecd2e7ddb571ae06bdf027bb3357d3a99379d3f748 - 46.03% (15 MB)
[#007] sha256:6920a39f90baf4098dea2ff3850681165ae38629a9f9aaa0dad83dc15d4ff3fe - 0.01% (2.39 KB)
[#008] sha256:c42fef01ac89a42fca101ba46aec6e3d9c134ff6f55ada2f892336f1bfd4b94c - 0.06% (18.7 KB)
/bin/sh -c #(nop) ADD file:d43ed267a41631ce0e5a4ef5aac821a75300a83f85ecb6259f5616852f89e989 in /
2023-12-08 01:49:15 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2023-12-12 20:01:48 UTC/bin/sh -c #(nop) ENV PHPIZE_DEPS=autoconf dpkg-dev dpkg file g++ gcc libc-dev make pkgconf re2c
2023-12-12 20:01:50 UTC/bin/sh -c apk add --no-cache ca-certificates curl openssl tar xz
2023-12-12 20:01:51 UTC/bin/sh -c set -eux; adduser -u 82 -D -S -G www-data www-data
2023-12-12 20:01:51 UTC/bin/sh -c #(nop) ENV PHP_INI_DIR=/usr/local/etc/php
2023-12-12 20:01:52 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 1777 /var/www/html
2023-12-12 20:01:52 UTC/bin/sh -c #(nop) ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
2023-12-12 20:01:52 UTC/bin/sh -c #(nop) ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
2023-12-12 20:01:52 UTC/bin/sh -c #(nop) ENV PHP_LDFLAGS=-Wl,-O1 -pie
2023-12-12 20:01:52 UTC/bin/sh -c #(nop) ENV GPG_KEYS=1198C0117593497A5EC5C199286AF1F9897469DC C28D937575603EB4ABB725861C0779DC5C0A9DE4 AFD8691FDAEDF03BDF6E460563F15A9B715376CA
2024-01-06 05:02:07 UTC/bin/sh -c #(nop) ENV PHP_VERSION=8.3.2RC1
2024-01-06 05:02:07 UTC/bin/sh -c #(nop) ENV PHP_URL=https://downloads.php.net/~jakub/php-8.3.2RC1.tar.xz PHP_ASC_URL=https://downloads.php.net/~jakub/php-8.3.2RC1.tar.xz.asc
2024-01-06 05:02:07 UTC/bin/sh -c #(nop) ENV PHP_SHA256=548298d84b709736a2cbfcde9b10ba401be70fe32ea1f9de417706387a7d2fc3
2024-01-06 05:02:14 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
2024-01-06 05:02:14 UTC/bin/sh -c #(nop) COPY file:ce57c04b70896f77cc11eb2766417d8a1240fcffe5bba92179ec78c458844110 in /usr/local/bin/
2024-01-06 05:04:57 UTC/bin/sh -c set -eux; apk add --no-cache --virtual .build-deps $PHPIZE_DEPS argon2-dev coreutils curl-dev gnu-libiconv-dev libsodium-dev libxml2-dev linux-headers oniguruma-dev openssl-dev readline-dev sqlite-dev ; rm -vf /usr/include/iconv.h; export CFLAGS="$PHP_CFLAGS" CPPFLAGS="$PHP_CPPFLAGS" LDFLAGS="$PHP_LDFLAGS" PHP_BUILD_PROVIDER='https://github.com/docker-library/php' PHP_UNAME='Linux - Docker' ; 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-mbstring --enable-mysqlnd --with-password-argon2 --with-sodium=shared --with-pdo-sqlite=/usr --with-sqlite3=/usr --with-curl --with-iconv=/usr --with-openssl --with-readline --with-zlib --enable-phpdbg --enable-phpdbg-readline --with-pear $(test "$gnuArch" = 's390x-linux-musl' && echo '--without-pcre-jit') ; make -j "$(nproc)"; find -type f -name '*.a' -delete; make install; find /usr/local -type f -perm '/0111' -exec sh -euxc ' strip --strip-all "$@" || : ' -- '{}' + ; 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
2024-01-06 05:04:58 UTC/bin/sh -c #(nop) COPY multi:6edd033b037aa2d7697fc3b9f82c2f162146c1920a0c6d25a165dc56783204db in /usr/local/bin/
2024-01-06 05:04:59 UTC/bin/sh -c docker-php-ext-enable sodium
2024-01-06 05:04:59 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-php-entrypoint"]
2024-01-06 05:04:59 UTC/bin/sh -c #(nop) CMD ["php" "-a"]
2024-01-06 02:05:09 UTC
31.2 MB
1198C0117593497A5EC5C199286AF1F9897469DC C28D937575603EB4ABB725861C0779DC5C0A9DE4 AFD8691FDAEDF03BDF6E460563F15A9B715376CA
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PHPIZE_DEPSautoconf dpkg-dev dpkg file g++ gcc libc-dev make pkgconf re2c
PHP_ASC_URLhttps://downloads.php.net/~jakub/php-8.3.2RC1.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_SHA256548298d84b709736a2cbfcde9b10ba401be70fe32ea1f9de417706387a7d2fc3
PHP_URLhttps://downloads.php.net/~jakub/php-8.3.2RC1.tar.xz
PHP_VERSION8.3.2RC1
[#000] sha256:1086c24c41097f090ce847d192c11307e1715eeb563a2cf4f410b2a199ae1942 - 8.93% (2.78 MB)
[#001] sha256:00fcdc554dd7b708317247ba5731b0d76bc06dc68a48af57f662820d33c665cc - 7.98% (2.49 MB)
[#002] sha256:2e4717604343f2899832c4417228ef3cdb02080f72378a4152eb72083f09c96e - 0.0% (1.23 KB)
[#003] sha256:fe0a6a05c32e2329e654bc633b417da36b7c74ed6bf626231bf0e900f912838e - 0.0% (270 Bytes)
[#004] sha256:5ecf47196ca7e588778f7990f24c1d98837b809d89d10ffc952005b696c76553 - 38.09% (11.9 MB)
[#005] sha256:f415bddb55ba45a2ac162ff0f0ca181c964ee3356bb9823919771f19f62e4c21 - 0.0% (495 Bytes)
[#006] sha256:c30d2543dd95cfaa09928863a89604da29832d93ab8a730457b3f57076eca5a8 - 44.94% (14 MB)
[#007] sha256:f23a5aa5c788c6438fcee88ed1692293e6a7c9bac52746cac4ea536b0136f2fd - 0.01% (2.39 KB)
[#008] sha256:5fcd53be99b51143482433cc9e16d306ff0e9daf18be9495adfc7c6c5be3f85a - 0.06% (18.7 KB)
/bin/sh -c #(nop) ADD file:13b9291053208eec61cd7c97bac2fa154380ad8d10182567763eea3e10c5882f in /
2023-12-08 01:57:20 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2023-12-12 20:17:47 UTC/bin/sh -c #(nop) ENV PHPIZE_DEPS=autoconf dpkg-dev dpkg file g++ gcc libc-dev make pkgconf re2c
2023-12-12 20:17:48 UTC/bin/sh -c apk add --no-cache ca-certificates curl openssl tar xz
2023-12-12 20:17:49 UTC/bin/sh -c set -eux; adduser -u 82 -D -S -G www-data www-data
2023-12-12 20:17:49 UTC/bin/sh -c #(nop) ENV PHP_INI_DIR=/usr/local/etc/php
2023-12-12 20:17:50 UTC/bin/sh -c set -eux; mkdir -p "$PHP_INI_DIR/conf.d"; [ ! -d /var/www/html ]; mkdir -p /var/www/html; chown www-data:www-data /var/www/html; chmod 1777 /var/www/html
2023-12-12 20:17:50 UTC/bin/sh -c #(nop) ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
2023-12-12 20:17:50 UTC/bin/sh -c #(nop) ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
2023-12-12 20:17:50 UTC/bin/sh -c #(nop) ENV PHP_LDFLAGS=-Wl,-O1 -pie
2023-12-12 20:17:50 UTC/bin/sh -c #(nop) ENV GPG_KEYS=1198C0117593497A5EC5C199286AF1F9897469DC C28D937575603EB4ABB725861C0779DC5C0A9DE4 AFD8691FDAEDF03BDF6E460563F15A9B715376CA
2024-01-06 01:57:32 UTC/bin/sh -c #(nop) ENV PHP_VERSION=8.3.2RC1
2024-01-06 01:57:32 UTC/bin/sh -c #(nop) ENV PHP_URL=https://downloads.php.net/~jakub/php-8.3.2RC1.tar.xz PHP_ASC_URL=https://downloads.php.net/~jakub/php-8.3.2RC1.tar.xz.asc
2024-01-06 01:57:33 UTC/bin/sh -c #(nop) ENV PHP_SHA256=548298d84b709736a2cbfcde9b10ba401be70fe32ea1f9de417706387a7d2fc3
2024-01-06 01:57: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
2024-01-06 01:57:40 UTC/bin/sh -c #(nop) COPY file:ce57c04b70896f77cc11eb2766417d8a1240fcffe5bba92179ec78c458844110 in /usr/local/bin/
2024-01-06 02:05:06 UTC/bin/sh -c set -eux; apk add --no-cache --virtual .build-deps $PHPIZE_DEPS argon2-dev coreutils curl-dev gnu-libiconv-dev libsodium-dev libxml2-dev linux-headers oniguruma-dev openssl-dev readline-dev sqlite-dev ; rm -vf /usr/include/iconv.h; export CFLAGS="$PHP_CFLAGS" CPPFLAGS="$PHP_CPPFLAGS" LDFLAGS="$PHP_LDFLAGS" PHP_BUILD_PROVIDER='https://github.com/docker-library/php' PHP_UNAME='Linux - Docker' ; 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-mbstring --enable-mysqlnd --with-password-argon2 --with-sodium=shared --with-pdo-sqlite=/usr --with-sqlite3=/usr --with-curl --with-iconv=/usr --with-openssl --with-readline --with-zlib --enable-phpdbg --enable-phpdbg-readline --with-pear $(test "$gnuArch" = 's390x-linux-musl' && echo '--without-pcre-jit') ; make -j "$(nproc)"; find -type f -name '*.a' -delete; make install; find /usr/local -type f -perm '/0111' -exec sh -euxc ' strip --strip-all "$@" || : ' -- '{}' + ; 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
2024-01-06 02:05:07 UTC/bin/sh -c #(nop) COPY multi:6edd033b037aa2d7697fc3b9f82c2f162146c1920a0c6d25a165dc56783204db in /usr/local/bin/
2024-01-06 02:05:09 UTC/bin/sh -c docker-php-ext-enable sodium
2024-01-06 02:05:09 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-php-entrypoint"]
2024-01-06 02:05:09 UTC/bin/sh -c #(nop) CMD ["php" "-a"]
2024-01-06 02:31:14 UTC
34.1 MB
1198C0117593497A5EC5C199286AF1F9897469DC C28D937575603EB4ABB725861C0779DC5C0A9DE4 AFD8691FDAEDF03BDF6E460563F15A9B715376CA
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PHPIZE_DEPSautoconf dpkg-dev dpkg file g++ gcc libc-dev make pkgconf re2c
PHP_ASC_URLhttps://downloads.php.net/~jakub/php-8.3.2RC1.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_SHA256548298d84b709736a2cbfcde9b10ba401be70fe32ea1f9de417706387a7d2fc3
PHP_URLhttps://downloads.php.net/~jakub/php-8.3.2RC1.tar.xz
PHP_VERSION8.3.2RC1
[#000] sha256:c303524923177661067f7eb378c3dd5277088c2676ebd1cd78e68397bb80fdbf - 9.35% (3.19 MB)
[#001] sha256:95a19b0853c69aaf4e0a33f42601f1bddea728304bef39e2fc08f66f3d518576 - 7.85% (2.68 MB)
[#002] sha256:872ba87116831a71587816ab8564d1a2b7137e1163524eb7e5abf40966e6882c - 0.0% (1.23 KB)
[#003] sha256:a3a9508fcdd73dc8c678f841adc3269e9919da38f14917ddaa2162b636d4661c - 0.0% (270 Bytes)
[#004] sha256:8f84aef2cc7638cb547d7f9de37745c68592e7d218c03d2f24bbe85351cd8838 - 34.79% (11.9 MB)
[#005] sha256:c4fcdf92e659e3441ceb39eaf7d4162334450f45943c70086e9446dfb1e4c4b6 - 0.0% (498 Bytes)
[#006] sha256:a0eb580d11adabf8c038077ce7a25413e1c086e00d6ad49a55b60d29d079a18e - 47.94% (16.4 MB)
[#007] sha256:70ddc325149f6b0ff772bfcec8873ebe6f5300c558fcdf2659b0e88666377d4d - 0.01% (2.39 KB)
[#008] sha256:28199ab570f7e6cf0ff6d8e4052c2230aec1719f97372e08a9c418126b16ea16 - 0.05% (18.6 KB)
/bin/sh -c #(nop) ADD file:8182c73f869a899cf624a59c400acb8226776d15e4d3a0d240a94e65340540d0 in /
2023-12-08 01:39:30 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2023-12-12 20:09:52 UTC/bin/sh -c #(nop) ENV PHPIZE_DEPS=autoconf dpkg-dev dpkg file g++ gcc libc-dev make pkgconf re2c
2023-12-12 20:09:53 UTC/bin/sh -c apk add --no-cache ca-certificates curl openssl tar xz
2023-12-12 20:09:54 UTC/bin/sh -c set -eux; adduser -u 82 -D -S -G www-data www-data
2023-12-12 20:09:54 UTC/bin/sh -c #(nop) ENV PHP_INI_DIR=/usr/local/etc/php
2023-12-12 20:09:54 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 1777 /var/www/html
2023-12-12 20:09:54 UTC/bin/sh -c #(nop) ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
2023-12-12 20:09:54 UTC/bin/sh -c #(nop) ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
2023-12-12 20:09:54 UTC/bin/sh -c #(nop) ENV PHP_LDFLAGS=-Wl,-O1 -pie
2023-12-12 20:09:54 UTC/bin/sh -c #(nop) ENV GPG_KEYS=1198C0117593497A5EC5C199286AF1F9897469DC C28D937575603EB4ABB725861C0779DC5C0A9DE4 AFD8691FDAEDF03BDF6E460563F15A9B715376CA
2024-01-06 02:27:05 UTC/bin/sh -c #(nop) ENV PHP_VERSION=8.3.2RC1
2024-01-06 02:27:05 UTC/bin/sh -c #(nop) ENV PHP_URL=https://downloads.php.net/~jakub/php-8.3.2RC1.tar.xz PHP_ASC_URL=https://downloads.php.net/~jakub/php-8.3.2RC1.tar.xz.asc
2024-01-06 02:27:05 UTC/bin/sh -c #(nop) ENV PHP_SHA256=548298d84b709736a2cbfcde9b10ba401be70fe32ea1f9de417706387a7d2fc3
2024-01-06 02:27:11 UTC/bin/sh -c set -eux; apk add --no-cache --virtual .fetch-deps gnupg; mkdir -p /usr/src; cd /usr/src; curl -fsSL -o php.tar.xz "$PHP_URL"; if [ -n "$PHP_SHA256" ]; then echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c -; fi; if [ -n "$PHP_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
2024-01-06 02:27:11 UTC/bin/sh -c #(nop) COPY file:ce57c04b70896f77cc11eb2766417d8a1240fcffe5bba92179ec78c458844110 in /usr/local/bin/
2024-01-06 02:31:13 UTC/bin/sh -c set -eux; apk add --no-cache --virtual .build-deps $PHPIZE_DEPS argon2-dev coreutils curl-dev gnu-libiconv-dev libsodium-dev libxml2-dev linux-headers oniguruma-dev openssl-dev readline-dev sqlite-dev ; rm -vf /usr/include/iconv.h; export CFLAGS="$PHP_CFLAGS" CPPFLAGS="$PHP_CPPFLAGS" LDFLAGS="$PHP_LDFLAGS" PHP_BUILD_PROVIDER='https://github.com/docker-library/php' PHP_UNAME='Linux - Docker' ; 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-mbstring --enable-mysqlnd --with-password-argon2 --with-sodium=shared --with-pdo-sqlite=/usr --with-sqlite3=/usr --with-curl --with-iconv=/usr --with-openssl --with-readline --with-zlib --enable-phpdbg --enable-phpdbg-readline --with-pear $(test "$gnuArch" = 's390x-linux-musl' && echo '--without-pcre-jit') ; make -j "$(nproc)"; find -type f -name '*.a' -delete; make install; find /usr/local -type f -perm '/0111' -exec sh -euxc ' strip --strip-all "$@" || : ' -- '{}' + ; 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
2024-01-06 02:31:13 UTC/bin/sh -c #(nop) COPY multi:6edd033b037aa2d7697fc3b9f82c2f162146c1920a0c6d25a165dc56783204db in /usr/local/bin/
2024-01-06 02:31:14 UTC/bin/sh -c docker-php-ext-enable sodium
2024-01-06 02:31:14 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-php-entrypoint"]
2024-01-06 02:31:14 UTC/bin/sh -c #(nop) CMD ["php" "-a"]
2024-01-06 01:02:28 UTC
35 MB
1198C0117593497A5EC5C199286AF1F9897469DC C28D937575603EB4ABB725861C0779DC5C0A9DE4 AFD8691FDAEDF03BDF6E460563F15A9B715376CA
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PHPIZE_DEPSautoconf dpkg-dev dpkg file g++ gcc libc-dev make pkgconf re2c
PHP_ASC_URLhttps://downloads.php.net/~jakub/php-8.3.2RC1.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_SHA256548298d84b709736a2cbfcde9b10ba401be70fe32ea1f9de417706387a7d2fc3
PHP_URLhttps://downloads.php.net/~jakub/php-8.3.2RC1.tar.xz
PHP_VERSION8.3.2RC1
[#000] sha256:243ac51c334a47917a84be93e972ee6378987e9b3b917a5a8df29025e161c1f3 - 9.14% (3.2 MB)
[#001] sha256:e89935d2f947cbd3585545f82639d347027ef82fbbf413f8684101953ea74bd6 - 7.73% (2.71 MB)
[#002] sha256:b208bea042d5cdcbe6436f88d2f7ea51b03a91df91ae099118f57b644b87bdb2 - 0.0% (1.23 KB)
[#003] sha256:4dcb83a14858379fd485cb474c02417cd209b148b775365e9bae3ab90f5fe798 - 0.0% (269 Bytes)
[#004] sha256:80ec09bfd56c1f60a40f08bc26a4c7fbef5686d4c5afe2a18bba41e5755f2d36 - 33.91% (11.9 MB)
[#005] sha256:e29a9faed538c634d2eff6d34d3bb89089b87378b5bef884f8be4b00755003fe - 0.0% (497 Bytes)
[#006] sha256:856bdc0063d050aecb098eba3b476f4b6f0304618dbf5cef9779a9699709efc4 - 49.16% (17.2 MB)
[#007] sha256:3392bb81d6cd9396ad2ddeca656b267a5ee36f53d525fcd07d9456e84e8948b0 - 0.01% (2.39 KB)
[#008] sha256:00cb74b22ad3763d3944b5e9e31a85b33a2838b1006aacd3a7175c33a376d3a9 - 0.05% (18.7 KB)
/bin/sh -c #(nop) ADD file:052421189f8d269382daaaa8beb63c687e4d8ca908c421abdce53bcc627a40b4 in /
2023-12-08 01:22:51 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2023-12-12 20:31:16 UTC/bin/sh -c #(nop) ENV PHPIZE_DEPS=autoconf dpkg-dev dpkg file g++ gcc libc-dev make pkgconf re2c
2023-12-12 20:31:18 UTC/bin/sh -c apk add --no-cache ca-certificates curl openssl tar xz
2023-12-12 20:31:19 UTC/bin/sh -c set -eux; adduser -u 82 -D -S -G www-data www-data
2023-12-12 20:31:19 UTC/bin/sh -c #(nop) ENV PHP_INI_DIR=/usr/local/etc/php
2023-12-12 20:31:20 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 1777 /var/www/html
2023-12-12 20:31:21 UTC/bin/sh -c #(nop) ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
2023-12-12 20:31:22 UTC/bin/sh -c #(nop) ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
2023-12-12 20:31:22 UTC/bin/sh -c #(nop) ENV PHP_LDFLAGS=-Wl,-O1 -pie
2023-12-12 20:31:22 UTC/bin/sh -c #(nop) ENV GPG_KEYS=1198C0117593497A5EC5C199286AF1F9897469DC C28D937575603EB4ABB725861C0779DC5C0A9DE4 AFD8691FDAEDF03BDF6E460563F15A9B715376CA
2024-01-06 00:59:33 UTC/bin/sh -c #(nop) ENV PHP_VERSION=8.3.2RC1
2024-01-06 00:59:33 UTC/bin/sh -c #(nop) ENV PHP_URL=https://downloads.php.net/~jakub/php-8.3.2RC1.tar.xz PHP_ASC_URL=https://downloads.php.net/~jakub/php-8.3.2RC1.tar.xz.asc
2024-01-06 00:59:34 UTC/bin/sh -c #(nop) ENV PHP_SHA256=548298d84b709736a2cbfcde9b10ba401be70fe32ea1f9de417706387a7d2fc3
2024-01-06 00:59:42 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
2024-01-06 00:59:44 UTC/bin/sh -c #(nop) COPY file:ce57c04b70896f77cc11eb2766417d8a1240fcffe5bba92179ec78c458844110 in /usr/local/bin/
2024-01-06 01:02:24 UTC/bin/sh -c set -eux; apk add --no-cache --virtual .build-deps $PHPIZE_DEPS argon2-dev coreutils curl-dev gnu-libiconv-dev libsodium-dev libxml2-dev linux-headers oniguruma-dev openssl-dev readline-dev sqlite-dev ; rm -vf /usr/include/iconv.h; export CFLAGS="$PHP_CFLAGS" CPPFLAGS="$PHP_CPPFLAGS" LDFLAGS="$PHP_LDFLAGS" PHP_BUILD_PROVIDER='https://github.com/docker-library/php' PHP_UNAME='Linux - Docker' ; 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-mbstring --enable-mysqlnd --with-password-argon2 --with-sodium=shared --with-pdo-sqlite=/usr --with-sqlite3=/usr --with-curl --with-iconv=/usr --with-openssl --with-readline --with-zlib --enable-phpdbg --enable-phpdbg-readline --with-pear $(test "$gnuArch" = 's390x-linux-musl' && echo '--without-pcre-jit') ; make -j "$(nproc)"; find -type f -name '*.a' -delete; make install; find /usr/local -type f -perm '/0111' -exec sh -euxc ' strip --strip-all "$@" || : ' -- '{}' + ; 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
2024-01-06 01:02:25 UTC/bin/sh -c #(nop) COPY multi:6edd033b037aa2d7697fc3b9f82c2f162146c1920a0c6d25a165dc56783204db in /usr/local/bin/
2024-01-06 01:02:27 UTC/bin/sh -c docker-php-ext-enable sodium
2024-01-06 01:02:27 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-php-entrypoint"]
2024-01-06 01:02:28 UTC/bin/sh -c #(nop) CMD ["php" "-a"]
2024-01-06 01:11:14 UTC
33.9 MB
1198C0117593497A5EC5C199286AF1F9897469DC C28D937575603EB4ABB725861C0779DC5C0A9DE4 AFD8691FDAEDF03BDF6E460563F15A9B715376CA
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PHPIZE_DEPSautoconf dpkg-dev dpkg file g++ gcc libc-dev make pkgconf re2c
PHP_ASC_URLhttps://downloads.php.net/~jakub/php-8.3.2RC1.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_SHA256548298d84b709736a2cbfcde9b10ba401be70fe32ea1f9de417706387a7d2fc3
PHP_URLhttps://downloads.php.net/~jakub/php-8.3.2RC1.tar.xz
PHP_VERSION8.3.2RC1
[#000] sha256:0fca3ee44ced87b7184bc23390283fdf10cfae0e844a25b785dd11c463815227 - 9.11% (3.09 MB)
[#001] sha256:2e0180a7268e169fa6dd82fc04f9270dbd4fe716cf09b03fc82f84618025bad4 - 8.25% (2.8 MB)
[#002] sha256:4ecaefbf268f4b1e4d9f16c5d67523f3b76e72db0c3fc7a2f3fb6fd7fbdec547 - 0.0% (1.23 KB)
[#003] sha256:f5f0d18e8f1067fcb105dea2ad180f140d138c6d99310025696d1aaa322017db - 0.0% (269 Bytes)
[#004] sha256:a7449077d1e26a6b9827772a565732899b5ebd342dd1f99a5d06c3cceef7b401 - 34.98% (11.9 MB)
[#005] sha256:92d28aacef5f1ec9ee649942f434ab057f5d719f0eafec248e4ddc0907d5dac3 - 0.0% (498 Bytes)
[#006] sha256:681a4d500a4ba7acb902bd28032674e6a099ed569e3192c52ac84411e6d3b53b - 47.59% (16.2 MB)
[#007] sha256:b7ae5dc22d4990e3c20e1f521247145d68956b685a9b8cb744ff15be2078965e - 0.01% (2.39 KB)
[#008] sha256:54a10a27f1fd42b47f42fb82b6e46fcafd9a4ea15782e18e0ea6ad448d93ccb2 - 0.05% (18.7 KB)
/bin/sh -c #(nop) ADD file:47e0982fc3ae485c06d46f3c0022afd39ed7ec95fe755c2391e6b0cfcae65dfc in /
2023-12-08 01:41:51 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2023-12-12 19:58:23 UTC/bin/sh -c #(nop) ENV PHPIZE_DEPS=autoconf dpkg-dev dpkg file g++ gcc libc-dev make pkgconf re2c
2023-12-12 19:58:25 UTC/bin/sh -c apk add --no-cache ca-certificates curl openssl tar xz
2023-12-12 19:58:25 UTC/bin/sh -c set -eux; adduser -u 82 -D -S -G www-data www-data
2023-12-12 19:58:25 UTC/bin/sh -c #(nop) ENV PHP_INI_DIR=/usr/local/etc/php
2023-12-12 19:58: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 1777 /var/www/html
2023-12-12 19:58:26 UTC/bin/sh -c #(nop) ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
2023-12-12 19:58:26 UTC/bin/sh -c #(nop) ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
2023-12-12 19:58:26 UTC/bin/sh -c #(nop) ENV PHP_LDFLAGS=-Wl,-O1 -pie
2023-12-12 19:58:26 UTC/bin/sh -c #(nop) ENV GPG_KEYS=1198C0117593497A5EC5C199286AF1F9897469DC C28D937575603EB4ABB725861C0779DC5C0A9DE4 AFD8691FDAEDF03BDF6E460563F15A9B715376CA
2024-01-06 01:08:06 UTC/bin/sh -c #(nop) ENV PHP_VERSION=8.3.2RC1
2024-01-06 01:08:07 UTC/bin/sh -c #(nop) ENV PHP_URL=https://downloads.php.net/~jakub/php-8.3.2RC1.tar.xz PHP_ASC_URL=https://downloads.php.net/~jakub/php-8.3.2RC1.tar.xz.asc
2024-01-06 01:08:07 UTC/bin/sh -c #(nop) ENV PHP_SHA256=548298d84b709736a2cbfcde9b10ba401be70fe32ea1f9de417706387a7d2fc3
2024-01-06 01:08:10 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
2024-01-06 01:08:11 UTC/bin/sh -c #(nop) COPY file:ce57c04b70896f77cc11eb2766417d8a1240fcffe5bba92179ec78c458844110 in /usr/local/bin/
2024-01-06 01:11:12 UTC/bin/sh -c set -eux; apk add --no-cache --virtual .build-deps $PHPIZE_DEPS argon2-dev coreutils curl-dev gnu-libiconv-dev libsodium-dev libxml2-dev linux-headers oniguruma-dev openssl-dev readline-dev sqlite-dev ; rm -vf /usr/include/iconv.h; export CFLAGS="$PHP_CFLAGS" CPPFLAGS="$PHP_CPPFLAGS" LDFLAGS="$PHP_LDFLAGS" PHP_BUILD_PROVIDER='https://github.com/docker-library/php' PHP_UNAME='Linux - Docker' ; 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-mbstring --enable-mysqlnd --with-password-argon2 --with-sodium=shared --with-pdo-sqlite=/usr --with-sqlite3=/usr --with-curl --with-iconv=/usr --with-openssl --with-readline --with-zlib --enable-phpdbg --enable-phpdbg-readline --with-pear $(test "$gnuArch" = 's390x-linux-musl' && echo '--without-pcre-jit') ; make -j "$(nproc)"; find -type f -name '*.a' -delete; make install; find /usr/local -type f -perm '/0111' -exec sh -euxc ' strip --strip-all "$@" || : ' -- '{}' + ; 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
2024-01-06 01:11:13 UTC/bin/sh -c #(nop) COPY multi:6edd033b037aa2d7697fc3b9f82c2f162146c1920a0c6d25a165dc56783204db in /usr/local/bin/
2024-01-06 01:11:14 UTC/bin/sh -c docker-php-ext-enable sodium
2024-01-06 01:11:14 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-php-entrypoint"]
2024-01-06 01:11:14 UTC/bin/sh -c #(nop) CMD ["php" "-a"]