Namespace
library
Image / Tag
php:8.3.10RC1-alpine
Content Digest
sha256:610882f18391e6c3f0fec0e6299dc3d1cae61bc7ae4d865ae11dd7a5034e74c5
Details
Created

2024-07-22 22:50:01 UTC

Size

35.3 MB

Content Digest
Environment
GPG_KEYS

1198C0117593497A5EC5C199286AF1F9897469DC C28D937575603EB4ABB725861C0779DC5C0A9DE4 AFD8691FDAEDF03BDF6E460563F15A9B715376CA

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PHPIZE_DEPS

autoconf dpkg-dev dpkg file g++ gcc libc-dev make pkgconf re2c

PHP_ASC_URL

https://downloads.php.net/~eric/php-8.3.10RC1.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_SHA256

0b76e618f62c66d7ef670250f598d4834de2b5fe0c72a8dea0e267ae7ad4154e

PHP_URL

https://downloads.php.net/~eric/php-8.3.10RC1.tar.xz

PHP_VERSION

8.3.10RC1


Layers

[#000] sha256:2585500d54afa42a6b579f9ed6f62b49c5fb21c2653f79194342804bde8770fe - 9.38% (3.31 MB)

[#001] sha256:1c3702ede31b739c37f265c096aaa90041a249a222cf13f8141408974d1da345 - 8.99% (3.17 MB)

[#002] sha256:dd32fd053b31656313ffe5c4d6a711c2bdfbac32689ec3ed4eb1993c89d7c5cf - 0.0% (941 Bytes)

[#003] sha256:c734d1f76ba06cf1de68095cf88223f8aecf6242e60ae0985e4b555bd937308d - 0.0% (223 Bytes)

[#004] sha256:eceabf6bce1317b23a5e445a7bf2ce5a2ab03ce160ab0153c50d3ce4df433cd0 - 33.83% (11.9 MB)

[#005] sha256:19e3c766a221724f64316830095c7a23a82ab031e9398ee927fc5f5184f9001a - 0.0% (497 Bytes)

[#006] sha256:69c4e521057f773f0acc6805b33188343ba485a36ecdc4f428fee9d22dba4596 - 47.74% (16.8 MB)

[#007] sha256:07667bd44c72eb8e648f6f64c5fb0c2ba7daf052b8b141ca92577fea1c6384c0 - 0.01% (2.39 KB)

[#008] sha256:0848818e62bee47234f6f7dddfec7697f75e9b3c9c3cbe140f0a388040eeefa3 - 0.05% (19.2 KB)


History
2024-07-22 21:38:29 UTC

/bin/sh -c #(nop) ADD file:e5b77b9337c5f89df9a65f8c439736a6d79e68274100ab1a1d7d61359a9abf5d in /

2024-07-22 21:38:30 UTC

/bin/sh -c #(nop) CMD ["/bin/sh"]

2024-07-22 21:58:51 UTC

/bin/sh -c #(nop) ENV PHPIZE_DEPS=autoconf dpkg-dev dpkg file g++ gcc libc-dev make pkgconf re2c

2024-07-22 21:58:53 UTC

/bin/sh -c apk add --no-cache ca-certificates curl openssl tar xz

2024-07-22 21:58:53 UTC

/bin/sh -c set -eux; adduser -u 82 -D -S -G www-data www-data

2024-07-22 21:58:53 UTC

/bin/sh -c #(nop) ENV PHP_INI_DIR=/usr/local/etc/php

2024-07-22 21:58:54 UTC

/bin/sh -c set -eux; mkdir -p "$PHP_INI_DIR/conf.d"; [ ! -d /var/www/html ]; mkdir -p /var/www/html; chown www-data:www-data /var/www/html; chmod 1777 /var/www/html

2024-07-22 21:58:54 UTC

/bin/sh -c #(nop) ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64

2024-07-22 21:58:54 UTC

/bin/sh -c #(nop) ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64

2024-07-22 21:58:54 UTC

/bin/sh -c #(nop) ENV PHP_LDFLAGS=-Wl,-O1 -pie

2024-07-22 22:43:12 UTC

/bin/sh -c #(nop) ENV GPG_KEYS=1198C0117593497A5EC5C199286AF1F9897469DC C28D937575603EB4ABB725861C0779DC5C0A9DE4 AFD8691FDAEDF03BDF6E460563F15A9B715376CA

2024-07-22 22:43:12 UTC

/bin/sh -c #(nop) ENV PHP_VERSION=8.3.10RC1

2024-07-22 22:43:12 UTC

/bin/sh -c #(nop) ENV PHP_URL=https://downloads.php.net/~eric/php-8.3.10RC1.tar.xz PHP_ASC_URL=https://downloads.php.net/~eric/php-8.3.10RC1.tar.xz.asc

2024-07-22 22:43:12 UTC

/bin/sh -c #(nop) ENV PHP_SHA256=0b76e618f62c66d7ef670250f598d4834de2b5fe0c72a8dea0e267ae7ad4154e

2024-07-22 22:43:18 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-07-22 22:43:18 UTC

/bin/sh -c #(nop) COPY file:ce57c04b70896f77cc11eb2766417d8a1240fcffe5bba92179ec78c458844110 in /usr/local/bin/

2024-07-22 22:49:58 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 ; 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-07-22 22:49:59 UTC

/bin/sh -c #(nop) COPY multi:6edd033b037aa2d7697fc3b9f82c2f162146c1920a0c6d25a165dc56783204db in /usr/local/bin/

2024-07-22 22:50:00 UTC

/bin/sh -c docker-php-ext-enable sodium

2024-07-22 22:50:00 UTC

/bin/sh -c #(nop) ENTRYPOINT ["docker-php-entrypoint"]

2024-07-22 22:50:01 UTC

/bin/sh -c #(nop) CMD ["php" "-a"]

Details
Created

2024-07-23 01:50:59 UTC

Size

34.9 MB

Content Digest
Environment
GPG_KEYS

1198C0117593497A5EC5C199286AF1F9897469DC C28D937575603EB4ABB725861C0779DC5C0A9DE4 AFD8691FDAEDF03BDF6E460563F15A9B715376CA

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PHPIZE_DEPS

autoconf dpkg-dev dpkg file g++ gcc libc-dev make pkgconf re2c

PHP_ASC_URL

https://downloads.php.net/~eric/php-8.3.10RC1.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_SHA256

0b76e618f62c66d7ef670250f598d4834de2b5fe0c72a8dea0e267ae7ad4154e

PHP_URL

https://downloads.php.net/~eric/php-8.3.10RC1.tar.xz

PHP_VERSION

8.3.10RC1


Layers

[#000] sha256:c6a83fedfae6ed8a4f5f7cbb6a7b6f1c1ec3d86fea8cb9e5ba2e5e6673fde9f6 - 9.89% (3.46 MB)

[#001] sha256:3ae0d9dfc4dada15e6a030ba7b9c9a3b16f9f5a7597a4d46ff24226e91b91db7 - 8.93% (3.12 MB)

[#002] sha256:ce295ca8623e5dc914104e970c5496db996db5f2abb336389bcbadd10465d21d - 0.0% (941 Bytes)

[#003] sha256:60d3eb99f3c122bc8d6c22107602ed9c22fce771289b54bb2598142d1626f693 - 0.0% (223 Bytes)

[#004] sha256:35b76b223bd3ff3803a858e70115b80b78f99f03a2f229e959ba55ac77160323 - 34.14% (11.9 MB)

[#005] sha256:78d0f552f4d3f9313e2c9010e2d756284f79e6e19bd166dbde9e1401b99506b0 - 0.0% (491 Bytes)

[#006] sha256:5c0db45d8ec594baf126256c930873008a016545d3539bc13c560ff1e66b4649 - 46.97% (16.4 MB)

[#007] sha256:d95ce02a71d6252e924aa95cf726c8f61160cc45b68ea3f0f3d3921e7528acbe - 0.01% (2.39 KB)

[#008] sha256:4c9352ec14700e7ebec55fcc95fd5059ebef29ef60a1e1269e8b7a49ac03c747 - 0.05% (19.2 KB)


History
2024-07-22 22:26:43 UTC

/bin/sh -c #(nop) ADD file:99093095d62d0421541d882f9ceeddb2981fe701ec0aa9d2c08480712d5fed21 in /

2024-07-22 22:26:43 UTC

/bin/sh -c #(nop) CMD ["/bin/sh"]

2024-07-23 01:21:12 UTC

/bin/sh -c #(nop) ENV PHPIZE_DEPS=autoconf dpkg-dev dpkg file g++ gcc libc-dev make pkgconf re2c

2024-07-23 01:21:14 UTC

/bin/sh -c apk add --no-cache ca-certificates curl openssl tar xz

2024-07-23 01:21:14 UTC

/bin/sh -c set -eux; adduser -u 82 -D -S -G www-data www-data

2024-07-23 01:21:14 UTC

/bin/sh -c #(nop) ENV PHP_INI_DIR=/usr/local/etc/php

2024-07-23 01:21:15 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

2024-07-23 01:21:15 UTC

/bin/sh -c #(nop) ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64

2024-07-23 01:21:15 UTC

/bin/sh -c #(nop) ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64

2024-07-23 01:21:15 UTC

/bin/sh -c #(nop) ENV PHP_LDFLAGS=-Wl,-O1 -pie

2024-07-23 01:46:57 UTC

/bin/sh -c #(nop) ENV GPG_KEYS=1198C0117593497A5EC5C199286AF1F9897469DC C28D937575603EB4ABB725861C0779DC5C0A9DE4 AFD8691FDAEDF03BDF6E460563F15A9B715376CA

2024-07-23 01:46:58 UTC

/bin/sh -c #(nop) ENV PHP_VERSION=8.3.10RC1

2024-07-23 01:46:58 UTC

/bin/sh -c #(nop) ENV PHP_URL=https://downloads.php.net/~eric/php-8.3.10RC1.tar.xz PHP_ASC_URL=https://downloads.php.net/~eric/php-8.3.10RC1.tar.xz.asc

2024-07-23 01:46:58 UTC

/bin/sh -c #(nop) ENV PHP_SHA256=0b76e618f62c66d7ef670250f598d4834de2b5fe0c72a8dea0e267ae7ad4154e

2024-07-23 01:47:03 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-07-23 01:47:03 UTC

/bin/sh -c #(nop) COPY file:ce57c04b70896f77cc11eb2766417d8a1240fcffe5bba92179ec78c458844110 in /usr/local/bin/

2024-07-23 01:50:57 UTC

/bin/sh -c set -eux; apk add --no-cache --virtual .build-deps $PHPIZE_DEPS argon2-dev coreutils curl-dev gnu-libiconv-dev libsodium-dev libxml2-dev linux-headers oniguruma-dev openssl-dev readline-dev sqlite-dev ; rm -vf /usr/include/iconv.h; export CFLAGS="$PHP_CFLAGS" CPPFLAGS="$PHP_CPPFLAGS" LDFLAGS="$PHP_LDFLAGS" PHP_BUILD_PROVIDER='https://github.com/docker-library/php' PHP_UNAME='Linux - Docker' ; docker-php-source extract; cd /usr/src/php; gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)"; ./configure --build="$gnuArch" --with-config-file-path="$PHP_INI_DIR" --with-config-file-scan-dir="$PHP_INI_DIR/conf.d" --enable-option-checking=fatal --with-mhash --with-pic --enable-mbstring --enable-mysqlnd --with-password-argon2 --with-sodium=shared --with-pdo-sqlite=/usr --with-sqlite3=/usr --with-curl --with-iconv=/usr --with-openssl --with-readline --with-zlib --enable-phpdbg --enable-phpdbg-readline --with-pear ; 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-07-23 01:50:58 UTC

/bin/sh -c #(nop) COPY multi:6edd033b037aa2d7697fc3b9f82c2f162146c1920a0c6d25a165dc56783204db in /usr/local/bin/

2024-07-23 01:50:59 UTC

/bin/sh -c docker-php-ext-enable sodium

2024-07-23 01:50:59 UTC

/bin/sh -c #(nop) ENTRYPOINT ["docker-php-entrypoint"]

2024-07-23 01:50:59 UTC

/bin/sh -c #(nop) CMD ["php" "-a"]

Details
Created

2024-07-22 22:49:31 UTC

Size

33.3 MB

Content Digest
Environment
GPG_KEYS

1198C0117593497A5EC5C199286AF1F9897469DC C28D937575603EB4ABB725861C0779DC5C0A9DE4 AFD8691FDAEDF03BDF6E460563F15A9B715376CA

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PHPIZE_DEPS

autoconf dpkg-dev dpkg file g++ gcc libc-dev make pkgconf re2c

PHP_ASC_URL

https://downloads.php.net/~eric/php-8.3.10RC1.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_SHA256

0b76e618f62c66d7ef670250f598d4834de2b5fe0c72a8dea0e267ae7ad4154e

PHP_URL

https://downloads.php.net/~eric/php-8.3.10RC1.tar.xz

PHP_VERSION

8.3.10RC1


Layers

[#000] sha256:ae2458422e4465e718700cd0c5970c709804ded4caa7b7f317eada5d16878e29 - 9.65% (3.21 MB)

[#001] sha256:b041a1a670328abed5fe2b73e068aba477e969ddbfe65c606c8054a4c36067b2 - 9.36% (3.11 MB)

[#002] sha256:a51daa6109cd19af541c6fc2600ad5a2f2382e50d3938e2b51f30d24df583fee - 0.0% (942 Bytes)

[#003] sha256:0b57c8706e4f06f42a10294d5c9eef985613e48298dedb390c6e6816b60a8f78 - 0.0% (222 Bytes)

[#004] sha256:597104d8f40462c9bd833b087e1129b9b388c689d7f54cff0afdd2eef33f3b8d - 35.86% (11.9 MB)

[#005] sha256:94be63704543d97a5a2a1cbdd36fc115b207aa35d3b7294a8cedeb42ded483fb - 0.0% (494 Bytes)

[#006] sha256:e2a8e20f31f1a4edfd89165d5f2e3a4ffec7bdc2618e697ce5c9be34be50ab7c - 45.07% (15 MB)

[#007] sha256:63b826f248f65b3f92b9fc78e0eec85979f24e9e4792b59153bf03c0c8d934fc - 0.01% (2.39 KB)

[#008] sha256:d68827b15c6aa316b8c50e40988aaa44e93c4de92fc40dee939dd62525af2893 - 0.06% (19 KB)


History
2024-07-22 21:49:18 UTC

/bin/sh -c #(nop) ADD file:85f927c1895bee1d0b095b2905c8d47ada8773f13e03fd4a201f718103ef7958 in /

2024-07-22 21:49:19 UTC

/bin/sh -c #(nop) CMD ["/bin/sh"]

2024-07-22 22:16:41 UTC

/bin/sh -c #(nop) ENV PHPIZE_DEPS=autoconf dpkg-dev dpkg file g++ gcc libc-dev make pkgconf re2c

2024-07-22 22:16:43 UTC

/bin/sh -c apk add --no-cache ca-certificates curl openssl tar xz

2024-07-22 22:16:44 UTC

/bin/sh -c set -eux; adduser -u 82 -D -S -G www-data www-data

2024-07-22 22:16:44 UTC

/bin/sh -c #(nop) ENV PHP_INI_DIR=/usr/local/etc/php

2024-07-22 22:16: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

2024-07-22 22:16:44 UTC

/bin/sh -c #(nop) ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64

2024-07-22 22:16:45 UTC

/bin/sh -c #(nop) ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64

2024-07-22 22:16:45 UTC

/bin/sh -c #(nop) ENV PHP_LDFLAGS=-Wl,-O1 -pie

2024-07-22 22:44:46 UTC

/bin/sh -c #(nop) ENV GPG_KEYS=1198C0117593497A5EC5C199286AF1F9897469DC C28D937575603EB4ABB725861C0779DC5C0A9DE4 AFD8691FDAEDF03BDF6E460563F15A9B715376CA

2024-07-22 22:44:46 UTC

/bin/sh -c #(nop) ENV PHP_VERSION=8.3.10RC1

2024-07-22 22:44:46 UTC

/bin/sh -c #(nop) ENV PHP_URL=https://downloads.php.net/~eric/php-8.3.10RC1.tar.xz PHP_ASC_URL=https://downloads.php.net/~eric/php-8.3.10RC1.tar.xz.asc

2024-07-22 22:44:47 UTC

/bin/sh -c #(nop) ENV PHP_SHA256=0b76e618f62c66d7ef670250f598d4834de2b5fe0c72a8dea0e267ae7ad4154e

2024-07-22 22:44: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

2024-07-22 22:44:54 UTC

/bin/sh -c #(nop) COPY file:ce57c04b70896f77cc11eb2766417d8a1240fcffe5bba92179ec78c458844110 in /usr/local/bin/

2024-07-22 22:49:28 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 ; 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-07-22 22:49:29 UTC

/bin/sh -c #(nop) COPY multi:6edd033b037aa2d7697fc3b9f82c2f162146c1920a0c6d25a165dc56783204db in /usr/local/bin/

2024-07-22 22:49:31 UTC

/bin/sh -c docker-php-ext-enable sodium

2024-07-22 22:49:31 UTC

/bin/sh -c #(nop) ENTRYPOINT ["docker-php-entrypoint"]

2024-07-22 22:49:31 UTC

/bin/sh -c #(nop) CMD ["php" "-a"]

Details
Created

2024-07-22 23:05:44 UTC

Size

31.9 MB

Content Digest
Environment
GPG_KEYS

1198C0117593497A5EC5C199286AF1F9897469DC C28D937575603EB4ABB725861C0779DC5C0A9DE4 AFD8691FDAEDF03BDF6E460563F15A9B715376CA

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PHPIZE_DEPS

autoconf dpkg-dev dpkg file g++ gcc libc-dev make pkgconf re2c

PHP_ASC_URL

https://downloads.php.net/~eric/php-8.3.10RC1.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_SHA256

0b76e618f62c66d7ef670250f598d4834de2b5fe0c72a8dea0e267ae7ad4154e

PHP_URL

https://downloads.php.net/~eric/php-8.3.10RC1.tar.xz

PHP_VERSION

8.3.10RC1


Layers

[#000] sha256:9c6652a37da7fb600faac56897745bdde89a4f9bd260a082b6bf4a0d173b5906 - 9.26% (2.95 MB)

[#001] sha256:f57db3d4836535044109c42cf341df21ab1def6a06fecbaf98ffac833b47f15b - 9.2% (2.93 MB)

[#002] sha256:7991e70be4838afae3979e2bef4b2a7682dffac44793431e072ffbc9fc1686e5 - 0.0% (943 Bytes)

[#003] sha256:3967a6fef2cedd5f47096963a74875b542f5e4f6667543712aa16505b281dcf7 - 0.0% (223 Bytes)

[#004] sha256:4cc059ccf7440983af1aeacb16885008be09c37fc35c8af24112da91228a7bfb - 37.44% (11.9 MB)

[#005] sha256:387dab42a7cfc27b119599493e4832dd29d17f90049d9f89b67ad8bb828490d9 - 0.0% (495 Bytes)

[#006] sha256:92d27399b6d1fcbb4b7b1e36b35c35fd1cc3ed4b6c6f66cff636c7810d23113e - 44.03% (14 MB)

[#007] sha256:cf1c2e61ae522f7a514740da3f80958b23fc5557e5dcbbb013a2fd9a1955d959 - 0.01% (2.39 KB)

[#008] sha256:a13b06117789309191eedc99fa68f1a4f98dbc715d704df75116b5fe8827c219 - 0.06% (19 KB)


History
2024-07-22 21:59:47 UTC

/bin/sh -c #(nop) ADD file:816da1ff7b962e1f52c650dfd66caeb2b88f3ab9fadc249c30f86ebe5372538c in /

2024-07-22 21:59:47 UTC

/bin/sh -c #(nop) CMD ["/bin/sh"]

2024-07-22 22:31:24 UTC

/bin/sh -c #(nop) ENV PHPIZE_DEPS=autoconf dpkg-dev dpkg file g++ gcc libc-dev make pkgconf re2c

2024-07-22 22:31:27 UTC

/bin/sh -c apk add --no-cache ca-certificates curl openssl tar xz

2024-07-22 22:31:28 UTC

/bin/sh -c set -eux; adduser -u 82 -D -S -G www-data www-data

2024-07-22 22:31:28 UTC

/bin/sh -c #(nop) ENV PHP_INI_DIR=/usr/local/etc/php

2024-07-22 22:31: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

2024-07-22 22:31:30 UTC

/bin/sh -c #(nop) ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64

2024-07-22 22:31:30 UTC

/bin/sh -c #(nop) ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64

2024-07-22 22:31:30 UTC

/bin/sh -c #(nop) ENV PHP_LDFLAGS=-Wl,-O1 -pie

2024-07-22 23:01:44 UTC

/bin/sh -c #(nop) ENV GPG_KEYS=1198C0117593497A5EC5C199286AF1F9897469DC C28D937575603EB4ABB725861C0779DC5C0A9DE4 AFD8691FDAEDF03BDF6E460563F15A9B715376CA

2024-07-22 23:01:44 UTC

/bin/sh -c #(nop) ENV PHP_VERSION=8.3.10RC1

2024-07-22 23:01:45 UTC

/bin/sh -c #(nop) ENV PHP_URL=https://downloads.php.net/~eric/php-8.3.10RC1.tar.xz PHP_ASC_URL=https://downloads.php.net/~eric/php-8.3.10RC1.tar.xz.asc

2024-07-22 23:01:45 UTC

/bin/sh -c #(nop) ENV PHP_SHA256=0b76e618f62c66d7ef670250f598d4834de2b5fe0c72a8dea0e267ae7ad4154e

2024-07-22 23:01:51 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-07-22 23:01:51 UTC

/bin/sh -c #(nop) COPY file:ce57c04b70896f77cc11eb2766417d8a1240fcffe5bba92179ec78c458844110 in /usr/local/bin/

2024-07-22 23:05: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 ; 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-07-22 23:05:42 UTC

/bin/sh -c #(nop) COPY multi:6edd033b037aa2d7697fc3b9f82c2f162146c1920a0c6d25a165dc56783204db in /usr/local/bin/

2024-07-22 23:05:43 UTC

/bin/sh -c docker-php-ext-enable sodium

2024-07-22 23:05:43 UTC

/bin/sh -c #(nop) ENTRYPOINT ["docker-php-entrypoint"]

2024-07-22 23:05:44 UTC

/bin/sh -c #(nop) CMD ["php" "-a"]

Details
Created

2024-07-22 23:54:51 UTC

Size

35.4 MB

Content Digest
Environment
GPG_KEYS

1198C0117593497A5EC5C199286AF1F9897469DC C28D937575603EB4ABB725861C0779DC5C0A9DE4 AFD8691FDAEDF03BDF6E460563F15A9B715376CA

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PHPIZE_DEPS

autoconf dpkg-dev dpkg file g++ gcc libc-dev make pkgconf re2c

PHP_ASC_URL

https://downloads.php.net/~eric/php-8.3.10RC1.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_SHA256

0b76e618f62c66d7ef670250f598d4834de2b5fe0c72a8dea0e267ae7ad4154e

PHP_URL

https://downloads.php.net/~eric/php-8.3.10RC1.tar.xz

PHP_VERSION

8.3.10RC1


Layers

[#000] sha256:690e87867337b8441990047e169b892933e9006bdbcbed52ab7a356945477a4d - 11.01% (3.9 MB)

[#001] sha256:f069fb86c015646c4497d6fa3beaf8bd3f9f04d8f77a1a865ff47fc9922c27e3 - 8.95% (3.17 MB)

[#002] sha256:298458c1fe168646ba7edf3e03804ff1a01f1fac6b41ef2a94ef5bf333311f2b - 0.0% (941 Bytes)

[#003] sha256:9f71c5e072e5141e780c5bbd4c1e2a34f9248a4b4a0983717a6c98be7560b899 - 0.0% (221 Bytes)

[#004] sha256:1c944a1d913282fd49b68e6bae29a13f9cfa591ea98f26cdaff988414232b6dd - 33.68% (11.9 MB)

[#005] sha256:d2f29961f70873974018f64a5825b62d05af798122fb58d17e31e63532f03b0f - 0.0% (494 Bytes)

[#006] sha256:1be36cd004aa00c8a4e962224f19ceb61f44f5bce18fd8fbc29284be19ded3d7 - 46.3% (16.4 MB)

[#007] sha256:43d1ce79e6f16477002f6929ff425ac9314bf5499a868214e4d582f7dd52b47d - 0.01% (2.39 KB)

[#008] sha256:f93798c2c89387acab63d966c768ce1f8323b142e6567984a6564548e76e1781 - 0.05% (19 KB)


History
2024-07-22 21:44:13 UTC

/bin/sh -c #(nop) ADD file:a71f7e9bc66668361f88637c724c44deeb2774ec268ff0a68bd99014c8a02a84 in /

2024-07-22 21:44:13 UTC

/bin/sh -c #(nop) CMD ["/bin/sh"]

2024-07-22 23:30:30 UTC

/bin/sh -c #(nop) ENV PHPIZE_DEPS=autoconf dpkg-dev dpkg file g++ gcc libc-dev make pkgconf re2c

2024-07-22 23:30:31 UTC

/bin/sh -c apk add --no-cache ca-certificates curl openssl tar xz

2024-07-22 23:30:31 UTC

/bin/sh -c set -eux; adduser -u 82 -D -S -G www-data www-data

2024-07-22 23:30:32 UTC

/bin/sh -c #(nop) ENV PHP_INI_DIR=/usr/local/etc/php

2024-07-22 23:30:32 UTC

/bin/sh -c set -eux; mkdir -p "$PHP_INI_DIR/conf.d"; [ ! -d /var/www/html ]; mkdir -p /var/www/html; chown www-data:www-data /var/www/html; chmod 1777 /var/www/html

2024-07-22 23:30:32 UTC

/bin/sh -c #(nop) ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64

2024-07-22 23:30:32 UTC

/bin/sh -c #(nop) ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64

2024-07-22 23:30:32 UTC

/bin/sh -c #(nop) ENV PHP_LDFLAGS=-Wl,-O1 -pie

2024-07-22 23:50:31 UTC

/bin/sh -c #(nop) ENV GPG_KEYS=1198C0117593497A5EC5C199286AF1F9897469DC C28D937575603EB4ABB725861C0779DC5C0A9DE4 AFD8691FDAEDF03BDF6E460563F15A9B715376CA

2024-07-22 23:50:32 UTC

/bin/sh -c #(nop) ENV PHP_VERSION=8.3.10RC1

2024-07-22 23:50:32 UTC

/bin/sh -c #(nop) ENV PHP_URL=https://downloads.php.net/~eric/php-8.3.10RC1.tar.xz PHP_ASC_URL=https://downloads.php.net/~eric/php-8.3.10RC1.tar.xz.asc

2024-07-22 23:50:32 UTC

/bin/sh -c #(nop) ENV PHP_SHA256=0b76e618f62c66d7ef670250f598d4834de2b5fe0c72a8dea0e267ae7ad4154e

2024-07-22 23:50: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

2024-07-22 23:50:37 UTC

/bin/sh -c #(nop) COPY file:ce57c04b70896f77cc11eb2766417d8a1240fcffe5bba92179ec78c458844110 in /usr/local/bin/

2024-07-22 23:54: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" 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 ; 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-07-22 23:54:50 UTC

/bin/sh -c #(nop) COPY multi:6edd033b037aa2d7697fc3b9f82c2f162146c1920a0c6d25a165dc56783204db in /usr/local/bin/

2024-07-22 23:54:51 UTC

/bin/sh -c docker-php-ext-enable sodium

2024-07-22 23:54:51 UTC

/bin/sh -c #(nop) ENTRYPOINT ["docker-php-entrypoint"]

2024-07-22 23:54:51 UTC

/bin/sh -c #(nop) CMD ["php" "-a"]

Details
Created

2024-07-22 22:16:06 UTC

Size

35.8 MB

Content Digest
Environment
GPG_KEYS

1198C0117593497A5EC5C199286AF1F9897469DC C28D937575603EB4ABB725861C0779DC5C0A9DE4 AFD8691FDAEDF03BDF6E460563F15A9B715376CA

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PHPIZE_DEPS

autoconf dpkg-dev dpkg file g++ gcc libc-dev make pkgconf re2c

PHP_ASC_URL

https://downloads.php.net/~eric/php-8.3.10RC1.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_SHA256

0b76e618f62c66d7ef670250f598d4834de2b5fe0c72a8dea0e267ae7ad4154e

PHP_URL

https://downloads.php.net/~eric/php-8.3.10RC1.tar.xz

PHP_VERSION

8.3.10RC1


Layers

[#000] sha256:6e59b4988c495782a5b0c8f8d6698931851c16c5c0fc5ef09cbb0637ade56e36 - 9.5% (3.41 MB)

[#001] sha256:3f3b3ac21bbea54c953ea1f2d18929d69c201c50acbb70a6157944a16d881644 - 9.05% (3.24 MB)

[#002] sha256:b2ab89bd2c65997355b0f8d6c170e8ada77fc5d87ae04f4e525032aad1d1c519 - 0.0% (942 Bytes)

[#003] sha256:4d9ea05d06440c67793ed8359925d4dcf5e15c76e0e78b5d20fad34b553a253f - 0.0% (222 Bytes)

[#004] sha256:eec82cf906b7cbd82d1ddfcc9b9023faa498dd79fb2c7ff3644139fc5ccc2a63 - 33.28% (11.9 MB)

[#005] sha256:2af6a8c2333a4753528ae11905f5e845a7b49eeb628e9bada480489052f3d24c - 0.0% (491 Bytes)

[#006] sha256:105e982b5be964e80c80e545c6e47ea2584d5bb43ac667aaed6fd857e61c225c - 48.11% (17.2 MB)

[#007] sha256:1937616918e5a3169c3b5e3b4cc9838a4156b6bdf7185318ea170e6f1953f7d9 - 0.01% (2.39 KB)

[#008] sha256:75758a2201ec88fc280fb94198752eef9d334e6a10f0f26d8c78f6ae471f7dda - 0.05% (19 KB)


History
2024-07-22 21:26:21 UTC

/bin/sh -c #(nop) ADD file:9fcad21b83b7efd6ef267ba714c3ef5a8d4d2064a0bdf528cbb17d0c3388f03f in /

2024-07-22 21:26:22 UTC

/bin/sh -c #(nop) CMD ["/bin/sh"]

2024-07-22 21:55:07 UTC

/bin/sh -c #(nop) ENV PHPIZE_DEPS=autoconf dpkg-dev dpkg file g++ gcc libc-dev make pkgconf re2c

2024-07-22 21:55:10 UTC

/bin/sh -c apk add --no-cache ca-certificates curl openssl tar xz

2024-07-22 21:55:11 UTC

/bin/sh -c set -eux; adduser -u 82 -D -S -G www-data www-data

2024-07-22 21:55:11 UTC

/bin/sh -c #(nop) ENV PHP_INI_DIR=/usr/local/etc/php

2024-07-22 21:55:13 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

2024-07-22 21:55:13 UTC

/bin/sh -c #(nop) ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64

2024-07-22 21:55:14 UTC

/bin/sh -c #(nop) ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64

2024-07-22 21:55:14 UTC

/bin/sh -c #(nop) ENV PHP_LDFLAGS=-Wl,-O1 -pie

2024-07-22 22:13:26 UTC

/bin/sh -c #(nop) ENV GPG_KEYS=1198C0117593497A5EC5C199286AF1F9897469DC C28D937575603EB4ABB725861C0779DC5C0A9DE4 AFD8691FDAEDF03BDF6E460563F15A9B715376CA

2024-07-22 22:13:26 UTC

/bin/sh -c #(nop) ENV PHP_VERSION=8.3.10RC1

2024-07-22 22:13:26 UTC

/bin/sh -c #(nop) ENV PHP_URL=https://downloads.php.net/~eric/php-8.3.10RC1.tar.xz PHP_ASC_URL=https://downloads.php.net/~eric/php-8.3.10RC1.tar.xz.asc

2024-07-22 22:13:27 UTC

/bin/sh -c #(nop) ENV PHP_SHA256=0b76e618f62c66d7ef670250f598d4834de2b5fe0c72a8dea0e267ae7ad4154e

2024-07-22 22:13:32 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-07-22 22:13:33 UTC

/bin/sh -c #(nop) COPY file:ce57c04b70896f77cc11eb2766417d8a1240fcffe5bba92179ec78c458844110 in /usr/local/bin/

2024-07-22 22:16: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" 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 ; 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-07-22 22:16:03 UTC

/bin/sh -c #(nop) COPY multi:6edd033b037aa2d7697fc3b9f82c2f162146c1920a0c6d25a165dc56783204db in /usr/local/bin/

2024-07-22 22:16:05 UTC

/bin/sh -c docker-php-ext-enable sodium

2024-07-22 22:16:05 UTC

/bin/sh -c #(nop) ENTRYPOINT ["docker-php-entrypoint"]

2024-07-22 22:16:06 UTC

/bin/sh -c #(nop) CMD ["php" "-a"]

Details
Created

2024-07-23 02:03:08 UTC

Size

34.4 MB

Content Digest
Environment
GPG_KEYS

1198C0117593497A5EC5C199286AF1F9897469DC C28D937575603EB4ABB725861C0779DC5C0A9DE4 AFD8691FDAEDF03BDF6E460563F15A9B715376CA

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PHPIZE_DEPS

autoconf dpkg-dev dpkg file g++ gcc libc-dev make pkgconf re2c

PHP_ASC_URL

https://downloads.php.net/~eric/php-8.3.10RC1.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_SHA256

0b76e618f62c66d7ef670250f598d4834de2b5fe0c72a8dea0e267ae7ad4154e

PHP_URL

https://downloads.php.net/~eric/php-8.3.10RC1.tar.xz

PHP_VERSION

8.3.10RC1


Layers

[#000] sha256:faf447acae27573624c0613a79c4bcf1f9bc46d29f523140352abfd3f7691282 - 9.34% (3.21 MB)

[#001] sha256:da2d0e03d7a4d4766a64c04a50abfb02e217be153dd68888273b46568c4cac04 - 9.41% (3.24 MB)

[#002] sha256:e56268c2d820d6bf5bbf0e86c5bc55e50edc209a552c0844c6a9f787a880a2c6 - 0.0% (941 Bytes)

[#003] sha256:f05d3b9188b0e4a61167b2493ce280347bad9dfe72e9ecf4c18c5572f2cb6719 - 0.0% (223 Bytes)

[#004] sha256:122721e22876dd8f60e3d955cb36a20cddba73ce3981f49595b418073ef6d8c6 - 34.66% (11.9 MB)

[#005] sha256:f586d82bc3f32c8e904edc5fd83815f0fbe8ee1c0d6f8d193d7bacbfa6cb0efc - 0.0% (497 Bytes)

[#006] sha256:67db12bfc5691cbb331c70cc76aa6eacbec44fe80ed5e57f9e3d8abb58f67064 - 46.52% (16 MB)

[#007] sha256:e4a4b9d61b72093841b3077c524a3ad44e08d98ad085387c37cddb4b2c301588 - 0.01% (2.39 KB)

[#008] sha256:6039e767243e1e1eb7cca847190a0b028d9ef424033abb342f48854ba3339a98 - 0.05% (19 KB)


History
2024-07-22 22:21:00 UTC

/bin/sh -c #(nop) ADD file:cdf7088bbd70519f0f5d7b4249df34386e40f0194752f45842b3d85f2d331cf5 in /

2024-07-22 22:21:00 UTC

/bin/sh -c #(nop) CMD ["/bin/sh"]

2024-07-22 22:40:29 UTC

/bin/sh -c #(nop) ENV PHPIZE_DEPS=autoconf dpkg-dev dpkg file g++ gcc libc-dev make pkgconf re2c

2024-07-22 22:40:37 UTC

/bin/sh -c apk add --no-cache ca-certificates curl openssl tar xz

2024-07-22 22:40:40 UTC

/bin/sh -c set -eux; adduser -u 82 -D -S -G www-data www-data

2024-07-22 22:40:40 UTC

/bin/sh -c #(nop) ENV PHP_INI_DIR=/usr/local/etc/php

2024-07-22 22:40:43 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

2024-07-22 22:40:43 UTC

/bin/sh -c #(nop) ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64

2024-07-22 22:40:44 UTC

/bin/sh -c #(nop) ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64

2024-07-22 22:40:44 UTC

/bin/sh -c #(nop) ENV PHP_LDFLAGS=-Wl,-O1 -pie

2024-07-23 01:15:07 UTC

/bin/sh -c #(nop) ENV GPG_KEYS=1198C0117593497A5EC5C199286AF1F9897469DC C28D937575603EB4ABB725861C0779DC5C0A9DE4 AFD8691FDAEDF03BDF6E460563F15A9B715376CA

2024-07-23 01:15:07 UTC

/bin/sh -c #(nop) ENV PHP_VERSION=8.3.10RC1

2024-07-23 01:15:08 UTC

/bin/sh -c #(nop) ENV PHP_URL=https://downloads.php.net/~eric/php-8.3.10RC1.tar.xz PHP_ASC_URL=https://downloads.php.net/~eric/php-8.3.10RC1.tar.xz.asc

2024-07-23 01:15:09 UTC

/bin/sh -c #(nop) ENV PHP_SHA256=0b76e618f62c66d7ef670250f598d4834de2b5fe0c72a8dea0e267ae7ad4154e

2024-07-23 01:15: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

2024-07-23 01:15:25 UTC

/bin/sh -c #(nop) COPY file:ce57c04b70896f77cc11eb2766417d8a1240fcffe5bba92179ec78c458844110 in /usr/local/bin/

2024-07-23 02:02:58 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 ; 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-07-23 02:03:00 UTC

/bin/sh -c #(nop) COPY multi:6edd033b037aa2d7697fc3b9f82c2f162146c1920a0c6d25a165dc56783204db in /usr/local/bin/

2024-07-23 02:03:07 UTC

/bin/sh -c docker-php-ext-enable sodium

2024-07-23 02:03:08 UTC

/bin/sh -c #(nop) ENTRYPOINT ["docker-php-entrypoint"]

2024-07-23 02:03:08 UTC

/bin/sh -c #(nop) CMD ["php" "-a"]

Details
Created

2024-07-22 23:13:40 UTC

Size

35 MB

Content Digest
Environment
GPG_KEYS

1198C0117593497A5EC5C199286AF1F9897469DC C28D937575603EB4ABB725861C0779DC5C0A9DE4 AFD8691FDAEDF03BDF6E460563F15A9B715376CA

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PHPIZE_DEPS

autoconf dpkg-dev dpkg file g++ gcc libc-dev make pkgconf re2c

PHP_ASC_URL

https://downloads.php.net/~eric/php-8.3.10RC1.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_SHA256

0b76e618f62c66d7ef670250f598d4834de2b5fe0c72a8dea0e267ae7ad4154e

PHP_URL

https://downloads.php.net/~eric/php-8.3.10RC1.tar.xz

PHP_VERSION

8.3.10RC1


Layers

[#000] sha256:834c666d55eae0e308600077be061a01680e7cd02b579be887d9469075f0d943 - 9.42% (3.3 MB)

[#001] sha256:3bee85c5a5fc33ed0d0f61a077ed76c922b87c42c5cb3a4dbba408dd62a64def - 9.44% (3.31 MB)

[#002] sha256:7d1505ad7d669e91b715e2a1bc7ec0c52dd53433332ad45653571cbe2c3643d5 - 0.0% (941 Bytes)

[#003] sha256:87d87c5417e12df9b44287d4f554dd37d0b5b446d100409e5c49a17ac509a5b2 - 0.0% (220 Bytes)

[#004] sha256:ad24a4f6b31c7e92a29040f76a817c1626968f50a59e3292514140657551f3c2 - 34.04% (11.9 MB)

[#005] sha256:163fd47077f445e54943073d7c58d6c00fed809a00300af03b0045e441a1f3bb - 0.0% (495 Bytes)

[#006] sha256:fcf86fd990f0ec9db5d6b7b956825627731f67b97c8a1eb0c3d73803f2b68d1d - 47.05% (16.5 MB)

[#007] sha256:a3d3b1fd2612d42d8446b82749dfac10d73edaeb3781bdea1632bb70fc0529bf - 0.01% (2.39 KB)

[#008] sha256:67d9f8d902640767142739c2dc785b6ec80685c418a537e91104ec4a798b6a76 - 0.05% (19 KB)


History
2024-07-22 21:50:06 UTC

/bin/sh -c #(nop) ADD file:63d382fb7a431c57868274a368a659bde32a60ae0cd05c8af34c3d6a57066a77 in /

2024-07-22 21:50:07 UTC

/bin/sh -c #(nop) CMD ["/bin/sh"]

2024-07-22 22:33:31 UTC

/bin/sh -c #(nop) ENV PHPIZE_DEPS=autoconf dpkg-dev dpkg file g++ gcc libc-dev make pkgconf re2c

2024-07-22 22:33:35 UTC

/bin/sh -c apk add --no-cache ca-certificates curl openssl tar xz

2024-07-22 22:33:37 UTC

/bin/sh -c set -eux; adduser -u 82 -D -S -G www-data www-data

2024-07-22 22:33:37 UTC

/bin/sh -c #(nop) ENV PHP_INI_DIR=/usr/local/etc/php

2024-07-22 22:33:39 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

2024-07-22 22:33:40 UTC

/bin/sh -c #(nop) ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64

2024-07-22 22:33:40 UTC

/bin/sh -c #(nop) ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64

2024-07-22 22:33:41 UTC

/bin/sh -c #(nop) ENV PHP_LDFLAGS=-Wl,-O1 -pie

2024-07-22 23:08:25 UTC

/bin/sh -c #(nop) ENV GPG_KEYS=1198C0117593497A5EC5C199286AF1F9897469DC C28D937575603EB4ABB725861C0779DC5C0A9DE4 AFD8691FDAEDF03BDF6E460563F15A9B715376CA

2024-07-22 23:08:25 UTC

/bin/sh -c #(nop) ENV PHP_VERSION=8.3.10RC1

2024-07-22 23:08:26 UTC

/bin/sh -c #(nop) ENV PHP_URL=https://downloads.php.net/~eric/php-8.3.10RC1.tar.xz PHP_ASC_URL=https://downloads.php.net/~eric/php-8.3.10RC1.tar.xz.asc

2024-07-22 23:08:27 UTC

/bin/sh -c #(nop) ENV PHP_SHA256=0b76e618f62c66d7ef670250f598d4834de2b5fe0c72a8dea0e267ae7ad4154e

2024-07-22 23:08:33 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-07-22 23:08:34 UTC

/bin/sh -c #(nop) COPY file:ce57c04b70896f77cc11eb2766417d8a1240fcffe5bba92179ec78c458844110 in /usr/local/bin/

2024-07-22 23:13: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 ; 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-07-22 23:13:36 UTC

/bin/sh -c #(nop) COPY multi:6edd033b037aa2d7697fc3b9f82c2f162146c1920a0c6d25a165dc56783204db in /usr/local/bin/

2024-07-22 23:13:39 UTC

/bin/sh -c docker-php-ext-enable sodium

2024-07-22 23:13:39 UTC

/bin/sh -c #(nop) ENTRYPOINT ["docker-php-entrypoint"]

2024-07-22 23:13:40 UTC

/bin/sh -c #(nop) CMD ["php" "-a"]