2023-08-08 23:51:34 UTC
29.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.0beta2.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_SHA256343d4e96648cb41c5313fd2a7e0cb70b3fe0174f1e233c9d5365bf78a839f304
PHP_URLhttps://downloads.php.net/~jakub/php-8.3.0beta2.tar.xz
PHP_VERSION8.3.0beta2
[#000] sha256:ddc7d64c528fabaad61cc880e91abba829973f743d753415145211971f9ee10d - 10.97% (3.26 MB)
[#001] sha256:02eabb7e56821471af526d4bf90d6f12a963e25c14699f506b9d0df77d3b9b07 - 6.47% (1.92 MB)
[#002] sha256:b8d9b5233e9bd34988ce65c686bd5c4dccb957a4f4374c6b3d875b69c62618c2 - 0.0% (1.23 KB)
[#003] sha256:ec45cbb48e240567a01027034d0105d2cf21191c96a25b6448299d1e2e7db0dc - 0.0% (268 Bytes)
[#004] sha256:317e349583f3c0b7e4244beeb1ab4bc6d615f207e83dcc91ecfe11cd22db7741 - 39.79% (11.8 MB)
[#005] sha256:eef53dda619c3b46120a650a56dc9b505131d11fd6d1819fa0cb4857240cee52 - 0.0% (491 Bytes)
[#006] sha256:1940f8b4300986e920fc17d665d6c2e89e85be165a4305a6d3ef611caaa02172 - 42.69% (12.7 MB)
[#007] sha256:2a27ec686f99514ebbc67dc71471d07f352b2a25e310d2291beec5a12eade280 - 0.01% (2.39 KB)
[#008] sha256:df7912c11e4f839073cdf74a29e62744af80642319ed82a4fb076b4d2fb0f53f - 0.06% (18.5 KB)
/bin/sh -c #(nop) ADD file:437e2411fa3e4795a759f54507f41caa000169f0c32600ec49b4397313cd0884 in /
2023-08-07 19:38:30 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2023-08-08 23:32:17 UTC/bin/sh -c #(nop) ENV PHPIZE_DEPS=autoconf dpkg-dev dpkg file g++ gcc libc-dev make pkgconf re2c
2023-08-08 23:32:19 UTC/bin/sh -c apk add --no-cache ca-certificates curl tar xz openssl
2023-08-08 23:32:19 UTC/bin/sh -c set -eux; adduser -u 82 -D -S -G www-data www-data
2023-08-08 23:32:19 UTC/bin/sh -c #(nop) ENV PHP_INI_DIR=/usr/local/etc/php
2023-08-08 23:32: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-08-08 23:32:20 UTC/bin/sh -c #(nop) ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
2023-08-08 23:32:20 UTC/bin/sh -c #(nop) ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
2023-08-08 23:32:20 UTC/bin/sh -c #(nop) ENV PHP_LDFLAGS=-Wl,-O1 -pie
2023-08-08 23:32:20 UTC/bin/sh -c #(nop) ENV GPG_KEYS=1198C0117593497A5EC5C199286AF1F9897469DC C28D937575603EB4ABB725861C0779DC5C0A9DE4 AFD8691FDAEDF03BDF6E460563F15A9B715376CA
2023-08-08 23:32:20 UTC/bin/sh -c #(nop) ENV PHP_VERSION=8.3.0beta2
2023-08-08 23:32:20 UTC/bin/sh -c #(nop) ENV PHP_URL=https://downloads.php.net/~jakub/php-8.3.0beta2.tar.xz PHP_ASC_URL=https://downloads.php.net/~jakub/php-8.3.0beta2.tar.xz.asc
2023-08-08 23:32:21 UTC/bin/sh -c #(nop) ENV PHP_SHA256=343d4e96648cb41c5313fd2a7e0cb70b3fe0174f1e233c9d5365bf78a839f304
2023-08-08 23:32:26 UTC/bin/sh -c set -eux; apk add --no-cache --virtual .fetch-deps gnupg; mkdir -p /usr/src; cd /usr/src; curl -fsSL -o php.tar.xz "$PHP_URL"; if [ -n "$PHP_SHA256" ]; then echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c -; fi; if [ -n "$PHP_ASC_URL" ]; then curl -fsSL -o php.tar.xz.asc "$PHP_ASC_URL"; export GNUPGHOME="$(mktemp -d)"; for key in $GPG_KEYS; do gpg --batch --keyserver 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-08-08 23:32:26 UTC/bin/sh -c #(nop) COPY file:ce57c04b70896f77cc11eb2766417d8a1240fcffe5bba92179ec78c458844110 in /usr/local/bin/
2023-08-08 23:51: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" ; 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 --disable-phpdbg --with-pear $(test "$gnuArch" = 's390x-linux-musl' && echo '--without-pcre-jit') --disable-cgi --enable-embed --enable-zts --disable-zend-signals ; 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-08-08 23:51:33 UTC/bin/sh -c #(nop) COPY multi:6edd033b037aa2d7697fc3b9f82c2f162146c1920a0c6d25a165dc56783204db in /usr/local/bin/
2023-08-08 23:51:34 UTC/bin/sh -c docker-php-ext-enable sodium
2023-08-08 23:51:34 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-php-entrypoint"]
2023-08-08 23:51:34 UTC/bin/sh -c #(nop) CMD ["php" "-a"]
2023-08-09 05:10:59 UTC
29.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.0beta2.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_SHA256343d4e96648cb41c5313fd2a7e0cb70b3fe0174f1e233c9d5365bf78a839f304
PHP_URLhttps://downloads.php.net/~jakub/php-8.3.0beta2.tar.xz
PHP_VERSION8.3.0beta2
[#000] sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 - 11.01% (3.22 MB)
[#001] sha256:d35d73d8a432227f5347f0b50ab4abfa5fbb04413370e36eee386841829655bf - 6.17% (1.81 MB)
[#002] sha256:7a251dfb292c22a24c55dd5b924de2a148f72e5a98cd4b8e8cdba940ba0e3b45 - 0.0% (1.23 KB)
[#003] sha256:d959040f204ac17e6c5337ab8b1b0ef9f58c2621bb783598e4fc6cf6aa7e8c54 - 0.0% (269 Bytes)
[#004] sha256:3b65e7afaa11ac71606e1bca4c1cbeaf592ba86b281df10a73fc56faff2133b2 - 40.33% (11.8 MB)
[#005] sha256:5caf346b49d8970c0d530b4582367e7083068fcacce031321a5b2d581df3a9bd - 0.0% (490 Bytes)
[#006] sha256:b990b3ebaf86bdfd023db458fff21f0e6508655a1d117cab7991c9c63fc73ba4 - 42.42% (12.4 MB)
[#007] sha256:5a952606e71c8524c3505156a91971305ddaa69bffd91b80362617dbf4300a84 - 0.01% (2.39 KB)
[#008] sha256:ebce062d5a94ce423760e5aef6d32bce4c0b7935c4c62ec7c3541be130e9d4da - 0.06% (18.5 KB)
/bin/sh -c #(nop) ADD file:6dd87346b8be240b21b4f4d9296253bf0d28b6579aa52d2118872e3936963b6b in /
2023-08-07 19:20:26 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2023-08-09 04:59:54 UTC/bin/sh -c #(nop) ENV PHPIZE_DEPS=autoconf dpkg-dev dpkg file g++ gcc libc-dev make pkgconf re2c
2023-08-09 04:59:55 UTC/bin/sh -c apk add --no-cache ca-certificates curl tar xz openssl
2023-08-09 04:59:56 UTC/bin/sh -c set -eux; adduser -u 82 -D -S -G www-data www-data
2023-08-09 04:59:56 UTC/bin/sh -c #(nop) ENV PHP_INI_DIR=/usr/local/etc/php
2023-08-09 04:59:57 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-08-09 04:59:57 UTC/bin/sh -c #(nop) ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
2023-08-09 04:59:57 UTC/bin/sh -c #(nop) ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
2023-08-09 04:59:57 UTC/bin/sh -c #(nop) ENV PHP_LDFLAGS=-Wl,-O1 -pie
2023-08-09 04:59:57 UTC/bin/sh -c #(nop) ENV GPG_KEYS=1198C0117593497A5EC5C199286AF1F9897469DC C28D937575603EB4ABB725861C0779DC5C0A9DE4 AFD8691FDAEDF03BDF6E460563F15A9B715376CA
2023-08-09 04:59:57 UTC/bin/sh -c #(nop) ENV PHP_VERSION=8.3.0beta2
2023-08-09 04:59:57 UTC/bin/sh -c #(nop) ENV PHP_URL=https://downloads.php.net/~jakub/php-8.3.0beta2.tar.xz PHP_ASC_URL=https://downloads.php.net/~jakub/php-8.3.0beta2.tar.xz.asc
2023-08-09 04:59:57 UTC/bin/sh -c #(nop) ENV PHP_SHA256=343d4e96648cb41c5313fd2a7e0cb70b3fe0174f1e233c9d5365bf78a839f304
2023-08-09 05:00:02 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-08-09 05:00:02 UTC/bin/sh -c #(nop) COPY file:ce57c04b70896f77cc11eb2766417d8a1240fcffe5bba92179ec78c458844110 in /usr/local/bin/
2023-08-09 05:10: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" ; 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 --disable-phpdbg --with-pear $(test "$gnuArch" = 's390x-linux-musl' && echo '--without-pcre-jit') --disable-cgi --enable-embed --enable-zts --disable-zend-signals ; 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-08-09 05:10:57 UTC/bin/sh -c #(nop) COPY multi:6edd033b037aa2d7697fc3b9f82c2f162146c1920a0c6d25a165dc56783204db in /usr/local/bin/
2023-08-09 05:10:59 UTC/bin/sh -c docker-php-ext-enable sodium
2023-08-09 05:10:59 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-php-entrypoint"]
2023-08-09 05:10:59 UTC/bin/sh -c #(nop) CMD ["php" "-a"]
2023-08-09 00:24:33 UTC
27.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.0beta2.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_SHA256343d4e96648cb41c5313fd2a7e0cb70b3fe0174f1e233c9d5365bf78a839f304
PHP_URLhttps://downloads.php.net/~jakub/php-8.3.0beta2.tar.xz
PHP_VERSION8.3.0beta2
[#000] sha256:342323bc858ed9706f7953ab06cbf6785b678c55ef2317577af748533d11165b - 10.63% (2.97 MB)
[#001] sha256:e56d818f54805e003ab7e46f53ba337d9f4339dd6916a1f94c60461593def908 - 6.43% (1.8 MB)
[#002] sha256:3f0dea045ab38115be3f8e3c75c91d8f5238cd0a82e175a912b363243b361303 - 0.0% (1.23 KB)
[#003] sha256:3e38f7c637accb9c42bb3e74b63120c3f3d3a8534a9816754e87a1af32bb4734 - 0.0% (269 Bytes)
[#004] sha256:f20f2c12542be90d6cd20e4144358db9674bf41731ad3acfdc01a311fcf9c339 - 42.28% (11.8 MB)
[#005] sha256:4b08ed98d766c925d15c1da7d17dcbdadaa9dbfa7c89e466fc13f7ea5a4ce130 - 0.0% (491 Bytes)
[#006] sha256:0312d4e9d9ba976d2bf6af8f0fda68657034296cd7316b96d6fdfd2301892790 - 40.58% (11.3 MB)
[#007] sha256:779d6a7576212d4cd823cfd858a8181d4a85ba8c3ddf59fa6563f7c001e75c9a - 0.01% (2.39 KB)
[#008] sha256:4449f33d231741ffc8b135a99b53f6d7759fee17d0ae5b96115fe9c48d9ba63f - 0.06% (18.3 KB)
/bin/sh -c #(nop) ADD file:cb3f59b0f701cb6ef552e7f8ada1707cf82747c95b69759924061ff9ac6dbe72 in /
2023-08-07 19:49:18 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2023-08-09 00:15:05 UTC/bin/sh -c #(nop) ENV PHPIZE_DEPS=autoconf dpkg-dev dpkg file g++ gcc libc-dev make pkgconf re2c
2023-08-09 00:15:06 UTC/bin/sh -c apk add --no-cache ca-certificates curl tar xz openssl
2023-08-09 00:15:07 UTC/bin/sh -c set -eux; adduser -u 82 -D -S -G www-data www-data
2023-08-09 00:15:07 UTC/bin/sh -c #(nop) ENV PHP_INI_DIR=/usr/local/etc/php
2023-08-09 00:15:08 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-08-09 00:15:08 UTC/bin/sh -c #(nop) ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
2023-08-09 00:15:08 UTC/bin/sh -c #(nop) ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
2023-08-09 00:15:08 UTC/bin/sh -c #(nop) ENV PHP_LDFLAGS=-Wl,-O1 -pie
2023-08-09 00:15:08 UTC/bin/sh -c #(nop) ENV GPG_KEYS=1198C0117593497A5EC5C199286AF1F9897469DC C28D937575603EB4ABB725861C0779DC5C0A9DE4 AFD8691FDAEDF03BDF6E460563F15A9B715376CA
2023-08-09 00:15:08 UTC/bin/sh -c #(nop) ENV PHP_VERSION=8.3.0beta2
2023-08-09 00:15:08 UTC/bin/sh -c #(nop) ENV PHP_URL=https://downloads.php.net/~jakub/php-8.3.0beta2.tar.xz PHP_ASC_URL=https://downloads.php.net/~jakub/php-8.3.0beta2.tar.xz.asc
2023-08-09 00:15:08 UTC/bin/sh -c #(nop) ENV PHP_SHA256=343d4e96648cb41c5313fd2a7e0cb70b3fe0174f1e233c9d5365bf78a839f304
2023-08-09 00:15: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
2023-08-09 00:15:14 UTC/bin/sh -c #(nop) COPY file:ce57c04b70896f77cc11eb2766417d8a1240fcffe5bba92179ec78c458844110 in /usr/local/bin/
2023-08-09 00:24: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" ; 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 --disable-phpdbg --with-pear $(test "$gnuArch" = 's390x-linux-musl' && echo '--without-pcre-jit') --disable-cgi --enable-embed --enable-zts --disable-zend-signals ; 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-08-09 00:24:31 UTC/bin/sh -c #(nop) COPY multi:6edd033b037aa2d7697fc3b9f82c2f162146c1920a0c6d25a165dc56783204db in /usr/local/bin/
2023-08-09 00:24:32 UTC/bin/sh -c docker-php-ext-enable sodium
2023-08-09 00:24:32 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-php-entrypoint"]
2023-08-09 00:24:33 UTC/bin/sh -c #(nop) CMD ["php" "-a"]
2023-08-08 00:00:36 UTC
26.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.0beta2.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_SHA256343d4e96648cb41c5313fd2a7e0cb70b3fe0174f1e233c9d5365bf78a839f304
PHP_URLhttps://downloads.php.net/~jakub/php-8.3.0beta2.tar.xz
PHP_VERSION8.3.0beta2
[#000] sha256:b82e4fd40279a40aa2eecd301fabb2dca254727cc09daa8d0caf69ac28c44af1 - 10.19% (2.74 MB)
[#001] sha256:4c88c9d990b3479f32cd8fe3f2938fedbf5d5dd45ae8d3c6327b23b28cd338e6 - 6.15% (1.65 MB)
[#002] sha256:234b29e1bf87b402db95683770ec3279b8750893193812fd5aaf093824deee0f - 0.0% (1.23 KB)
[#003] sha256:281e9b6223cc3ea016463be76acc6919f4fbf7995e01395867e3002ec07b7489 - 0.0% (268 Bytes)
[#004] sha256:9e9ddaf1d1445b12d9243e3c90def23e711e2e3d979534b8324cba0bb2e430c9 - 43.94% (11.8 MB)
[#005] sha256:5481c8de444f9a05071437442419684bb761d09cad0bd152d64d35dd42c1ef3a - 0.0% (492 Bytes)
[#006] sha256:69fde7f22e685bc0ebc0e038c934020108c3f4ceda082e6e5bf485bfb1160294 - 39.64% (10.6 MB)
[#007] sha256:860d6384bcce14ee36e5a0d0f2956c7de23e700365d666400b49d07b3a858c80 - 0.01% (2.39 KB)
[#008] sha256:5019adf041e2bc92203fe369111542b7c10f0f0f4a688b556c64cce77980364a - 0.07% (18.3 KB)
/bin/sh -c #(nop) ADD file:7f36c30ba2b714d09a8650dba1545abdf892443dadbe9113b9a166b84ba7ac3f in /
2023-08-07 19:57:29 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2023-08-07 23:52:55 UTC/bin/sh -c #(nop) ENV PHPIZE_DEPS=autoconf dpkg-dev dpkg file g++ gcc libc-dev make pkgconf re2c
2023-08-07 23:52:57 UTC/bin/sh -c apk add --no-cache ca-certificates curl tar xz openssl
2023-08-07 23:52:58 UTC/bin/sh -c set -eux; adduser -u 82 -D -S -G www-data www-data
2023-08-07 23:52:58 UTC/bin/sh -c #(nop) ENV PHP_INI_DIR=/usr/local/etc/php
2023-08-07 23:52:58 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-08-07 23:52:58 UTC/bin/sh -c #(nop) ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
2023-08-07 23:52:58 UTC/bin/sh -c #(nop) ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
2023-08-07 23:52:58 UTC/bin/sh -c #(nop) ENV PHP_LDFLAGS=-Wl,-O1 -pie
2023-08-07 23:52:58 UTC/bin/sh -c #(nop) ENV GPG_KEYS=1198C0117593497A5EC5C199286AF1F9897469DC C28D937575603EB4ABB725861C0779DC5C0A9DE4 AFD8691FDAEDF03BDF6E460563F15A9B715376CA
2023-08-07 23:52:59 UTC/bin/sh -c #(nop) ENV PHP_VERSION=8.3.0beta2
2023-08-07 23:52:59 UTC/bin/sh -c #(nop) ENV PHP_URL=https://downloads.php.net/~jakub/php-8.3.0beta2.tar.xz PHP_ASC_URL=https://downloads.php.net/~jakub/php-8.3.0beta2.tar.xz.asc
2023-08-07 23:52:59 UTC/bin/sh -c #(nop) ENV PHP_SHA256=343d4e96648cb41c5313fd2a7e0cb70b3fe0174f1e233c9d5365bf78a839f304
2023-08-07 23:53:04 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-08-07 23:53:04 UTC/bin/sh -c #(nop) COPY file:ce57c04b70896f77cc11eb2766417d8a1240fcffe5bba92179ec78c458844110 in /usr/local/bin/
2023-08-08 00:00:35 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 --disable-phpdbg --with-pear $(test "$gnuArch" = 's390x-linux-musl' && echo '--without-pcre-jit') --disable-cgi --enable-embed --enable-zts --disable-zend-signals ; 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-08-08 00:00:35 UTC/bin/sh -c #(nop) COPY multi:6edd033b037aa2d7697fc3b9f82c2f162146c1920a0c6d25a165dc56783204db in /usr/local/bin/
2023-08-08 00:00:36 UTC/bin/sh -c docker-php-ext-enable sodium
2023-08-08 00:00:36 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-php-entrypoint"]
2023-08-08 00:00:36 UTC/bin/sh -c #(nop) CMD ["php" "-a"]
2023-08-09 05:30:33 UTC
29.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.0beta2.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_SHA256343d4e96648cb41c5313fd2a7e0cb70b3fe0174f1e233c9d5365bf78a839f304
PHP_URLhttps://downloads.php.net/~jakub/php-8.3.0beta2.tar.xz
PHP_VERSION8.3.0beta2
[#000] sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 - 10.65% (3.11 MB)
[#001] sha256:97fc3822d6a537a85e38c638aaebb66cb4635f05b4a09c9bec8c6a40c6b3cf1c - 6.19% (1.8 MB)
[#002] sha256:8aa9d729b26ba8dd3b5ba7d57ad74a6891e452dc5e81ffd903fe5a862d5b92ef - 0.0% (1.23 KB)
[#003] sha256:c555f4ccaaa11d1f905038598b6dd4197005c1835f69b88927dbdb2bf39489f6 - 0.0% (268 Bytes)
[#004] sha256:0118984bdc4e978fe5bb626a995d5cb023e1632ee69556b9b5367e7a4818cff0 - 40.48% (11.8 MB)
[#005] sha256:f9d75126109ff80d1ac5c27a725453c2e378865ce42d45c76000086f07f96f39 - 0.0% (491 Bytes)
[#006] sha256:9835c1e1202392b2f2cb1a1b866add9d88abb1437408e927663f93aa0bb4ee7c - 42.61% (12.4 MB)
[#007] sha256:d824fee4f74fb482b7902a1deb42028853af4e8c1d388cc91f47177d610a19a7 - 0.01% (2.39 KB)
[#008] sha256:b6eb0355658d1ec4e9e06f460b8a8f228ae544ea5750c5a093446ce1461444ff - 0.06% (18.3 KB)
/bin/sh -c #(nop) ADD file:9e054a25c83111adc857a7f988336ee40eea5e1794ed30a80d465e8d472342e2 in /
2023-08-07 19:39:22 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2023-08-09 05:18:45 UTC/bin/sh -c #(nop) ENV PHPIZE_DEPS=autoconf dpkg-dev dpkg file g++ gcc libc-dev make pkgconf re2c
2023-08-09 05:18:47 UTC/bin/sh -c apk add --no-cache ca-certificates curl tar xz openssl
2023-08-09 05:18:47 UTC/bin/sh -c set -eux; adduser -u 82 -D -S -G www-data www-data
2023-08-09 05:18:47 UTC/bin/sh -c #(nop) ENV PHP_INI_DIR=/usr/local/etc/php
2023-08-09 05:18: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-08-09 05:18:48 UTC/bin/sh -c #(nop) ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
2023-08-09 05:18:48 UTC/bin/sh -c #(nop) ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
2023-08-09 05:18:48 UTC/bin/sh -c #(nop) ENV PHP_LDFLAGS=-Wl,-O1 -pie
2023-08-09 05:18:48 UTC/bin/sh -c #(nop) ENV GPG_KEYS=1198C0117593497A5EC5C199286AF1F9897469DC C28D937575603EB4ABB725861C0779DC5C0A9DE4 AFD8691FDAEDF03BDF6E460563F15A9B715376CA
2023-08-09 05:18:48 UTC/bin/sh -c #(nop) ENV PHP_VERSION=8.3.0beta2
2023-08-09 05:18:48 UTC/bin/sh -c #(nop) ENV PHP_URL=https://downloads.php.net/~jakub/php-8.3.0beta2.tar.xz PHP_ASC_URL=https://downloads.php.net/~jakub/php-8.3.0beta2.tar.xz.asc
2023-08-09 05:18:48 UTC/bin/sh -c #(nop) ENV PHP_SHA256=343d4e96648cb41c5313fd2a7e0cb70b3fe0174f1e233c9d5365bf78a839f304
2023-08-09 05:18:53 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-08-09 05:18:53 UTC/bin/sh -c #(nop) COPY file:ce57c04b70896f77cc11eb2766417d8a1240fcffe5bba92179ec78c458844110 in /usr/local/bin/
2023-08-09 05:30: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" ; 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 --disable-phpdbg --with-pear $(test "$gnuArch" = 's390x-linux-musl' && echo '--without-pcre-jit') --disable-cgi --enable-embed --enable-zts --disable-zend-signals ; 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-08-09 05:30:31 UTC/bin/sh -c #(nop) COPY multi:6edd033b037aa2d7697fc3b9f82c2f162146c1920a0c6d25a165dc56783204db in /usr/local/bin/
2023-08-09 05:30:32 UTC/bin/sh -c docker-php-ext-enable sodium
2023-08-09 05:30:32 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-php-entrypoint"]
2023-08-09 05:30:33 UTC/bin/sh -c #(nop) CMD ["php" "-a"]
2023-08-09 00:49:55 UTC
29.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.0beta2.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_SHA256343d4e96648cb41c5313fd2a7e0cb70b3fe0174f1e233c9d5365bf78a839f304
PHP_URLhttps://downloads.php.net/~jakub/php-8.3.0beta2.tar.xz
PHP_VERSION8.3.0beta2
[#000] sha256:1e00d0a2a797866697ccca7b6307a9182e2852583b2b3be3928d196e4cb8ba3d - 10.87% (3.23 MB)
[#001] sha256:0430d9da42b848cdfe58f7019d881723ad193550e8e075a6e0423c0035af9290 - 6.34% (1.89 MB)
[#002] sha256:0eaae3eec60cd402fe32ab9b22419762950ea77d3c0f36c444376cb29ae9866d - 0.0% (1.23 KB)
[#003] sha256:6b596614f85ae3d5aa46a5adf6df698a239bb7f94bf3a12a898a2f34d1b01948 - 0.0% (268 Bytes)
[#004] sha256:b1e4e1f71cf674096ee88630b3a7d4935c27739b5028e9b7a11720bf4d6e71d2 - 39.68% (11.8 MB)
[#005] sha256:dae7a5fd4c192a146cb9b36e26c04dbf79d73f5d035cba33f7fee65637820ae0 - 0.0% (491 Bytes)
[#006] sha256:6808cfc63787a93f788ee115d4dea5698ad4f472472a466afa03c8d23ecc7b95 - 43.03% (12.8 MB)
[#007] sha256:f13f94a1e7ff8c07501b4c0b2e4d1fb841a3ae43b7f43b4f5a2a6945b55f5ffd - 0.01% (2.39 KB)
[#008] sha256:9ddd94049567013781832b88936cce504d5cfe362efdf9823c2cd4b2e8ae8839 - 0.06% (18.3 KB)
/bin/sh -c #(nop) ADD file:52f28bcdd6e1c6f85b2b5d66ace37ed6cef0da8ce5c58e246549427361b64c1d in /
2023-08-07 20:16:36 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2023-08-09 00:36:27 UTC/bin/sh -c #(nop) ENV PHPIZE_DEPS=autoconf dpkg-dev dpkg file g++ gcc libc-dev make pkgconf re2c
2023-08-09 00:36:32 UTC/bin/sh -c apk add --no-cache ca-certificates curl tar xz openssl
2023-08-09 00:36:34 UTC/bin/sh -c set -eux; adduser -u 82 -D -S -G www-data www-data
2023-08-09 00:36:34 UTC/bin/sh -c #(nop) ENV PHP_INI_DIR=/usr/local/etc/php
2023-08-09 00:36:36 UTC/bin/sh -c set -eux; mkdir -p "$PHP_INI_DIR/conf.d"; [ ! -d /var/www/html ]; mkdir -p /var/www/html; chown www-data:www-data /var/www/html; chmod 1777 /var/www/html
2023-08-09 00:36:37 UTC/bin/sh -c #(nop) ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
2023-08-09 00:36:38 UTC/bin/sh -c #(nop) ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
2023-08-09 00:36:38 UTC/bin/sh -c #(nop) ENV PHP_LDFLAGS=-Wl,-O1 -pie
2023-08-09 00:36:38 UTC/bin/sh -c #(nop) ENV GPG_KEYS=1198C0117593497A5EC5C199286AF1F9897469DC C28D937575603EB4ABB725861C0779DC5C0A9DE4 AFD8691FDAEDF03BDF6E460563F15A9B715376CA
2023-08-09 00:36:39 UTC/bin/sh -c #(nop) ENV PHP_VERSION=8.3.0beta2
2023-08-09 00:36:39 UTC/bin/sh -c #(nop) ENV PHP_URL=https://downloads.php.net/~jakub/php-8.3.0beta2.tar.xz PHP_ASC_URL=https://downloads.php.net/~jakub/php-8.3.0beta2.tar.xz.asc
2023-08-09 00:36:40 UTC/bin/sh -c #(nop) ENV PHP_SHA256=343d4e96648cb41c5313fd2a7e0cb70b3fe0174f1e233c9d5365bf78a839f304
2023-08-09 00:36:55 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-08-09 00:36:55 UTC/bin/sh -c #(nop) COPY file:ce57c04b70896f77cc11eb2766417d8a1240fcffe5bba92179ec78c458844110 in /usr/local/bin/
2023-08-09 00:49:49 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 --disable-phpdbg --with-pear $(test "$gnuArch" = 's390x-linux-musl' && echo '--without-pcre-jit') --disable-cgi --enable-embed --enable-zts --disable-zend-signals ; 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-08-09 00:49:51 UTC/bin/sh -c #(nop) COPY multi:6edd033b037aa2d7697fc3b9f82c2f162146c1920a0c6d25a165dc56783204db in /usr/local/bin/
2023-08-09 00:49:54 UTC/bin/sh -c docker-php-ext-enable sodium
2023-08-09 00:49:54 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-php-entrypoint"]
2023-08-09 00:49:55 UTC/bin/sh -c #(nop) CMD ["php" "-a"]
2023-08-09 04:57:36 UTC
28.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/~jakub/php-8.3.0beta2.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_SHA256343d4e96648cb41c5313fd2a7e0cb70b3fe0174f1e233c9d5365bf78a839f304
PHP_URLhttps://downloads.php.net/~jakub/php-8.3.0beta2.tar.xz
PHP_VERSION8.3.0beta2
[#000] sha256:b69f31b9e61dae76a66eb3f9dd10f9f86d10116c6339347c47739dcf850af4d3 - 10.68% (3.03 MB)
[#001] sha256:6ddd9810e38ade4edb33de878142288e25baf77eda87b2a3363e97a58d4e7060 - 6.55% (1.86 MB)
[#002] sha256:25e098e94dfa574a06fbd59f9eaf19ed33840ae1cd9fcf8126f68887ce4b150c - 0.0% (1.23 KB)
[#003] sha256:ad968e05b291295ac69fa36a11daaa02c3c7f6dbc64035ebe1a887b06fda8abf - 0.0% (270 Bytes)
[#004] sha256:d9f240ce5060e63433215f21b654329739516e02d9f673892cc5f506b60be8c7 - 41.64% (11.8 MB)
[#005] sha256:dac0aec74962777e2dcb49ae9809865efae0ca9699c605bf569eaecb8f94cbe9 - 0.0% (489 Bytes)
[#006] sha256:6dada7b195ad0bd488f8d97f67a40db1046fbbda0e9f62134b18dd7592228926 - 41.05% (11.6 MB)
[#007] sha256:868787c005b6bdc1cf33bfd6c60368486d59c4c9653e94ec0ac4752ab52b0009 - 0.01% (2.39 KB)
[#008] sha256:2a002490ba429aadaefa33a2da8615599214e36f6ad10b570ced528400a52b5f - 0.06% (18.4 KB)
/bin/sh -c #(nop) ADD file:2e221805acb91c51e7afa6b926252ab2260cdf2e166f3d917a98384f3a157622 in /
2023-08-07 19:42:02 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2023-08-09 04:48:15 UTC/bin/sh -c #(nop) ENV PHPIZE_DEPS=autoconf dpkg-dev dpkg file g++ gcc libc-dev make pkgconf re2c
2023-08-09 04:48:17 UTC/bin/sh -c apk add --no-cache ca-certificates curl tar xz openssl
2023-08-09 04:48:17 UTC/bin/sh -c set -eux; adduser -u 82 -D -S -G www-data www-data
2023-08-09 04:48:17 UTC/bin/sh -c #(nop) ENV PHP_INI_DIR=/usr/local/etc/php
2023-08-09 04:48: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-08-09 04:48:18 UTC/bin/sh -c #(nop) ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
2023-08-09 04:48:18 UTC/bin/sh -c #(nop) ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
2023-08-09 04:48:18 UTC/bin/sh -c #(nop) ENV PHP_LDFLAGS=-Wl,-O1 -pie
2023-08-09 04:48:19 UTC/bin/sh -c #(nop) ENV GPG_KEYS=1198C0117593497A5EC5C199286AF1F9897469DC C28D937575603EB4ABB725861C0779DC5C0A9DE4 AFD8691FDAEDF03BDF6E460563F15A9B715376CA
2023-08-09 04:48:19 UTC/bin/sh -c #(nop) ENV PHP_VERSION=8.3.0beta2
2023-08-09 04:48:19 UTC/bin/sh -c #(nop) ENV PHP_URL=https://downloads.php.net/~jakub/php-8.3.0beta2.tar.xz PHP_ASC_URL=https://downloads.php.net/~jakub/php-8.3.0beta2.tar.xz.asc
2023-08-09 04:48:19 UTC/bin/sh -c #(nop) ENV PHP_SHA256=343d4e96648cb41c5313fd2a7e0cb70b3fe0174f1e233c9d5365bf78a839f304
2023-08-09 04:48:22 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-08-09 04:48:23 UTC/bin/sh -c #(nop) COPY file:ce57c04b70896f77cc11eb2766417d8a1240fcffe5bba92179ec78c458844110 in /usr/local/bin/
2023-08-09 04:57: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" ; 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 --disable-phpdbg --with-pear $(test "$gnuArch" = 's390x-linux-musl' && echo '--without-pcre-jit') --disable-cgi --enable-embed --enable-zts --disable-zend-signals ; 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-08-09 04:57:34 UTC/bin/sh -c #(nop) COPY multi:6edd033b037aa2d7697fc3b9f82c2f162146c1920a0c6d25a165dc56783204db in /usr/local/bin/
2023-08-09 04:57:35 UTC/bin/sh -c docker-php-ext-enable sodium
2023-08-09 04:57:36 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-php-entrypoint"]
2023-08-09 04:57:36 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.