2023-09-07 05:58:11 UTC
169 MB
/etc/apache2
APACHE_ENVVARS/etc/apache2/envvars
GPG_KEYS1198C0117593497A5EC5C199286AF1F9897469DC C28D937575603EB4ABB725861C0779DC5C0A9DE4 AFD8691FDAEDF03BDF6E460563F15A9B715376CA
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/~jakub/php-8.3.0RC1.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_SHA256a569e4c52221cca53c0a9f80886cea86a46d5a826efb305f08ce399f6ba01fb7
PHP_URLhttps://downloads.php.net/~jakub/php-8.3.0RC1.tar.xz
PHP_VERSION8.3.0RC1
[#000] sha256:30ae0f429560d1effd0839849ab7780512b72d9fbc09a6cec67e03092a85a1d1 - 17.02% (28.7 MB)
[#001] sha256:f26200fa70e66962af34780565075c32aec3f8ef9da3fbea0bf18913923b2320 - 0.0% (228 Bytes)
[#002] sha256:4057e2eab5c0689f8cc34c98b498742d75c1acab90e3a5b2553669d213a3e4ff - 57.33% (96.8 MB)
[#003] sha256:df721d766014dba5625750d2fbeed0196af38abb6fa155e2976b02d54ed6069c - 0.0% (269 Bytes)
[#004] sha256:1b85786849c0e62bc26423aa74beece0e073a8bf110bedd568cb350780bc86c7 - 11.76% (19.9 MB)
[#005] sha256:79e8b11b770b8a2fd95ac82f54391346c14bce219fe37c260f5b1f345e0db5ce - 0.0% (472 Bytes)
[#006] sha256:5df460f0a8106480db7e55b93b1b19c0bf732b81a52623cb3d9f0facded07af7 - 0.0% (513 Bytes)
[#007] sha256:fa7af4d32c1866d5fc0062e6ee9f9cb46a90b2c12c1d7219b3f46a93c1833c98 - 7.18% (12.1 MB)
[#008] sha256:fa1c71f332d4100bae65a7693781c1fc37b71cafaffe2d7bf3713daad366860b - 0.0% (491 Bytes)
[#009] sha256:d37ea36b1fa0ea230e7182ee4f88c6299b96b529759ccf84a8b7f0bc40f1a231 - 6.71% (11.3 MB)
[#010] sha256:51aeff223236db663ecd443776700e8e82ed0b2ce3b4adf342c3da58cb294354 - 0.0% (2.4 KB)
[#011] sha256:bfc2c5b6fadb15cc359d67e32540b9827006c16b1c9c71fa3f786714175a5b2f - 0.0% (245 Bytes)
[#012] sha256:f462bbe6efd6679e91eae1b4bdc25febc1be7d564f5c6267eb550d3a42cf080e - 0.0% (894 Bytes)
/bin/sh -c #(nop) ADD file:0952a54f5474629ed000e89bfd1b8827e49b63270932e45ed8d953a2676ac79c in /
2023-09-07 00:39:00 UTC/bin/sh -c #(nop) CMD ["bash"]
2023-09-07 05:44:22 UTC/bin/sh -c set -eux; { echo 'Package: php*'; echo 'Pin: release *'; echo 'Pin-Priority: -1'; } > /etc/apt/preferences.d/no-debian-php
2023-09-07 05:44:22 UTC/bin/sh -c #(nop) ENV PHPIZE_DEPS=autoconf dpkg-dev file g++ gcc libc-dev make pkg-config re2c
2023-09-07 05:44:46 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-09-07 05:44:48 UTC/bin/sh -c #(nop) ENV PHP_INI_DIR=/usr/local/etc/php
2023-09-07 05:44:48 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-09-07 05:51:30 UTC/bin/sh -c #(nop) ENV APACHE_CONFDIR=/etc/apache2
2023-09-07 05:51:30 UTC/bin/sh -c #(nop) ENV APACHE_ENVVARS=/etc/apache2/envvars
2023-09-07 05:51:42 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-09-07 05:51:42 UTC/bin/sh -c a2dismod mpm_event && a2enmod mpm_prefork
2023-09-07 05:51:43 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-09-07 05:51:43 UTC/bin/sh -c #(nop) ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
2023-09-07 05:51:43 UTC/bin/sh -c #(nop) ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
2023-09-07 05:51:43 UTC/bin/sh -c #(nop) ENV PHP_LDFLAGS=-Wl,-O1 -pie
2023-09-07 05:51:44 UTC/bin/sh -c #(nop) ENV GPG_KEYS=1198C0117593497A5EC5C199286AF1F9897469DC C28D937575603EB4ABB725861C0779DC5C0A9DE4 AFD8691FDAEDF03BDF6E460563F15A9B715376CA
2023-09-07 05:51:44 UTC/bin/sh -c #(nop) ENV PHP_VERSION=8.3.0RC1
2023-09-07 05:51:44 UTC/bin/sh -c #(nop) ENV PHP_URL=https://downloads.php.net/~jakub/php-8.3.0RC1.tar.xz PHP_ASC_URL=https://downloads.php.net/~jakub/php-8.3.0RC1.tar.xz.asc
2023-09-07 05:51:44 UTC/bin/sh -c #(nop) ENV PHP_SHA256=a569e4c52221cca53c0a9f80886cea86a46d5a826efb305f08ce399f6ba01fb7
2023-09-07 05:51:56 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-09-07 05:51:57 UTC/bin/sh -c #(nop) COPY file:ce57c04b70896f77cc11eb2766417d8a1240fcffe5bba92179ec78c458844110 in /usr/local/bin/
2023-09-07 05:58:09 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 '/=>/ { so = $(NF-1); if (index(so, "/usr/local/") == 1) { next }; gsub("^/(usr/)?", "", so); print so }' | 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-09-07 05:58:10 UTC/bin/sh -c #(nop) COPY multi:e11221d43af7136e4dbad5a74e659bcfa753214a9e615c3daf357f1633d9d3d1 in /usr/local/bin/
2023-09-07 05:58:10 UTC/bin/sh -c docker-php-ext-enable sodium
2023-09-07 05:58:10 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-php-entrypoint"]
2023-09-07 05:58:10 UTC/bin/sh -c #(nop) STOPSIGNAL SIGWINCH
2023-09-07 05:58:10 UTC/bin/sh -c #(nop) COPY file:e3123fcb6566efa979f945bfac1c94c854a559d7b82723e42118882a8ac4de66 in /usr/local/bin/
2023-09-07 05:58:11 UTC/bin/sh -c #(nop) WORKDIR /var/www/html
2023-09-07 05:58:11 UTC/bin/sh -c #(nop) EXPOSE 80
2023-09-07 05:58:11 UTC/bin/sh -c #(nop) CMD ["apache2-foreground"]
2023-09-07 05:33:04 UTC
170 MB
/etc/apache2
APACHE_ENVVARS/etc/apache2/envvars
GPG_KEYS1198C0117593497A5EC5C199286AF1F9897469DC C28D937575603EB4ABB725861C0779DC5C0A9DE4 AFD8691FDAEDF03BDF6E460563F15A9B715376CA
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/~jakub/php-8.3.0RC1.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_SHA256a569e4c52221cca53c0a9f80886cea86a46d5a826efb305f08ce399f6ba01fb7
PHP_URLhttps://downloads.php.net/~jakub/php-8.3.0RC1.tar.xz
PHP_VERSION8.3.0RC1
[#000] sha256:360eba32fa65016e0d558c6af176db31a202e9a6071666f9b629cb8ba6ccedf0 - 16.35% (27.8 MB)
[#001] sha256:19de89a948b7f6b9323b6a1527cc16893b5319ba6fefe8eba853b1002afe2f29 - 0.0% (225 Bytes)
[#002] sha256:be0f9df298ac76ec4aecebc6c4666ff37300aa5efabc8d8860c4eb751629d3ec - 58.57% (99.5 MB)
[#003] sha256:cda134203c51146200f3d4b782ced86835ba92893570b87e2f94b9f67f3a24c4 - 0.0% (270 Bytes)
[#004] sha256:299efc6dd925e06536530937f01a53b2553bdc1a075c4e7fa7b5d610c62df087 - 11.4% (19.4 MB)
[#005] sha256:a2655c36e1966597a46a212169994013342d109f5324dbf91c5c1f50ccea1ac8 - 0.0% (476 Bytes)
[#006] sha256:4b4b90a10a720965e2d61c5d6405d267b5c3ddd22ab024d10450f3e74c48fdd4 - 0.0% (514 Bytes)
[#007] sha256:5fd35b6ddf9d3c6f4e9c8cee0cf4533d4f8dd3df298847f2c860a7ffa3ed0eb5 - 7.14% (12.1 MB)
[#008] sha256:932e2912349d41614a3b08e40050a3970ddacc7732f366a1bf351d63f6ad7f0f - 0.0% (492 Bytes)
[#009] sha256:cd4ba29fd2d9bfdaddf6ee1ead111e761eaee2f934a2e7cf90687d92e473b971 - 6.54% (11.1 MB)
[#010] sha256:c1510d965f474271d4249dd777f8f49b3d012eb33086af1acd33f539b0d16d69 - 0.0% (2.4 KB)
[#011] sha256:8e3e8bcf2eec14763b61085e7642dc524b0dd4af7b5575c1b733bd285a31171d - 0.0% (243 Bytes)
[#012] sha256:15650470b637cb22626f4479c44eceb4ad2fa44d7ef1e8a158fb6cd8adadbe78 - 0.0% (893 Bytes)
/bin/sh -c #(nop) ADD file:3a8cd4de7f163d93718670f4db1de49045f5e04af3a8aa27d81c0f14647db707 in /
2023-09-07 00:20:51 UTC/bin/sh -c #(nop) CMD ["bash"]
2023-09-07 05:24:43 UTC/bin/sh -c set -eux; { echo 'Package: php*'; echo 'Pin: release *'; echo 'Pin-Priority: -1'; } > /etc/apt/preferences.d/no-debian-php
2023-09-07 05:24:43 UTC/bin/sh -c #(nop) ENV PHPIZE_DEPS=autoconf dpkg-dev file g++ gcc libc-dev make pkg-config re2c
2023-09-07 05:25:04 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-09-07 05:25:05 UTC/bin/sh -c #(nop) ENV PHP_INI_DIR=/usr/local/etc/php
2023-09-07 05:25:05 UTC/bin/sh -c set -eux; mkdir -p "$PHP_INI_DIR/conf.d"; [ ! -d /var/www/html ]; mkdir -p /var/www/html; chown www-data:www-data /var/www/html; chmod 1777 /var/www/html
2023-09-07 05:29:06 UTC/bin/sh -c #(nop) ENV APACHE_CONFDIR=/etc/apache2
2023-09-07 05:29:06 UTC/bin/sh -c #(nop) ENV APACHE_ENVVARS=/etc/apache2/envvars
2023-09-07 05:29:14 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-09-07 05:29:15 UTC/bin/sh -c a2dismod mpm_event && a2enmod mpm_prefork
2023-09-07 05:29:16 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-09-07 05:29:16 UTC/bin/sh -c #(nop) ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
2023-09-07 05:29:16 UTC/bin/sh -c #(nop) ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
2023-09-07 05:29:16 UTC/bin/sh -c #(nop) ENV PHP_LDFLAGS=-Wl,-O1 -pie
2023-09-07 05:29:16 UTC/bin/sh -c #(nop) ENV GPG_KEYS=1198C0117593497A5EC5C199286AF1F9897469DC C28D937575603EB4ABB725861C0779DC5C0A9DE4 AFD8691FDAEDF03BDF6E460563F15A9B715376CA
2023-09-07 05:29:16 UTC/bin/sh -c #(nop) ENV PHP_VERSION=8.3.0RC1
2023-09-07 05:29:16 UTC/bin/sh -c #(nop) ENV PHP_URL=https://downloads.php.net/~jakub/php-8.3.0RC1.tar.xz PHP_ASC_URL=https://downloads.php.net/~jakub/php-8.3.0RC1.tar.xz.asc
2023-09-07 05:29:16 UTC/bin/sh -c #(nop) ENV PHP_SHA256=a569e4c52221cca53c0a9f80886cea86a46d5a826efb305f08ce399f6ba01fb7
2023-09-07 05:29:25 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-09-07 05:29:26 UTC/bin/sh -c #(nop) COPY file:ce57c04b70896f77cc11eb2766417d8a1240fcffe5bba92179ec78c458844110 in /usr/local/bin/
2023-09-07 05:33:03 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 '/=>/ { so = $(NF-1); if (index(so, "/usr/local/") == 1) { next }; gsub("^/(usr/)?", "", so); print so }' | 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-09-07 05:33:03 UTC/bin/sh -c #(nop) COPY multi:e11221d43af7136e4dbad5a74e659bcfa753214a9e615c3daf357f1633d9d3d1 in /usr/local/bin/
2023-09-07 05:33:04 UTC/bin/sh -c docker-php-ext-enable sodium
2023-09-07 05:33:04 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-php-entrypoint"]
2023-09-07 05:33:04 UTC/bin/sh -c #(nop) STOPSIGNAL SIGWINCH
2023-09-07 05:33:04 UTC/bin/sh -c #(nop) COPY file:e3123fcb6566efa979f945bfac1c94c854a559d7b82723e42118882a8ac4de66 in /usr/local/bin/
2023-09-07 05:33:04 UTC/bin/sh -c #(nop) WORKDIR /var/www/html
2023-09-07 05:33:04 UTC/bin/sh -c #(nop) EXPOSE 80
2023-09-07 05:33:04 UTC/bin/sh -c #(nop) CMD ["apache2-foreground"]
2023-09-07 01:18:30 UTC
145 MB
/etc/apache2
APACHE_ENVVARS/etc/apache2/envvars
GPG_KEYS1198C0117593497A5EC5C199286AF1F9897469DC C28D937575603EB4ABB725861C0779DC5C0A9DE4 AFD8691FDAEDF03BDF6E460563F15A9B715376CA
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/~jakub/php-8.3.0RC1.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_SHA256a569e4c52221cca53c0a9f80886cea86a46d5a826efb305f08ce399f6ba01fb7
PHP_URLhttps://downloads.php.net/~jakub/php-8.3.0RC1.tar.xz
PHP_VERSION8.3.0RC1
[#000] sha256:d971e043cc5e8068fe39c736806d279b128c720a08d2e0d41002dcf027787939 - 17.76% (25.7 MB)
[#001] sha256:02aad406c905f84981df74ef828e09148cd5014924dfbffd72809e40b22bf1b7 - 0.0% (227 Bytes)
[#002] sha256:fa99c5db0e2b2db0e03293c0b8668f52b971e7eec6c95b74c1b041bc68336b6d - 53.98% (78.2 MB)
[#003] sha256:2217e264f2268ac3618d71edbfa1493e7bfe4df9920f379c40a77f0882961d4c - 0.0% (269 Bytes)
[#004] sha256:792dae1903f8f5099b041be096760cc5168d688becca17aceafb5e8c227ad89a - 12.9% (18.7 MB)
[#005] sha256:6bab466fe10ff73e62f94c94f49c6ab04369fdbc7971590e13626fa9746bef4f - 0.0% (473 Bytes)
[#006] sha256:463a83d24024a752c9dc193e9a48bc7ace040f5ae608054475dd5941b3151221 - 0.0% (511 Bytes)
[#007] sha256:09036ab5d0a26eaac29df62ce57045f137c50a7b9593103d9ec402cb56ba5dbc - 8.37% (12.1 MB)
[#008] sha256:c4275d55e0591bec78ddd0686bd84a1e21a44f5e26c62af246b37a210acdf77a - 0.0% (492 Bytes)
[#009] sha256:4895b7507dc2f1e40dc0913d80e4a16e981fe6aefd7f63efd88b8e662398b776 - 6.99% (10.1 MB)
[#010] sha256:556473217c4d8a7b0351326e02f1a8bf01c55857ae5581ac9ea1350395bc1eda - 0.0% (2.4 KB)
[#011] sha256:9b1bdce7670eb3b0199a808f5c4cce4cc684e7b1e6db09a0d89ae82a765ce86a - 0.0% (246 Bytes)
[#012] sha256:742bd5c0a4a2082baa77e0c87b59034a3cef39f35e733a3ce59b2dfecf1353e8 - 0.0% (895 Bytes)
/bin/sh -c #(nop) ADD file:e7b77e5797ddb7e058507462fd5f5aad6864ba08ebc4a6c2743dae81ed0f445d in /
2023-09-07 00:48:31 UTC/bin/sh -c #(nop) CMD ["bash"]
2023-09-07 01:11:28 UTC/bin/sh -c set -eux; { echo 'Package: php*'; echo 'Pin: release *'; echo 'Pin-Priority: -1'; } > /etc/apt/preferences.d/no-debian-php
2023-09-07 01:11:28 UTC/bin/sh -c #(nop) ENV PHPIZE_DEPS=autoconf dpkg-dev file g++ gcc libc-dev make pkg-config re2c
2023-09-07 01:11: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-09-07 01:11:54 UTC/bin/sh -c #(nop) ENV PHP_INI_DIR=/usr/local/etc/php
2023-09-07 01:11: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-09-07 01:15:05 UTC/bin/sh -c #(nop) ENV APACHE_CONFDIR=/etc/apache2
2023-09-07 01:15:05 UTC/bin/sh -c #(nop) ENV APACHE_ENVVARS=/etc/apache2/envvars
2023-09-07 01:15:18 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-09-07 01:15:19 UTC/bin/sh -c a2dismod mpm_event && a2enmod mpm_prefork
2023-09-07 01:15:20 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-09-07 01:15:20 UTC/bin/sh -c #(nop) ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
2023-09-07 01:15:20 UTC/bin/sh -c #(nop) ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
2023-09-07 01:15:20 UTC/bin/sh -c #(nop) ENV PHP_LDFLAGS=-Wl,-O1 -pie
2023-09-07 01:15:20 UTC/bin/sh -c #(nop) ENV GPG_KEYS=1198C0117593497A5EC5C199286AF1F9897469DC C28D937575603EB4ABB725861C0779DC5C0A9DE4 AFD8691FDAEDF03BDF6E460563F15A9B715376CA
2023-09-07 01:15:20 UTC/bin/sh -c #(nop) ENV PHP_VERSION=8.3.0RC1
2023-09-07 01:15:20 UTC/bin/sh -c #(nop) ENV PHP_URL=https://downloads.php.net/~jakub/php-8.3.0RC1.tar.xz PHP_ASC_URL=https://downloads.php.net/~jakub/php-8.3.0RC1.tar.xz.asc
2023-09-07 01:15:20 UTC/bin/sh -c #(nop) ENV PHP_SHA256=a569e4c52221cca53c0a9f80886cea86a46d5a826efb305f08ce399f6ba01fb7
2023-09-07 01:15:34 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-09-07 01:15:34 UTC/bin/sh -c #(nop) COPY file:ce57c04b70896f77cc11eb2766417d8a1240fcffe5bba92179ec78c458844110 in /usr/local/bin/
2023-09-07 01:18:28 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 '/=>/ { so = $(NF-1); if (index(so, "/usr/local/") == 1) { next }; gsub("^/(usr/)?", "", so); print so }' | 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-09-07 01:18:28 UTC/bin/sh -c #(nop) COPY multi:e11221d43af7136e4dbad5a74e659bcfa753214a9e615c3daf357f1633d9d3d1 in /usr/local/bin/
2023-09-07 01:18:29 UTC/bin/sh -c docker-php-ext-enable sodium
2023-09-07 01:18:29 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-php-entrypoint"]
2023-09-07 01:18:29 UTC/bin/sh -c #(nop) STOPSIGNAL SIGWINCH
2023-09-07 01:18:29 UTC/bin/sh -c #(nop) COPY file:e3123fcb6566efa979f945bfac1c94c854a559d7b82723e42118882a8ac4de66 in /usr/local/bin/
2023-09-07 01:18:29 UTC/bin/sh -c #(nop) WORKDIR /var/www/html
2023-09-07 01:18:29 UTC/bin/sh -c #(nop) EXPOSE 80
2023-09-07 01:18:30 UTC/bin/sh -c #(nop) CMD ["apache2-foreground"]
2023-09-07 16:47:48 UTC
136 MB
/etc/apache2
APACHE_ENVVARS/etc/apache2/envvars
GPG_KEYS1198C0117593497A5EC5C199286AF1F9897469DC C28D937575603EB4ABB725861C0779DC5C0A9DE4 AFD8691FDAEDF03BDF6E460563F15A9B715376CA
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/~jakub/php-8.3.0RC1.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_SHA256a569e4c52221cca53c0a9f80886cea86a46d5a826efb305f08ce399f6ba01fb7
PHP_URLhttps://downloads.php.net/~jakub/php-8.3.0RC1.tar.xz
PHP_VERSION8.3.0RC1
[#000] sha256:6a9fec8868f77cdcda1bf847be168c1d104031ca6c8edc961bc7f76e3a4bf54b - 17.37% (23.7 MB)
[#001] sha256:b04245abd1ae74912b847730b8f8af632d11658b7d6b7a6a6b2b016b6839d695 - 0.0% (225 Bytes)
[#002] sha256:259b9e50f7b37ced026ad5d694278b4e7042ea14e39354c4a12185e1118d07c4 - 53.36% (72.7 MB)
[#003] sha256:02a056cc1f19ed431abc29c061ec3fcd43bcdfd2d074bb80f85cb61b17427b56 - 0.0% (269 Bytes)
[#004] sha256:fafd2d4562e55ac910a3b7e0538d0b70b26032ac5234cb9052b44ae0fe8ba756 - 13.33% (18.2 MB)
[#005] sha256:cc18bf5d17b139c7ee023b170c9b1da65ab0ba1a0a4c3a5c19180b69db0e8e26 - 0.0% (475 Bytes)
[#006] sha256:dc7aa414e1dffa64aaa9fd4cafec6000bda71f53f1061345107fe9969660efad - 0.0% (512 Bytes)
[#007] sha256:e3769f46fed901930447b4eb1b75ddb407737d9012e5218e7d589b498ff4b4d8 - 8.9% (12.1 MB)
[#008] sha256:1fbb054ef7d898c655343acb0a17aab13a172b8c5128f6a09f72d4d74392e4fa - 0.0% (491 Bytes)
[#009] sha256:d28c06c6a59645dabac20f45c58405ca596df220db857d645bc466eb38b7fb4f - 7.03% (9.58 MB)
[#010] sha256:3371b44af68cd699d32b5538968e21743e10723dfc7c664c5d069ef24c809f6f - 0.0% (2.4 KB)
[#011] sha256:47375f59c6d9c8e0e1e0d22d66c45b71d22faa1e1f7e72f057dfae335f09b5c1 - 0.0% (246 Bytes)
[#012] sha256:f9d33750b77c04868a2c31377eceac6e3df8cf28bb2ad965129dc81a87269504 - 0.0% (894 Bytes)
/bin/sh -c #(nop) ADD file:5775cb975a13a9e48198190564cd469f115a433dabc5c3406c45e1ef0b1ccdf0 in /
2023-09-07 00:57:49 UTC/bin/sh -c #(nop) CMD ["bash"]
2023-09-07 16:39:24 UTC/bin/sh -c set -eux; { echo 'Package: php*'; echo 'Pin: release *'; echo 'Pin-Priority: -1'; } > /etc/apt/preferences.d/no-debian-php
2023-09-07 16:39:25 UTC/bin/sh -c #(nop) ENV PHPIZE_DEPS=autoconf dpkg-dev file g++ gcc libc-dev make pkg-config re2c
2023-09-07 16:39:50 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-09-07 16:39:51 UTC/bin/sh -c #(nop) ENV PHP_INI_DIR=/usr/local/etc/php
2023-09-07 16:39: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 1777 /var/www/html
2023-09-07 16:43:17 UTC/bin/sh -c #(nop) ENV APACHE_CONFDIR=/etc/apache2
2023-09-07 16:43:17 UTC/bin/sh -c #(nop) ENV APACHE_ENVVARS=/etc/apache2/envvars
2023-09-07 16:43:28 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-09-07 16:43:29 UTC/bin/sh -c a2dismod mpm_event && a2enmod mpm_prefork
2023-09-07 16:43:30 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-09-07 16:43:30 UTC/bin/sh -c #(nop) ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
2023-09-07 16:43:30 UTC/bin/sh -c #(nop) ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
2023-09-07 16:43:30 UTC/bin/sh -c #(nop) ENV PHP_LDFLAGS=-Wl,-O1 -pie
2023-09-07 16:43:30 UTC/bin/sh -c #(nop) ENV GPG_KEYS=1198C0117593497A5EC5C199286AF1F9897469DC C28D937575603EB4ABB725861C0779DC5C0A9DE4 AFD8691FDAEDF03BDF6E460563F15A9B715376CA
2023-09-07 16:43:30 UTC/bin/sh -c #(nop) ENV PHP_VERSION=8.3.0RC1
2023-09-07 16:43:30 UTC/bin/sh -c #(nop) ENV PHP_URL=https://downloads.php.net/~jakub/php-8.3.0RC1.tar.xz PHP_ASC_URL=https://downloads.php.net/~jakub/php-8.3.0RC1.tar.xz.asc
2023-09-07 16:43:30 UTC/bin/sh -c #(nop) ENV PHP_SHA256=a569e4c52221cca53c0a9f80886cea86a46d5a826efb305f08ce399f6ba01fb7
2023-09-07 16:43:40 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-09-07 16:43:40 UTC/bin/sh -c #(nop) COPY file:ce57c04b70896f77cc11eb2766417d8a1240fcffe5bba92179ec78c458844110 in /usr/local/bin/
2023-09-07 16:47:47 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 '/=>/ { so = $(NF-1); if (index(so, "/usr/local/") == 1) { next }; gsub("^/(usr/)?", "", so); print so }' | 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-09-07 16:47:47 UTC/bin/sh -c #(nop) COPY multi:e11221d43af7136e4dbad5a74e659bcfa753214a9e615c3daf357f1633d9d3d1 in /usr/local/bin/
2023-09-07 16:47:48 UTC/bin/sh -c docker-php-ext-enable sodium
2023-09-07 16:47:48 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-php-entrypoint"]
2023-09-07 16:47:48 UTC/bin/sh -c #(nop) STOPSIGNAL SIGWINCH
2023-09-07 16:47:48 UTC/bin/sh -c #(nop) COPY file:e3123fcb6566efa979f945bfac1c94c854a559d7b82723e42118882a8ac4de66 in /usr/local/bin/
2023-09-07 16:47:48 UTC/bin/sh -c #(nop) WORKDIR /var/www/html
2023-09-07 16:47:48 UTC/bin/sh -c #(nop) EXPOSE 80
2023-09-07 16:47:48 UTC/bin/sh -c #(nop) CMD ["apache2-foreground"]
2023-09-07 07:19:52 UTC
164 MB
/etc/apache2
APACHE_ENVVARS/etc/apache2/envvars
GPG_KEYS1198C0117593497A5EC5C199286AF1F9897469DC C28D937575603EB4ABB725861C0779DC5C0A9DE4 AFD8691FDAEDF03BDF6E460563F15A9B715376CA
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/~jakub/php-8.3.0RC1.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_SHA256a569e4c52221cca53c0a9f80886cea86a46d5a826efb305f08ce399f6ba01fb7
PHP_URLhttps://downloads.php.net/~jakub/php-8.3.0RC1.tar.xz
PHP_VERSION8.3.0RC1
[#000] sha256:155eab17d86c47443adc8cebe7fc62c847c03db8cfb1ca53aa6276564fff23ef - 16.96% (27.8 MB)
[#001] sha256:60b818c00a035fcd6f4e78d672922d1afb279bdc837ad55eb691efc50f0760ea - 0.0% (227 Bytes)
[#002] sha256:f4a3a1ecd0ae0834a71725a5f6ff8a8f86050dc53e4924192cd30ac204a583fe - 57.06% (93.6 MB)
[#003] sha256:fcf1272118b2a9123f3478474b5d0adf0114c4bc80dc4d784e0d3a2eee33318d - 0.0% (269 Bytes)
[#004] sha256:f6dec1919d1c54edd2259b8ea44a4f65776d2987b71f4acc0575e597b0a79929 - 11.81% (19.4 MB)
[#005] sha256:9c32c5aa765e0f14947473f1e02f14d515f2da8451760268394a279150373698 - 0.0% (476 Bytes)
[#006] sha256:5da49514c5716d7169e1524fad10a74bda10b691910a4a647eb0540ffb24dbe2 - 0.0% (514 Bytes)
[#007] sha256:49f4155fb526d87a24164aeda0ecab18f47c0eb29eeb420cf80425225016e196 - 7.39% (12.1 MB)
[#008] sha256:cc09a1808920d1113fd0ea3e2dcef5dfe972ff09471d4b2e24cb75c822f6482d - 0.0% (494 Bytes)
[#009] sha256:d3006437200b8913921c77c802fdad8d24e1c7a3f2fa8ce4e7a81ae984c62984 - 6.77% (11.1 MB)
[#010] sha256:313a73fceac17b8a5138220edb5a2ae0149006402bcdf83e29edc15201d4c85f - 0.0% (2.4 KB)
[#011] sha256:440f9868cb3f2f6e2e25655179a1e726f34baf5d3f48ae859ba63bf4ec733851 - 0.0% (243 Bytes)
[#012] sha256:ecb3c5eb55c861c7f087d19a4bb91efe5b22dc26ddd4827a3a1a9b0f446ef0db - 0.0% (893 Bytes)
/bin/sh -c #(nop) ADD file:fb5c8f411c4a1e06c25ac32455221938386907d0b4782fc228ca67de63a7e9de in /
2023-09-07 00:39:39 UTC/bin/sh -c #(nop) CMD ["bash"]
2023-09-07 07:11:54 UTC/bin/sh -c set -eux; { echo 'Package: php*'; echo 'Pin: release *'; echo 'Pin-Priority: -1'; } > /etc/apt/preferences.d/no-debian-php
2023-09-07 07:11:54 UTC/bin/sh -c #(nop) ENV PHPIZE_DEPS=autoconf dpkg-dev file g++ gcc libc-dev make pkg-config re2c
2023-09-07 07:12:10 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-09-07 07:12:12 UTC/bin/sh -c #(nop) ENV PHP_INI_DIR=/usr/local/etc/php
2023-09-07 07:12:12 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-09-07 07:16:02 UTC/bin/sh -c #(nop) ENV APACHE_CONFDIR=/etc/apache2
2023-09-07 07:16:02 UTC/bin/sh -c #(nop) ENV APACHE_ENVVARS=/etc/apache2/envvars
2023-09-07 07:16:10 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-09-07 07:16:10 UTC/bin/sh -c a2dismod mpm_event && a2enmod mpm_prefork
2023-09-07 07:16:11 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-09-07 07:16:11 UTC/bin/sh -c #(nop) ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
2023-09-07 07:16:11 UTC/bin/sh -c #(nop) ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
2023-09-07 07:16:11 UTC/bin/sh -c #(nop) ENV PHP_LDFLAGS=-Wl,-O1 -pie
2023-09-07 07:16:11 UTC/bin/sh -c #(nop) ENV GPG_KEYS=1198C0117593497A5EC5C199286AF1F9897469DC C28D937575603EB4ABB725861C0779DC5C0A9DE4 AFD8691FDAEDF03BDF6E460563F15A9B715376CA
2023-09-07 07:16:11 UTC/bin/sh -c #(nop) ENV PHP_VERSION=8.3.0RC1
2023-09-07 07:16:11 UTC/bin/sh -c #(nop) ENV PHP_URL=https://downloads.php.net/~jakub/php-8.3.0RC1.tar.xz PHP_ASC_URL=https://downloads.php.net/~jakub/php-8.3.0RC1.tar.xz.asc
2023-09-07 07:16:11 UTC/bin/sh -c #(nop) ENV PHP_SHA256=a569e4c52221cca53c0a9f80886cea86a46d5a826efb305f08ce399f6ba01fb7
2023-09-07 07:16:20 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-09-07 07:16:20 UTC/bin/sh -c #(nop) COPY file:ce57c04b70896f77cc11eb2766417d8a1240fcffe5bba92179ec78c458844110 in /usr/local/bin/
2023-09-07 07:19: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 '/=>/ { so = $(NF-1); if (index(so, "/usr/local/") == 1) { next }; gsub("^/(usr/)?", "", so); print so }' | 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-09-07 07:19:51 UTC/bin/sh -c #(nop) COPY multi:e11221d43af7136e4dbad5a74e659bcfa753214a9e615c3daf357f1633d9d3d1 in /usr/local/bin/
2023-09-07 07:19:52 UTC/bin/sh -c docker-php-ext-enable sodium
2023-09-07 07:19:52 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-php-entrypoint"]
2023-09-07 07:19:52 UTC/bin/sh -c #(nop) STOPSIGNAL SIGWINCH
2023-09-07 07:19:52 UTC/bin/sh -c #(nop) COPY file:e3123fcb6566efa979f945bfac1c94c854a559d7b82723e42118882a8ac4de66 in /usr/local/bin/
2023-09-07 07:19:52 UTC/bin/sh -c #(nop) WORKDIR /var/www/html
2023-09-07 07:19:52 UTC/bin/sh -c #(nop) EXPOSE 80
2023-09-07 07:19:52 UTC/bin/sh -c #(nop) CMD ["apache2-foreground"]
2023-09-08 08:53:10 UTC
146 MB
/etc/apache2
APACHE_ENVVARS/etc/apache2/envvars
GPG_KEYS1198C0117593497A5EC5C199286AF1F9897469DC C28D937575603EB4ABB725861C0779DC5C0A9DE4 AFD8691FDAEDF03BDF6E460563F15A9B715376CA
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/~jakub/php-8.3.0RC1.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_SHA256a569e4c52221cca53c0a9f80886cea86a46d5a826efb305f08ce399f6ba01fb7
PHP_URLhttps://downloads.php.net/~jakub/php-8.3.0RC1.tar.xz
PHP_VERSION8.3.0RC1
[#000] sha256:a6519d39af9071c1099bd2a01d04c824d095fb31f439e10814371707227802ae - 19.02% (27.8 MB)
[#001] sha256:cd7ca625bc75d7a27068d552a0846870573a43149f3f85cbfebb03887aca0a54 - 0.0% (229 Bytes)
[#002] sha256:9f80501b0fcf5e312a2e3a3b078d944bed8ff40b79a6f2a9f0ffd1cdb695617b - 52.7% (76.9 MB)
[#003] sha256:a5201ef9f6ca69586cf2e96b94645c6536c73b56cf40d7e169de329419b67926 - 0.0% (225 Bytes)
[#004] sha256:d7006790a02e9cf663255c984a08b97bcef11b74a75ac142fefad7e46a559031 - 13.1% (19.1 MB)
[#005] sha256:b2fc2971fe8ab4366d93a6696556e555f5c5dd0c088c58b924eadfc8ceade1f0 - 0.0% (438 Bytes)
[#006] sha256:93e78159f5409259b0c0d5cfb0a202ef65a50e7e2240b762f9fa427256eaca25 - 0.0% (494 Bytes)
[#007] sha256:bb150bfb73a50e787b6ba53378690329b50018522d04365a60da1d10b26d0b2f - 8.17% (11.9 MB)
[#008] sha256:d6dd097beec0ab737f3a8dcb2bad165597ae8bbb3fe4406ac7d87423b622459a - 0.0% (493 Bytes)
[#009] sha256:5f41d865f42d6284a7ebcd51727dbe1a0ac816ee9f102a317574f168e3fbb0bf - 7.0% (10.2 MB)
[#010] sha256:1f175404a9b62897f28ac3dfbeed2edff582122b78fb7fd99b5771580f49bbc3 - 0.0% (2.4 KB)
[#011] sha256:995e16352e9add9c8ba40a0e1b07212d36d55602bf79e768209d7143ba33ff5f - 0.0% (247 Bytes)
[#012] sha256:42892e7c6a6ea1cd55cdd7e69f18a61c5efcdb760436d6b7d99b940c49fe4dce - 0.0% (896 Bytes)
/bin/sh -c #(nop) ADD file:263719948aa8496c0852aa2ef6c6660c25ce35618af5b1c5bc35c901d853bcf8 in /
2023-09-07 01:09:17 UTC/bin/sh -c #(nop) CMD ["bash"]
2023-09-08 08:16: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-09-08 08:16:42 UTC/bin/sh -c #(nop) ENV PHPIZE_DEPS=autoconf dpkg-dev file g++ gcc libc-dev make pkg-config re2c
2023-09-08 08:18:22 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-09-08 08:18:26 UTC/bin/sh -c #(nop) ENV PHP_INI_DIR=/usr/local/etc/php
2023-09-08 08:18:32 UTC/bin/sh -c set -eux; mkdir -p "$PHP_INI_DIR/conf.d"; [ ! -d /var/www/html ]; mkdir -p /var/www/html; chown www-data:www-data /var/www/html; chmod 1777 /var/www/html
2023-09-08 08:34:47 UTC/bin/sh -c #(nop) ENV APACHE_CONFDIR=/etc/apache2
2023-09-08 08:34:50 UTC/bin/sh -c #(nop) ENV APACHE_ENVVARS=/etc/apache2/envvars
2023-09-08 08:35:44 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-09-08 08:35:50 UTC/bin/sh -c a2dismod mpm_event && a2enmod mpm_prefork
2023-09-08 08:35:56 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-09-08 08:35:59 UTC/bin/sh -c #(nop) ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
2023-09-08 08:36:03 UTC/bin/sh -c #(nop) ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
2023-09-08 08:36:06 UTC/bin/sh -c #(nop) ENV PHP_LDFLAGS=-Wl,-O1 -pie
2023-09-08 08:36:09 UTC/bin/sh -c #(nop) ENV GPG_KEYS=1198C0117593497A5EC5C199286AF1F9897469DC C28D937575603EB4ABB725861C0779DC5C0A9DE4 AFD8691FDAEDF03BDF6E460563F15A9B715376CA
2023-09-08 08:36:13 UTC/bin/sh -c #(nop) ENV PHP_VERSION=8.3.0RC1
2023-09-08 08:36:16 UTC/bin/sh -c #(nop) ENV PHP_URL=https://downloads.php.net/~jakub/php-8.3.0RC1.tar.xz PHP_ASC_URL=https://downloads.php.net/~jakub/php-8.3.0RC1.tar.xz.asc
2023-09-08 08:36:19 UTC/bin/sh -c #(nop) ENV PHP_SHA256=a569e4c52221cca53c0a9f80886cea86a46d5a826efb305f08ce399f6ba01fb7
2023-09-08 08:37:05 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-09-08 08:37:08 UTC/bin/sh -c #(nop) COPY file:ce57c04b70896f77cc11eb2766417d8a1240fcffe5bba92179ec78c458844110 in /usr/local/bin/
2023-09-08 08:52:39 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 '/=>/ { so = $(NF-1); if (index(so, "/usr/local/") == 1) { next }; gsub("^/(usr/)?", "", so); print so }' | 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-09-08 08:52:43 UTC/bin/sh -c #(nop) COPY multi:e11221d43af7136e4dbad5a74e659bcfa753214a9e615c3daf357f1633d9d3d1 in /usr/local/bin/
2023-09-08 08:52:50 UTC/bin/sh -c docker-php-ext-enable sodium
2023-09-08 08:52:53 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-php-entrypoint"]
2023-09-08 08:52:57 UTC/bin/sh -c #(nop) STOPSIGNAL SIGWINCH
2023-09-08 08:53:00 UTC/bin/sh -c #(nop) COPY file:e3123fcb6566efa979f945bfac1c94c854a559d7b82723e42118882a8ac4de66 in /usr/local/bin/
2023-09-08 08:53:03 UTC/bin/sh -c #(nop) WORKDIR /var/www/html
2023-09-08 08:53:07 UTC/bin/sh -c #(nop) EXPOSE 80
2023-09-08 08:53:10 UTC/bin/sh -c #(nop) CMD ["apache2-foreground"]
2023-09-07 01:34:25 UTC
174 MB
/etc/apache2
APACHE_ENVVARS/etc/apache2/envvars
GPG_KEYS1198C0117593497A5EC5C199286AF1F9897469DC C28D937575603EB4ABB725861C0779DC5C0A9DE4 AFD8691FDAEDF03BDF6E460563F15A9B715376CA
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/~jakub/php-8.3.0RC1.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_SHA256a569e4c52221cca53c0a9f80886cea86a46d5a826efb305f08ce399f6ba01fb7
PHP_URLhttps://downloads.php.net/~jakub/php-8.3.0RC1.tar.xz
PHP_VERSION8.3.0RC1
[#000] sha256:1db76043538a495ac265ef61277e1a2137637bebdc1ffa7712108b3efe4a4d33 - 18.13% (31.6 MB)
[#001] sha256:dba76341d8b0e0d9a8c561afa778691dd937726fa8719514e0ca05c665cccee1 - 0.0% (228 Bytes)
[#002] sha256:7d4a743cb152bc32494ca706469140a95b837946ef097a3958b63a0b7377d6e0 - 56.54% (98.5 MB)
[#003] sha256:cb5c7e4d3913c597a052914dbab2fe7a302528577dffdf51ab9f38a4699757f6 - 0.0% (268 Bytes)
[#004] sha256:5e78b7d2eb0ea321d7d988ddd56471b2675525085f8170c0b9b81fcb8c2919c3 - 11.76% (20.5 MB)
[#005] sha256:e7084d0ef49417fb9e4c249f3802bbe2ecb9dbfe35395e3adf9721c7535af8ec - 0.0% (489 Bytes)
[#006] sha256:6fc56bfb47b55b4bb4772193dc380f1617a5d3e8ec2927c390b8051fc35206a9 - 0.0% (517 Bytes)
[#007] sha256:d6f7d7b0670e1a837ad414b2aac824cafa1a7e591fd5003593eb0164e4fd302a - 6.96% (12.1 MB)
[#008] sha256:f2ec60834e42057aac1be60666b1cbb7317070cc179410a0f98b84762fbde0fd - 0.0% (492 Bytes)
[#009] sha256:a3a2d567fe25a66ea8766ad5f8ec81856bb1d92958ba1f22d4da737c703416e5 - 6.61% (11.5 MB)
[#010] sha256:6785ae72e3b09879adb9ecb1bd760e7820ae3069481cef755c20b828c8efc11a - 0.0% (2.4 KB)
[#011] sha256:25afaf6ad503e8cd24957e2274d8604ea0c0ba5ed4ab6cef57c73f75df02bd8b - 0.0% (248 Bytes)
[#012] sha256:5d9fbda520b19fdc760f9d4c41183bd8eb4b86047ed5af9a316da6129a0de5de - 0.0% (895 Bytes)
/bin/sh -c #(nop) ADD file:c5cce4a01995fb11fea5067fdf342af046481b4869e8e858a85986686f68ef2a in /
2023-09-07 00:17:32 UTC/bin/sh -c #(nop) CMD ["bash"]
2023-09-07 01:21:52 UTC/bin/sh -c set -eux; { echo 'Package: php*'; echo 'Pin: release *'; echo 'Pin-Priority: -1'; } > /etc/apt/preferences.d/no-debian-php
2023-09-07 01:21:52 UTC/bin/sh -c #(nop) ENV PHPIZE_DEPS=autoconf dpkg-dev file g++ gcc libc-dev make pkg-config re2c
2023-09-07 01:22:59 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-09-07 01:23:04 UTC/bin/sh -c #(nop) ENV PHP_INI_DIR=/usr/local/etc/php
2023-09-07 01:23:06 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-09-07 01:28:16 UTC/bin/sh -c #(nop) ENV APACHE_CONFDIR=/etc/apache2
2023-09-07 01:28:16 UTC/bin/sh -c #(nop) ENV APACHE_ENVVARS=/etc/apache2/envvars
2023-09-07 01:28:47 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-09-07 01:28:49 UTC/bin/sh -c a2dismod mpm_event && a2enmod mpm_prefork
2023-09-07 01:28:50 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-09-07 01:28:52 UTC/bin/sh -c #(nop) ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
2023-09-07 01:28:52 UTC/bin/sh -c #(nop) ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
2023-09-07 01:28:53 UTC/bin/sh -c #(nop) ENV PHP_LDFLAGS=-Wl,-O1 -pie
2023-09-07 01:28:54 UTC/bin/sh -c #(nop) ENV GPG_KEYS=1198C0117593497A5EC5C199286AF1F9897469DC C28D937575603EB4ABB725861C0779DC5C0A9DE4 AFD8691FDAEDF03BDF6E460563F15A9B715376CA
2023-09-07 01:28:54 UTC/bin/sh -c #(nop) ENV PHP_VERSION=8.3.0RC1
2023-09-07 01:28:55 UTC/bin/sh -c #(nop) ENV PHP_URL=https://downloads.php.net/~jakub/php-8.3.0RC1.tar.xz PHP_ASC_URL=https://downloads.php.net/~jakub/php-8.3.0RC1.tar.xz.asc
2023-09-07 01:28:55 UTC/bin/sh -c #(nop) ENV PHP_SHA256=a569e4c52221cca53c0a9f80886cea86a46d5a826efb305f08ce399f6ba01fb7
2023-09-07 01:29:19 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-09-07 01:29:20 UTC/bin/sh -c #(nop) COPY file:ce57c04b70896f77cc11eb2766417d8a1240fcffe5bba92179ec78c458844110 in /usr/local/bin/
2023-09-07 01:34:18 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 '/=>/ { so = $(NF-1); if (index(so, "/usr/local/") == 1) { next }; gsub("^/(usr/)?", "", so); print so }' | 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-09-07 01:34:19 UTC/bin/sh -c #(nop) COPY multi:e11221d43af7136e4dbad5a74e659bcfa753214a9e615c3daf357f1633d9d3d1 in /usr/local/bin/
2023-09-07 01:34:20 UTC/bin/sh -c docker-php-ext-enable sodium
2023-09-07 01:34:21 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-php-entrypoint"]
2023-09-07 01:34:21 UTC/bin/sh -c #(nop) STOPSIGNAL SIGWINCH
2023-09-07 01:34:22 UTC/bin/sh -c #(nop) COPY file:e3123fcb6566efa979f945bfac1c94c854a559d7b82723e42118882a8ac4de66 in /usr/local/bin/
2023-09-07 01:34:22 UTC/bin/sh -c #(nop) WORKDIR /var/www/html
2023-09-07 01:34:23 UTC/bin/sh -c #(nop) EXPOSE 80
2023-09-07 01:34:25 UTC/bin/sh -c #(nop) CMD ["apache2-foreground"]
2023-09-07 04:34:37 UTC
145 MB
/etc/apache2
APACHE_ENVVARS/etc/apache2/envvars
GPG_KEYS1198C0117593497A5EC5C199286AF1F9897469DC C28D937575603EB4ABB725861C0779DC5C0A9DE4 AFD8691FDAEDF03BDF6E460563F15A9B715376CA
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/~jakub/php-8.3.0RC1.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_SHA256a569e4c52221cca53c0a9f80886cea86a46d5a826efb305f08ce399f6ba01fb7
PHP_URLhttps://downloads.php.net/~jakub/php-8.3.0RC1.tar.xz
PHP_VERSION8.3.0RC1
[#000] sha256:68043338ec5d8515f0dcc40f82eb11d30dd8539a1d30984e4b157df8779f6d53 - 18.11% (26.2 MB)
[#001] sha256:2dc0cb2f691567ac4f65d97809478382876219f510350ca4a1e0f1652dcb1866 - 0.0% (225 Bytes)
[#002] sha256:feda8db715ee206cc7a04ec55ac27db3d4b5cd31c29c76681837790c9b909b50 - 53.24% (77.1 MB)
[#003] sha256:7230424bf87ec5ee7de2421e6ceb65b192a62c45f08adae87861923c509c5cda - 0.0% (270 Bytes)
[#004] sha256:4be2f89f9eca455e78791518af13e009317946fbcb671e3642b3ccc92e5200f4 - 13.23% (19.2 MB)
[#005] sha256:bb2189240560a76a0f2ffd06b86a86c9ecfd8205c5d843d51abba9ab495da4bd - 0.0% (476 Bytes)
[#006] sha256:77d36146e099df2f82f07f0b673d4c89fb42201e7ea82593e880c2b73aa3b0fc - 0.0% (509 Bytes)
[#007] sha256:32622b913c40a263c0297386bcdebf14cd25deb45b29740c43889cdde0b77818 - 8.38% (12.1 MB)
[#008] sha256:cb071d0899c60aea589ca6d7daad55ec94cee948cb75987338f3a08a4d46db0d - 0.0% (490 Bytes)
[#009] sha256:5330ed45915608d16929b960218d1c9fa0a97f04b9c3075a107a449b41c1e2c7 - 7.04% (10.2 MB)
[#010] sha256:953195096f008612d87efbea82f32c3371e1a514ac50c8d5007a0f4971ee9357 - 0.0% (2.4 KB)
[#011] sha256:27c7148adb5e66a25c9399fcc94c6682fa973feb0be7ca514e55245ef12ecf11 - 0.0% (246 Bytes)
[#012] sha256:c93015a0cbfcf9cd6bf85dd10b126b804a3feef817aebc0095f9746b2aa8b8c8 - 0.0% (893 Bytes)
/bin/sh -c #(nop) ADD file:2a617cce71dc34ce7b62d4b1da4b45cca574c219300ba2be25396630f80bb9cd in /
2023-09-07 00:43:47 UTC/bin/sh -c #(nop) CMD ["bash"]
2023-09-07 04:28:20 UTC/bin/sh -c set -eux; { echo 'Package: php*'; echo 'Pin: release *'; echo 'Pin-Priority: -1'; } > /etc/apt/preferences.d/no-debian-php
2023-09-07 04:28:20 UTC/bin/sh -c #(nop) ENV PHPIZE_DEPS=autoconf dpkg-dev file g++ gcc libc-dev make pkg-config re2c
2023-09-07 04:28:39 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-09-07 04:28:46 UTC/bin/sh -c #(nop) ENV PHP_INI_DIR=/usr/local/etc/php
2023-09-07 04:28:46 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-09-07 04:31:41 UTC/bin/sh -c #(nop) ENV APACHE_CONFDIR=/etc/apache2
2023-09-07 04:31:41 UTC/bin/sh -c #(nop) ENV APACHE_ENVVARS=/etc/apache2/envvars
2023-09-07 04:31:48 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-09-07 04:31:50 UTC/bin/sh -c a2dismod mpm_event && a2enmod mpm_prefork
2023-09-07 04:31:51 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-09-07 04:31:51 UTC/bin/sh -c #(nop) ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
2023-09-07 04:31:51 UTC/bin/sh -c #(nop) ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
2023-09-07 04:31:51 UTC/bin/sh -c #(nop) ENV PHP_LDFLAGS=-Wl,-O1 -pie
2023-09-07 04:31:51 UTC/bin/sh -c #(nop) ENV GPG_KEYS=1198C0117593497A5EC5C199286AF1F9897469DC C28D937575603EB4ABB725861C0779DC5C0A9DE4 AFD8691FDAEDF03BDF6E460563F15A9B715376CA
2023-09-07 04:31:51 UTC/bin/sh -c #(nop) ENV PHP_VERSION=8.3.0RC1
2023-09-07 04:31:51 UTC/bin/sh -c #(nop) ENV PHP_URL=https://downloads.php.net/~jakub/php-8.3.0RC1.tar.xz PHP_ASC_URL=https://downloads.php.net/~jakub/php-8.3.0RC1.tar.xz.asc
2023-09-07 04:31:51 UTC/bin/sh -c #(nop) ENV PHP_SHA256=a569e4c52221cca53c0a9f80886cea86a46d5a826efb305f08ce399f6ba01fb7
2023-09-07 04:31:58 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-09-07 04:31:59 UTC/bin/sh -c #(nop) COPY file:ce57c04b70896f77cc11eb2766417d8a1240fcffe5bba92179ec78c458844110 in /usr/local/bin/
2023-09-07 04:34:35 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 '/=>/ { so = $(NF-1); if (index(so, "/usr/local/") == 1) { next }; gsub("^/(usr/)?", "", so); print so }' | 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-09-07 04:34:36 UTC/bin/sh -c #(nop) COPY multi:e11221d43af7136e4dbad5a74e659bcfa753214a9e615c3daf357f1633d9d3d1 in /usr/local/bin/
2023-09-07 04:34:37 UTC/bin/sh -c docker-php-ext-enable sodium
2023-09-07 04:34:37 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-php-entrypoint"]
2023-09-07 04:34:37 UTC/bin/sh -c #(nop) STOPSIGNAL SIGWINCH
2023-09-07 04:34:37 UTC/bin/sh -c #(nop) COPY file:e3123fcb6566efa979f945bfac1c94c854a559d7b82723e42118882a8ac4de66 in /usr/local/bin/
2023-09-07 04:34:37 UTC/bin/sh -c #(nop) WORKDIR /var/www/html
2023-09-07 04:34:37 UTC/bin/sh -c #(nop) EXPOSE 80
2023-09-07 04:34:37 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.