2023-06-26 22:52:03 UTC
33.6 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/~eric/php-8.3.0alpha2.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_SHA25660b0b18220dcb018ac3a602875fd21f07c9a08887ee22d50ed0670fe1e0a4792
PHP_URLhttps://downloads.php.net/~eric/php-8.3.0alpha2.tar.xz
PHP_VERSION8.3.0alpha2
[#000] sha256:187bd96dd637d3adfc7a9b61a1e7465181bbfe90dbf7a2830dfba97e4e3243a4 - 9.69% (3.25 MB)
[#001] sha256:c0ab42f445a14d312224d50de9656823d067b8b77d7ffbced92b4d89721b9c82 - 5.71% (1.92 MB)
[#002] sha256:6ef70e62fe8d901e2eab796d14bc28729e1a9dcb13a00f1d79c87c7b3c196385 - 0.0% (1.23 KB)
[#003] sha256:02943f9427c9dcc994074154103fdd6add9e01d288f8f7f95f208c5d37df613c - 0.0% (269 Bytes)
[#004] sha256:e82887c4eaa7bc2ebba4bf5f2b5df007949d41bbf65d6cfa16178b15938c1e95 - 34.97% (11.7 MB)
[#005] sha256:d62f9b637f48e6e6945fce48b0694ba862993dc14bc59ec0740660b5083da1ae - 0.0% (498 Bytes)
[#006] sha256:a460ab8007ca2d53decff34f81880652584fb448a50c94352408920e5813597e - 49.56% (16.6 MB)
[#007] sha256:47a1feb1a91f07cd958ff5a2b7f5d50804159354491662381eb5fc007534902c - 0.01% (2.39 KB)
[#008] sha256:e9c044b843a3a521767dc7161eaec83d12eaae96bc802c0e4664b4db86a74d01 - 0.05% (18.5 KB)
/bin/sh -c #(nop) ADD file:39180f040ebe17a01f8b9502d7b463edade8158d87fa99e47ac0b1f369e11a65 in /
2023-06-14 22:33:26 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2023-06-15 06:45:38 UTC/bin/sh -c #(nop) ENV PHPIZE_DEPS=autoconf dpkg-dev dpkg file g++ gcc libc-dev make pkgconf re2c
2023-06-15 06:45:40 UTC/bin/sh -c apk add --no-cache ca-certificates curl tar xz openssl
2023-06-15 06:45:40 UTC/bin/sh -c set -eux; adduser -u 82 -D -S -G www-data www-data
2023-06-15 06:45:40 UTC/bin/sh -c #(nop) ENV PHP_INI_DIR=/usr/local/etc/php
2023-06-15 06:45: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 1777 /var/www/html
2023-06-15 06:45:41 UTC/bin/sh -c #(nop) ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
2023-06-15 06:45:41 UTC/bin/sh -c #(nop) ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
2023-06-15 06:45:41 UTC/bin/sh -c #(nop) ENV PHP_LDFLAGS=-Wl,-O1 -pie
2023-06-15 06:45:41 UTC/bin/sh -c #(nop) ENV GPG_KEYS=1198C0117593497A5EC5C199286AF1F9897469DC C28D937575603EB4ABB725861C0779DC5C0A9DE4 AFD8691FDAEDF03BDF6E460563F15A9B715376CA
2023-06-26 22:45:16 UTC/bin/sh -c #(nop) ENV PHP_VERSION=8.3.0alpha2
2023-06-26 22:45:16 UTC/bin/sh -c #(nop) ENV PHP_URL=https://downloads.php.net/~eric/php-8.3.0alpha2.tar.xz PHP_ASC_URL=https://downloads.php.net/~eric/php-8.3.0alpha2.tar.xz.asc
2023-06-26 22:45:16 UTC/bin/sh -c #(nop) ENV PHP_SHA256=60b0b18220dcb018ac3a602875fd21f07c9a08887ee22d50ed0670fe1e0a4792
2023-06-26 22:45:37 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
2023-06-26 22:45:37 UTC/bin/sh -c #(nop) COPY file:ce57c04b70896f77cc11eb2766417d8a1240fcffe5bba92179ec78c458844110 in /usr/local/bin/
2023-06-26 22:52:01 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" ; 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-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
2023-06-26 22:52:01 UTC/bin/sh -c #(nop) COPY multi:6edd033b037aa2d7697fc3b9f82c2f162146c1920a0c6d25a165dc56783204db in /usr/local/bin/
2023-06-26 22:52:03 UTC/bin/sh -c docker-php-ext-enable sodium
2023-06-26 22:52:03 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-php-entrypoint"]
2023-06-26 22:52:03 UTC/bin/sh -c #(nop) CMD ["php" "-a"]
2023-06-26 22:05:14 UTC
33.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/~eric/php-8.3.0alpha2.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_SHA25660b0b18220dcb018ac3a602875fd21f07c9a08887ee22d50ed0670fe1e0a4792
PHP_URLhttps://downloads.php.net/~eric/php-8.3.0alpha2.tar.xz
PHP_VERSION8.3.0alpha2
[#000] sha256:4db1b89c0bd13344176ddce2d093b9da2ae58336823ffed2009a7ea4b62d2a95 - 9.73% (3.22 MB)
[#001] sha256:2d2d0e53cae4fa9e99bf4244568126b8df6d69fe6ee06580fe987d0ac9bc1c51 - 5.45% (1.8 MB)
[#002] sha256:a0018871e86ff704c651cf77f534a17074a5da1002810199a8bcd197e0f2b7e3 - 0.0% (1.23 KB)
[#003] sha256:399c2bf9de3aced3bdb63485e296ec23ab7f52a54441ccb6d70b52fd4dd30e02 - 0.0% (269 Bytes)
[#004] sha256:f5bf65cee96cec290f2f07b1c0c70ef83ab9187307331bac3f40aa56d07f3221 - 35.5% (11.7 MB)
[#005] sha256:e4c1e891b112227fd3b6082a7182661cd0da0567ab61dfc1af3c2b5a6b2f62ef - 0.0% (498 Bytes)
[#006] sha256:50014cdfb5a9610e3f4a52b094c9178e6f9900dd8bc5df5ef9076910215993ec - 49.25% (16.3 MB)
[#007] sha256:02c50891392da809b6de7cc05d56e9971c15236a0ce93a0dce33b5cb390b707b - 0.01% (2.39 KB)
[#008] sha256:aafaa0d726a6286e7297e52b6ce313c101dbd64c973b7f5502f298c79d121d3c - 0.05% (18.5 KB)
/bin/sh -c #(nop) ADD file:828b07e74c184e7f251ed992ff195cdc50fdca345f13ff484e258851d928d950 in /
2023-06-14 20:42:04 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2023-06-15 00:42:35 UTC/bin/sh -c #(nop) ENV PHPIZE_DEPS=autoconf dpkg-dev dpkg file g++ gcc libc-dev make pkgconf re2c
2023-06-15 00:42:37 UTC/bin/sh -c apk add --no-cache ca-certificates curl tar xz openssl
2023-06-15 00:42:37 UTC/bin/sh -c set -eux; adduser -u 82 -D -S -G www-data www-data
2023-06-15 00:42:37 UTC/bin/sh -c #(nop) ENV PHP_INI_DIR=/usr/local/etc/php
2023-06-15 00:42:38 UTC/bin/sh -c set -eux; mkdir -p "$PHP_INI_DIR/conf.d"; [ ! -d /var/www/html ]; mkdir -p /var/www/html; chown www-data:www-data /var/www/html; chmod 1777 /var/www/html
2023-06-15 00:42:38 UTC/bin/sh -c #(nop) ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
2023-06-15 00:42:38 UTC/bin/sh -c #(nop) ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
2023-06-15 00:42:38 UTC/bin/sh -c #(nop) ENV PHP_LDFLAGS=-Wl,-O1 -pie
2023-06-15 00:42:38 UTC/bin/sh -c #(nop) ENV GPG_KEYS=1198C0117593497A5EC5C199286AF1F9897469DC C28D937575603EB4ABB725861C0779DC5C0A9DE4 AFD8691FDAEDF03BDF6E460563F15A9B715376CA
2023-06-26 22:01:30 UTC/bin/sh -c #(nop) ENV PHP_VERSION=8.3.0alpha2
2023-06-26 22:01:30 UTC/bin/sh -c #(nop) ENV PHP_URL=https://downloads.php.net/~eric/php-8.3.0alpha2.tar.xz PHP_ASC_URL=https://downloads.php.net/~eric/php-8.3.0alpha2.tar.xz.asc
2023-06-26 22:01:31 UTC/bin/sh -c #(nop) ENV PHP_SHA256=60b0b18220dcb018ac3a602875fd21f07c9a08887ee22d50ed0670fe1e0a4792
2023-06-26 22:01:36 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
2023-06-26 22:01:36 UTC/bin/sh -c #(nop) COPY file:ce57c04b70896f77cc11eb2766417d8a1240fcffe5bba92179ec78c458844110 in /usr/local/bin/
2023-06-26 22:05: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" ; 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-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
2023-06-26 22:05:12 UTC/bin/sh -c #(nop) COPY multi:6edd033b037aa2d7697fc3b9f82c2f162146c1920a0c6d25a165dc56783204db in /usr/local/bin/
2023-06-26 22:05:13 UTC/bin/sh -c docker-php-ext-enable sodium
2023-06-26 22:05:13 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-php-entrypoint"]
2023-06-26 22:05:14 UTC/bin/sh -c #(nop) CMD ["php" "-a"]
2023-06-26 21:04:30 UTC
31.4 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/~eric/php-8.3.0alpha2.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_SHA25660b0b18220dcb018ac3a602875fd21f07c9a08887ee22d50ed0670fe1e0a4792
PHP_URLhttps://downloads.php.net/~eric/php-8.3.0alpha2.tar.xz
PHP_VERSION8.3.0alpha2
[#000] sha256:33ec62e98ceea71d24212ee03e239c2d5538dbe7c98f41c42e8b2693fedf58fb - 9.46% (2.97 MB)
[#001] sha256:dbaf22d1d692138b9e57071d39851f829f232b8f3852af079a2961453ba31c5c - 5.71% (1.79 MB)
[#002] sha256:0857b1d531af3d47422625dae6d0da81a3c69a1d8124d4756481afd3f4b05485 - 0.0% (1.23 KB)
[#003] sha256:d1ee0b1458dcd2b82cfe16e510b5edfb32836b137345c314aedd96c772c9e2fd - 0.0% (269 Bytes)
[#004] sha256:eb5e1386f617d5b98b79a4e6b314b08be67b836ca9403ae5f48be68453880c22 - 37.43% (11.7 MB)
[#005] sha256:ba63116f9734924942d6548faeda04b725c5b754b6e0702bd74b2e70ca2f68f0 - 0.0% (498 Bytes)
[#006] sha256:8696ea40252416e2a688c51744e7c9853f152d9d99adea88825da80f16bbe1d3 - 47.33% (14.8 MB)
[#007] sha256:e914546449b3018d120453c0abea719c88dcca94cf58cc7d9e77a932db480b68 - 0.01% (2.39 KB)
[#008] sha256:fb9c2364e53febf76e1eea4f63a392c8778e87067f372a05310c8586db26db5a - 0.06% (18.3 KB)
/bin/sh -c #(nop) ADD file:07e668ef139dce7f076143a30b89ff57885c8539d8b5764ac1bd5277d9936702 in /
2023-06-14 18:49:25 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2023-06-15 00:12:18 UTC/bin/sh -c #(nop) ENV PHPIZE_DEPS=autoconf dpkg-dev dpkg file g++ gcc libc-dev make pkgconf re2c
2023-06-15 00:12:20 UTC/bin/sh -c apk add --no-cache ca-certificates curl tar xz openssl
2023-06-15 00:12:22 UTC/bin/sh -c set -eux; adduser -u 82 -D -S -G www-data www-data
2023-06-15 00:12:22 UTC/bin/sh -c #(nop) ENV PHP_INI_DIR=/usr/local/etc/php
2023-06-15 00:12:23 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-06-15 00:12:23 UTC/bin/sh -c #(nop) ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
2023-06-15 00:12:23 UTC/bin/sh -c #(nop) ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
2023-06-15 00:12:23 UTC/bin/sh -c #(nop) ENV PHP_LDFLAGS=-Wl,-O1 -pie
2023-06-15 00:12:23 UTC/bin/sh -c #(nop) ENV GPG_KEYS=1198C0117593497A5EC5C199286AF1F9897469DC C28D937575603EB4ABB725861C0779DC5C0A9DE4 AFD8691FDAEDF03BDF6E460563F15A9B715376CA
2023-06-26 21:00:33 UTC/bin/sh -c #(nop) ENV PHP_VERSION=8.3.0alpha2
2023-06-26 21:00:33 UTC/bin/sh -c #(nop) ENV PHP_URL=https://downloads.php.net/~eric/php-8.3.0alpha2.tar.xz PHP_ASC_URL=https://downloads.php.net/~eric/php-8.3.0alpha2.tar.xz.asc
2023-06-26 21:00:33 UTC/bin/sh -c #(nop) ENV PHP_SHA256=60b0b18220dcb018ac3a602875fd21f07c9a08887ee22d50ed0670fe1e0a4792
2023-06-26 21:00: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
2023-06-26 21:00:41 UTC/bin/sh -c #(nop) COPY file:ce57c04b70896f77cc11eb2766417d8a1240fcffe5bba92179ec78c458844110 in /usr/local/bin/
2023-06-26 21:04:27 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" ; 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-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
2023-06-26 21:04:28 UTC/bin/sh -c #(nop) COPY multi:6edd033b037aa2d7697fc3b9f82c2f162146c1920a0c6d25a165dc56783204db in /usr/local/bin/
2023-06-26 21:04:29 UTC/bin/sh -c docker-php-ext-enable sodium
2023-06-26 21:04:29 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-php-entrypoint"]
2023-06-26 21:04:30 UTC/bin/sh -c #(nop) CMD ["php" "-a"]
2023-06-26 22:14:35 UTC
30.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/~eric/php-8.3.0alpha2.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_SHA25660b0b18220dcb018ac3a602875fd21f07c9a08887ee22d50ed0670fe1e0a4792
PHP_URLhttps://downloads.php.net/~eric/php-8.3.0alpha2.tar.xz
PHP_VERSION8.3.0alpha2
[#000] sha256:f929d112168394cf1fbe294a86fbe5173dd92df4daac8cb09437b17dfc5df802 - 9.09% (2.74 MB)
[#001] sha256:843b9be152d4cd0c3de22f6fb9284ad2c5dafc56e0cd77fa68b1c24f55df924b - 5.48% (1.65 MB)
[#002] sha256:a35d433c619ac5af5e64c3c595b3bc873ad3f2197d7a53638876588561e7543a - 0.0% (1.23 KB)
[#003] sha256:82cf8ee65ec812346ccaa3b847e8487521cbb1284308eb32599ac968d20d449f - 0.0% (269 Bytes)
[#004] sha256:f1294bf11ec7a1bc2ed9212093abe60384c9f0dfe20c1ec4f6e30dd96b9177c3 - 39.02% (11.7 MB)
[#005] sha256:248dad5dc2d3cdae8a0b05ae1072f9274c8822b276c878f91f80dee9246ec558 - 0.0% (499 Bytes)
[#006] sha256:a35649f8d9b0d50b87567190ab2cc08c0f70b5d2357c1dc1677f840d224edb90 - 46.33% (13.9 MB)
[#007] sha256:2d9adae1d73070a1f8568c0117ea12480cee8cfe9a52e86656d9037248df68cc - 0.01% (2.39 KB)
[#008] sha256:e29f1bd3c3ed82fd6c280a0e11c87024e6a88c589a6a3d3afbe470d13be6e534 - 0.06% (18.3 KB)
/bin/sh -c #(nop) ADD file:5e92075a8d9a5898d661caf9c2be8a83fb25742251b4ebdc0c3d448a6dc58e4a in /
2023-06-14 22:36:20 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2023-06-15 05:49:22 UTC/bin/sh -c #(nop) ENV PHPIZE_DEPS=autoconf dpkg-dev dpkg file g++ gcc libc-dev make pkgconf re2c
2023-06-15 05:49:24 UTC/bin/sh -c apk add --no-cache ca-certificates curl tar xz openssl
2023-06-15 05:49:24 UTC/bin/sh -c set -eux; adduser -u 82 -D -S -G www-data www-data
2023-06-15 05:49:24 UTC/bin/sh -c #(nop) ENV PHP_INI_DIR=/usr/local/etc/php
2023-06-15 05:49:25 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-06-15 05:49:25 UTC/bin/sh -c #(nop) ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
2023-06-15 05:49:25 UTC/bin/sh -c #(nop) ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
2023-06-15 05:49:25 UTC/bin/sh -c #(nop) ENV PHP_LDFLAGS=-Wl,-O1 -pie
2023-06-15 05:49:25 UTC/bin/sh -c #(nop) ENV GPG_KEYS=1198C0117593497A5EC5C199286AF1F9897469DC C28D937575603EB4ABB725861C0779DC5C0A9DE4 AFD8691FDAEDF03BDF6E460563F15A9B715376CA
2023-06-26 22:09:38 UTC/bin/sh -c #(nop) ENV PHP_VERSION=8.3.0alpha2
2023-06-26 22:09:38 UTC/bin/sh -c #(nop) ENV PHP_URL=https://downloads.php.net/~eric/php-8.3.0alpha2.tar.xz PHP_ASC_URL=https://downloads.php.net/~eric/php-8.3.0alpha2.tar.xz.asc
2023-06-26 22:09:39 UTC/bin/sh -c #(nop) ENV PHP_SHA256=60b0b18220dcb018ac3a602875fd21f07c9a08887ee22d50ed0670fe1e0a4792
2023-06-26 22:09:47 UTC/bin/sh -c set -eux; apk add --no-cache --virtual .fetch-deps gnupg; mkdir -p /usr/src; cd /usr/src; curl -fsSL -o php.tar.xz "$PHP_URL"; if [ -n "$PHP_SHA256" ]; then echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c -; fi; if [ -n "$PHP_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
2023-06-26 22:09:47 UTC/bin/sh -c #(nop) COPY file:ce57c04b70896f77cc11eb2766417d8a1240fcffe5bba92179ec78c458844110 in /usr/local/bin/
2023-06-26 22:14:33 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" ; 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-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
2023-06-26 22:14:34 UTC/bin/sh -c #(nop) COPY multi:6edd033b037aa2d7697fc3b9f82c2f162146c1920a0c6d25a165dc56783204db in /usr/local/bin/
2023-06-26 22:14:35 UTC/bin/sh -c docker-php-ext-enable sodium
2023-06-26 22:14:35 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-php-entrypoint"]
2023-06-26 22:14:35 UTC/bin/sh -c #(nop) CMD ["php" "-a"]
2023-06-26 23:01:15 UTC
32.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/~eric/php-8.3.0alpha2.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_SHA25660b0b18220dcb018ac3a602875fd21f07c9a08887ee22d50ed0670fe1e0a4792
PHP_URLhttps://downloads.php.net/~eric/php-8.3.0alpha2.tar.xz
PHP_VERSION8.3.0alpha2
[#000] sha256:edb6bdbacee93be93e930669f43e2e922c8594676aa342a70e2221361fd1914d - 9.46% (3.11 MB)
[#001] sha256:f6675870db3e226ae39aec542092b3563b0352c3123a698108eeb8b98d51c47e - 5.49% (1.8 MB)
[#002] sha256:786e1ff66e74a63d03dac9ca2ad422f0d24773d8a7fbafb18f4a5c5f376516d0 - 0.0% (1.23 KB)
[#003] sha256:d3fbb55376f1fbddb9b8d7aff626e903b3d86a702ae59267b0dbc350e6d8f066 - 0.0% (268 Bytes)
[#004] sha256:188c6d3d9d9f64b2875aa9ca43dfd0adf57178b5ef85f2295170813689c75815 - 35.72% (11.7 MB)
[#005] sha256:383baaa07affbd6d921f00b985f7a103dc07ed94b32c9c0b0338ce8fa813c3a0 - 0.0% (496 Bytes)
[#006] sha256:1ee9277c3763f12547b7f64f6906faa0ea49c5d0fc3da8028f80cf8d6634d461 - 49.26% (16.2 MB)
[#007] sha256:8eb15475b1f57cfc55e1c8d01071b2ee2eeabdc7145df6ad4084265cde947807 - 0.01% (2.39 KB)
[#008] sha256:7eb9e7c71532b16150a7e77be3565f37fcfb9c1436454acafadc5af4cb03112f - 0.05% (18.3 KB)
/bin/sh -c #(nop) ADD file:6f6c919dc1fe5a56c2664a26a702d77203039cdd4c91e39da57063ea5d3f3094 in /
2023-06-14 20:49:04 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2023-06-15 03:17:45 UTC/bin/sh -c #(nop) ENV PHPIZE_DEPS=autoconf dpkg-dev dpkg file g++ gcc libc-dev make pkgconf re2c
2023-06-15 03:17:47 UTC/bin/sh -c apk add --no-cache ca-certificates curl tar xz openssl
2023-06-15 03:17:47 UTC/bin/sh -c set -eux; adduser -u 82 -D -S -G www-data www-data
2023-06-15 03:17:47 UTC/bin/sh -c #(nop) ENV PHP_INI_DIR=/usr/local/etc/php
2023-06-15 03:17:48 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-06-15 03:17:48 UTC/bin/sh -c #(nop) ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
2023-06-15 03:17:48 UTC/bin/sh -c #(nop) ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
2023-06-15 03:17:48 UTC/bin/sh -c #(nop) ENV PHP_LDFLAGS=-Wl,-O1 -pie
2023-06-15 03:17:48 UTC/bin/sh -c #(nop) ENV GPG_KEYS=1198C0117593497A5EC5C199286AF1F9897469DC C28D937575603EB4ABB725861C0779DC5C0A9DE4 AFD8691FDAEDF03BDF6E460563F15A9B715376CA
2023-06-26 22:57:18 UTC/bin/sh -c #(nop) ENV PHP_VERSION=8.3.0alpha2
2023-06-26 22:57:18 UTC/bin/sh -c #(nop) ENV PHP_URL=https://downloads.php.net/~eric/php-8.3.0alpha2.tar.xz PHP_ASC_URL=https://downloads.php.net/~eric/php-8.3.0alpha2.tar.xz.asc
2023-06-26 22:57:18 UTC/bin/sh -c #(nop) ENV PHP_SHA256=60b0b18220dcb018ac3a602875fd21f07c9a08887ee22d50ed0670fe1e0a4792
2023-06-26 22:57:24 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
2023-06-26 22:57:24 UTC/bin/sh -c #(nop) COPY file:ce57c04b70896f77cc11eb2766417d8a1240fcffe5bba92179ec78c458844110 in /usr/local/bin/
2023-06-26 23:01: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" ; 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-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
2023-06-26 23:01:14 UTC/bin/sh -c #(nop) COPY multi:6edd033b037aa2d7697fc3b9f82c2f162146c1920a0c6d25a165dc56783204db in /usr/local/bin/
2023-06-26 23:01:15 UTC/bin/sh -c docker-php-ext-enable sodium
2023-06-26 23:01:15 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-php-entrypoint"]
2023-06-26 23:01:15 UTC/bin/sh -c #(nop) CMD ["php" "-a"]
2023-06-26 22:15:49 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/~eric/php-8.3.0alpha2.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_SHA25660b0b18220dcb018ac3a602875fd21f07c9a08887ee22d50ed0670fe1e0a4792
PHP_URLhttps://downloads.php.net/~eric/php-8.3.0alpha2.tar.xz
PHP_VERSION8.3.0alpha2
[#000] sha256:8436307590cda5ccded8a952bb1d66684f8700d07029527293dd695eac6fabc9 - 9.53% (3.23 MB)
[#001] sha256:1c6bb03e2143381aabfd7cdeef4b333805d412bc6810eb93488896e87e703d7d - 5.56% (1.88 MB)
[#002] sha256:b5726f645ddc4327478b2571ebcc8d1ba8ebe13f0f42be5d680aade1a6c89919 - 0.0% (1.23 KB)
[#003] sha256:b87cc33314d1d7b0c01106a640d857911c907f2cd6a8c45cbcc9a60b3b5d2b53 - 0.0% (269 Bytes)
[#004] sha256:162d0bbc0862b0ef2896ab37e64d184dce40e4d06ce90ed391114d64fce5bd2c - 34.62% (11.7 MB)
[#005] sha256:a8c1c5b617e92e4dc7bf1e8e724ec819f469f4e740a1d989344bb26bfdf9e361 - 0.0% (497 Bytes)
[#006] sha256:bfb6714a3de8a5b4c1c2c2bacd39f2af222f6d2c2d896cb4869d465de908b8b8 - 50.23% (17 MB)
[#007] sha256:3a842b5e99f21361b54f6429d411dfbeb708ef15776d9627b20d2a2b44f01444 - 0.01% (2.39 KB)
[#008] sha256:99cef3330282fbf9e4a1d2e8816bb5768e5195bb9649342d500565844af75ef4 - 0.05% (18.3 KB)
/bin/sh -c #(nop) ADD file:1c25b0be52aae22767603d9404fb777e27c5dd1bcd627221aac7517ac1bce1e3 in /
2023-06-15 00:39:57 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2023-06-15 02:33:01 UTC/bin/sh -c #(nop) ENV PHPIZE_DEPS=autoconf dpkg-dev dpkg file g++ gcc libc-dev make pkgconf re2c
2023-06-15 02:33:04 UTC/bin/sh -c apk add --no-cache ca-certificates curl tar xz openssl
2023-06-15 02:33:05 UTC/bin/sh -c set -eux; adduser -u 82 -D -S -G www-data www-data
2023-06-15 02:33:05 UTC/bin/sh -c #(nop) ENV PHP_INI_DIR=/usr/local/etc/php
2023-06-15 02:33:06 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-06-15 02:33:06 UTC/bin/sh -c #(nop) ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
2023-06-15 02:33:07 UTC/bin/sh -c #(nop) ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
2023-06-15 02:33:07 UTC/bin/sh -c #(nop) ENV PHP_LDFLAGS=-Wl,-O1 -pie
2023-06-15 02:33:07 UTC/bin/sh -c #(nop) ENV GPG_KEYS=1198C0117593497A5EC5C199286AF1F9897469DC C28D937575603EB4ABB725861C0779DC5C0A9DE4 AFD8691FDAEDF03BDF6E460563F15A9B715376CA
2023-06-26 22:11:23 UTC/bin/sh -c #(nop) ENV PHP_VERSION=8.3.0alpha2
2023-06-26 22:11:24 UTC/bin/sh -c #(nop) ENV PHP_URL=https://downloads.php.net/~eric/php-8.3.0alpha2.tar.xz PHP_ASC_URL=https://downloads.php.net/~eric/php-8.3.0alpha2.tar.xz.asc
2023-06-26 22:11:24 UTC/bin/sh -c #(nop) ENV PHP_SHA256=60b0b18220dcb018ac3a602875fd21f07c9a08887ee22d50ed0670fe1e0a4792
2023-06-26 22:11: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
2023-06-26 22:11:43 UTC/bin/sh -c #(nop) COPY file:ce57c04b70896f77cc11eb2766417d8a1240fcffe5bba92179ec78c458844110 in /usr/local/bin/
2023-06-26 22:15:45 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" ; 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-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
2023-06-26 22:15:46 UTC/bin/sh -c #(nop) COPY multi:6edd033b037aa2d7697fc3b9f82c2f162146c1920a0c6d25a165dc56783204db in /usr/local/bin/
2023-06-26 22:15:48 UTC/bin/sh -c docker-php-ext-enable sodium
2023-06-26 22:15:48 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-php-entrypoint"]
2023-06-26 22:15:49 UTC/bin/sh -c #(nop) CMD ["php" "-a"]
2023-06-26 21:15:39 UTC
31.8 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/~eric/php-8.3.0alpha2.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_SHA25660b0b18220dcb018ac3a602875fd21f07c9a08887ee22d50ed0670fe1e0a4792
PHP_URLhttps://downloads.php.net/~eric/php-8.3.0alpha2.tar.xz
PHP_VERSION8.3.0alpha2
[#000] sha256:eb857838eb854a669f87c5df4d936d905fb3129287a93ef485da9454c11d83cd - 9.51% (3.03 MB)
[#001] sha256:09aa2e3c0406794617f28db8ab9ff9d579777f5c9dcdfbd4dc480e38c1f4aaab - 5.82% (1.85 MB)
[#002] sha256:103046003be3f6c0b328bcca5dfeb9032d88ae75e42bc01556cff10cdea14aae - 0.0% (1.23 KB)
[#003] sha256:15be32f72278fcd68d1a7761f55e7c8890b49fb100caa0eccec272c2fdd444b2 - 0.0% (269 Bytes)
[#004] sha256:577df50e529e93f5080da8bc09320dd401affd457f0934bfeff956c2a6bf2914 - 36.89% (11.7 MB)
[#005] sha256:3709e93d99133edfcebe1d26adc55c8b2b84ad333c307db0c5f6d152843637cc - 0.0% (499 Bytes)
[#006] sha256:f4061ad0a7f0238abad3b4df243ae304c83fce3f0322fb9c93f55f4f3b935492 - 47.71% (15.2 MB)
[#007] sha256:37ab3afd6bb224d356d88b0fab590cae6c17fa84e8fe9cec531266c3d47b60ac - 0.01% (2.39 KB)
[#008] sha256:102b2e3c906937b62b88e6c95afde65b523b652b39cd1975b361d06193417878 - 0.06% (18.4 KB)
/bin/sh -c #(nop) ADD file:8ad8a62cf274ba5a6568f68473359114136cb5c7704bfdfce6c38efef3081782 in /
2023-06-15 05:19:51 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2023-06-15 18:46:16 UTC/bin/sh -c #(nop) ENV PHPIZE_DEPS=autoconf dpkg-dev dpkg file g++ gcc libc-dev make pkgconf re2c
2023-06-15 18:46:18 UTC/bin/sh -c apk add --no-cache ca-certificates curl tar xz openssl
2023-06-15 18:46:20 UTC/bin/sh -c set -eux; adduser -u 82 -D -S -G www-data www-data
2023-06-15 18:46:20 UTC/bin/sh -c #(nop) ENV PHP_INI_DIR=/usr/local/etc/php
2023-06-15 18:46:21 UTC/bin/sh -c set -eux; mkdir -p "$PHP_INI_DIR/conf.d"; [ ! -d /var/www/html ]; mkdir -p /var/www/html; chown www-data:www-data /var/www/html; chmod 1777 /var/www/html
2023-06-15 18:46:21 UTC/bin/sh -c #(nop) ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
2023-06-15 18:46:21 UTC/bin/sh -c #(nop) ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
2023-06-15 18:46:22 UTC/bin/sh -c #(nop) ENV PHP_LDFLAGS=-Wl,-O1 -pie
2023-06-15 18:46:22 UTC/bin/sh -c #(nop) ENV GPG_KEYS=1198C0117593497A5EC5C199286AF1F9897469DC C28D937575603EB4ABB725861C0779DC5C0A9DE4 AFD8691FDAEDF03BDF6E460563F15A9B715376CA
2023-06-26 21:12:44 UTC/bin/sh -c #(nop) ENV PHP_VERSION=8.3.0alpha2
2023-06-26 21:12:44 UTC/bin/sh -c #(nop) ENV PHP_URL=https://downloads.php.net/~eric/php-8.3.0alpha2.tar.xz PHP_ASC_URL=https://downloads.php.net/~eric/php-8.3.0alpha2.tar.xz.asc
2023-06-26 21:12:44 UTC/bin/sh -c #(nop) ENV PHP_SHA256=60b0b18220dcb018ac3a602875fd21f07c9a08887ee22d50ed0670fe1e0a4792
2023-06-26 21:12: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
2023-06-26 21:12:48 UTC/bin/sh -c #(nop) COPY file:ce57c04b70896f77cc11eb2766417d8a1240fcffe5bba92179ec78c458844110 in /usr/local/bin/
2023-06-26 21:15:37 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" ; 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-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
2023-06-26 21:15:38 UTC/bin/sh -c #(nop) COPY multi:6edd033b037aa2d7697fc3b9f82c2f162146c1920a0c6d25a165dc56783204db in /usr/local/bin/
2023-06-26 21:15:38 UTC/bin/sh -c docker-php-ext-enable sodium
2023-06-26 21:15:39 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-php-entrypoint"]
2023-06-26 21:15:39 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.