Namespace
library
Image / Tag
php:7.3-cli-alpine3.15
Content Digest
sha256:fd3ba9775db86a585335ddb5310f458d2ff7636e8c6a45f5e66472c468e96111
Details
Created

2022-03-18 07:37:57 UTC

Size

30.9 MB

Content Digest
Environment
GPG_KEYS

CBAF69F173A0FEA4B537F470D66C9593118BCCB6 F38252826ACD957EF380D39F2F7956BC5DA04B5D

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://www.php.net/distributions/php-7.3.33.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

166eaccde933381da9516a2b70ad0f447d7cec4b603d07b9a916032b215b90cc

PHP_URL

https://www.php.net/distributions/php-7.3.33.tar.xz

PHP_VERSION

7.3.33


Layers

[#000] sha256:93317a1f65ec94b67aefe728a598022610246404e3a68d391c76cd0e5244a2a0 - 8.72% (2.69 MB)

[#001] sha256:66b85ed7943e33403f16e09d278f9c192289e46abd931b3dae7dea4556fd3a5c - 5.56% (1.72 MB)

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

[#003] sha256:46b27c54a134a9b3043eba2ddc74fe9e80629c03e7165d26bf890fc38488cc16 - 0.0% (268 Bytes)

[#004] sha256:fe7705643558d4cbe22e88f3f7cc5000c83104a8da13840737c1a71021dd4174 - 37.57% (11.6 MB)

[#005] sha256:71f8dbfe5b822334f402e2d3e8604d87f7c38db6a97999b85daa530e6fd7632f - 0.0% (495 Bytes)

[#006] sha256:798af5962201cb47c2b22d4cccbbbd5c6c8c6c14e1c11161b316cc0b0dfaa653 - 48.09% (14.8 MB)

[#007] sha256:33970f8ecf1438906bafafbef8c88401c5a18f8ed722c15e30f33515493f86da - 0.01% (2.25 KB)

[#008] sha256:76a7c15de108e521bee2679ec93a16ed4573459709db64164f1bf723b2504d22 - 0.06% (17.8 KB)


History
2022-03-17 08:13:03 UTC

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

2022-03-17 08:13:03 UTC

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

2022-03-17 23:57:41 UTC

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

2022-03-17 23:57:43 UTC

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

2022-03-17 23:57:44 UTC

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

2022-03-17 23:57:44 UTC

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

2022-03-17 23:57:45 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-03-17 23:57:45 UTC

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

2022-03-17 23:57:45 UTC

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

2022-03-17 23:57:45 UTC

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

2022-03-18 07:30:51 UTC

/bin/sh -c #(nop) ENV GPG_KEYS=CBAF69F173A0FEA4B537F470D66C9593118BCCB6 F38252826ACD957EF380D39F2F7956BC5DA04B5D

2022-03-18 07:30:51 UTC

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

2022-03-18 07:30:51 UTC

/bin/sh -c #(nop) ENV PHP_URL=https://www.php.net/distributions/php-7.3.33.tar.xz PHP_ASC_URL=https://www.php.net/distributions/php-7.3.33.tar.xz.asc

2022-03-18 07:30:51 UTC

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

2022-03-18 07:31:11 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-03-18 07:31:11 UTC

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

2022-03-18 07:37:55 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 openssl-dev readline-dev sqlite-dev ; rm -vf /usr/include/iconv.h; ln -sv /usr/include/gnu-libiconv/*.h /usr/include/; 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 $(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-03-18 07:37:55 UTC

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

2022-03-18 07:37:56 UTC

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

2022-03-18 07:37:57 UTC

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

2022-03-18 07:37:57 UTC

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

Details
Created

2022-03-18 03:57:53 UTC

Size

30.5 MB

Content Digest
Environment
GPG_KEYS

CBAF69F173A0FEA4B537F470D66C9593118BCCB6 F38252826ACD957EF380D39F2F7956BC5DA04B5D

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://www.php.net/distributions/php-7.3.33.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

166eaccde933381da9516a2b70ad0f447d7cec4b603d07b9a916032b215b90cc

PHP_URL

https://www.php.net/distributions/php-7.3.33.tar.xz

PHP_VERSION

7.3.33


Layers

[#000] sha256:3d243047344378e9b7136d552d48feb7ea8b6fe14ce0990e0cc011d5e369626a - 8.8% (2.68 MB)

[#001] sha256:459cf206553a4f92dd15900698a3899f9f97390b3023afbb7d7c595516eef4e9 - 5.33% (1.62 MB)

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

[#003] sha256:71751fed054d440cd931b2ebdda06feb6c957739c323ef5f7cc13b9a00b4eab9 - 0.0% (267 Bytes)

[#004] sha256:8dce0d3bfb8031965faa1ed25f4605cc1b83beebc14d09909e82d5ede55b17e6 - 38.07% (11.6 MB)

[#005] sha256:9d37fa671e430f8a73bfcac3db699c29c611eaa808d7f2622b25ac04deaa0315 - 0.0% (498 Bytes)

[#006] sha256:1ad5a9ad4024c89a17b4f917258613b0ce43c2fd875e78e7a4c1c72be058e004 - 47.73% (14.5 MB)

[#007] sha256:0fa61c5e63faffab6e554baf3943f3c0d09df3ed370fd0dce66b2be54283166a - 0.01% (2.25 KB)

[#008] sha256:53b6c10fa480cfc3e97fb55ab7f4c399ee8459dca2da1e8e14c16954977aed4d - 0.06% (17.8 KB)


History
2022-03-17 04:01:58 UTC

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

2022-03-17 04:01:59 UTC

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

2022-03-17 19:41:43 UTC

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

2022-03-17 19:41:44 UTC

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

2022-03-17 19:41:44 UTC

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

2022-03-17 19:41:44 UTC

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

2022-03-17 19:41:45 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-03-17 19:41:45 UTC

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

2022-03-17 19:41:45 UTC

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

2022-03-17 19:41:45 UTC

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

2022-03-18 03:48:04 UTC

/bin/sh -c #(nop) ENV GPG_KEYS=CBAF69F173A0FEA4B537F470D66C9593118BCCB6 F38252826ACD957EF380D39F2F7956BC5DA04B5D

2022-03-18 03:48:05 UTC

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

2022-03-18 03:48:05 UTC

/bin/sh -c #(nop) ENV PHP_URL=https://www.php.net/distributions/php-7.3.33.tar.xz PHP_ASC_URL=https://www.php.net/distributions/php-7.3.33.tar.xz.asc

2022-03-18 03:48:05 UTC

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

2022-03-18 03:49: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

2022-03-18 03:49:04 UTC

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

2022-03-18 03:57: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 openssl-dev readline-dev sqlite-dev ; rm -vf /usr/include/iconv.h; ln -sv /usr/include/gnu-libiconv/*.h /usr/include/; 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 $(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-03-18 03:57:52 UTC

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

2022-03-18 03:57:53 UTC

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

2022-03-18 03:57:53 UTC

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

2022-03-18 03:57:53 UTC

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

Details
Created

2022-03-17 09:01:49 UTC

Size

29.2 MB

Content Digest
Environment
GPG_KEYS

CBAF69F173A0FEA4B537F470D66C9593118BCCB6 F38252826ACD957EF380D39F2F7956BC5DA04B5D

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://www.php.net/distributions/php-7.3.33.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

166eaccde933381da9516a2b70ad0f447d7cec4b603d07b9a916032b215b90cc

PHP_URL

https://www.php.net/distributions/php-7.3.33.tar.xz

PHP_VERSION

7.3.33


Layers

[#000] sha256:787f016efa9bc7812361be134f731e845b97fba19169cf3615e7048c0412380e - 8.56% (2.5 MB)

[#001] sha256:f434a07170d3fcef8823359200e8903ff5e29ae4f37e9e03cdf4d93161047c9d - 5.51% (1.61 MB)

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

[#003] sha256:04026b5344cf4c6a68cb1e65840d9cfc5ba017f55e306a39c4b4e0aaed495aaa - 0.0% (267 Bytes)

[#004] sha256:b919a38bd90741e028d3a24f40b0873adb94db92bab989fbc7adbb0c4c2e1107 - 39.67% (11.6 MB)

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

[#006] sha256:a32212c78602b7d1268f54ad338302a22c5d8f09d455359567061ae05c42f5eb - 46.19% (13.5 MB)

[#007] sha256:ffd4f61d2fa1bd6f598b2968b2e46c8cd5314914c246f1526eae9248c86e6104 - 0.01% (2.25 KB)

[#008] sha256:14d581e0f99a2567ef3a2f7c56af0dbec4d0325bbb0bc9e66cbe3054e860d7a8 - 0.06% (17.8 KB)


History
2022-03-17 02:26:45 UTC

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

2022-03-17 02:26:45 UTC

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

2022-03-17 07:57:59 UTC

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

2022-03-17 07:58:02 UTC

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

2022-03-17 07:58:04 UTC

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

2022-03-17 07:58:04 UTC

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

2022-03-17 07:58: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 777 /var/www/html

2022-03-17 07:58:06 UTC

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

2022-03-17 07:58:06 UTC

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

2022-03-17 07:58:07 UTC

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

2022-03-17 08:56:29 UTC

/bin/sh -c #(nop) ENV GPG_KEYS=CBAF69F173A0FEA4B537F470D66C9593118BCCB6 F38252826ACD957EF380D39F2F7956BC5DA04B5D

2022-03-17 08:56:30 UTC

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

2022-03-17 08:56:30 UTC

/bin/sh -c #(nop) ENV PHP_URL=https://www.php.net/distributions/php-7.3.33.tar.xz PHP_ASC_URL=https://www.php.net/distributions/php-7.3.33.tar.xz.asc

2022-03-17 08:56:31 UTC

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

2022-03-17 08:57:11 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-03-17 08:57:12 UTC

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

2022-03-17 09:01:45 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 openssl-dev readline-dev sqlite-dev ; rm -vf /usr/include/iconv.h; ln -sv /usr/include/gnu-libiconv/*.h /usr/include/; 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 $(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-03-17 09:01:46 UTC

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

2022-03-17 09:01:49 UTC

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

2022-03-17 09:01:49 UTC

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

2022-03-17 09:01:49 UTC

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

Details
Created

2022-03-18 04:17:28 UTC

Size

28.1 MB

Content Digest
Environment
GPG_KEYS

CBAF69F173A0FEA4B537F470D66C9593118BCCB6 F38252826ACD957EF380D39F2F7956BC5DA04B5D

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://www.php.net/distributions/php-7.3.33.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

166eaccde933381da9516a2b70ad0f447d7cec4b603d07b9a916032b215b90cc

PHP_URL

https://www.php.net/distributions/php-7.3.33.tar.xz

PHP_VERSION

7.3.33


Layers

[#000] sha256:205cbce5da6d59acc17b2db4c1af7903ca3497b99d4bedb94ef66ace17303808 - 8.24% (2.31 MB)

[#001] sha256:40770451e70a921201dea88c6cace21fb1688b21b6a6bccb0b07722bdac26138 - 5.28% (1.48 MB)

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

[#003] sha256:8ecfb06df5748c67ea439985ba265b547292117f2c4ef8aeb275dbbf92c43cc6 - 0.0% (265 Bytes)

[#004] sha256:baad008d030183124e7cda7baf7f9d2330ff0ed81043f12ea00f7479b6612ae7 - 41.29% (11.6 MB)

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

[#006] sha256:479253936a736162249f214ce406bd5ec1b9b1d8b323860eafdc4c17cfd93ac5 - 45.11% (12.7 MB)

[#007] sha256:aad17aba89beef3b999d7a3fa4097b5aad6eb93e090dafa452c8df889d0843b4 - 0.01% (2.25 KB)

[#008] sha256:35bffcbd5111c2ffd577a042fb5bd9adacebc8346bc2ca5fbd73413fe6cc00fe - 0.06% (17.8 KB)


History
2022-03-17 09:26:34 UTC

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

2022-03-17 09:26:35 UTC

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

2022-03-17 23:04:23 UTC

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

2022-03-17 23:04:26 UTC

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

2022-03-17 23:04:28 UTC

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

2022-03-17 23:04:29 UTC

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

2022-03-17 23:04: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-03-17 23:04:31 UTC

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

2022-03-17 23:04:31 UTC

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

2022-03-17 23:04:32 UTC

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

2022-03-18 04:12:30 UTC

/bin/sh -c #(nop) ENV GPG_KEYS=CBAF69F173A0FEA4B537F470D66C9593118BCCB6 F38252826ACD957EF380D39F2F7956BC5DA04B5D

2022-03-18 04:12:30 UTC

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

2022-03-18 04:12:31 UTC

/bin/sh -c #(nop) ENV PHP_URL=https://www.php.net/distributions/php-7.3.33.tar.xz PHP_ASC_URL=https://www.php.net/distributions/php-7.3.33.tar.xz.asc

2022-03-18 04:12:31 UTC

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

2022-03-18 04:12:56 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-03-18 04:12:57 UTC

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

2022-03-18 04:17:23 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 openssl-dev readline-dev sqlite-dev ; rm -vf /usr/include/iconv.h; ln -sv /usr/include/gnu-libiconv/*.h /usr/include/; 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 $(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-03-18 04:17:24 UTC

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

2022-03-18 04:17:27 UTC

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

2022-03-18 04:17:28 UTC

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

2022-03-18 04:17:28 UTC

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

Details
Created

2022-03-17 17:56:04 UTC

Size

30.1 MB

Content Digest
Environment
GPG_KEYS

CBAF69F173A0FEA4B537F470D66C9593118BCCB6 F38252826ACD957EF380D39F2F7956BC5DA04B5D

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://www.php.net/distributions/php-7.3.33.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

166eaccde933381da9516a2b70ad0f447d7cec4b603d07b9a916032b215b90cc

PHP_URL

https://www.php.net/distributions/php-7.3.33.tar.xz

PHP_VERSION

7.3.33


Layers

[#000] sha256:148d739a8e6b9342daa1f5b428d3a3c6118f340f21df28c16e06f918ef150147 - 8.61% (2.59 MB)

[#001] sha256:378b20e8477c36cc1be174280f5a2b65311c1515ce96a0b184115b8d3d91621a - 5.38% (1.62 MB)

[#002] sha256:179204a5f49bd0b91f31ca967d0f446d0e6ad07893fda380dff2a54390545d7e - 0.0% (1.2 KB)

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

[#004] sha256:4199b553a60d8ecee4c5936a63d72991f8f44f61eb979e2e047d6502660c29d3 - 38.59% (11.6 MB)

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

[#006] sha256:0fe540d193398a29ce1e0277c2e1bf4714e80020945ad9a584345917f588b5a9 - 47.35% (14.2 MB)

[#007] sha256:ce5a96bbba52e883d81d767495c0f3a219e11ee7c8e3a32dda77c212d07d02de - 0.01% (2.25 KB)

[#008] sha256:a4011c5eaa278001e33ca9cc5198f77859ce59f603c7e305d02a6eaf8b27b18b - 0.06% (17.7 KB)


History
2022-03-17 03:19:52 UTC

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

2022-03-17 03:19:52 UTC

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

2022-03-17 14:43:50 UTC

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

2022-03-17 14:43:51 UTC

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

2022-03-17 14:43:52 UTC

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

2022-03-17 14:43:53 UTC

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

2022-03-17 14:43: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 777 /var/www/html

2022-03-17 14:43:55 UTC

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

2022-03-17 14:43:56 UTC

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

2022-03-17 14:43:57 UTC

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

2022-03-17 17:51:49 UTC

/bin/sh -c #(nop) ENV GPG_KEYS=CBAF69F173A0FEA4B537F470D66C9593118BCCB6 F38252826ACD957EF380D39F2F7956BC5DA04B5D

2022-03-17 17:51:50 UTC

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

2022-03-17 17:51:51 UTC

/bin/sh -c #(nop) ENV PHP_URL=https://www.php.net/distributions/php-7.3.33.tar.xz PHP_ASC_URL=https://www.php.net/distributions/php-7.3.33.tar.xz.asc

2022-03-17 17:51:52 UTC

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

2022-03-17 17:52:58 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-03-17 17:53:00 UTC

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

2022-03-17 17:56: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 openssl-dev readline-dev sqlite-dev ; rm -vf /usr/include/iconv.h; ln -sv /usr/include/gnu-libiconv/*.h /usr/include/; 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 $(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-03-17 17:56:02 UTC

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

2022-03-17 17:56:02 UTC

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

2022-03-17 17:56:03 UTC

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

2022-03-17 17:56:04 UTC

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

Details
Created

2022-03-18 18:24:44 UTC

Size

31.5 MB

Content Digest
Environment
GPG_KEYS

CBAF69F173A0FEA4B537F470D66C9593118BCCB6 F38252826ACD957EF380D39F2F7956BC5DA04B5D

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://www.php.net/distributions/php-7.3.33.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

166eaccde933381da9516a2b70ad0f447d7cec4b603d07b9a916032b215b90cc

PHP_URL

https://www.php.net/distributions/php-7.3.33.tar.xz

PHP_VERSION

7.3.33


Layers

[#000] sha256:eef85fcc847498263d979ef7ec75680d05e90815eb83a9ec4db135b990c0d8b8 - 8.52% (2.68 MB)

[#001] sha256:766e2fcc7bfc4f2a89941952c9b98af8ca186a7e518b3ee75ce6ab2e1c23a686 - 5.28% (1.66 MB)

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

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

[#004] sha256:4c62e0161b424749ecaae63f471fcdb6062879ef2b6baee485bd96a947caa75d - 36.81% (11.6 MB)

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

[#006] sha256:b7b3dd1adcfd96d50874668fbb159451478f747b5e67681f7bf7652e1f1a1846 - 49.33% (15.5 MB)

[#007] sha256:d0923f5b5af94c87c5735c6b989e4f3031905c04de5d9ecbf2c77492a3abf5fe - 0.01% (2.25 KB)

[#008] sha256:8e30ee3a4019483d3aa45fbfc95430048abdb2b8727f34afb3bd99a06388953c - 0.06% (17.8 KB)


History
2022-03-17 11:14:04 UTC

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

2022-03-17 11:14:09 UTC

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

2022-03-18 13:58:57 UTC

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

2022-03-18 13:59:08 UTC

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

2022-03-18 13:59:21 UTC

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

2022-03-18 13:59:25 UTC

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

2022-03-18 13:59: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 777 /var/www/html

2022-03-18 13:59:50 UTC

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

2022-03-18 13:59:55 UTC

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

2022-03-18 13:59:59 UTC

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

2022-03-18 18:18:49 UTC

/bin/sh -c #(nop) ENV GPG_KEYS=CBAF69F173A0FEA4B537F470D66C9593118BCCB6 F38252826ACD957EF380D39F2F7956BC5DA04B5D

2022-03-18 18:18:52 UTC

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

2022-03-18 18:18:54 UTC

/bin/sh -c #(nop) ENV PHP_URL=https://www.php.net/distributions/php-7.3.33.tar.xz PHP_ASC_URL=https://www.php.net/distributions/php-7.3.33.tar.xz.asc

2022-03-18 18:18:57 UTC

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

2022-03-18 18:19:41 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-03-18 18:19:42 UTC

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

2022-03-18 18:24:16 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 openssl-dev readline-dev sqlite-dev ; rm -vf /usr/include/iconv.h; ln -sv /usr/include/gnu-libiconv/*.h /usr/include/; 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 $(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-03-18 18:24:19 UTC

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

2022-03-18 18:24:32 UTC

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

2022-03-18 18:24:39 UTC

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

2022-03-18 18:24:44 UTC

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

Details
Created

2022-03-17 11:38:06 UTC

Size

29.7 MB

Content Digest
Environment
GPG_KEYS

CBAF69F173A0FEA4B537F470D66C9593118BCCB6 F38252826ACD957EF380D39F2F7956BC5DA04B5D

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://www.php.net/distributions/php-7.3.33.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

166eaccde933381da9516a2b70ad0f447d7cec4b603d07b9a916032b215b90cc

PHP_URL

https://www.php.net/distributions/php-7.3.33.tar.xz

PHP_VERSION

7.3.33


Layers

[#000] sha256:d51040c5bfbf434887bfed2557335a411e6ef760d04cc178d455d1c3ec1b721c - 8.35% (2.48 MB)

[#001] sha256:a174f78affd2f7f6d96d3c25f978ba8963a8a078973ba8c674dcfc539da1301b - 5.65% (1.68 MB)

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

[#003] sha256:94201f7612026faed96b2a7eb4d4c53a783aa565ff942aac5b1714a6767dafd1 - 0.0% (268 Bytes)

[#004] sha256:b9b05c8b11208083e4e71940fa9d064b3bf2821a36c948997d486492beb99846 - 39.03% (11.6 MB)

[#005] sha256:357c30c761277ef71480eb08d5a0293e5150928b12e14fb063223666349a1715 - 0.0% (496 Bytes)

[#006] sha256:5e3bdd15a0ec080cd69fb00eafb2fd6548716b2ea80a272d92d2fa0953924a71 - 46.91% (13.9 MB)

[#007] sha256:745fe2a6733cf3dbfd6219da78767ce76c5a849bc1145687694e50d157cd28ef - 0.01% (2.25 KB)

[#008] sha256:ceefe193213f3b7623e5a3a3a3828fc79a9c87dec3ba1f6263048a23b1db971f - 0.06% (17.8 KB)


History
2022-03-17 03:04:28 UTC

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

2022-03-17 03:04:28 UTC

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

2022-03-17 09:19:48 UTC

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

2022-03-17 09:19:49 UTC

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

2022-03-17 09:19:50 UTC

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

2022-03-17 09:19:50 UTC

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

2022-03-17 09:19:51 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-03-17 09:19:51 UTC

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

2022-03-17 09:19:51 UTC

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

2022-03-17 09:19:51 UTC

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

2022-03-17 11:34:39 UTC

/bin/sh -c #(nop) ENV GPG_KEYS=CBAF69F173A0FEA4B537F470D66C9593118BCCB6 F38252826ACD957EF380D39F2F7956BC5DA04B5D

2022-03-17 11:34:39 UTC

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

2022-03-17 11:34:39 UTC

/bin/sh -c #(nop) ENV PHP_URL=https://www.php.net/distributions/php-7.3.33.tar.xz PHP_ASC_URL=https://www.php.net/distributions/php-7.3.33.tar.xz.asc

2022-03-17 11:34:39 UTC

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

2022-03-17 11:35: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

2022-03-17 11:35:26 UTC

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

2022-03-17 11: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 openssl-dev readline-dev sqlite-dev ; rm -vf /usr/include/iconv.h; ln -sv /usr/include/gnu-libiconv/*.h /usr/include/; 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 $(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-03-17 11:38:05 UTC

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

2022-03-17 11:38:06 UTC

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

2022-03-17 11:38:06 UTC

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

2022-03-17 11:38:06 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