2023-05-27 01:09:59 UTC
145 MB
/etc/apache2
APACHE_ENVVARS/etc/apache2/envvars
GPG_KEYS39B641343D8C104B2B146DC3F9C39DC0B9698544 E60913E4DF209907D8E30D96659A97C9CF2A795A 1198C0117593497A5EC5C199286AF1F9897469DC
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PHPIZE_DEPSautoconf dpkg-dev file g++ gcc libc-dev make pkg-config re2c
PHP_ASC_URLhttps://downloads.php.net/~pierrick/php-8.2.7RC1.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_SHA256af19cc4c5b50034e59186c369fd152c47f86b8eb921b41d67b61e64b42217ce9
PHP_URLhttps://downloads.php.net/~pierrick/php-8.2.7RC1.tar.xz
PHP_VERSION8.2.7RC1
[#000] sha256:3c2058520f8e2dee0c8d97a0e68335849888066e5d0d1b82b6ef302541b5c874 - 18.28% (26.5 MB)
[#001] sha256:f1266a4baadae5ef59725941c991dc5adfa2ed13e7cf3fdd85cc6f709265af87 - 0.0% (226 Bytes)
[#002] sha256:7e7447771f969594fe1e4ee64c72e57aa11c42c64255e08710ee80d2b15547d8 - 53.43% (77.5 MB)
[#003] sha256:c108971a278f401b281b6f0afe922e69a4d522140c9166362e30c6967a76bde6 - 0.0% (270 Bytes)
[#004] sha256:e46984934df11afc596d6bf8ab7a85398be55d56e014aaa633db188e2f7a6603 - 12.57% (18.2 MB)
[#005] sha256:e1040aba079dfe102c3287d7c3e0dc8670058256d41885c5f9840a474e9aa754 - 0.0% (472 Bytes)
[#006] sha256:fa5cc15d0327b6b0bd19cb07e50d8a9581949b526b796aae521f0cebcc129d75 - 0.0% (517 Bytes)
[#007] sha256:7a80e88dad8b292eb11a176ecbf4cabf01ccd4c3c43d097eeb0b03395d1109ea - 8.13% (11.8 MB)
[#008] sha256:6f04b143b1e6feed0445f40a1391096a592f672f3eb8e96ce764a011eee7be1d - 0.0% (493 Bytes)
[#009] sha256:ff67ac8c68b9a23803b4ffd6a5b427cdd0e7e4115c83e56047857e3748249234 - 7.58% (11 MB)
[#010] sha256:a4e7edbb032686c1bf3825a8b16030169be74eb136f0df62f8b2ef3b68f2e2c0 - 0.0% (2.4 KB)
[#011] sha256:c149404a598a7e20645b96a3c741f8ef33e23984a4c3baf2ae787c3e756d5e3f - 0.0% (245 Bytes)
[#012] sha256:8e4823f9848dcd9028286faad8eea61b846958a9f050f258631ed967beebc855 - 0.0% (894 Bytes)
/bin/sh -c #(nop) ADD file:96715cff0e3569a2a1d7e203f0797ed4880da7714d455e25f032c67bff27221f in /
2023-05-23 00:40:01 UTC/bin/sh -c #(nop) CMD ["bash"]
2023-05-23 12:59:57 UTC/bin/sh -c set -eux; { echo 'Package: php*'; echo 'Pin: release *'; echo 'Pin-Priority: -1'; } > /etc/apt/preferences.d/no-debian-php
2023-05-23 12:59:57 UTC/bin/sh -c #(nop) ENV PHPIZE_DEPS=autoconf dpkg-dev file g++ gcc libc-dev make pkg-config re2c
2023-05-23 13:00:26 UTC/bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends $PHPIZE_DEPS ca-certificates curl xz-utils ; rm -rf /var/lib/apt/lists/*
2023-05-23 13:00:27 UTC/bin/sh -c #(nop) ENV PHP_INI_DIR=/usr/local/etc/php
2023-05-23 13:00:28 UTC/bin/sh -c set -eux; mkdir -p "$PHP_INI_DIR/conf.d"; [ ! -d /var/www/html ]; mkdir -p /var/www/html; chown www-data:www-data /var/www/html; chmod 1777 /var/www/html
2023-05-23 13:05:49 UTC/bin/sh -c #(nop) ENV APACHE_CONFDIR=/etc/apache2
2023-05-23 13:05:49 UTC/bin/sh -c #(nop) ENV APACHE_ENVVARS=/etc/apache2/envvars
2023-05-23 13:06:04 UTC/bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends apache2; rm -rf /var/lib/apt/lists/*; sed -ri 's/^export ([^=]+)=(.*)$/: ${\1:=\2}\nexport \1/' "$APACHE_ENVVARS"; . "$APACHE_ENVVARS"; for dir in "$APACHE_LOCK_DIR" "$APACHE_RUN_DIR" "$APACHE_LOG_DIR" ; do rm -rvf "$dir"; mkdir -p "$dir"; chown "$APACHE_RUN_USER:$APACHE_RUN_GROUP" "$dir"; chmod 1777 "$dir"; done; rm -rvf /var/www/html/*; ln -sfT /dev/stderr "$APACHE_LOG_DIR/error.log"; ln -sfT /dev/stdout "$APACHE_LOG_DIR/access.log"; ln -sfT /dev/stdout "$APACHE_LOG_DIR/other_vhosts_access.log"; chown -R --no-dereference "$APACHE_RUN_USER:$APACHE_RUN_GROUP" "$APACHE_LOG_DIR"
2023-05-23 13:06:04 UTC/bin/sh -c a2dismod mpm_event && a2enmod mpm_prefork
2023-05-23 13:06:05 UTC/bin/sh -c { echo '<FilesMatch \.php$>'; echo '\tSetHandler application/x-httpd-php'; echo '</FilesMatch>'; echo; echo 'DirectoryIndex disabled'; echo 'DirectoryIndex index.php index.html'; echo; echo '<Directory /var/www/>'; echo '\tOptions -Indexes'; echo '\tAllowOverride All'; echo '</Directory>'; } | tee "$APACHE_CONFDIR/conf-available/docker-php.conf" && a2enconf docker-php
2023-05-23 13:06:05 UTC/bin/sh -c #(nop) ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
2023-05-23 13:06:05 UTC/bin/sh -c #(nop) ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
2023-05-23 13:06:05 UTC/bin/sh -c #(nop) ENV PHP_LDFLAGS=-Wl,-O1 -pie
2023-05-23 13:06:05 UTC/bin/sh -c #(nop) ENV GPG_KEYS=39B641343D8C104B2B146DC3F9C39DC0B9698544 E60913E4DF209907D8E30D96659A97C9CF2A795A 1198C0117593497A5EC5C199286AF1F9897469DC
2023-05-27 01:04:59 UTC/bin/sh -c #(nop) ENV PHP_VERSION=8.2.7RC1
2023-05-27 01:04:59 UTC/bin/sh -c #(nop) ENV PHP_URL=https://downloads.php.net/~pierrick/php-8.2.7RC1.tar.xz PHP_ASC_URL=https://downloads.php.net/~pierrick/php-8.2.7RC1.tar.xz.asc
2023-05-27 01:04:59 UTC/bin/sh -c #(nop) ENV PHP_SHA256=af19cc4c5b50034e59186c369fd152c47f86b8eb921b41d67b61e64b42217ce9
2023-05-27 01:05:10 UTC/bin/sh -c set -eux; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends gnupg; rm -rf /var/lib/apt/lists/*; 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; apt-mark auto '.*' > /dev/null; apt-mark manual $savedAptMark > /dev/null; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false
2023-05-27 01:05:10 UTC/bin/sh -c #(nop) COPY file:ce57c04b70896f77cc11eb2766417d8a1240fcffe5bba92179ec78c458844110 in /usr/local/bin/
2023-05-27 01:09:57 UTC/bin/sh -c set -eux; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends apache2-dev libargon2-dev libcurl4-openssl-dev libonig-dev libreadline-dev libsodium-dev libsqlite3-dev libssl-dev libxml2-dev zlib1g-dev ; 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)"; debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; if [ ! -d /usr/include/curl ]; then ln -sT "/usr/include/$debMultiarch/curl" /usr/local/include/curl; fi; ./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 --with-openssl --with-readline --with-zlib --disable-phpdbg --with-pear $(test "$gnuArch" = 's390x-linux-gnu' && echo '--without-pcre-jit') --with-libdir="lib/$debMultiarch" --disable-cgi --with-apxs2 ; 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; apt-mark auto '.*' > /dev/null; [ -z "$savedAptMark" ] || apt-mark manual $savedAptMark; find /usr/local -type f -executable -exec ldd '{}' ';' | awk '/=>/ { print $(NF-1) }' | sort -u | xargs -r dpkg-query --search | cut -d: -f1 | sort -u | xargs -r apt-mark manual ; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; rm -rf /var/lib/apt/lists/*; pecl update-channels; rm -rf /tmp/pear ~/.pearrc; php --version
2023-05-27 01:09:58 UTC/bin/sh -c #(nop) COPY multi:e11221d43af7136e4dbad5a74e659bcfa753214a9e615c3daf357f1633d9d3d1 in /usr/local/bin/
2023-05-27 01:09:58 UTC/bin/sh -c docker-php-ext-enable sodium
2023-05-27 01:09:58 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-php-entrypoint"]
2023-05-27 01:09:59 UTC/bin/sh -c #(nop) STOPSIGNAL SIGWINCH
2023-05-27 01:09:59 UTC/bin/sh -c #(nop) COPY file:e3123fcb6566efa979f945bfac1c94c854a559d7b82723e42118882a8ac4de66 in /usr/local/bin/
2023-05-27 01:09:59 UTC/bin/sh -c #(nop) WORKDIR /var/www/html
2023-05-27 01:09:59 UTC/bin/sh -c #(nop) EXPOSE 80
2023-05-27 01:09:59 UTC/bin/sh -c #(nop) CMD ["apache2-foreground"]
2023-05-27 01:43:33 UTC
139 MB
/etc/apache2
APACHE_ENVVARS/etc/apache2/envvars
GPG_KEYS39B641343D8C104B2B146DC3F9C39DC0B9698544 E60913E4DF209907D8E30D96659A97C9CF2A795A 1198C0117593497A5EC5C199286AF1F9897469DC
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PHPIZE_DEPSautoconf dpkg-dev file g++ gcc libc-dev make pkg-config re2c
PHP_ASC_URLhttps://downloads.php.net/~pierrick/php-8.2.7RC1.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_SHA256af19cc4c5b50034e59186c369fd152c47f86b8eb921b41d67b61e64b42217ce9
PHP_URLhttps://downloads.php.net/~pierrick/php-8.2.7RC1.tar.xz
PHP_VERSION8.2.7RC1
[#000] sha256:99bf4787315b60d97d860ac6d006b7835b2241a601e93c2da4af6ca554be8704 - 18.57% (25.9 MB)
[#001] sha256:f55ada1538ae196b25fb974bc489a28592c4e563e5a4a142019da8a502fe84de - 0.0% (226 Bytes)
[#002] sha256:da1deafc62e11b7180330eb4bad22f026f77a0b73e54fcbc51c3d33a91a58ac6 - 52.47% (73.1 MB)
[#003] sha256:8a88ed5b391830f741f158fcfe5f6fc1fd3c12fd510b68e05634de91e8402ec0 - 0.0% (271 Bytes)
[#004] sha256:58fe0b2f048be60c1a67a3feb39f923f9d70bd2bd02dfec5345d10d83bef83e6 - 12.79% (17.8 MB)
[#005] sha256:f74f624d861f17bfe8452a39aaa6b604f3ec32548175086320beabbc28e1304e - 0.0% (472 Bytes)
[#006] sha256:56a2658f0454892c01b65e280148f40371cfe61e873bd89c6b4d7be81d1ee27b - 0.0% (513 Bytes)
[#007] sha256:7fd43dc66a3c07095b7fe33e51321398de080c08d47626a22a9752c62aec4214 - 8.45% (11.8 MB)
[#008] sha256:5de768bea28b20c7254f5ad09182751e737bbe64b265eec8112bd21d42f47dfc - 0.0% (492 Bytes)
[#009] sha256:09a7778014162f405744c44be37c21a34321e7c01a6afb421ff6ed8eb87289f1 - 7.73% (10.8 MB)
[#010] sha256:d943615148eb257b7f83c9cac3293a11f7c13811ac420073561292c2c0dba09a - 0.0% (2.4 KB)
[#011] sha256:f375d615df2358c6df028928fe77f8f797c2e471a4a36a3c0f06696b0f2f9dd2 - 0.0% (248 Bytes)
[#012] sha256:7d2e378146cf8293c51066e89b27d7c09bdda54528a9b3c22b70a8075837f06f - 0.0% (894 Bytes)
/bin/sh -c #(nop) ADD file:2058e04b33179527a56999678c1c62dfcf76944675afcd77b5163141fb025f8c in /
2023-05-23 01:20:37 UTC/bin/sh -c #(nop) CMD ["bash"]
2023-05-23 09:49:53 UTC/bin/sh -c set -eux; { echo 'Package: php*'; echo 'Pin: release *'; echo 'Pin-Priority: -1'; } > /etc/apt/preferences.d/no-debian-php
2023-05-23 09:49:53 UTC/bin/sh -c #(nop) ENV PHPIZE_DEPS=autoconf dpkg-dev file g++ gcc libc-dev make pkg-config re2c
2023-05-23 09:50:12 UTC/bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends $PHPIZE_DEPS ca-certificates curl xz-utils ; rm -rf /var/lib/apt/lists/*
2023-05-23 09:50:12 UTC/bin/sh -c #(nop) ENV PHP_INI_DIR=/usr/local/etc/php
2023-05-23 09:50:13 UTC/bin/sh -c set -eux; mkdir -p "$PHP_INI_DIR/conf.d"; [ ! -d /var/www/html ]; mkdir -p /var/www/html; chown www-data:www-data /var/www/html; chmod 1777 /var/www/html
2023-05-23 09:53:31 UTC/bin/sh -c #(nop) ENV APACHE_CONFDIR=/etc/apache2
2023-05-23 09:53:31 UTC/bin/sh -c #(nop) ENV APACHE_ENVVARS=/etc/apache2/envvars
2023-05-23 09:53:40 UTC/bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends apache2; rm -rf /var/lib/apt/lists/*; sed -ri 's/^export ([^=]+)=(.*)$/: ${\1:=\2}\nexport \1/' "$APACHE_ENVVARS"; . "$APACHE_ENVVARS"; for dir in "$APACHE_LOCK_DIR" "$APACHE_RUN_DIR" "$APACHE_LOG_DIR" ; do rm -rvf "$dir"; mkdir -p "$dir"; chown "$APACHE_RUN_USER:$APACHE_RUN_GROUP" "$dir"; chmod 1777 "$dir"; done; rm -rvf /var/www/html/*; ln -sfT /dev/stderr "$APACHE_LOG_DIR/error.log"; ln -sfT /dev/stdout "$APACHE_LOG_DIR/access.log"; ln -sfT /dev/stdout "$APACHE_LOG_DIR/other_vhosts_access.log"; chown -R --no-dereference "$APACHE_RUN_USER:$APACHE_RUN_GROUP" "$APACHE_LOG_DIR"
2023-05-23 09:53:41 UTC/bin/sh -c a2dismod mpm_event && a2enmod mpm_prefork
2023-05-23 09:53:42 UTC/bin/sh -c { echo '<FilesMatch \.php$>'; echo '\tSetHandler application/x-httpd-php'; echo '</FilesMatch>'; echo; echo 'DirectoryIndex disabled'; echo 'DirectoryIndex index.php index.html'; echo; echo '<Directory /var/www/>'; echo '\tOptions -Indexes'; echo '\tAllowOverride All'; echo '</Directory>'; } | tee "$APACHE_CONFDIR/conf-available/docker-php.conf" && a2enconf docker-php
2023-05-23 09:53:42 UTC/bin/sh -c #(nop) ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
2023-05-23 09:53:42 UTC/bin/sh -c #(nop) ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
2023-05-23 09:53:42 UTC/bin/sh -c #(nop) ENV PHP_LDFLAGS=-Wl,-O1 -pie
2023-05-23 09:53:42 UTC/bin/sh -c #(nop) ENV GPG_KEYS=39B641343D8C104B2B146DC3F9C39DC0B9698544 E60913E4DF209907D8E30D96659A97C9CF2A795A 1198C0117593497A5EC5C199286AF1F9897469DC
2023-05-27 01:40:22 UTC/bin/sh -c #(nop) ENV PHP_VERSION=8.2.7RC1
2023-05-27 01:40:22 UTC/bin/sh -c #(nop) ENV PHP_URL=https://downloads.php.net/~pierrick/php-8.2.7RC1.tar.xz PHP_ASC_URL=https://downloads.php.net/~pierrick/php-8.2.7RC1.tar.xz.asc
2023-05-27 01:40:22 UTC/bin/sh -c #(nop) ENV PHP_SHA256=af19cc4c5b50034e59186c369fd152c47f86b8eb921b41d67b61e64b42217ce9
2023-05-27 01:40:31 UTC/bin/sh -c set -eux; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends gnupg; rm -rf /var/lib/apt/lists/*; 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; apt-mark auto '.*' > /dev/null; apt-mark manual $savedAptMark > /dev/null; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false
2023-05-27 01:40:31 UTC/bin/sh -c #(nop) COPY file:ce57c04b70896f77cc11eb2766417d8a1240fcffe5bba92179ec78c458844110 in /usr/local/bin/
2023-05-27 01:43:32 UTC/bin/sh -c set -eux; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends apache2-dev libargon2-dev libcurl4-openssl-dev libonig-dev libreadline-dev libsodium-dev libsqlite3-dev libssl-dev libxml2-dev zlib1g-dev ; 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)"; debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; if [ ! -d /usr/include/curl ]; then ln -sT "/usr/include/$debMultiarch/curl" /usr/local/include/curl; fi; ./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 --with-openssl --with-readline --with-zlib --disable-phpdbg --with-pear $(test "$gnuArch" = 's390x-linux-gnu' && echo '--without-pcre-jit') --with-libdir="lib/$debMultiarch" --disable-cgi --with-apxs2 ; 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; apt-mark auto '.*' > /dev/null; [ -z "$savedAptMark" ] || apt-mark manual $savedAptMark; find /usr/local -type f -executable -exec ldd '{}' ';' | awk '/=>/ { print $(NF-1) }' | sort -u | xargs -r dpkg-query --search | cut -d: -f1 | sort -u | xargs -r apt-mark manual ; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; rm -rf /var/lib/apt/lists/*; pecl update-channels; rm -rf /tmp/pear ~/.pearrc; php --version
2023-05-27 01:43:32 UTC/bin/sh -c #(nop) COPY multi:e11221d43af7136e4dbad5a74e659bcfa753214a9e615c3daf357f1633d9d3d1 in /usr/local/bin/
2023-05-27 01:43:33 UTC/bin/sh -c docker-php-ext-enable sodium
2023-05-27 01:43:33 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-php-entrypoint"]
2023-05-27 01:43:33 UTC/bin/sh -c #(nop) STOPSIGNAL SIGWINCH
2023-05-27 01:43:33 UTC/bin/sh -c #(nop) COPY file:e3123fcb6566efa979f945bfac1c94c854a559d7b82723e42118882a8ac4de66 in /usr/local/bin/
2023-05-27 01:43:33 UTC/bin/sh -c #(nop) WORKDIR /var/www/html
2023-05-27 01:43:33 UTC/bin/sh -c #(nop) EXPOSE 80
2023-05-27 01:43:33 UTC/bin/sh -c #(nop) CMD ["apache2-foreground"]
2023-05-27 01:45:53 UTC
116 MB
/etc/apache2
APACHE_ENVVARS/etc/apache2/envvars
GPG_KEYS39B641343D8C104B2B146DC3F9C39DC0B9698544 E60913E4DF209907D8E30D96659A97C9CF2A795A 1198C0117593497A5EC5C199286AF1F9897469DC
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PHPIZE_DEPSautoconf dpkg-dev file g++ gcc libc-dev make pkg-config re2c
PHP_ASC_URLhttps://downloads.php.net/~pierrick/php-8.2.7RC1.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_SHA256af19cc4c5b50034e59186c369fd152c47f86b8eb921b41d67b61e64b42217ce9
PHP_URLhttps://downloads.php.net/~pierrick/php-8.2.7RC1.tar.xz
PHP_VERSION8.2.7RC1
[#000] sha256:0265ca860f8350954d0667b45b48728e992970f63232c58e18fac59852acd8f2 - 18.66% (21.7 MB)
[#001] sha256:d9f10be44c42d6f52275fb4bd6b7b823e71b5d1b0be9ea2185ea7bc5fc43d2e7 - 0.0% (226 Bytes)
[#002] sha256:5517eac767ab2d3e917293eebc32246985d11c0669208b3eb6f20b6e8762c734 - 48.84% (56.8 MB)
[#003] sha256:aa4d3e7966887bf66ea9d17b8172aa32c6ce946bef167eba1bd57fb8a2f3093b - 0.0% (271 Bytes)
[#004] sha256:d7215c0a9558dac978bceff627fa05026968e09a011b4b1d8c04f5468fdab476 - 14.34% (16.7 MB)
[#005] sha256:33491e52156a26faba0e26ac3cdd10f2769f1fc8b75d8f81690d15c947e1bc49 - 0.0% (473 Bytes)
[#006] sha256:2b6934476b06beca7ea9b9b23a6f10911ebaafbf25050c6592ebc54916ba1c5b - 0.0% (516 Bytes)
[#007] sha256:76ff287f35b92a097af5e91c324f877b6bb13b59a1714bf22d232324501142a4 - 10.13% (11.8 MB)
[#008] sha256:d487d06e978f79f00b60f4923fe146c85297df973daa4b9559da051cd2788ab2 - 0.0% (492 Bytes)
[#009] sha256:24314281e8674885f9f215854ea86493ecfca3a3b9d1da05605fdba796032c51 - 8.02% (9.32 MB)
[#010] sha256:f1c55a7fac36c49053c78ac718f683ed7232c94e9cba2a584fe96b48c2407baf - 0.0% (2.4 KB)
[#011] sha256:b358900a6c90467f6ee6832295767413f3c51b6e02fbedb6936ec3012a6821af - 0.0% (245 Bytes)
[#012] sha256:14e65997e301f548bbcb374bf34cf27311485d88611b9b5bca0fb29303856759 - 0.0% (893 Bytes)
/bin/sh -c #(nop) ADD file:fc75413703cf08c1fc3b981ebbde07494b7ad8176aadd5f3a8fb891f0c48e7b9 in /
2023-05-23 00:58:17 UTC/bin/sh -c #(nop) CMD ["bash"]
2023-05-23 07:08:40 UTC/bin/sh -c set -eux; { echo 'Package: php*'; echo 'Pin: release *'; echo 'Pin-Priority: -1'; } > /etc/apt/preferences.d/no-debian-php
2023-05-23 07:08:40 UTC/bin/sh -c #(nop) ENV PHPIZE_DEPS=autoconf dpkg-dev file g++ gcc libc-dev make pkg-config re2c
2023-05-23 07:08:58 UTC/bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends $PHPIZE_DEPS ca-certificates curl xz-utils ; rm -rf /var/lib/apt/lists/*
2023-05-23 07:08:59 UTC/bin/sh -c #(nop) ENV PHP_INI_DIR=/usr/local/etc/php
2023-05-23 07:08:59 UTC/bin/sh -c set -eux; mkdir -p "$PHP_INI_DIR/conf.d"; [ ! -d /var/www/html ]; mkdir -p /var/www/html; chown www-data:www-data /var/www/html; chmod 1777 /var/www/html
2023-05-23 07:11:32 UTC/bin/sh -c #(nop) ENV APACHE_CONFDIR=/etc/apache2
2023-05-23 07:11:33 UTC/bin/sh -c #(nop) ENV APACHE_ENVVARS=/etc/apache2/envvars
2023-05-23 07:11:45 UTC/bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends apache2; rm -rf /var/lib/apt/lists/*; sed -ri 's/^export ([^=]+)=(.*)$/: ${\1:=\2}\nexport \1/' "$APACHE_ENVVARS"; . "$APACHE_ENVVARS"; for dir in "$APACHE_LOCK_DIR" "$APACHE_RUN_DIR" "$APACHE_LOG_DIR" ; do rm -rvf "$dir"; mkdir -p "$dir"; chown "$APACHE_RUN_USER:$APACHE_RUN_GROUP" "$dir"; chmod 1777 "$dir"; done; rm -rvf /var/www/html/*; ln -sfT /dev/stderr "$APACHE_LOG_DIR/error.log"; ln -sfT /dev/stdout "$APACHE_LOG_DIR/access.log"; ln -sfT /dev/stdout "$APACHE_LOG_DIR/other_vhosts_access.log"; chown -R --no-dereference "$APACHE_RUN_USER:$APACHE_RUN_GROUP" "$APACHE_LOG_DIR"
2023-05-23 07:11:45 UTC/bin/sh -c a2dismod mpm_event && a2enmod mpm_prefork
2023-05-23 07:11:46 UTC/bin/sh -c { echo '<FilesMatch \.php$>'; echo '\tSetHandler application/x-httpd-php'; echo '</FilesMatch>'; echo; echo 'DirectoryIndex disabled'; echo 'DirectoryIndex index.php index.html'; echo; echo '<Directory /var/www/>'; echo '\tOptions -Indexes'; echo '\tAllowOverride All'; echo '</Directory>'; } | tee "$APACHE_CONFDIR/conf-available/docker-php.conf" && a2enconf docker-php
2023-05-23 07:11:46 UTC/bin/sh -c #(nop) ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
2023-05-23 07:11:46 UTC/bin/sh -c #(nop) ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
2023-05-23 07:11:46 UTC/bin/sh -c #(nop) ENV PHP_LDFLAGS=-Wl,-O1 -pie
2023-05-23 07:11:46 UTC/bin/sh -c #(nop) ENV GPG_KEYS=39B641343D8C104B2B146DC3F9C39DC0B9698544 E60913E4DF209907D8E30D96659A97C9CF2A795A 1198C0117593497A5EC5C199286AF1F9897469DC
2023-05-27 01:43:23 UTC/bin/sh -c #(nop) ENV PHP_VERSION=8.2.7RC1
2023-05-27 01:43:23 UTC/bin/sh -c #(nop) ENV PHP_URL=https://downloads.php.net/~pierrick/php-8.2.7RC1.tar.xz PHP_ASC_URL=https://downloads.php.net/~pierrick/php-8.2.7RC1.tar.xz.asc
2023-05-27 01:43:23 UTC/bin/sh -c #(nop) ENV PHP_SHA256=af19cc4c5b50034e59186c369fd152c47f86b8eb921b41d67b61e64b42217ce9
2023-05-27 01:43:38 UTC/bin/sh -c set -eux; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends gnupg; rm -rf /var/lib/apt/lists/*; 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; apt-mark auto '.*' > /dev/null; apt-mark manual $savedAptMark > /dev/null; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false
2023-05-27 01:43:38 UTC/bin/sh -c #(nop) COPY file:ce57c04b70896f77cc11eb2766417d8a1240fcffe5bba92179ec78c458844110 in /usr/local/bin/
2023-05-27 01:45:51 UTC/bin/sh -c set -eux; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends apache2-dev libargon2-dev libcurl4-openssl-dev libonig-dev libreadline-dev libsodium-dev libsqlite3-dev libssl-dev libxml2-dev zlib1g-dev ; 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)"; debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; if [ ! -d /usr/include/curl ]; then ln -sT "/usr/include/$debMultiarch/curl" /usr/local/include/curl; fi; ./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 --with-openssl --with-readline --with-zlib --disable-phpdbg --with-pear $(test "$gnuArch" = 's390x-linux-gnu' && echo '--without-pcre-jit') --with-libdir="lib/$debMultiarch" --disable-cgi --with-apxs2 ; 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; apt-mark auto '.*' > /dev/null; [ -z "$savedAptMark" ] || apt-mark manual $savedAptMark; find /usr/local -type f -executable -exec ldd '{}' ';' | awk '/=>/ { print $(NF-1) }' | sort -u | xargs -r dpkg-query --search | cut -d: -f1 | sort -u | xargs -r apt-mark manual ; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; rm -rf /var/lib/apt/lists/*; pecl update-channels; rm -rf /tmp/pear ~/.pearrc; php --version
2023-05-27 01:45:52 UTC/bin/sh -c #(nop) COPY multi:e11221d43af7136e4dbad5a74e659bcfa753214a9e615c3daf357f1633d9d3d1 in /usr/local/bin/
2023-05-27 01:45:52 UTC/bin/sh -c docker-php-ext-enable sodium
2023-05-27 01:45:52 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-php-entrypoint"]
2023-05-27 01:45:52 UTC/bin/sh -c #(nop) STOPSIGNAL SIGWINCH
2023-05-27 01:45:52 UTC/bin/sh -c #(nop) COPY file:e3123fcb6566efa979f945bfac1c94c854a559d7b82723e42118882a8ac4de66 in /usr/local/bin/
2023-05-27 01:45:53 UTC/bin/sh -c #(nop) WORKDIR /var/www/html
2023-05-27 01:45:53 UTC/bin/sh -c #(nop) EXPOSE 80
2023-05-27 01:45:53 UTC/bin/sh -c #(nop) CMD ["apache2-foreground"]
2023-05-27 01:07:13 UTC
132 MB
/etc/apache2
APACHE_ENVVARS/etc/apache2/envvars
GPG_KEYS39B641343D8C104B2B146DC3F9C39DC0B9698544 E60913E4DF209907D8E30D96659A97C9CF2A795A 1198C0117593497A5EC5C199286AF1F9897469DC
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PHPIZE_DEPSautoconf dpkg-dev file g++ gcc libc-dev make pkg-config re2c
PHP_ASC_URLhttps://downloads.php.net/~pierrick/php-8.2.7RC1.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_SHA256af19cc4c5b50034e59186c369fd152c47f86b8eb921b41d67b61e64b42217ce9
PHP_URLhttps://downloads.php.net/~pierrick/php-8.2.7RC1.tar.xz
PHP_VERSION8.2.7RC1
[#000] sha256:3ca7b6c7180eac66b9c4301084a16319f41eb7f7365bdf91bcc272bd24cb4149 - 18.7% (24.7 MB)
[#001] sha256:1e9b52276f9677dd50f8ec4feda3892eb7c995d3979af3d26a6b4c7a17c43f7e - 0.0% (224 Bytes)
[#002] sha256:18db47d2f311cb982b22e58c7c13d6a0951f563df1e87747319389823ee445c8 - 50.77% (67.1 MB)
[#003] sha256:77ff8177973c852a42f375db0f3bd2ab12cb0e13c0653f83691745524cb09cc6 - 0.0% (271 Bytes)
[#004] sha256:0895005af0e1c480f636e2e952f4e5d50503e5a78edae0327d95fe2fbcc7866e - 13.41% (17.7 MB)
[#005] sha256:5a918da20b0fb64042d86f1885f1240c0e489532c40b303fffe818b407e092f6 - 0.0% (476 Bytes)
[#006] sha256:b3cb02374b91e069a07701f09049791d56f83ce345a0e351bcec67ccb5308e60 - 0.0% (514 Bytes)
[#007] sha256:879b3085e2a09ce3935903b85d38e8987142cfd793a0de9eb9b04194ff34bfcc - 8.91% (11.8 MB)
[#008] sha256:46640460c29ca6171a52782f3b713e74cb419f6647f4aaf684ea1693306b7683 - 0.0% (491 Bytes)
[#009] sha256:ee427c710cfaa0e010a426f4148e078bc2cbc45ceca5a8007407a30dbac74c9d - 8.21% (10.8 MB)
[#010] sha256:23c5e7c2512deddea4741ae04dbcea6b5d8cf2f45317841fd6961bd55e403bba - 0.0% (2.4 KB)
[#011] sha256:a2b9ca96bec57be704cd1b239f83da0d82b91f330a7a7e22c6f40ad000a19c6f - 0.0% (247 Bytes)
[#012] sha256:578195a1ea061a4a4b48efede344532c976ce0f8360aec63bf7846cbd3f1bffe - 0.0% (893 Bytes)
/bin/sh -c #(nop) ADD file:55a469039df0bf0e94ef7cd2d6fd355ad0c69e0e23e7921194445dd1fe281e3b in /
2023-05-23 00:43:28 UTC/bin/sh -c #(nop) CMD ["bash"]
2023-05-23 04:23:31 UTC/bin/sh -c set -eux; { echo 'Package: php*'; echo 'Pin: release *'; echo 'Pin-Priority: -1'; } > /etc/apt/preferences.d/no-debian-php
2023-05-23 04:23:31 UTC/bin/sh -c #(nop) ENV PHPIZE_DEPS=autoconf dpkg-dev file g++ gcc libc-dev make pkg-config re2c
2023-05-23 04:23:53 UTC/bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends $PHPIZE_DEPS ca-certificates curl xz-utils ; rm -rf /var/lib/apt/lists/*
2023-05-23 04:23:54 UTC/bin/sh -c #(nop) ENV PHP_INI_DIR=/usr/local/etc/php
2023-05-23 04:23:55 UTC/bin/sh -c set -eux; mkdir -p "$PHP_INI_DIR/conf.d"; [ ! -d /var/www/html ]; mkdir -p /var/www/html; chown www-data:www-data /var/www/html; chmod 1777 /var/www/html
2023-05-23 04:27:24 UTC/bin/sh -c #(nop) ENV APACHE_CONFDIR=/etc/apache2
2023-05-23 04:27:24 UTC/bin/sh -c #(nop) ENV APACHE_ENVVARS=/etc/apache2/envvars
2023-05-23 04:27:35 UTC/bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends apache2; rm -rf /var/lib/apt/lists/*; sed -ri 's/^export ([^=]+)=(.*)$/: ${\1:=\2}\nexport \1/' "$APACHE_ENVVARS"; . "$APACHE_ENVVARS"; for dir in "$APACHE_LOCK_DIR" "$APACHE_RUN_DIR" "$APACHE_LOG_DIR" ; do rm -rvf "$dir"; mkdir -p "$dir"; chown "$APACHE_RUN_USER:$APACHE_RUN_GROUP" "$dir"; chmod 1777 "$dir"; done; rm -rvf /var/www/html/*; ln -sfT /dev/stderr "$APACHE_LOG_DIR/error.log"; ln -sfT /dev/stdout "$APACHE_LOG_DIR/access.log"; ln -sfT /dev/stdout "$APACHE_LOG_DIR/other_vhosts_access.log"; chown -R --no-dereference "$APACHE_RUN_USER:$APACHE_RUN_GROUP" "$APACHE_LOG_DIR"
2023-05-23 04:27:36 UTC/bin/sh -c a2dismod mpm_event && a2enmod mpm_prefork
2023-05-23 04:27:36 UTC/bin/sh -c { echo '<FilesMatch \.php$>'; echo '\tSetHandler application/x-httpd-php'; echo '</FilesMatch>'; echo; echo 'DirectoryIndex disabled'; echo 'DirectoryIndex index.php index.html'; echo; echo '<Directory /var/www/>'; echo '\tOptions -Indexes'; echo '\tAllowOverride All'; echo '</Directory>'; } | tee "$APACHE_CONFDIR/conf-available/docker-php.conf" && a2enconf docker-php
2023-05-23 04:27:36 UTC/bin/sh -c #(nop) ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
2023-05-23 04:27:36 UTC/bin/sh -c #(nop) ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
2023-05-23 04:27:36 UTC/bin/sh -c #(nop) ENV PHP_LDFLAGS=-Wl,-O1 -pie
2023-05-23 04:27:36 UTC/bin/sh -c #(nop) ENV GPG_KEYS=39B641343D8C104B2B146DC3F9C39DC0B9698544 E60913E4DF209907D8E30D96659A97C9CF2A795A 1198C0117593497A5EC5C199286AF1F9897469DC
2023-05-27 01:04:04 UTC/bin/sh -c #(nop) ENV PHP_VERSION=8.2.7RC1
2023-05-27 01:04:04 UTC/bin/sh -c #(nop) ENV PHP_URL=https://downloads.php.net/~pierrick/php-8.2.7RC1.tar.xz PHP_ASC_URL=https://downloads.php.net/~pierrick/php-8.2.7RC1.tar.xz.asc
2023-05-27 01:04:04 UTC/bin/sh -c #(nop) ENV PHP_SHA256=af19cc4c5b50034e59186c369fd152c47f86b8eb921b41d67b61e64b42217ce9
2023-05-27 01:04:13 UTC/bin/sh -c set -eux; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends gnupg; rm -rf /var/lib/apt/lists/*; 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; apt-mark auto '.*' > /dev/null; apt-mark manual $savedAptMark > /dev/null; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false
2023-05-27 01:04:13 UTC/bin/sh -c #(nop) COPY file:ce57c04b70896f77cc11eb2766417d8a1240fcffe5bba92179ec78c458844110 in /usr/local/bin/
2023-05-27 01:07:12 UTC/bin/sh -c set -eux; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends apache2-dev libargon2-dev libcurl4-openssl-dev libonig-dev libreadline-dev libsodium-dev libsqlite3-dev libssl-dev libxml2-dev zlib1g-dev ; 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)"; debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; if [ ! -d /usr/include/curl ]; then ln -sT "/usr/include/$debMultiarch/curl" /usr/local/include/curl; fi; ./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 --with-openssl --with-readline --with-zlib --disable-phpdbg --with-pear $(test "$gnuArch" = 's390x-linux-gnu' && echo '--without-pcre-jit') --with-libdir="lib/$debMultiarch" --disable-cgi --with-apxs2 ; 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; apt-mark auto '.*' > /dev/null; [ -z "$savedAptMark" ] || apt-mark manual $savedAptMark; find /usr/local -type f -executable -exec ldd '{}' ';' | awk '/=>/ { print $(NF-1) }' | sort -u | xargs -r dpkg-query --search | cut -d: -f1 | sort -u | xargs -r apt-mark manual ; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; rm -rf /var/lib/apt/lists/*; pecl update-channels; rm -rf /tmp/pear ~/.pearrc; php --version
2023-05-27 01:07:12 UTC/bin/sh -c #(nop) COPY multi:e11221d43af7136e4dbad5a74e659bcfa753214a9e615c3daf357f1633d9d3d1 in /usr/local/bin/
2023-05-27 01:07:13 UTC/bin/sh -c docker-php-ext-enable sodium
2023-05-27 01:07:13 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-php-entrypoint"]
2023-05-27 01:07:13 UTC/bin/sh -c #(nop) STOPSIGNAL SIGWINCH
2023-05-27 01:07:13 UTC/bin/sh -c #(nop) COPY file:e3123fcb6566efa979f945bfac1c94c854a559d7b82723e42118882a8ac4de66 in /usr/local/bin/
2023-05-27 01:07:13 UTC/bin/sh -c #(nop) WORKDIR /var/www/html
2023-05-27 01:07:13 UTC/bin/sh -c #(nop) EXPOSE 80
2023-05-27 01:07:13 UTC/bin/sh -c #(nop) CMD ["apache2-foreground"]
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.