Namespace
library
Image / Tag
php:8.3.12RC1-cli-alpine3.19
Content Digest
sha256:d7ec508fae66e08aafde427f72111b5dcbdcb98cd304f1e1cecc06150f8c1a3e
Details
Created

2024-09-14 00:29:09 UTC

Size

35.1 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.12RC1.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

fbb3ece7f2525dee3154094da8fbbdd5c294b482b2a20c66cd4ce4aa7aaf1296

PHP_URL

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

PHP_VERSION

8.3.12RC1


Layers

[#000] sha256:f8365d87ce9a9886c88284fcf1fc48ad082e1d5ba8d0d788aeb9e49923921970 - 8.85% (3.1 MB)

[#001] sha256:398c42517a47f2db3a1b8799c3d9d1b17ab5a75db26505b01757d2b29f4a8884 - 7.78% (2.73 MB)

[#002] sha256:58223ab98625da463b4d940ab7ebbb4eac608a94b3da464a1cee42974f5d2b73 - 0.0% (1.2 KB)

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

[#004] sha256:97f9ef42f677379c98f8cb797b2d87eee1692070edb5acfb5035336a4f4658da - 34.03% (11.9 MB)

[#005] sha256:8ac7b8f90929920025ea719d279f292bbc8ba3c65708cd6a801acbf35a3c1085 - 0.0% (499 Bytes)

[#006] sha256:7562fd2af94687f6686aecf8747ab1777b49e8f1420358eb8cb142cfba121f34 - 49.27% (17.3 MB)

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

[#008] sha256:937723597f595a48a78b24e5a2426aeab7b56506eac667371eceeab7d7fc2c11 - 0.05% (19.1 KB)


History
2024-09-06 22:41:25 UTC

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

2024-09-06 22:41:25 UTC

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

2024-09-06 23:20:14 UTC

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

2024-09-06 23:20:16 UTC

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

2024-09-06 23:20:17 UTC

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

2024-09-06 23:20:17 UTC

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

2024-09-06 23:20:17 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-09-06 23:20:18 UTC

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

2024-09-06 23:20:18 UTC

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

2024-09-06 23:20:18 UTC

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

2024-09-07 00:03:32 UTC

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

2024-09-14 00:22:19 UTC

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

2024-09-14 00:22:19 UTC

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

2024-09-14 00:22:20 UTC

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

2024-09-14 00:22: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

2024-09-14 00:22:26 UTC

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

2024-09-14 00:29:07 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-09-14 00:29:08 UTC

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

2024-09-14 00:29:09 UTC

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

2024-09-14 00:29:09 UTC

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

2024-09-14 00:29:09 UTC

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

Details
Created

2024-09-13 23:06:03 UTC

Size

34.7 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.12RC1.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

fbb3ece7f2525dee3154094da8fbbdd5c294b482b2a20c66cd4ce4aa7aaf1296

PHP_URL

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

PHP_VERSION

8.3.12RC1


Layers

[#000] sha256:94c7366c1c3058fbc60a5ea04b6d13199a592a67939a043c41c051c4bfcd117a - 9.39% (3.26 MB)

[#001] sha256:d90ce4000612afa6f02496734ca8182e6e8fb8579399551b0de9baaae42c78ec - 7.69% (2.67 MB)

[#002] sha256:b82f0f5e49b7aa130bceca4598e155439e414098a9c7976c011815608f1f7f27 - 0.0% (1.21 KB)

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

[#004] sha256:40cc8ba55dedde881b635100ed7ed52e42d02c60ca31e009f30205df6d18af35 - 34.35% (11.9 MB)

[#005] sha256:82602e85d3f238d3ec0fae53a1f03f73daae9b40cf549676173ebc5f8553174c - 0.0% (499 Bytes)

[#006] sha256:6074a64b9d97a7a30697b530ddd59b4fc10a40ff70ecfa2ecd6b3d5595bbdf28 - 48.51% (16.8 MB)

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

[#008] sha256:8782aa3a4e41b16fc7530d4a8daaccef579fc29e977d697fe92e2600781a9030 - 0.05% (19.1 KB)


History
2024-09-06 22:20:13 UTC

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

2024-09-06 22:20:13 UTC

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

2024-09-07 00:44:59 UTC

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

2024-09-07 00:45:01 UTC

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

2024-09-07 00:45:01 UTC

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

2024-09-07 00:45:01 UTC

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

2024-09-07 00:45:02 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-09-07 00:45:02 UTC

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

2024-09-07 00:45:02 UTC

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

2024-09-07 00:45:02 UTC

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

2024-09-07 01:10:44 UTC

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

2024-09-13 23:01:57 UTC

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

2024-09-13 23:01:57 UTC

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

2024-09-13 23:01:57 UTC

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

2024-09-13 23:02: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-09-13 23:02:03 UTC

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

2024-09-13 23:06: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-09-13 23:06:01 UTC

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

2024-09-13 23:06:03 UTC

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

2024-09-13 23:06:03 UTC

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

2024-09-13 23:06:03 UTC

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

Details
Created

2024-09-13 21:38:06 UTC

Size

33.1 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.12RC1.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

fbb3ece7f2525dee3154094da8fbbdd5c294b482b2a20c66cd4ce4aa7aaf1296

PHP_URL

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

PHP_VERSION

8.3.12RC1


Layers

[#000] sha256:8922ced57063579c37aeb21c1c664433762d26f8051e187a63b559c21b36da53 - 9.16% (3.03 MB)

[#001] sha256:080fcbe137ee32b9152493db0a11b83147216e46a5d126c0a783689576a6259d - 8.08% (2.67 MB)

[#002] sha256:8d469f7c94bdbe032608fcb46ab9d0bc9a7a499e45c5cdb1fce68145f26dded1 - 0.0% (1.2 KB)

[#003] sha256:0c18247add2bbd4eb9f46f3f381558a3863198f9930bfbc655be0a57e7ce49ea - 0.0% (221 Bytes)

[#004] sha256:93f0ed469f55500a631c1f6b003df2763203007aa200547372a2443bbbff9bb2 - 36.06% (11.9 MB)

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

[#006] sha256:86583effa825fb44af9a60dee50dc40f56d4a4979d4af4c78efdccd8666cd6ab - 46.64% (15.4 MB)

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

[#008] sha256:99e87e87099e1db714fc146d2586d43e44ff0d9f7bc5262d7fc2663a70fff16d - 0.06% (18.9 KB)


History
2024-09-06 22:49:26 UTC

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

2024-09-06 22:49:27 UTC

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

2024-09-06 23:41:45 UTC

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

2024-09-06 23:41:47 UTC

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

2024-09-06 23:41:49 UTC

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

2024-09-06 23:41:49 UTC

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

2024-09-06 23:41:50 UTC

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

2024-09-06 23:41:50 UTC

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

2024-09-06 23:41:50 UTC

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

2024-09-06 23:41:50 UTC

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

2024-09-07 00:00:18 UTC

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

2024-09-13 21:32:44 UTC

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

2024-09-13 21:32:44 UTC

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

2024-09-13 21:32:44 UTC

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

2024-09-13 21:32: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-09-13 21:32:50 UTC

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

2024-09-13 21:38:04 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-09-13 21:38:04 UTC

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

2024-09-13 21:38:05 UTC

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

2024-09-13 21:38:05 UTC

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

2024-09-13 21:38:06 UTC

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

Details
Created

2024-09-13 22:56:50 UTC

Size

31.7 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.12RC1.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

fbb3ece7f2525dee3154094da8fbbdd5c294b482b2a20c66cd4ce4aa7aaf1296

PHP_URL

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

PHP_VERSION

8.3.12RC1


Layers

[#000] sha256:426a5537ab470cede64a1b269dbc9f485fa674bec59555cdaa5a1c96e6675b0d - 8.81% (2.79 MB)

[#001] sha256:ad221c50da25249579c14eeda312dd437efd19f1c8e5207637eb615d5d7949bb - 7.95% (2.52 MB)

[#002] sha256:91b0f58d5663cbae323da7cb01ca45e9f7adce534062c97cc2665ad1d46d6709 - 0.0% (1.2 KB)

[#003] sha256:5f1e060134c9e28c8f62bd2701059f6474428d89fcf862734c4abfa5efdd5e42 - 0.0% (222 Bytes)

[#004] sha256:1e3c01c495b8ba18c31c90c37dca23e1d8a06c2c11a025c573620f0836015962 - 37.63% (11.9 MB)

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

[#006] sha256:5cbf62ae741c8e2231d0ff0d35ae3cb99c6de4da8f037d7db2c7b85dfdc7914f - 45.54% (14.4 MB)

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

[#008] sha256:7d37cc7ccdc55f4cfe11a4a78f259d6a90246febe602a70d1b7527d738d36b83 - 0.06% (18.9 KB)


History
2024-09-06 22:08:05 UTC

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

2024-09-06 22:08:06 UTC

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

2024-09-06 22:38:02 UTC

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

2024-09-06 22:38:04 UTC

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

2024-09-06 22:38:04 UTC

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

2024-09-06 22:38:04 UTC

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

2024-09-06 22:38:05 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-09-06 22:38:05 UTC

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

2024-09-06 22:38:05 UTC

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

2024-09-06 22:38:05 UTC

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

2024-09-06 22:55:48 UTC

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

2024-09-13 22:53:48 UTC

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

2024-09-13 22:53:48 UTC

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

2024-09-13 22:53:48 UTC

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

2024-09-13 22:53:54 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-09-13 22:53:54 UTC

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

2024-09-13 22:56:48 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-09-13 22:56:48 UTC

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

2024-09-13 22:56:50 UTC

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

2024-09-13 22:56:50 UTC

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

2024-09-13 22:56:50 UTC

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

Details
Created

2024-09-13 23:11:01 UTC

Size

34.7 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.12RC1.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

fbb3ece7f2525dee3154094da8fbbdd5c294b482b2a20c66cd4ce4aa7aaf1296

PHP_URL

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

PHP_VERSION

8.3.12RC1


Layers

[#000] sha256:188a7166e45935ced07634efdc8e63c13f5f7673b60b051b353475ee00e28fe0 - 9.23% (3.2 MB)

[#001] sha256:9fcba0d3205eeb63702adadaad8d4c4acc15c7aa55aadd0394eba5e6aa96d810 - 7.84% (2.72 MB)

[#002] sha256:b4d9bfada5ad27fc98699cf473054b7827a2c9eca3e3d1b114812b165543914e - 0.0% (1.21 KB)

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

[#004] sha256:d8587ccd1f7d134fbdd0e5bddf0325ddc264f807f26eaa1469bd5120dc6423f3 - 34.37% (11.9 MB)

[#005] sha256:cac2596f79b0a00d1ea9e3cd6cc93538ac7f023376d82429f38098951be5c050 - 0.0% (499 Bytes)

[#006] sha256:b3dc278462ee054596adbcf86f2a924e2acde9e220db040f3628e03eb7b8fb71 - 48.5% (16.8 MB)

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

[#008] sha256:816adf222c0e791fedcb4da25e8aa432591b8791573ce1ef9e9e9422303165a1 - 0.05% (18.9 KB)


History
2024-09-06 22:44:16 UTC

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

2024-09-06 22:44:16 UTC

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

2024-09-07 00:53:54 UTC

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

2024-09-07 00:53:56 UTC

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

2024-09-07 00:53:56 UTC

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

2024-09-07 00:53:56 UTC

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

2024-09-07 00:53: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

2024-09-07 00:53:57 UTC

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

2024-09-07 00:53:57 UTC

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

2024-09-07 00:53:57 UTC

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

2024-09-07 01:18:26 UTC

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

2024-09-13 23:06:38 UTC

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

2024-09-13 23:06:38 UTC

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

2024-09-13 23:06:38 UTC

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

2024-09-13 23:06:43 UTC

/bin/sh -c set -eux; apk add --no-cache --virtual .fetch-deps gnupg; mkdir -p /usr/src; cd /usr/src; curl -fsSL -o php.tar.xz "$PHP_URL"; if [ -n "$PHP_SHA256" ]; then echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c -; fi; if [ -n "$PHP_ASC_URL" ]; then curl -fsSL -o php.tar.xz.asc "$PHP_ASC_URL"; export GNUPGHOME="$(mktemp -d)"; for key in $GPG_KEYS; do gpg --batch --keyserver keyserver.ubuntu.com --recv-keys "$key"; done; gpg --batch --verify php.tar.xz.asc php.tar.xz; gpgconf --kill all; rm -rf "$GNUPGHOME"; fi; apk del --no-network .fetch-deps

2024-09-13 23:06:43 UTC

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

2024-09-13 23:11:00 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-09-13 23:11:00 UTC

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

2024-09-13 23:11:01 UTC

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

2024-09-13 23:11:01 UTC

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

2024-09-13 23:11:01 UTC

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

Details
Created

2024-09-13 22:41:02 UTC

Size

35.6 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.12RC1.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

fbb3ece7f2525dee3154094da8fbbdd5c294b482b2a20c66cd4ce4aa7aaf1296

PHP_URL

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

PHP_VERSION

8.3.12RC1


Layers

[#000] sha256:1274ef399099f48829c82f23090a3c36444839648f7cf9fbf44c7518257fcdd2 - 9.01% (3.21 MB)

[#001] sha256:4514a75734a8a2c464727a1d2643b6ffc19526edfbc2100de62e45284ef3699a - 7.72% (2.75 MB)

[#002] sha256:3946f8448bd3215cc0574597d31b6c547a6035486812c2fcbfc8e931d6279885 - 0.0% (1.2 KB)

[#003] sha256:1903ff2eae36c9cf63d249425e3f7bd588d8fcd648ecf498db42a9c9c09ab6a2 - 0.0% (222 Bytes)

[#004] sha256:f34dac1bf5e761c713cfd20ea66d64b11bfdaf93664e7236078d7e9f5ab8abf4 - 33.51% (11.9 MB)

[#005] sha256:2e55769b2aaf8c712681a827d1cd0e05ddc5535c06b249c1c1cfa309e79839ff - 0.0% (498 Bytes)

[#006] sha256:855011223ba7540278089e5f633e9d7f9436284ab9dd558d984b708ad266f9c4 - 49.7% (17.7 MB)

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

[#008] sha256:555e1cbe4613fdc44af3f2dc62881ff6e9074b8e4b216b20f33eb8aea10cfcd8 - 0.05% (18.9 KB)


History
2024-09-06 22:26:13 UTC

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

2024-09-06 22:26:13 UTC

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

2024-09-06 23:24:52 UTC

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

2024-09-06 23:24:55 UTC

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

2024-09-06 23:24:56 UTC

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

2024-09-06 23:24:57 UTC

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

2024-09-06 23:24: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

2024-09-06 23:24:59 UTC

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

2024-09-06 23:24:59 UTC

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

2024-09-06 23:25:00 UTC

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

2024-09-07 00:07:58 UTC

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

2024-09-13 22:38:20 UTC

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

2024-09-13 22:38:20 UTC

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

2024-09-13 22:38:21 UTC

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

2024-09-13 22:38: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-09-13 22:38:27 UTC

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

2024-09-13 22:40: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-09-13 22:40:59 UTC

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

2024-09-13 22:41:01 UTC

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

2024-09-13 22:41:02 UTC

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

2024-09-13 22:41:02 UTC

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

Details
Created

2024-09-13 23:01:29 UTC

Size

34.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.12RC1.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

fbb3ece7f2525dee3154094da8fbbdd5c294b482b2a20c66cd4ce4aa7aaf1296

PHP_URL

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

PHP_VERSION

8.3.12RC1


Layers

[#000] sha256:dbf93dbda29c680e293e8229956c663ae9d4e8435d70335c363568788915cac5 - 8.9% (3.1 MB)

[#001] sha256:252a16b4a3f1ff8b7342597a1478d555f90a9466c5c0b4390a680b41165487a5 - 8.15% (2.84 MB)

[#002] sha256:1ca0f2ec96a13f97950cd572f6ba53cd2b32756a6b0fbbab2578461fca19ef5a - 0.0% (1.2 KB)

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

[#004] sha256:caa022c58773b20dadbc41dcb46621e3560665931fe51e37f46787030fb5b26f - 34.24% (11.9 MB)

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

[#006] sha256:72bd42d02c2b2034c84c7883ccc7dd1701f415c8e9ec800fc4a1449aa53c4e29 - 48.64% (16.9 MB)

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

[#008] sha256:eff53c22763b3d2318972f1fec177a21bb5cf4555b1b08fedd0a851a2fc78458 - 0.05% (18.9 KB)


History
2024-09-06 22:48:26 UTC

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

2024-09-06 22:48:26 UTC

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

2024-09-06 23:31:21 UTC

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

2024-09-06 23:31:22 UTC

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

2024-09-06 23:31:22 UTC

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

2024-09-06 23:31:23 UTC

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

2024-09-06 23:31:23 UTC

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

2024-09-06 23:31:23 UTC

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

2024-09-06 23:31:23 UTC

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

2024-09-06 23:31:23 UTC

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

2024-09-06 23:51:57 UTC

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

2024-09-13 22:58:23 UTC

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

2024-09-13 22:58:23 UTC

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

2024-09-13 22:58:24 UTC

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

2024-09-13 22:58: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-09-13 22:58:27 UTC

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

2024-09-13 23:01:27 UTC

/bin/sh -c set -eux; apk add --no-cache --virtual .build-deps $PHPIZE_DEPS argon2-dev coreutils curl-dev gnu-libiconv-dev libsodium-dev libxml2-dev linux-headers oniguruma-dev openssl-dev readline-dev sqlite-dev ; rm -vf /usr/include/iconv.h; export CFLAGS="$PHP_CFLAGS" CPPFLAGS="$PHP_CPPFLAGS" LDFLAGS="$PHP_LDFLAGS" 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-09-13 23:01:28 UTC

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

2024-09-13 23:01:29 UTC

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

2024-09-13 23:01:29 UTC

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

2024-09-13 23:01:29 UTC

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

Danger Zone
Delete Tag

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.

Delete