2024-01-06 02:00:21 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:4966a8bd129b0a6adf93dc295a8fbe8f665d3194a684a5ce199c1c3596dbf3d9 - 9.07% (3.09 MB)
[#001] sha256:d7a0db04108a3491da6930962cfddd8b7616fe0b734f222e1ae96b23bf4727c8 - 7.63% (2.6 MB)
[#002] sha256:e09ad542fe3d1d3c763ba1901995b27dad8eb44b5135977d67a171e85514bcb8 - 0.0% (1.23 KB)
[#003] sha256:9b16ecefd5db50b00edcce1cec58169026bac36c6e8cf30723f81c7c0fc7b1b3 - 0.0% (270 Bytes)
[#004] sha256:abba2ca7b5c47f6a25ea28de612d69170ac764e9b364aa51dcb8c8de22fe3e99 - 34.86% (11.9 MB)
[#005] sha256:9b8517f460a32937aae75b7dd0c9a1b1e856404aac9ec34e0b0b2b086425c459 - 0.0% (498 Bytes)
[#006] sha256:2c112e769d68b26d7710d9d41598bea663deb4948b24ae66da4523a1991a75d5 - 48.38% (16.5 MB)
[#007] sha256:30199b6e40fd6e8768fcceb3c73fd5413f0baf1947e3a1409c7e5c8ab628b2f3 - 0.01% (2.39 KB)
[#008] sha256:68744d5a181a5d07ee71ec2492c9cf75a5f013b12e8e65f4a440de9c48d7c31b - 0.05% (18.5 KB)
/bin/sh -c #(nop) ADD file:92902088cd15ed8f5dca2f7fc6570fb4e4824fac8b09e091c88e96bbd0ca814b in /
2023-12-01 02:03:44 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2023-12-01 02:05:19 UTC/bin/sh -c #(nop) ENV PHPIZE_DEPS=autoconf dpkg-dev dpkg file g++ gcc libc-dev make pkgconf re2c
2023-12-12 20:20:43 UTC/bin/sh -c apk add --no-cache ca-certificates curl openssl tar xz
2023-12-12 20:20:43 UTC/bin/sh -c set -eux; adduser -u 82 -D -S -G www-data www-data
2023-12-12 20:20:44 UTC/bin/sh -c #(nop) ENV PHP_INI_DIR=/usr/local/etc/php
2023-12-12 20:20:44 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:20:44 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:20:44 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:20:45 UTC/bin/sh -c #(nop) ENV PHP_LDFLAGS=-Wl,-O1 -pie
2023-12-12 20:20:45 UTC/bin/sh -c #(nop) ENV GPG_KEYS=1198C0117593497A5EC5C199286AF1F9897469DC C28D937575603EB4ABB725861C0779DC5C0A9DE4 AFD8691FDAEDF03BDF6E460563F15A9B715376CA
2024-01-06 01:53:38 UTC/bin/sh -c #(nop) ENV PHP_VERSION=8.3.2RC1
2024-01-06 01:53:38 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:53:39 UTC/bin/sh -c #(nop) ENV PHP_SHA256=548298d84b709736a2cbfcde9b10ba401be70fe32ea1f9de417706387a7d2fc3
2024-01-06 01:53:44 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:53:44 UTC/bin/sh -c #(nop) COPY file:ce57c04b70896f77cc11eb2766417d8a1240fcffe5bba92179ec78c458844110 in /usr/local/bin/
2024-01-06 02:00: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 02:00:20 UTC/bin/sh -c #(nop) COPY multi:6edd033b037aa2d7697fc3b9f82c2f162146c1920a0c6d25a165dc56783204db in /usr/local/bin/
2024-01-06 02:00:21 UTC/bin/sh -c docker-php-ext-enable sodium
2024-01-06 02:00:21 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-php-entrypoint"]
2024-01-06 02:00:21 UTC/bin/sh -c #(nop) CMD ["php" "-a"]
2024-01-06 02:06:08 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:c926b61bad3b94ae7351bafd0c184c159ebf0643b085f7ef1d47ecdc7316833c - 9.56% (3.24 MB)
[#001] sha256:bcd7d9d0a8568ad67e56f7560786ec06ada3d1624401e0c09a19bac68d6852bf - 7.54% (2.56 MB)
[#002] sha256:2ba0fbf849ad16a6e44bd1d2f64aad25339ce479d893afe5a2e6ab1d5f32a8b8 - 0.0% (1.24 KB)
[#003] sha256:a37536836bf3207c08cde055f9b82489c03cdba8bf0195bcc3776a34fa0c4fc3 - 0.0% (268 Bytes)
[#004] sha256:954d5496598200d3d4248633a55347696fde746a958196da68c6b3b17abb9dd1 - 35.0% (11.9 MB)
[#005] sha256:5a2526f49695920cdffc59d3cb9ba87c5e18f7433ffebd719c5b09d9c3cbba1b - 0.0% (498 Bytes)
[#006] sha256:89f2143632c85d1bf6b3f5a016f15c1b3119bb8db388f8f098ef38174af8ce5e - 47.83% (16.2 MB)
[#007] sha256:56af45b707d40a4fe9e4ce89ec32326dc4d6e0e4dce7204f20a15f94193bc680 - 0.01% (2.39 KB)
[#008] sha256:055d88e3aff0e878061a72f514cfa23619448a5c3370ab088cfef33553247680 - 0.05% (18.5 KB)
/bin/sh -c #(nop) ADD file:fc714080c3bcbbce7ac746a10d7b4355ffa36293a8d435d62cd5359ea8eb8364 in /
2023-11-30 23:22:52 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2023-11-30 23:32: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:52:20 UTC/bin/sh -c apk add --no-cache ca-certificates curl openssl tar xz
2023-12-12 20:52:21 UTC/bin/sh -c set -eux; adduser -u 82 -D -S -G www-data www-data
2023-12-12 20:52:21 UTC/bin/sh -c #(nop) ENV PHP_INI_DIR=/usr/local/etc/php
2023-12-12 20:52: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 1777 /var/www/html
2023-12-12 20:52:22 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:52: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:52:22 UTC/bin/sh -c #(nop) ENV PHP_LDFLAGS=-Wl,-O1 -pie
2023-12-12 20:52:22 UTC/bin/sh -c #(nop) ENV GPG_KEYS=1198C0117593497A5EC5C199286AF1F9897469DC C28D937575603EB4ABB725861C0779DC5C0A9DE4 AFD8691FDAEDF03BDF6E460563F15A9B715376CA
2024-01-06 02:02:22 UTC/bin/sh -c #(nop) ENV PHP_VERSION=8.3.2RC1
2024-01-06 02:02:23 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:02:23 UTC/bin/sh -c #(nop) ENV PHP_SHA256=548298d84b709736a2cbfcde9b10ba401be70fe32ea1f9de417706387a7d2fc3
2024-01-06 02:02:27 UTC/bin/sh -c set -eux; apk add --no-cache --virtual .fetch-deps gnupg; mkdir -p /usr/src; cd /usr/src; curl -fsSL -o php.tar.xz "$PHP_URL"; if [ -n "$PHP_SHA256" ]; then echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c -; fi; if [ -n "$PHP_ASC_URL" ]; then curl -fsSL -o php.tar.xz.asc "$PHP_ASC_URL"; export GNUPGHOME="$(mktemp -d)"; for key in $GPG_KEYS; do gpg --batch --keyserver 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:02:28 UTC/bin/sh -c #(nop) COPY file:ce57c04b70896f77cc11eb2766417d8a1240fcffe5bba92179ec78c458844110 in /usr/local/bin/
2024-01-06 02:06: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:06:07 UTC/bin/sh -c #(nop) COPY multi:6edd033b037aa2d7697fc3b9f82c2f162146c1920a0c6d25a165dc56783204db in /usr/local/bin/
2024-01-06 02:06:08 UTC/bin/sh -c docker-php-ext-enable sodium
2024-01-06 02:06:08 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-php-entrypoint"]
2024-01-06 02:06:08 UTC/bin/sh -c #(nop) CMD ["php" "-a"]
2024-01-06 05:13:42 UTC
32.3 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:85ae953f9e6740471d4e1440b27721679dc7a511e112eb73df467a4cde26e421 - 9.28% (3 MB)
[#001] sha256:dbc4620463cb47a0b53bc40938dace7cd0a6449205a123affe87a8905f53fc67 - 7.93% (2.56 MB)
[#002] sha256:9bf314afc65237389babea371465ce0680635f0af4c692c1e00e9b9324a94167 - 0.0% (1.24 KB)
[#003] sha256:041da360c70d55e74ed9edc257854df4b289baf6d0097eb72943da34de87054a - 0.0% (269 Bytes)
[#004] sha256:dc5cf400eb90af0eac90e80ff824526151457cd52e2e8ff6fec141b844c9837e - 36.72% (11.9 MB)
[#005] sha256:8ee3ec3aa8c45007528453cb9b65448c64323906a91bb64b94e684b69c04e389 - 0.0% (498 Bytes)
[#006] sha256:e4d2e48023adfeaa753de048588993a7dd8a5f11939a41976e53e422c0177783 - 46.01% (14.9 MB)
[#007] sha256:d18fdc39382e2cf09c90cc0f7eb0eb444ccb019a05d41175e6714618ef5266fb - 0.01% (2.39 KB)
[#008] sha256:cb15bd20ee2b5dbc78018427eff180261ab4839365fecc93cbbc33d37aa2db79 - 0.06% (18.3 KB)
/bin/sh -c #(nop) ADD file:dbf65487d049081dc2d39b3d99d2c64b6c89754e7e2996a46169d3512e59f32a in /
2023-11-30 22:49:18 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2023-11-30 23:15:33 UTC/bin/sh -c #(nop) ENV PHPIZE_DEPS=autoconf dpkg-dev dpkg file g++ gcc libc-dev make pkgconf re2c
2023-12-12 20:14:29 UTC/bin/sh -c apk add --no-cache ca-certificates curl openssl tar xz
2023-12-12 20:14:30 UTC/bin/sh -c set -eux; adduser -u 82 -D -S -G www-data www-data
2023-12-12 20:14:30 UTC/bin/sh -c #(nop) ENV PHP_INI_DIR=/usr/local/etc/php
2023-12-12 20:14:30 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:14:30 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:14:31 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:14:31 UTC/bin/sh -c #(nop) ENV PHP_LDFLAGS=-Wl,-O1 -pie
2023-12-12 20:14:31 UTC/bin/sh -c #(nop) ENV GPG_KEYS=1198C0117593497A5EC5C199286AF1F9897469DC C28D937575603EB4ABB725861C0779DC5C0A9DE4 AFD8691FDAEDF03BDF6E460563F15A9B715376CA
2024-01-06 05:11:01 UTC/bin/sh -c #(nop) ENV PHP_VERSION=8.3.2RC1
2024-01-06 05:11:01 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:11:01 UTC/bin/sh -c #(nop) ENV PHP_SHA256=548298d84b709736a2cbfcde9b10ba401be70fe32ea1f9de417706387a7d2fc3
2024-01-06 05:11:07 UTC/bin/sh -c set -eux; apk add --no-cache --virtual .fetch-deps gnupg; mkdir -p /usr/src; cd /usr/src; curl -fsSL -o php.tar.xz "$PHP_URL"; if [ -n "$PHP_SHA256" ]; then echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c -; fi; if [ -n "$PHP_ASC_URL" ]; then curl -fsSL -o php.tar.xz.asc "$PHP_ASC_URL"; export GNUPGHOME="$(mktemp -d)"; for key in $GPG_KEYS; do gpg --batch --keyserver 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:11:07 UTC/bin/sh -c #(nop) COPY file:ce57c04b70896f77cc11eb2766417d8a1240fcffe5bba92179ec78c458844110 in /usr/local/bin/
2024-01-06 05:13:40 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:13:41 UTC/bin/sh -c #(nop) COPY multi:6edd033b037aa2d7697fc3b9f82c2f162146c1920a0c6d25a165dc56783204db in /usr/local/bin/
2024-01-06 05:13:42 UTC/bin/sh -c docker-php-ext-enable sodium
2024-01-06 05:13:42 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-php-entrypoint"]
2024-01-06 05:13:42 UTC/bin/sh -c #(nop) CMD ["php" "-a"]
2024-01-06 02:29:36 UTC
31 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:2387a44129d2147bd4e806bf369f3db92eb3ad3b6b8825c739db364b8baa4e26 - 8.93% (2.77 MB)
[#001] sha256:2952d7a17ff3c6e07d09737b9b4aa1666b8a80ce6376de09203883260011487b - 7.78% (2.41 MB)
[#002] sha256:860b046a1e57ad92d9b8a7b74d56a87953677b5cc11c995d1c7a2f8cf59b70ee - 0.0% (1.23 KB)
[#003] sha256:d88aeb612e7437063efb5da34b46a1f5b3e345e92aab4681d6a3590d9d35f547 - 0.0% (269 Bytes)
[#004] sha256:ea0993699b517f3f5bf16b201bf7f2e4c2ec3b966380302af19224065c2b55e5 - 38.32% (11.9 MB)
[#005] sha256:1ab08a08d72984d0807cfa9a8285e9248fca8efd79581618b0a315e6e4aa8303 - 0.0% (498 Bytes)
[#006] sha256:4ee9e20199ae5772633e94f92cf9c00300969a25f35fa704fa2cd6dd08b7b23e - 44.9% (13.9 MB)
[#007] sha256:426d29cebf37bcd7dcbecd43ce5e652abace301dc84b8dd4aaa1ff8e83600ce5 - 0.01% (2.39 KB)
[#008] sha256:bb42fea2b877d8ba9ccc0e7d6315463a9062033b35975929ff4b7ea949da76f7 - 0.06% (18.3 KB)
/bin/sh -c #(nop) ADD file:dcb85d43d1fb96861612c42288878b13debfa9d0b956adea1f2472d0c50f0144 in /
2023-11-30 22:49:29 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2023-11-30 22:58:53 UTC/bin/sh -c #(nop) ENV PHPIZE_DEPS=autoconf dpkg-dev dpkg file g++ gcc libc-dev make pkgconf re2c
2023-12-12 20:30:58 UTC/bin/sh -c apk add --no-cache ca-certificates curl openssl tar xz
2023-12-12 20:30:59 UTC/bin/sh -c set -eux; adduser -u 82 -D -S -G www-data www-data
2023-12-12 20:30:59 UTC/bin/sh -c #(nop) ENV PHP_INI_DIR=/usr/local/etc/php
2023-12-12 20:31:00 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:00 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:00 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:00 UTC/bin/sh -c #(nop) ENV PHP_LDFLAGS=-Wl,-O1 -pie
2023-12-12 20:31:01 UTC/bin/sh -c #(nop) ENV GPG_KEYS=1198C0117593497A5EC5C199286AF1F9897469DC C28D937575603EB4ABB725861C0779DC5C0A9DE4 AFD8691FDAEDF03BDF6E460563F15A9B715376CA
2024-01-06 02:21:58 UTC/bin/sh -c #(nop) ENV PHP_VERSION=8.3.2RC1
2024-01-06 02:21:58 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:21:58 UTC/bin/sh -c #(nop) ENV PHP_SHA256=548298d84b709736a2cbfcde9b10ba401be70fe32ea1f9de417706387a7d2fc3
2024-01-06 02:22:08 UTC/bin/sh -c set -eux; apk add --no-cache --virtual .fetch-deps gnupg; mkdir -p /usr/src; cd /usr/src; curl -fsSL -o php.tar.xz "$PHP_URL"; if [ -n "$PHP_SHA256" ]; then echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c -; fi; if [ -n "$PHP_ASC_URL" ]; then curl -fsSL -o php.tar.xz.asc "$PHP_ASC_URL"; export GNUPGHOME="$(mktemp -d)"; for key in $GPG_KEYS; do gpg --batch --keyserver 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:22:08 UTC/bin/sh -c #(nop) COPY file:ce57c04b70896f77cc11eb2766417d8a1240fcffe5bba92179ec78c458844110 in /usr/local/bin/
2024-01-06 02:29:32 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:29:33 UTC/bin/sh -c #(nop) COPY multi:6edd033b037aa2d7697fc3b9f82c2f162146c1920a0c6d25a165dc56783204db in /usr/local/bin/
2024-01-06 02:29:35 UTC/bin/sh -c docker-php-ext-enable sodium
2024-01-06 02:29:36 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-php-entrypoint"]
2024-01-06 02:29:36 UTC/bin/sh -c #(nop) CMD ["php" "-a"]
2024-01-06 02:43:30 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:2c03dbb20264f09924f9eab176da44e5421e74a78b09531d3c63448a7baa7c59 - 9.38% (3.18 MB)
[#001] sha256:1e9493d390846313743a61bb9fd10069c0615ed8474da609a9a62ef2ae3a07d6 - 7.66% (2.6 MB)
[#002] sha256:24a094d8333de010a9ce81148984a52cc40090c05dbbf5caf82c5be8a98d8d7f - 0.0% (1.23 KB)
[#003] sha256:cef6120775a4798753155fc2c5b38706e5d6351f725e1a504527d9ff5db74921 - 0.0% (268 Bytes)
[#004] sha256:1ba8f80deaa1c413082252a651388806b182522e6c55971d0a2887f04944a4b9 - 35.05% (11.9 MB)
[#005] sha256:1c10fdbc8b9b91645eb073ffa441c766c0db509e2037af41c5578120d0140300 - 0.0% (495 Bytes)
[#006] sha256:011cc36b8e5cd21f6ef65878f54b56af6a16280891c00a5d8c63e7ca1cda9f4c - 47.85% (16.2 MB)
[#007] sha256:b9c2409155ef5d569b42010de117b27c71003775b5c8323590aeabde3875c6ad - 0.01% (2.39 KB)
[#008] sha256:9fdf595c0f8dec12f7ab4cdc95d4b35e9e615cffc39c9b8df6ed74d63780b151 - 0.05% (18.3 KB)
/bin/sh -c #(nop) ADD file:d8a30995bbcd627f084912c728fda5483b6ba486de25af588a0956069d0bd7ad in /
2023-11-30 23:11:03 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2023-11-30 23:28:59 UTC/bin/sh -c #(nop) ENV PHPIZE_DEPS=autoconf dpkg-dev dpkg file g++ gcc libc-dev make pkgconf re2c
2023-12-12 20:23:17 UTC/bin/sh -c apk add --no-cache ca-certificates curl openssl tar xz
2023-12-12 20:23:17 UTC/bin/sh -c set -eux; adduser -u 82 -D -S -G www-data www-data
2023-12-12 20:23:18 UTC/bin/sh -c #(nop) ENV PHP_INI_DIR=/usr/local/etc/php
2023-12-12 20:23:18 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:23:18 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:23:18 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:23:18 UTC/bin/sh -c #(nop) ENV PHP_LDFLAGS=-Wl,-O1 -pie
2023-12-12 20:23:18 UTC/bin/sh -c #(nop) ENV GPG_KEYS=1198C0117593497A5EC5C199286AF1F9897469DC C28D937575603EB4ABB725861C0779DC5C0A9DE4 AFD8691FDAEDF03BDF6E460563F15A9B715376CA
2024-01-06 02:39:44 UTC/bin/sh -c #(nop) ENV PHP_VERSION=8.3.2RC1
2024-01-06 02:39:44 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:39:44 UTC/bin/sh -c #(nop) ENV PHP_SHA256=548298d84b709736a2cbfcde9b10ba401be70fe32ea1f9de417706387a7d2fc3
2024-01-06 02:39: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
2024-01-06 02:39:49 UTC/bin/sh -c #(nop) COPY file:ce57c04b70896f77cc11eb2766417d8a1240fcffe5bba92179ec78c458844110 in /usr/local/bin/
2024-01-06 02:43:29 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:43:29 UTC/bin/sh -c #(nop) COPY multi:6edd033b037aa2d7697fc3b9f82c2f162146c1920a0c6d25a165dc56783204db in /usr/local/bin/
2024-01-06 02:43:30 UTC/bin/sh -c docker-php-ext-enable sodium
2024-01-06 02:43:30 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-php-entrypoint"]
2024-01-06 02:43:30 UTC/bin/sh -c #(nop) CMD ["php" "-a"]
2024-01-06 01:11:35 UTC
34.7 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:4e13780adf2776477b14ef9c0f4f563f820a2fde166d472218037b979e84d31a - 9.2% (3.19 MB)
[#001] sha256:02ae471a7c4df6c524f1c2aea3fd05694ae08d09a91e2cfe13bfe016f043f841 - 7.6% (2.64 MB)
[#002] sha256:a6e0edd009540eef1f3db13dcabb2a9555108334728d35cc262b72d194614c05 - 0.0% (1.23 KB)
[#003] sha256:17e3ae20a075c13074416585923c54fe9bd73fb76e5e7d29cf90c9601679edb3 - 0.0% (268 Bytes)
[#004] sha256:5ffc7db95b0210880cb3bc37e57f2a2931a7d52358ff307e4d0abb8cfbbfed4c - 34.21% (11.9 MB)
[#005] sha256:a82a9c68ee8cf6c8304f28c6b37f5eb01077b5e4a2534b405481269837393af3 - 0.0% (497 Bytes)
[#006] sha256:25159ffff3e2b1ca449dfdefa40059dc06a64c851dc8807901e26f70e1551467 - 48.93% (17 MB)
[#007] sha256:a2f712d19805b1cff3c01a8d16ded1ff9652473d6ddb24c4991761edd53f5f65 - 0.01% (2.39 KB)
[#008] sha256:43698ef34c3318a866d88b8521e1cb0d32e249aa7eae39768585316dc4e42237 - 0.05% (18.3 KB)
/bin/sh -c #(nop) ADD file:3450a1687b552498a987f87cb844b7f597c7181d7c3d31943d7b3036d5300d5e in /
2023-11-30 23:19:05 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2023-11-30 23:37:30 UTC/bin/sh -c #(nop) ENV PHPIZE_DEPS=autoconf dpkg-dev dpkg file g++ gcc libc-dev make pkgconf re2c
2023-12-12 20:40:16 UTC/bin/sh -c apk add --no-cache ca-certificates curl openssl tar xz
2023-12-12 20:40:18 UTC/bin/sh -c set -eux; adduser -u 82 -D -S -G www-data www-data
2023-12-12 20:40:19 UTC/bin/sh -c #(nop) ENV PHP_INI_DIR=/usr/local/etc/php
2023-12-12 20:40: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:40: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:40:21 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:40:21 UTC/bin/sh -c #(nop) ENV PHP_LDFLAGS=-Wl,-O1 -pie
2023-12-12 20:40:22 UTC/bin/sh -c #(nop) ENV GPG_KEYS=1198C0117593497A5EC5C199286AF1F9897469DC C28D937575603EB4ABB725861C0779DC5C0A9DE4 AFD8691FDAEDF03BDF6E460563F15A9B715376CA
2024-01-06 01:08:30 UTC/bin/sh -c #(nop) ENV PHP_VERSION=8.3.2RC1
2024-01-06 01:08:31 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:31 UTC/bin/sh -c #(nop) ENV PHP_SHA256=548298d84b709736a2cbfcde9b10ba401be70fe32ea1f9de417706387a7d2fc3
2024-01-06 01:08:46 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:46 UTC/bin/sh -c #(nop) COPY file:ce57c04b70896f77cc11eb2766417d8a1240fcffe5bba92179ec78c458844110 in /usr/local/bin/
2024-01-06 01:11:31 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:32 UTC/bin/sh -c #(nop) COPY multi:6edd033b037aa2d7697fc3b9f82c2f162146c1920a0c6d25a165dc56783204db in /usr/local/bin/
2024-01-06 01:11:34 UTC/bin/sh -c docker-php-ext-enable sodium
2024-01-06 01:11:34 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-php-entrypoint"]
2024-01-06 01:11:35 UTC/bin/sh -c #(nop) CMD ["php" "-a"]
2024-01-06 01:20:44 UTC
32.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/~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:2ea477e1c0c3db3337ee1d7c659f8c465021a65c036998ed3fa3b667d4b30153 - 9.36% (3.07 MB)
[#001] sha256:1d9d8a04e5ffd20d63f8efed3950a23dcb2ee8c86112d44078098827cc0a057c - 8.12% (2.66 MB)
[#002] sha256:9bc1eecd649c3114a4174ae109f3249b22dd301b21fff70ecf137592a983070c - 0.0% (1.23 KB)
[#003] sha256:6d4c869f81ed8d85aa688c56443814d8b1a0a9691bf3d2e9ce43691b73186c28 - 0.0% (266 Bytes)
[#004] sha256:1c130d21d4e11c59bec58152c62a00d5a7063530758de80faccabd4ce0745b8a - 36.21% (11.9 MB)
[#005] sha256:f2686625aa17f73de5d8a32267aa3c2223d942fb9084340cbdba1bf78521ab18 - 0.0% (500 Bytes)
[#006] sha256:df6af9cce1323a778347aad026dfeec46b99e9e30323202af6d3374968d7fa86 - 46.24% (15.2 MB)
[#007] sha256:a246baed58f8bd9b320df79c0209ab1a90990635d37886dfff2e7cd8488da905 - 0.01% (2.39 KB)
[#008] sha256:cd4609b2da7e0e3cd320e30190e304e33c9e758bfa61e8dba5bbfeae113ab924 - 0.05% (18.3 KB)
/bin/sh -c #(nop) ADD file:50d6643abf7df167a927decd69d193b980557ff73cca48dce86d57e2ff25ad45 in /
2023-11-30 22:42:09 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2023-11-30 22:45:06 UTC/bin/sh -c #(nop) ENV PHPIZE_DEPS=autoconf dpkg-dev dpkg file g++ gcc libc-dev make pkgconf re2c
2023-12-12 20:07:43 UTC/bin/sh -c apk add --no-cache ca-certificates curl openssl tar xz
2023-12-12 20:07:43 UTC/bin/sh -c set -eux; adduser -u 82 -D -S -G www-data www-data
2023-12-12 20:07:43 UTC/bin/sh -c #(nop) ENV PHP_INI_DIR=/usr/local/etc/php
2023-12-12 20:07:44 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:07:44 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:07:44 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:07:44 UTC/bin/sh -c #(nop) ENV PHP_LDFLAGS=-Wl,-O1 -pie
2023-12-12 20:07:44 UTC/bin/sh -c #(nop) ENV GPG_KEYS=1198C0117593497A5EC5C199286AF1F9897469DC C28D937575603EB4ABB725861C0779DC5C0A9DE4 AFD8691FDAEDF03BDF6E460563F15A9B715376CA
2024-01-06 01:17:47 UTC/bin/sh -c #(nop) ENV PHP_VERSION=8.3.2RC1
2024-01-06 01:17:47 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:17:47 UTC/bin/sh -c #(nop) ENV PHP_SHA256=548298d84b709736a2cbfcde9b10ba401be70fe32ea1f9de417706387a7d2fc3
2024-01-06 01:17:52 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:17:53 UTC/bin/sh -c #(nop) COPY file:ce57c04b70896f77cc11eb2766417d8a1240fcffe5bba92179ec78c458844110 in /usr/local/bin/
2024-01-06 01:20:41 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:20:43 UTC/bin/sh -c #(nop) COPY multi:6edd033b037aa2d7697fc3b9f82c2f162146c1920a0c6d25a165dc56783204db in /usr/local/bin/
2024-01-06 01:20:44 UTC/bin/sh -c docker-php-ext-enable sodium
2024-01-06 01:20:44 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-php-entrypoint"]
2024-01-06 01:20:44 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.