Namespace
library
Image / Tag
php:8.2.0beta1-alpine3.16
Content Digest
sha256:91f2626fb6fbe99553d90f82648a180e1688b375e71073af9d0e4074a2e068b3
Details
Created

2022-07-22 00:08:16 UTC

Size

32 MB

Content Digest
Environment
GPG_KEYS

39B641343D8C104B2B146DC3F9C39DC0B9698544 E60913E4DF209907D8E30D96659A97C9CF2A795A 1198C0117593497A5EC5C199286AF1F9897469DC

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/~pierrick/php-8.2.0beta1.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

46ebb4be04b98833bab649314775cc100bdd825c73d9bc3646df5c1ec7ebb2a6

PHP_URL

https://downloads.php.net/~pierrick/php-8.2.0beta1.tar.xz

PHP_VERSION

8.2.0beta1


Layers

[#000] sha256:5d7f927419794ebb7496ac38b0659686317b2d2fac7252a4a0d40d43d5fdd662 - 8.35% (2.67 MB)

[#001] sha256:b497c2c5ebbc20f14d6736375ca0223ad07215dcc8af96c5bbce7c290f69ea2a - 5.39% (1.72 MB)

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

[#003] sha256:11354c8cb04ba6f087c3a31b39b85cfce6d35433d6481e761df799bbbefae5a7 - 0.0% (221 Bytes)

[#004] sha256:f4e720ea597079173cc072255db65be3bd724908db515756b054e22426ce8ba7 - 35.52% (11.4 MB)

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

[#006] sha256:b81c202ef4d6d890b195385a2fa74384b3f0fac578bfe41961751440c8242a93 - 50.68% (16.2 MB)

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

[#008] sha256:74863961d15e09deaeba945620bd23bcde75631e34e6d04ad180b201bd4eed32 - 0.05% (18 KB)


History
2022-07-18 20:38:19 UTC

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

2022-07-18 20:38:19 UTC

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

2022-07-18 21:41:29 UTC

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

2022-07-18 21:41:31 UTC

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

2022-07-18 21:41:32 UTC

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

2022-07-18 21:41:33 UTC

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

2022-07-18 21:41:34 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 777 /var/www/html

2022-07-18 21:41:35 UTC

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

2022-07-18 21:41:36 UTC

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

2022-07-18 21:41:37 UTC

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

2022-07-18 21:41:38 UTC

/bin/sh -c #(nop) ENV GPG_KEYS=39B641343D8C104B2B146DC3F9C39DC0B9698544 E60913E4DF209907D8E30D96659A97C9CF2A795A 1198C0117593497A5EC5C199286AF1F9897469DC

2022-07-22 00:04:08 UTC

/bin/sh -c #(nop) ENV PHP_VERSION=8.2.0beta1

2022-07-22 00:04:09 UTC

/bin/sh -c #(nop) ENV PHP_URL=https://downloads.php.net/~pierrick/php-8.2.0beta1.tar.xz PHP_ASC_URL=https://downloads.php.net/~pierrick/php-8.2.0beta1.tar.xz.asc

2022-07-22 00:04:10 UTC

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

2022-07-22 00:04:15 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

2022-07-22 00:04:17 UTC

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

2022-07-22 00:08:13 UTC

/bin/sh -c set -eux; apk add --no-cache --virtual .build-deps $PHPIZE_DEPS argon2-dev coreutils curl-dev gnu-libiconv-dev libsodium-dev libxml2-dev linux-headers oniguruma-dev openssl-dev readline-dev sqlite-dev ; rm -vf /usr/include/iconv.h; export CFLAGS="$PHP_CFLAGS" CPPFLAGS="$PHP_CPPFLAGS" LDFLAGS="$PHP_LDFLAGS" ; docker-php-source extract; cd /usr/src/php; gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)"; ./configure --build="$gnuArch" --with-config-file-path="$PHP_INI_DIR" --with-config-file-scan-dir="$PHP_INI_DIR/conf.d" --enable-option-checking=fatal --with-mhash --with-pic --enable-ftp --enable-mbstring --enable-mysqlnd --with-password-argon2 --with-sodium=shared --with-pdo-sqlite=/usr --with-sqlite3=/usr --with-curl --with-iconv=/usr --with-openssl --with-readline --with-zlib --enable-phpdbg --enable-phpdbg-readline --with-pear $(test "$gnuArch" = 's390x-linux-musl' && echo '--without-pcre-jit') ; make -j "$(nproc)"; find -type f -name '*.a' -delete; make install; find /usr/local -type f -perm '/0111' -exec sh -euxc ' strip --strip-all "$@" || : ' -- '{}' + ; make clean; cp -v php.ini-* "$PHP_INI_DIR/"; cd /; docker-php-source delete; runDeps="$( scanelf --needed --nobanner --format '%n#p' --recursive /usr/local | tr ',' '\n' | sort -u | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' )"; apk add --no-cache $runDeps; apk del --no-network .build-deps; pecl update-channels; rm -rf /tmp/pear ~/.pearrc; php --version

2022-07-22 00:08:14 UTC

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

2022-07-22 00:08:14 UTC

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

2022-07-22 00:08:15 UTC

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

2022-07-22 00:08:16 UTC

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

Details
Created

2022-07-22 00:12:36 UTC

Size

31.5 MB

Content Digest
Environment
GPG_KEYS

39B641343D8C104B2B146DC3F9C39DC0B9698544 E60913E4DF209907D8E30D96659A97C9CF2A795A 1198C0117593497A5EC5C199286AF1F9897469DC

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/~pierrick/php-8.2.0beta1.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

46ebb4be04b98833bab649314775cc100bdd825c73d9bc3646df5c1ec7ebb2a6

PHP_URL

https://downloads.php.net/~pierrick/php-8.2.0beta1.tar.xz

PHP_VERSION

8.2.0beta1


Layers

[#000] sha256:530afca65e2ea04227630ae746e0c85b2bd1a179379cbf2b6501b49c4cab2ccc - 8.47% (2.67 MB)

[#001] sha256:09cfb8455962e8dee2ec89d1aca6167797ee8fb124669b4f37e54aa82accbd11 - 5.16% (1.63 MB)

[#002] sha256:b72bc08afeabf24400f8800b72194e328506b82a27cefb34b8b9f573393b8bc2 - 0.0% (1.23 KB)

[#003] sha256:7fb7a732550aeef70ff8ae6f2fdc1f988da20f7adbd4fa74770ad6e4f15be150 - 0.0% (268 Bytes)

[#004] sha256:84cab402a10873e9c597ae9206009939e0495787d98f23766142615c4407c2d9 - 36.06% (11.4 MB)

[#005] sha256:024f1302b4bd5aaa3ff43373a63846846d1555bc83ab6f626de62a743c177590 - 0.0% (498 Bytes)

[#006] sha256:2b8615217c6327c646eb63822829971a5177b0b5476a224c45483c8387e580ad - 50.24% (15.8 MB)

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

[#008] sha256:82e537ce5c15be245267580343045854fee18c70111756763478b190b515650d - 0.06% (18.1 KB)


History
2022-07-18 21:00:15 UTC

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

2022-07-18 21:00:15 UTC

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

2022-07-19 00:27:04 UTC

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

2022-07-19 00:27:06 UTC

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

2022-07-19 00:27:06 UTC

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

2022-07-19 00:27:06 UTC

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

2022-07-19 00:27:07 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 777 /var/www/html

2022-07-19 00:27:07 UTC

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

2022-07-19 00:27:07 UTC

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

2022-07-19 00:27:07 UTC

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

2022-07-19 00:27:07 UTC

/bin/sh -c #(nop) ENV GPG_KEYS=39B641343D8C104B2B146DC3F9C39DC0B9698544 E60913E4DF209907D8E30D96659A97C9CF2A795A 1198C0117593497A5EC5C199286AF1F9897469DC

2022-07-22 00:08:19 UTC

/bin/sh -c #(nop) ENV PHP_VERSION=8.2.0beta1

2022-07-22 00:08:19 UTC

/bin/sh -c #(nop) ENV PHP_URL=https://downloads.php.net/~pierrick/php-8.2.0beta1.tar.xz PHP_ASC_URL=https://downloads.php.net/~pierrick/php-8.2.0beta1.tar.xz.asc

2022-07-22 00:08:19 UTC

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

2022-07-22 00:08: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

2022-07-22 00:08:24 UTC

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

2022-07-22 00:12:34 UTC

/bin/sh -c set -eux; apk add --no-cache --virtual .build-deps $PHPIZE_DEPS argon2-dev coreutils curl-dev gnu-libiconv-dev libsodium-dev libxml2-dev linux-headers oniguruma-dev openssl-dev readline-dev sqlite-dev ; rm -vf /usr/include/iconv.h; export CFLAGS="$PHP_CFLAGS" CPPFLAGS="$PHP_CPPFLAGS" LDFLAGS="$PHP_LDFLAGS" ; docker-php-source extract; cd /usr/src/php; gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)"; ./configure --build="$gnuArch" --with-config-file-path="$PHP_INI_DIR" --with-config-file-scan-dir="$PHP_INI_DIR/conf.d" --enable-option-checking=fatal --with-mhash --with-pic --enable-ftp --enable-mbstring --enable-mysqlnd --with-password-argon2 --with-sodium=shared --with-pdo-sqlite=/usr --with-sqlite3=/usr --with-curl --with-iconv=/usr --with-openssl --with-readline --with-zlib --enable-phpdbg --enable-phpdbg-readline --with-pear $(test "$gnuArch" = 's390x-linux-musl' && echo '--without-pcre-jit') ; make -j "$(nproc)"; find -type f -name '*.a' -delete; make install; find /usr/local -type f -perm '/0111' -exec sh -euxc ' strip --strip-all "$@" || : ' -- '{}' + ; make clean; cp -v php.ini-* "$PHP_INI_DIR/"; cd /; docker-php-source delete; runDeps="$( scanelf --needed --nobanner --format '%n#p' --recursive /usr/local | tr ',' '\n' | sort -u | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' )"; apk add --no-cache $runDeps; apk del --no-network .build-deps; pecl update-channels; rm -rf /tmp/pear ~/.pearrc; php --version

2022-07-22 00:12:35 UTC

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

2022-07-22 00:12:36 UTC

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

2022-07-22 00:12:36 UTC

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

2022-07-22 00:12:36 UTC

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

Details
Created

2022-07-21 23:56:44 UTC

Size

30 MB

Content Digest
Environment
GPG_KEYS

39B641343D8C104B2B146DC3F9C39DC0B9698544 E60913E4DF209907D8E30D96659A97C9CF2A795A 1198C0117593497A5EC5C199286AF1F9897469DC

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/~pierrick/php-8.2.0beta1.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

46ebb4be04b98833bab649314775cc100bdd825c73d9bc3646df5c1ec7ebb2a6

PHP_URL

https://downloads.php.net/~pierrick/php-8.2.0beta1.tar.xz

PHP_VERSION

8.2.0beta1


Layers

[#000] sha256:b7885075fcd06a866d12dfd56eb704045eaadbd22dc03a224cd98715be566677 - 8.3% (2.49 MB)

[#001] sha256:4f3a20f98c3862e8b151953d654ed54191d3b27050e2581dffbfb6e8c9137978 - 5.39% (1.62 MB)

[#002] sha256:6a2b70338f2368181e0f61f4907a974178bd8b93cdf93d44a432380e99c5d154 - 0.0% (1.23 KB)

[#003] sha256:9f0a1e200dbbea4736643651e71bfdcf1414cc80f1047b39f7d6732be05ff46a - 0.0% (266 Bytes)

[#004] sha256:c0b6ed38cf43d3c8cb91f11a4fffa7432fc4205e050b499134413e0d5a2b12d2 - 37.95% (11.4 MB)

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

[#006] sha256:e50b3752f106d2a89e4d405007a4bd9de0724e35ce6faeca8430a92bd5a88d87 - 48.29% (14.5 MB)

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

[#008] sha256:e71011bf95cb22d0b7b0368e5ba858da8598fc891e1f51e376a58ba70343b602 - 0.06% (17.9 KB)


History
2022-07-18 19:49:37 UTC

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

2022-07-18 19:49:37 UTC

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

2022-07-19 02:54:46 UTC

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

2022-07-19 02:54:49 UTC

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

2022-07-19 02:54:51 UTC

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

2022-07-19 02:54:51 UTC

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

2022-07-19 02:54:53 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 777 /var/www/html

2022-07-19 02:54:53 UTC

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

2022-07-19 02:54:54 UTC

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

2022-07-19 02:54:54 UTC

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

2022-07-19 02:54:54 UTC

/bin/sh -c #(nop) ENV GPG_KEYS=39B641343D8C104B2B146DC3F9C39DC0B9698544 E60913E4DF209907D8E30D96659A97C9CF2A795A 1198C0117593497A5EC5C199286AF1F9897469DC

2022-07-21 23:50:53 UTC

/bin/sh -c #(nop) ENV PHP_VERSION=8.2.0beta1

2022-07-21 23:50:54 UTC

/bin/sh -c #(nop) ENV PHP_URL=https://downloads.php.net/~pierrick/php-8.2.0beta1.tar.xz PHP_ASC_URL=https://downloads.php.net/~pierrick/php-8.2.0beta1.tar.xz.asc

2022-07-21 23:50:54 UTC

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

2022-07-21 23:51:01 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

2022-07-21 23:51:02 UTC

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

2022-07-21 23:56:39 UTC

/bin/sh -c set -eux; apk add --no-cache --virtual .build-deps $PHPIZE_DEPS argon2-dev coreutils curl-dev gnu-libiconv-dev libsodium-dev libxml2-dev linux-headers oniguruma-dev openssl-dev readline-dev sqlite-dev ; rm -vf /usr/include/iconv.h; export CFLAGS="$PHP_CFLAGS" CPPFLAGS="$PHP_CPPFLAGS" LDFLAGS="$PHP_LDFLAGS" ; docker-php-source extract; cd /usr/src/php; gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)"; ./configure --build="$gnuArch" --with-config-file-path="$PHP_INI_DIR" --with-config-file-scan-dir="$PHP_INI_DIR/conf.d" --enable-option-checking=fatal --with-mhash --with-pic --enable-ftp --enable-mbstring --enable-mysqlnd --with-password-argon2 --with-sodium=shared --with-pdo-sqlite=/usr --with-sqlite3=/usr --with-curl --with-iconv=/usr --with-openssl --with-readline --with-zlib --enable-phpdbg --enable-phpdbg-readline --with-pear $(test "$gnuArch" = 's390x-linux-musl' && echo '--without-pcre-jit') ; make -j "$(nproc)"; find -type f -name '*.a' -delete; make install; find /usr/local -type f -perm '/0111' -exec sh -euxc ' strip --strip-all "$@" || : ' -- '{}' + ; make clean; cp -v php.ini-* "$PHP_INI_DIR/"; cd /; docker-php-source delete; runDeps="$( scanelf --needed --nobanner --format '%n#p' --recursive /usr/local | tr ',' '\n' | sort -u | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' )"; apk add --no-cache $runDeps; apk del --no-network .build-deps; pecl update-channels; rm -rf /tmp/pear ~/.pearrc; php --version

2022-07-21 23:56:41 UTC

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

2022-07-21 23:56:43 UTC

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

2022-07-21 23:56:44 UTC

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

2022-07-21 23:56:44 UTC

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

Details
Created

2022-08-02 11:13:58 UTC

Size

28.7 MB

Content Digest
Environment
GPG_KEYS

39B641343D8C104B2B146DC3F9C39DC0B9698544 E60913E4DF209907D8E30D96659A97C9CF2A795A 1198C0117593497A5EC5C199286AF1F9897469DC

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/~pierrick/php-8.2.0beta1.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

46ebb4be04b98833bab649314775cc100bdd825c73d9bc3646df5c1ec7ebb2a6

PHP_URL

https://downloads.php.net/~pierrick/php-8.2.0beta1.tar.xz

PHP_VERSION

8.2.0beta1


Layers

[#000] sha256:a6b45ace95f42a930d15c33679ab9c85d46019b7e73954cadc73bb9ba176509b - 8.0% (2.3 MB)

[#001] sha256:bee58ddb705eb7b64c145780f43f5387b1fbaab55cb4343097283ab20f962569 - 5.23% (1.5 MB)

[#002] sha256:c44b44fb7e50395cddc49eb6beec73d881ed98348d72f0ed16650e437cb540b1 - 0.0% (1.23 KB)

[#003] sha256:22ab5841dbdd1657506e0d13fcede092739bfe1cd0a1ac1fb8dbe847475354b7 - 0.0% (267 Bytes)

[#004] sha256:69c137b94f7f80dd6fefe3aecc02b90f0a7a48c4067c3a22999c4584a4f198fd - 39.57% (11.4 MB)

[#005] sha256:52c6ede3c9f26ef4f743cc2c926cc75d07e17d7b4d69029824ed310ad5f0464c - 0.0% (491 Bytes)

[#006] sha256:bd9808ea842996fe8de967dcf2be8d7c261dc6c9abe1178ee66fd95640bf461a - 47.12% (13.5 MB)

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

[#008] sha256:8142270cf730f41a08f60df2f6b9fa6de99c1d064c0ab7697e936301172e9f94 - 0.06% (18.2 KB)


History
2022-07-18 21:24:47 UTC

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

2022-07-18 21:24:47 UTC

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

2022-08-02 11:00:48 UTC

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

2022-08-02 11:00:50 UTC

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

2022-08-02 11:00:51 UTC

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

2022-08-02 11:00:51 UTC

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

2022-08-02 11:00:52 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 777 /var/www/html

2022-08-02 11:00:52 UTC

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

2022-08-02 11:00:52 UTC

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

2022-08-02 11:00:52 UTC

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

2022-08-02 11:00:52 UTC

/bin/sh -c #(nop) ENV GPG_KEYS=39B641343D8C104B2B146DC3F9C39DC0B9698544 E60913E4DF209907D8E30D96659A97C9CF2A795A 1198C0117593497A5EC5C199286AF1F9897469DC

2022-08-02 11:00:52 UTC

/bin/sh -c #(nop) ENV PHP_VERSION=8.2.0beta1

2022-08-02 11:00:52 UTC

/bin/sh -c #(nop) ENV PHP_URL=https://downloads.php.net/~pierrick/php-8.2.0beta1.tar.xz PHP_ASC_URL=https://downloads.php.net/~pierrick/php-8.2.0beta1.tar.xz.asc

2022-08-02 11:00:53 UTC

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

2022-08-02 11:00:59 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

2022-08-02 11:00:59 UTC

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

2022-08-02 11:13:56 UTC

/bin/sh -c set -eux; apk add --no-cache --virtual .build-deps $PHPIZE_DEPS argon2-dev coreutils curl-dev gnu-libiconv-dev libsodium-dev libxml2-dev linux-headers oniguruma-dev openssl-dev readline-dev sqlite-dev ; rm -vf /usr/include/iconv.h; export CFLAGS="$PHP_CFLAGS" CPPFLAGS="$PHP_CPPFLAGS" LDFLAGS="$PHP_LDFLAGS" ; docker-php-source extract; cd /usr/src/php; gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)"; ./configure --build="$gnuArch" --with-config-file-path="$PHP_INI_DIR" --with-config-file-scan-dir="$PHP_INI_DIR/conf.d" --enable-option-checking=fatal --with-mhash --with-pic --enable-ftp --enable-mbstring --enable-mysqlnd --with-password-argon2 --with-sodium=shared --with-pdo-sqlite=/usr --with-sqlite3=/usr --with-curl --with-iconv=/usr --with-openssl --with-readline --with-zlib --enable-phpdbg --enable-phpdbg-readline --with-pear $(test "$gnuArch" = 's390x-linux-musl' && echo '--without-pcre-jit') ; make -j "$(nproc)"; find -type f -name '*.a' -delete; make install; find /usr/local -type f -perm '/0111' -exec sh -euxc ' strip --strip-all "$@" || : ' -- '{}' + ; make clean; cp -v php.ini-* "$PHP_INI_DIR/"; cd /; docker-php-source delete; runDeps="$( scanelf --needed --nobanner --format '%n#p' --recursive /usr/local | tr ',' '\n' | sort -u | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' )"; apk add --no-cache $runDeps; apk del --no-network .build-deps; pecl update-channels; rm -rf /tmp/pear ~/.pearrc; php --version

2022-08-02 11:13:57 UTC

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

2022-08-02 11:13:58 UTC

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

2022-08-02 11:13:58 UTC

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

2022-08-02 11:13:58 UTC

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

Details
Created

2022-07-22 00:48:58 UTC

Size

31.4 MB

Content Digest
Environment
GPG_KEYS

39B641343D8C104B2B146DC3F9C39DC0B9698544 E60913E4DF209907D8E30D96659A97C9CF2A795A 1198C0117593497A5EC5C199286AF1F9897469DC

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/~pierrick/php-8.2.0beta1.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

46ebb4be04b98833bab649314775cc100bdd825c73d9bc3646df5c1ec7ebb2a6

PHP_URL

https://downloads.php.net/~pierrick/php-8.2.0beta1.tar.xz

PHP_VERSION

8.2.0beta1


Layers

[#000] sha256:f97344484467e4c4ebb85aae724170073799295a3442c50ab532e249bd27b412 - 8.18% (2.57 MB)

[#001] sha256:09e5d6c316a066af896390af8c46674b59f76a8a7944d745d97f07baa51331e9 - 5.17% (1.63 MB)

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

[#003] sha256:96d399c457bfcaf74cbdbcb45d847f80dab959ac4d6106cf448656b5a4d0ee09 - 0.0% (221 Bytes)

[#004] sha256:fe865f69e5d6ffdb4802fe9578ed142174ee00fcc44beb49806eb7e0fb9d5ecb - 36.18% (11.4 MB)

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

[#006] sha256:7163a80faf5ed29ba96330679baf88c59dc59ec2049484344e0c8a72f0256554 - 50.4% (15.8 MB)

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

[#008] sha256:8c876a11d72439743107515adf5e44183e40153b82225b5a1bafaf86fc89f5ad - 0.06% (17.9 KB)


History
2022-07-18 21:57:05 UTC

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

2022-07-18 21:57:05 UTC

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

2022-07-19 03:14:55 UTC

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

2022-07-19 03:14:57 UTC

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

2022-07-19 03:14:58 UTC

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

2022-07-19 03:14:59 UTC

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

2022-07-19 03:15:00 UTC

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

2022-07-19 03:15:01 UTC

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

2022-07-19 03:15:02 UTC

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

2022-07-19 03:15:03 UTC

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

2022-07-19 03:15:04 UTC

/bin/sh -c #(nop) ENV GPG_KEYS=39B641343D8C104B2B146DC3F9C39DC0B9698544 E60913E4DF209907D8E30D96659A97C9CF2A795A 1198C0117593497A5EC5C199286AF1F9897469DC

2022-07-22 00:43:04 UTC

/bin/sh -c #(nop) ENV PHP_VERSION=8.2.0beta1

2022-07-22 00:43:05 UTC

/bin/sh -c #(nop) ENV PHP_URL=https://downloads.php.net/~pierrick/php-8.2.0beta1.tar.xz PHP_ASC_URL=https://downloads.php.net/~pierrick/php-8.2.0beta1.tar.xz.asc

2022-07-22 00:43:06 UTC

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

2022-07-22 00:43:12 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

2022-07-22 00:43:14 UTC

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

2022-07-22 00:48:54 UTC

/bin/sh -c set -eux; apk add --no-cache --virtual .build-deps $PHPIZE_DEPS argon2-dev coreutils curl-dev gnu-libiconv-dev libsodium-dev libxml2-dev linux-headers oniguruma-dev openssl-dev readline-dev sqlite-dev ; rm -vf /usr/include/iconv.h; export CFLAGS="$PHP_CFLAGS" CPPFLAGS="$PHP_CPPFLAGS" LDFLAGS="$PHP_LDFLAGS" ; docker-php-source extract; cd /usr/src/php; gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)"; ./configure --build="$gnuArch" --with-config-file-path="$PHP_INI_DIR" --with-config-file-scan-dir="$PHP_INI_DIR/conf.d" --enable-option-checking=fatal --with-mhash --with-pic --enable-ftp --enable-mbstring --enable-mysqlnd --with-password-argon2 --with-sodium=shared --with-pdo-sqlite=/usr --with-sqlite3=/usr --with-curl --with-iconv=/usr --with-openssl --with-readline --with-zlib --enable-phpdbg --enable-phpdbg-readline --with-pear $(test "$gnuArch" = 's390x-linux-musl' && echo '--without-pcre-jit') ; make -j "$(nproc)"; find -type f -name '*.a' -delete; make install; find /usr/local -type f -perm '/0111' -exec sh -euxc ' strip --strip-all "$@" || : ' -- '{}' + ; make clean; cp -v php.ini-* "$PHP_INI_DIR/"; cd /; docker-php-source delete; runDeps="$( scanelf --needed --nobanner --format '%n#p' --recursive /usr/local | tr ',' '\n' | sort -u | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' )"; apk add --no-cache $runDeps; apk del --no-network .build-deps; pecl update-channels; rm -rf /tmp/pear ~/.pearrc; php --version

2022-07-22 00:48:55 UTC

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

2022-07-22 00:48:56 UTC

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

2022-07-22 00:48:57 UTC

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

2022-07-22 00:48:58 UTC

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

Details
Created

2022-08-02 08:49:30 UTC

Size

32.4 MB

Content Digest
Environment
GPG_KEYS

39B641343D8C104B2B146DC3F9C39DC0B9698544 E60913E4DF209907D8E30D96659A97C9CF2A795A 1198C0117593497A5EC5C199286AF1F9897469DC

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/~pierrick/php-8.2.0beta1.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

46ebb4be04b98833bab649314775cc100bdd825c73d9bc3646df5c1ec7ebb2a6

PHP_URL

https://downloads.php.net/~pierrick/php-8.2.0beta1.tar.xz

PHP_VERSION

8.2.0beta1


Layers

[#000] sha256:602896d442490cd3fbb6599f0f862d3673b7cd58eca3ac842b8e09bf8d012443 - 8.21% (2.66 MB)

[#001] sha256:1e8cea93b5fef5fa8a1b6bd028c2b234f9d6a13eafbc7c56233a28d563e945d7 - 5.21% (1.69 MB)

[#002] sha256:ce77ca517c72afe49e0051e297b275de36878e5854404f8e58e392b245409fa9 - 0.0% (1.23 KB)

[#003] sha256:1e24f93cc16e56ba64a8de358b070286c71d51687f89649357febe021d2c189a - 0.0% (269 Bytes)

[#004] sha256:20ac25554cfd5d92e67df3ebd3ebf15e4c69e1824da7435c860741b1bf678d3f - 35.08% (11.4 MB)

[#005] sha256:13157db6356fa5000b3e9a17f9b4b8e8c898f18a01dfe8dc097cda915184f7cb - 0.0% (493 Bytes)

[#006] sha256:e34dee790a34206d5606810c1eb47ccbec9334f9bf060989dfb5372000db5288 - 51.43% (16.7 MB)

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

[#008] sha256:2f4a5c636e31a4cfbbf13ffde52dad939943d6b324b935c1a6db000735c779b4 - 0.05% (18.2 KB)


History
2022-07-18 21:29:30 UTC

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

2022-07-18 21:29:31 UTC

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

2022-08-02 08:43:57 UTC

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

2022-08-02 08:44:00 UTC

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

2022-08-02 08:44:01 UTC

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

2022-08-02 08:44:01 UTC

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

2022-08-02 08:44:03 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 777 /var/www/html

2022-08-02 08:44:03 UTC

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

2022-08-02 08:44:04 UTC

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

2022-08-02 08:44:04 UTC

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

2022-08-02 08:44:04 UTC

/bin/sh -c #(nop) ENV GPG_KEYS=39B641343D8C104B2B146DC3F9C39DC0B9698544 E60913E4DF209907D8E30D96659A97C9CF2A795A 1198C0117593497A5EC5C199286AF1F9897469DC

2022-08-02 08:44:05 UTC

/bin/sh -c #(nop) ENV PHP_VERSION=8.2.0beta1

2022-08-02 08:44:05 UTC

/bin/sh -c #(nop) ENV PHP_URL=https://downloads.php.net/~pierrick/php-8.2.0beta1.tar.xz PHP_ASC_URL=https://downloads.php.net/~pierrick/php-8.2.0beta1.tar.xz.asc

2022-08-02 08:44:05 UTC

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

2022-08-02 08:44:21 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

2022-08-02 08:44:21 UTC

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

2022-08-02 08:49:25 UTC

/bin/sh -c set -eux; apk add --no-cache --virtual .build-deps $PHPIZE_DEPS argon2-dev coreutils curl-dev gnu-libiconv-dev libsodium-dev libxml2-dev linux-headers oniguruma-dev openssl-dev readline-dev sqlite-dev ; rm -vf /usr/include/iconv.h; export CFLAGS="$PHP_CFLAGS" CPPFLAGS="$PHP_CPPFLAGS" LDFLAGS="$PHP_LDFLAGS" ; docker-php-source extract; cd /usr/src/php; gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)"; ./configure --build="$gnuArch" --with-config-file-path="$PHP_INI_DIR" --with-config-file-scan-dir="$PHP_INI_DIR/conf.d" --enable-option-checking=fatal --with-mhash --with-pic --enable-ftp --enable-mbstring --enable-mysqlnd --with-password-argon2 --with-sodium=shared --with-pdo-sqlite=/usr --with-sqlite3=/usr --with-curl --with-iconv=/usr --with-openssl --with-readline --with-zlib --enable-phpdbg --enable-phpdbg-readline --with-pear $(test "$gnuArch" = 's390x-linux-musl' && echo '--without-pcre-jit') ; make -j "$(nproc)"; find -type f -name '*.a' -delete; make install; find /usr/local -type f -perm '/0111' -exec sh -euxc ' strip --strip-all "$@" || : ' -- '{}' + ; make clean; cp -v php.ini-* "$PHP_INI_DIR/"; cd /; docker-php-source delete; runDeps="$( scanelf --needed --nobanner --format '%n#p' --recursive /usr/local | tr ',' '\n' | sort -u | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' )"; apk add --no-cache $runDeps; apk del --no-network .build-deps; pecl update-channels; rm -rf /tmp/pear ~/.pearrc; php --version

2022-08-02 08:49:27 UTC

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

2022-08-02 08:49:29 UTC

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

2022-08-02 08:49:29 UTC

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

2022-08-02 08:49:30 UTC

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

Details
Created

2022-07-22 00:08:54 UTC

Size

30.4 MB

Content Digest
Environment
GPG_KEYS

39B641343D8C104B2B146DC3F9C39DC0B9698544 E60913E4DF209907D8E30D96659A97C9CF2A795A 1198C0117593497A5EC5C199286AF1F9897469DC

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/~pierrick/php-8.2.0beta1.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

46ebb4be04b98833bab649314775cc100bdd825c73d9bc3646df5c1ec7ebb2a6

PHP_URL

https://downloads.php.net/~pierrick/php-8.2.0beta1.tar.xz

PHP_VERSION

8.2.0beta1


Layers

[#000] sha256:5f1840d5bacf4162a87f497e22d94bce946e660bdfce8eeefcbf7bd0beb193f3 - 8.1% (2.46 MB)

[#001] sha256:c9842ade5e34b07c420965519970b802ea9e999bc04dc2757c682c4fcdb9a105 - 5.55% (1.68 MB)

[#002] sha256:11189b7b565fb9039d6d93c6badbfaf6890f39532261d177b5352414b76fea65 - 0.0% (1.23 KB)

[#003] sha256:36504c72275c98013fb2457e15e8efe23a0692912549611f4b044d0fcd9aec06 - 0.0% (267 Bytes)

[#004] sha256:09d9f005b9ffc8786d4deb6d5a9c8086536d7a231f6439e02fadf5b62c4c2b3e - 37.43% (11.4 MB)

[#005] sha256:3533c11d25f51ebd8665702fcb8772d6c392efe72262236f74d5e9a5d663887a - 0.0% (496 Bytes)

[#006] sha256:d87ba622283e0da5e53555beeb8cbdab2bb952dc7564e36110d30d4757d6ca4e - 48.84% (14.8 MB)

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

[#008] sha256:15bdc0cb1cec13a8cd08fd93310b94eb9f5851c46a1ab880933494be71ab579f - 0.06% (18 KB)


History
2022-07-18 20:41:35 UTC

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

2022-07-18 20:41:36 UTC

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

2022-07-19 02:11:21 UTC

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

2022-07-19 02:11:25 UTC

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

2022-07-19 02:11:27 UTC

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

2022-07-19 02:11:28 UTC

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

2022-07-19 02:11:31 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 777 /var/www/html

2022-07-19 02:11:31 UTC

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

2022-07-19 02:11:32 UTC

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

2022-07-19 02:11:33 UTC

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

2022-07-19 02:11:33 UTC

/bin/sh -c #(nop) ENV GPG_KEYS=39B641343D8C104B2B146DC3F9C39DC0B9698544 E60913E4DF209907D8E30D96659A97C9CF2A795A 1198C0117593497A5EC5C199286AF1F9897469DC

2022-07-22 00:04:16 UTC

/bin/sh -c #(nop) ENV PHP_VERSION=8.2.0beta1

2022-07-22 00:04:17 UTC

/bin/sh -c #(nop) ENV PHP_URL=https://downloads.php.net/~pierrick/php-8.2.0beta1.tar.xz PHP_ASC_URL=https://downloads.php.net/~pierrick/php-8.2.0beta1.tar.xz.asc

2022-07-22 00:04:17 UTC

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

2022-07-22 00:04:20 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

2022-07-22 00:04:20 UTC

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

2022-07-22 00:08:51 UTC

/bin/sh -c set -eux; apk add --no-cache --virtual .build-deps $PHPIZE_DEPS argon2-dev coreutils curl-dev gnu-libiconv-dev libsodium-dev libxml2-dev linux-headers oniguruma-dev openssl-dev readline-dev sqlite-dev ; rm -vf /usr/include/iconv.h; export CFLAGS="$PHP_CFLAGS" CPPFLAGS="$PHP_CPPFLAGS" LDFLAGS="$PHP_LDFLAGS" ; docker-php-source extract; cd /usr/src/php; gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)"; ./configure --build="$gnuArch" --with-config-file-path="$PHP_INI_DIR" --with-config-file-scan-dir="$PHP_INI_DIR/conf.d" --enable-option-checking=fatal --with-mhash --with-pic --enable-ftp --enable-mbstring --enable-mysqlnd --with-password-argon2 --with-sodium=shared --with-pdo-sqlite=/usr --with-sqlite3=/usr --with-curl --with-iconv=/usr --with-openssl --with-readline --with-zlib --enable-phpdbg --enable-phpdbg-readline --with-pear $(test "$gnuArch" = 's390x-linux-musl' && echo '--without-pcre-jit') ; make -j "$(nproc)"; find -type f -name '*.a' -delete; make install; find /usr/local -type f -perm '/0111' -exec sh -euxc ' strip --strip-all "$@" || : ' -- '{}' + ; make clean; cp -v php.ini-* "$PHP_INI_DIR/"; cd /; docker-php-source delete; runDeps="$( scanelf --needed --nobanner --format '%n#p' --recursive /usr/local | tr ',' '\n' | sort -u | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' )"; apk add --no-cache $runDeps; apk del --no-network .build-deps; pecl update-channels; rm -rf /tmp/pear ~/.pearrc; php --version

2022-07-22 00:08:52 UTC

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

2022-07-22 00:08:53 UTC

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

2022-07-22 00:08:53 UTC

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

2022-07-22 00:08:54 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