Namespace
library
Image / Tag
php:8.2.0beta1-apache-buster
Content Digest
sha256:8918f44b080db3535501d433ad182e20fd655046eb30f7b2b484d759022247ca
Details
Created

2022-08-02 06:34:05 UTC

Size

144 MB

Content Digest
Environment
APACHE_CONFDIR

/etc/apache2

APACHE_ENVVARS

/etc/apache2/envvars

GPG_KEYS

39B641343D8C104B2B146DC3F9C39DC0B9698544 E60913E4DF209907D8E30D96659A97C9CF2A795A 1198C0117593497A5EC5C199286AF1F9897469DC

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PHPIZE_DEPS

autoconf dpkg-dev file g++ gcc libc-dev make pkg-config re2c

PHP_ASC_URL

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

PHP_CFLAGS

-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64

PHP_CPPFLAGS

-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64

PHP_INI_DIR

/usr/local/etc/php

PHP_LDFLAGS

-Wl,-O1 -pie

PHP_SHA256

46ebb4be04b98833bab649314775cc100bdd825c73d9bc3646df5c1ec7ebb2a6

PHP_URL

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

PHP_VERSION

8.2.0beta1


Layers

[#000] sha256:0481fdd8148a195a336acc1d5b3d6b0f7fe46395e01c9b674e3ff6974b6ac5a7 - 18.36% (26.5 MB)

[#001] sha256:0973877ec0e368d96bbb3d54caaf9080f69efac8ac1205ad1fca4b0f3e1baa95 - 0.0% (224 Bytes)

[#002] sha256:17ae80725d2fa6408c520a61aeaba5003aac7db68a5366895410a85760dd8e48 - 53.64% (77.5 MB)

[#003] sha256:74926b9b0d6874e3e293e95eb4a461b6b2b6b92dae2f8806823e84bf63401ff1 - 0.0% (224 Bytes)

[#004] sha256:bc3cdf37a63b5bde187c7745bfb3773ec389a961c2b20304ebbfb0ad050d4ced - 12.48% (18 MB)

[#005] sha256:cc2764b9478bc915b8afaac186e7e5a02366c350ae93ef06be2065db3b91d4a0 - 0.0% (429 Bytes)

[#006] sha256:30bf93c7aabf61651dce14b064c80a90a7ca2b0fe6f476174e65d2054d938613 - 0.0% (486 Bytes)

[#007] sha256:b8e70f349e9ee62e3cf008c0add4bdee8cb4c038257f0030d032ae08c14e105f - 7.94% (11.5 MB)

[#008] sha256:e97858cfebca5baaf1341522e9b98df4edc7dc567092df63486891b93b89c0e0 - 0.0% (493 Bytes)

[#009] sha256:408c6c8d323b9a2b4ca63f5534a18feac3eaf70f5342a649aa1910942f1424d5 - 7.57% (10.9 MB)

[#010] sha256:867b061b771ee8a743e2930a2eff5705c992d984f57763d0ee145f2aec4fe1ef - 0.0% (2.4 KB)

[#011] sha256:9410d32219fd070bf4d9b8fa2aa3d7f08e23045e20cfb1499fc90f9218275f64 - 0.0% (245 Bytes)

[#012] sha256:c6ef43065d67832a09c046bcbf1619c911989a20967484a65b526a378ad1c393 - 0.0% (895 Bytes)


History
2022-08-02 00:39:47 UTC

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

2022-08-02 00:39:47 UTC

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

2022-08-02 06:27:02 UTC

/bin/sh -c set -eux; { echo 'Package: php*'; echo 'Pin: release *'; echo 'Pin-Priority: -1'; } > /etc/apt/preferences.d/no-debian-php

2022-08-02 06:27:03 UTC

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

2022-08-02 06:27:23 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/*

2022-08-02 06:27:23 UTC

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

2022-08-02 06:27:24 UTC

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

2022-08-02 06:30:44 UTC

/bin/sh -c #(nop) ENV APACHE_CONFDIR=/etc/apache2

2022-08-02 06:30:45 UTC

/bin/sh -c #(nop) ENV APACHE_ENVVARS=/etc/apache2/envvars

2022-08-02 06:30:56 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 777 "$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"

2022-08-02 06:30:57 UTC

/bin/sh -c a2dismod mpm_event && a2enmod mpm_prefork

2022-08-02 06:30:58 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

2022-08-02 06:30:59 UTC

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

2022-08-02 06:31:00 UTC

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

2022-08-02 06:31:01 UTC

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

2022-08-02 06:31:02 UTC

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

2022-08-02 06:31:03 UTC

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

2022-08-02 06:31:04 UTC

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

2022-08-02 06:31:05 UTC

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

2022-08-02 06:31:16 UTC

/bin/sh -c set -eux; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends gnupg dirmngr; 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

2022-08-02 06:31:17 UTC

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

2022-08-02 06:33:58 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

2022-08-02 06:33:59 UTC

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

2022-08-02 06:33:59 UTC

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

2022-08-02 06:34:00 UTC

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

2022-08-02 06:34:01 UTC

/bin/sh -c #(nop) STOPSIGNAL SIGWINCH

2022-08-02 06:34:03 UTC

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

2022-08-02 06:34:03 UTC

/bin/sh -c #(nop) WORKDIR /var/www/html

2022-08-02 06:34:04 UTC

/bin/sh -c #(nop) EXPOSE 80

2022-08-02 06:34:05 UTC

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

Details
Created

2022-08-02 06:38:19 UTC

Size

139 MB

Content Digest
Environment
APACHE_CONFDIR

/etc/apache2

APACHE_ENVVARS

/etc/apache2/envvars

GPG_KEYS

39B641343D8C104B2B146DC3F9C39DC0B9698544 E60913E4DF209907D8E30D96659A97C9CF2A795A 1198C0117593497A5EC5C199286AF1F9897469DC

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PHPIZE_DEPS

autoconf dpkg-dev file g++ gcc libc-dev make pkg-config re2c

PHP_ASC_URL

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

PHP_CFLAGS

-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64

PHP_CPPFLAGS

-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64

PHP_INI_DIR

/usr/local/etc/php

PHP_LDFLAGS

-Wl,-O1 -pie

PHP_SHA256

46ebb4be04b98833bab649314775cc100bdd825c73d9bc3646df5c1ec7ebb2a6

PHP_URL

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

PHP_VERSION

8.2.0beta1


Layers

[#000] sha256:751ef25978b2971e15496369695ba51ed5b1b9aaca7e37b18a173d754d1ca820 - 18.59% (25.9 MB)

[#001] sha256:674ea47a6cdfcd67bf3a92d4f2815eb980f3d8e469e450cb4c3d4e3b324f3a61 - 0.0% (226 Bytes)

[#002] sha256:b2135d02788749107cd72ae8364f4c834a1a99ff75005f23e5c68de8f88b6b5e - 52.53% (73.1 MB)

[#003] sha256:522e09de4db0e5cb3d1db8214cb8c6bf59814b3c0809d65b7b319552ff7a0362 - 0.0% (271 Bytes)

[#004] sha256:7a57d944ae891864cb8626dfa4ab7f12157b09197249dd9e6c1d4a0c4ae41e39 - 12.8% (17.8 MB)

[#005] sha256:855ddab4d1fdba79d5c4ebce577de5369e71a33d05667fb64797509662dd309c - 0.0% (472 Bytes)

[#006] sha256:c75678c9da41324a360fb9f1648e8add4a3446ed810a1a513fd1f3e2ef5d6e9d - 0.0% (514 Bytes)

[#007] sha256:6b40579f504bd27b1f500d11894af8bbc531d8fa9257af713631f680f30e1cd2 - 8.39% (11.7 MB)

[#008] sha256:86478e45b6f61ac848ad42399757a79711e1ef634aff893a35846af051995f4b - 0.0% (492 Bytes)

[#009] sha256:5c622cab20b86475527a5a66507531516f00f7317d6055139e5829a93c226539 - 7.69% (10.7 MB)

[#010] sha256:d890a3399c9771747ce2f35d1bc3a34c5798bd22af122c3fcaf59bfa85400b4f - 0.0% (2.4 KB)

[#011] sha256:b0f5776fb8f626d7536d1a90ce24ea314cd6bf7501b328cd4dd01c06ca68df15 - 0.0% (247 Bytes)

[#012] sha256:03c85496c8606d5e3b92f9134e1032df70e757c604330db29b35ab68a4052d15 - 0.0% (896 Bytes)


History
2022-08-02 01:20:24 UTC

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

2022-08-02 01:20:24 UTC

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

2022-08-02 06:30:58 UTC

/bin/sh -c set -eux; { echo 'Package: php*'; echo 'Pin: release *'; echo 'Pin-Priority: -1'; } > /etc/apt/preferences.d/no-debian-php

2022-08-02 06:30:58 UTC

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

2022-08-02 06:31:15 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/*

2022-08-02 06:31:16 UTC

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

2022-08-02 06:31:16 UTC

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

2022-08-02 06:34:51 UTC

/bin/sh -c #(nop) ENV APACHE_CONFDIR=/etc/apache2

2022-08-02 06:34:51 UTC

/bin/sh -c #(nop) ENV APACHE_ENVVARS=/etc/apache2/envvars

2022-08-02 06:34:59 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 777 "$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"

2022-08-02 06:35:00 UTC

/bin/sh -c a2dismod mpm_event && a2enmod mpm_prefork

2022-08-02 06:35:01 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

2022-08-02 06:35:01 UTC

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

2022-08-02 06:35:01 UTC

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

2022-08-02 06:35:01 UTC

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

2022-08-02 06:35:01 UTC

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

2022-08-02 06:35:01 UTC

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

2022-08-02 06:35:01 UTC

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

2022-08-02 06:35:01 UTC

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

2022-08-02 06:35:11 UTC

/bin/sh -c set -eux; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends gnupg dirmngr; 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

2022-08-02 06:35:11 UTC

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

2022-08-02 06:38:17 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

2022-08-02 06:38:17 UTC

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

2022-08-02 06:38:18 UTC

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

2022-08-02 06:38:18 UTC

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

2022-08-02 06:38:18 UTC

/bin/sh -c #(nop) STOPSIGNAL SIGWINCH

2022-08-02 06:38:18 UTC

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

2022-08-02 06:38:18 UTC

/bin/sh -c #(nop) WORKDIR /var/www/html

2022-08-02 06:38:18 UTC

/bin/sh -c #(nop) EXPOSE 80

2022-08-02 06:38:19 UTC

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

Details
Created

2022-08-02 11:02:06 UTC

Size

118 MB

Content Digest
Environment
APACHE_CONFDIR

/etc/apache2

APACHE_ENVVARS

/etc/apache2/envvars

GPG_KEYS

39B641343D8C104B2B146DC3F9C39DC0B9698544 E60913E4DF209907D8E30D96659A97C9CF2A795A 1198C0117593497A5EC5C199286AF1F9897469DC

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PHPIZE_DEPS

autoconf dpkg-dev file g++ gcc libc-dev make pkg-config re2c

PHP_ASC_URL

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

PHP_CFLAGS

-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64

PHP_CPPFLAGS

-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64

PHP_INI_DIR

/usr/local/etc/php

PHP_LDFLAGS

-Wl,-O1 -pie

PHP_SHA256

46ebb4be04b98833bab649314775cc100bdd825c73d9bc3646df5c1ec7ebb2a6

PHP_URL

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

PHP_VERSION

8.2.0beta1


Layers

[#000] sha256:187ecffbd1e0eae5de6567dff32bd58f28623635657779760c9d9539d6b7cc59 - 20.03% (23.7 MB)

[#001] sha256:811059087f7588fa86708f68a2c75ed40d96e140c166803c09ed5c46f7cd96da - 0.0% (225 Bytes)

[#002] sha256:f4be1624bbd8a1d97d0e79fff35b3c9b6584d28f604d9dcdfbdca7a669dec5b6 - 47.35% (56.1 MB)

[#003] sha256:4c1e4a4cdb1dd872bcd2e6ec102931f5f08ff2760d558c40562a759477ad52cd - 0.0% (271 Bytes)

[#004] sha256:d9f6aba91d95d78eab4875cafb748b9021e739e12db5788d00e0ad72a910598a - 14.51% (17.2 MB)

[#005] sha256:0f739a16a55f91bb69ba166717e1ab06c5210574d4e5887fece375fa12278612 - 0.0% (481 Bytes)

[#006] sha256:7a6c2d498c49161c5b0a384b9ca20adc125a60bf19aa31cf3e0fb112ddc9daa1 - 0.0% (515 Bytes)

[#007] sha256:489d7344bd7996ced6cebbc2a6dd5d1b4500cf5015e3084443778ccb3916ee74 - 9.85% (11.7 MB)

[#008] sha256:97b3997585db4ef9e1a16eaaf3e6e54a4f9d3991b6508cb8d61b400175a3e6bd - 0.0% (492 Bytes)

[#009] sha256:9e68ffba24756fb190a4f88b47a5756a32374b5921c8c665a4b831cd7a605ea2 - 8.25% (9.78 MB)

[#010] sha256:0200f2f401d79dd71308b3ffb2ddb53b43e00be1998a0f99277949ce624e3792 - 0.0% (2.4 KB)

[#011] sha256:ae9a96ac81072a634659cc1aa1773fbd566fc850283677a4a77745deeb53a2e6 - 0.0% (247 Bytes)

[#012] sha256:15b92cc04015a38c82799827534af30be3dd4f97b9b45b658d1ad635bd33271e - 0.0% (895 Bytes)


History
2022-08-02 00:49:37 UTC

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

2022-08-02 00:49:38 UTC

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

2022-08-02 10:41:26 UTC

/bin/sh -c set -eux; { echo 'Package: php*'; echo 'Pin: release *'; echo 'Pin-Priority: -1'; } > /etc/apt/preferences.d/no-debian-php

2022-08-02 10:41:26 UTC

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

2022-08-02 10:41:49 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/*

2022-08-02 10:41:49 UTC

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

2022-08-02 10:41:50 UTC

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

2022-08-02 10:52:05 UTC

/bin/sh -c #(nop) ENV APACHE_CONFDIR=/etc/apache2

2022-08-02 10:52:05 UTC

/bin/sh -c #(nop) ENV APACHE_ENVVARS=/etc/apache2/envvars

2022-08-02 10:52:19 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 777 "$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"

2022-08-02 10:52:20 UTC

/bin/sh -c a2dismod mpm_event && a2enmod mpm_prefork

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

2022-08-02 10:52:21 UTC

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

2022-08-02 10:52:21 UTC

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

2022-08-02 10:52:21 UTC

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

2022-08-02 10:52:21 UTC

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

2022-08-02 10:52:21 UTC

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

2022-08-02 10:52:21 UTC

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

2022-08-02 10:52:22 UTC

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

2022-08-02 10:52:34 UTC

/bin/sh -c set -eux; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends gnupg dirmngr; 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

2022-08-02 10:52:34 UTC

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

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

2022-08-02 11:02:05 UTC

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

2022-08-02 11:02:05 UTC

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

2022-08-02 11:02:05 UTC

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

2022-08-02 11:02:06 UTC

/bin/sh -c #(nop) STOPSIGNAL SIGWINCH

2022-08-02 11:02:06 UTC

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

2022-08-02 11:02:06 UTC

/bin/sh -c #(nop) WORKDIR /var/www/html

2022-08-02 11:02:06 UTC

/bin/sh -c #(nop) EXPOSE 80

2022-08-02 11:02:06 UTC

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

Details
Created

2022-08-02 10:42:03 UTC

Size

116 MB

Content Digest
Environment
APACHE_CONFDIR

/etc/apache2

APACHE_ENVVARS

/etc/apache2/envvars

GPG_KEYS

39B641343D8C104B2B146DC3F9C39DC0B9698544 E60913E4DF209907D8E30D96659A97C9CF2A795A 1198C0117593497A5EC5C199286AF1F9897469DC

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PHPIZE_DEPS

autoconf dpkg-dev file g++ gcc libc-dev make pkg-config re2c

PHP_ASC_URL

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

PHP_CFLAGS

-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64

PHP_CPPFLAGS

-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64

PHP_INI_DIR

/usr/local/etc/php

PHP_LDFLAGS

-Wl,-O1 -pie

PHP_SHA256

46ebb4be04b98833bab649314775cc100bdd825c73d9bc3646df5c1ec7ebb2a6

PHP_URL

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

PHP_VERSION

8.2.0beta1


Layers

[#000] sha256:47c9fa1d05a77a2ace7faf7092bc54fda93d940a4ed5861769487557b38bb28b - 18.69% (21.7 MB)

[#001] sha256:348bcaeceeb7e6e530068db2bb46d02c3ce56f4458fc57655b29534ce3c55647 - 0.0% (229 Bytes)

[#002] sha256:9bb36194ba3d130329b0edfd3dc1b38f15b98609542ada8ad26679792c61f389 - 48.91% (56.8 MB)

[#003] sha256:0856cf7c2d676d9b468bcbdf1e209281ce954156c24f0f5928882441fd2d3f32 - 0.0% (270 Bytes)

[#004] sha256:b8da3cfa37afd7e95f1d7ac77df1e7fe100e99bc9142c0cb3c48d34ac347253a - 14.36% (16.7 MB)

[#005] sha256:dd3b331598214f64e3ff79bc15bdec3ca5d2cf4db2a1822da0a3a4239869d41e - 0.0% (477 Bytes)

[#006] sha256:6e0f5489e6577938150aba7e95f151b270a0c6d3ab10dfd08dc8740876765f65 - 0.0% (513 Bytes)

[#007] sha256:88068bee075a10c28ce2572b8a3dc46abb11db8afcf3c03126f33df6b7680ae4 - 10.06% (11.7 MB)

[#008] sha256:f829d0007be0fed4033c9b355a8c6e0e8284a637a039e49b45fa413608e16928 - 0.0% (492 Bytes)

[#009] sha256:f022ce4895d955abb8ad4b279781933ff863392d9d655f347dc60e0f039f2fc4 - 7.98% (9.26 MB)

[#010] sha256:0c13bf43c80a0d55549b557497c02917e488f604dc477ccee79f88a677e490dc - 0.0% (2.4 KB)

[#011] sha256:7313d1c1f51aab37edb83ac1890ff59d209a36f52c9ea133abc16fc408750ad7 - 0.0% (245 Bytes)

[#012] sha256:41e0dc8a3c99f2ea3087c9bed123319c2bf7e8c55f831da8fb40d5a59ea73802 - 0.0% (896 Bytes)


History
2022-08-02 00:59:42 UTC

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

2022-08-02 00:59:43 UTC

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

2022-08-02 10:22:56 UTC

/bin/sh -c set -eux; { echo 'Package: php*'; echo 'Pin: release *'; echo 'Pin-Priority: -1'; } > /etc/apt/preferences.d/no-debian-php

2022-08-02 10:22:56 UTC

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

2022-08-02 10:23:20 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/*

2022-08-02 10:23:20 UTC

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

2022-08-02 10:23:21 UTC

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

2022-08-02 10:32:50 UTC

/bin/sh -c #(nop) ENV APACHE_CONFDIR=/etc/apache2

2022-08-02 10:32:50 UTC

/bin/sh -c #(nop) ENV APACHE_ENVVARS=/etc/apache2/envvars

2022-08-02 10:33:02 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 777 "$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"

2022-08-02 10:33:03 UTC

/bin/sh -c a2dismod mpm_event && a2enmod mpm_prefork

2022-08-02 10:33:04 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

2022-08-02 10:33:04 UTC

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

2022-08-02 10:33:04 UTC

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

2022-08-02 10:33:04 UTC

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

2022-08-02 10:33:04 UTC

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

2022-08-02 10:33:04 UTC

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

2022-08-02 10:33:04 UTC

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

2022-08-02 10:33:05 UTC

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

2022-08-02 10:33:16 UTC

/bin/sh -c set -eux; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends gnupg dirmngr; 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

2022-08-02 10:33:17 UTC

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

2022-08-02 10:42:02 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

2022-08-02 10:42:02 UTC

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

2022-08-02 10:42:03 UTC

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

2022-08-02 10:42:03 UTC

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

2022-08-02 10:42:03 UTC

/bin/sh -c #(nop) STOPSIGNAL SIGWINCH

2022-08-02 10:42:03 UTC

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

2022-08-02 10:42:03 UTC

/bin/sh -c #(nop) WORKDIR /var/www/html

2022-08-02 10:42:03 UTC

/bin/sh -c #(nop) EXPOSE 80

2022-08-02 10:42:03 UTC

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

Details
Created

2022-08-02 08:15:04 UTC

Size

132 MB

Content Digest
Environment
APACHE_CONFDIR

/etc/apache2

APACHE_ENVVARS

/etc/apache2/envvars

GPG_KEYS

39B641343D8C104B2B146DC3F9C39DC0B9698544 E60913E4DF209907D8E30D96659A97C9CF2A795A 1198C0117593497A5EC5C199286AF1F9897469DC

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PHPIZE_DEPS

autoconf dpkg-dev file g++ gcc libc-dev make pkg-config re2c

PHP_ASC_URL

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

PHP_CFLAGS

-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64

PHP_CPPFLAGS

-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64

PHP_INI_DIR

/usr/local/etc/php

PHP_LDFLAGS

-Wl,-O1 -pie

PHP_SHA256

46ebb4be04b98833bab649314775cc100bdd825c73d9bc3646df5c1ec7ebb2a6

PHP_URL

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

PHP_VERSION

8.2.0beta1


Layers

[#000] sha256:6d588874b4737b02fc84169cf7d3d1d70f20c7f5dbd1ddfe27de4aff25e23314 - 18.78% (24.7 MB)

[#001] sha256:87dcf875de285d3af44f29b897b997eedecb3f0d3a16df84b49bcea0873fbcef - 0.0% (226 Bytes)

[#002] sha256:7695787fa8940d52a8197292a29813e84e090d10fc8353142dfa75985ce9aab0 - 50.99% (67.1 MB)

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

[#004] sha256:473912d31416a26a896f75af58d3651edd84debc26ca130948c8ad892c5190b0 - 13.31% (17.5 MB)

[#005] sha256:5171171b30d34d9c2f3a580ae6d14f7b7b226a2038817b1f76ad1cee45aab2ed - 0.0% (432 Bytes)

[#006] sha256:1c266a21191c49a499191d93a61e1554d3f56b01fb55abdc3e687285e5a0b524 - 0.0% (488 Bytes)

[#007] sha256:7a7ff50d561d1487e648363dc28b73d397f6f25ca1f90cd87324b8553c2f708c - 8.72% (11.5 MB)

[#008] sha256:151f51de9e93cdbba6e0d40e94596b5ac72eeb374e933b866c2f93393f9ff056 - 0.0% (492 Bytes)

[#009] sha256:6be869e4cbf786d8d39c0e52f9624630d0204ae0244704b04746b68fd9adad18 - 8.2% (10.8 MB)

[#010] sha256:1fa67a82fdd362ac3658add7a863cb5793d49eed7fe577ca156063d36b83061c - 0.0% (2.4 KB)

[#011] sha256:37b5821d44c5e59850413b85bafc045f705409182ae83ed42622886f891e86be - 0.0% (247 Bytes)

[#012] sha256:b117912b7c3f8bfec3ae835d75de4736284b706563a23ef551187f00b0fae081 - 0.0% (893 Bytes)


History
2022-08-02 00:41:03 UTC

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

2022-08-02 00:41:04 UTC

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

2022-08-02 08:06:03 UTC

/bin/sh -c set -eux; { echo 'Package: php*'; echo 'Pin: release *'; echo 'Pin-Priority: -1'; } > /etc/apt/preferences.d/no-debian-php

2022-08-02 08:06:04 UTC

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

2022-08-02 08:06: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/*

2022-08-02 08:06:22 UTC

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

2022-08-02 08:06:23 UTC

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

2022-08-02 08:10:45 UTC

/bin/sh -c #(nop) ENV APACHE_CONFDIR=/etc/apache2

2022-08-02 08:10:46 UTC

/bin/sh -c #(nop) ENV APACHE_ENVVARS=/etc/apache2/envvars

2022-08-02 08:10:55 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 777 "$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"

2022-08-02 08:10:56 UTC

/bin/sh -c a2dismod mpm_event && a2enmod mpm_prefork

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

2022-08-02 08:10:57 UTC

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

2022-08-02 08:10:58 UTC

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

2022-08-02 08:10:59 UTC

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

2022-08-02 08:11:00 UTC

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

2022-08-02 08:11:01 UTC

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

2022-08-02 08:11:02 UTC

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

2022-08-02 08:11:03 UTC

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

2022-08-02 08:11:12 UTC

/bin/sh -c set -eux; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends gnupg dirmngr; 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

2022-08-02 08:11:14 UTC

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

2022-08-02 08:14:56 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

2022-08-02 08:14:57 UTC

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

2022-08-02 08:14:58 UTC

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

2022-08-02 08:14:59 UTC

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

2022-08-02 08:15:00 UTC

/bin/sh -c #(nop) STOPSIGNAL SIGWINCH

2022-08-02 08:15:02 UTC

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

2022-08-02 08:15:02 UTC

/bin/sh -c #(nop) WORKDIR /var/www/html

2022-08-02 08:15:03 UTC

/bin/sh -c #(nop) EXPOSE 80

2022-08-02 08:15:04 UTC

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

Details
Created

2022-08-03 04:42:00 UTC

Size

122 MB

Content Digest
Environment
APACHE_CONFDIR

/etc/apache2

APACHE_ENVVARS

/etc/apache2/envvars

GPG_KEYS

39B641343D8C104B2B146DC3F9C39DC0B9698544 E60913E4DF209907D8E30D96659A97C9CF2A795A 1198C0117593497A5EC5C199286AF1F9897469DC

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PHPIZE_DEPS

autoconf dpkg-dev file g++ gcc libc-dev make pkg-config re2c

PHP_ASC_URL

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

PHP_CFLAGS

-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64

PHP_CPPFLAGS

-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64

PHP_INI_DIR

/usr/local/etc/php

PHP_LDFLAGS

-Wl,-O1 -pie

PHP_SHA256

46ebb4be04b98833bab649314775cc100bdd825c73d9bc3646df5c1ec7ebb2a6

PHP_URL

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

PHP_VERSION

8.2.0beta1


Layers

[#000] sha256:1ebd72c951363da95763516634b561a0cd58d555f86d8bb84550dbc5eefb0d34 - 20.16% (24.6 MB)

[#001] sha256:7813b86ceaf1941d69040ca176d79f7c65e8025caf87d2e10c82107ab0a21996 - 0.0% (227 Bytes)

[#002] sha256:eb4d5403d5c30d906c5d0c67bc93ed519957814a354c6a3bd18b17738d3f95b9 - 47.96% (58.6 MB)

[#003] sha256:3869b5e13720cd5b25911f2746fdcea3d5c879d7eb475296d2e2ed9d13d8ac7f - 0.0% (224 Bytes)

[#004] sha256:e9feaa9231567066f55a2ef2ff30634adfd929e7a191c5d14b0fde8c7b6f3195 - 14.37% (17.5 MB)

[#005] sha256:2fba01c4f9f3d5c3752e94cb74d25137e79d49cf27d9438bee3156429c62d340 - 0.0% (435 Bytes)

[#006] sha256:0a5921ea987ededf18dc06d22da71a7d1d4e64e0b91eb6200672c0fcc92bf1a3 - 0.0% (495 Bytes)

[#007] sha256:0db9998f8a08d9942143c73ef182cfd77a637c231cac94fb23091d12cfd11173 - 9.39% (11.5 MB)

[#008] sha256:48f197c7ced6c6c1493da9ab022dbdca22ca1a110e999587b48957101b90f3e9 - 0.0% (494 Bytes)

[#009] sha256:a36fb4f2c05c3449f0bc7f55d84ccea28f1ca808d276eb89f20374257288db68 - 8.11% (9.9 MB)

[#010] sha256:6d78abc63feb89aa15863a29c78700f8b05870d74c9156b78271aa49be1c8d36 - 0.0% (2.4 KB)

[#011] sha256:9d323bca097488f769f7dc387d377c2c0790d7cf4dbf777992654967c136b38f - 0.0% (248 Bytes)

[#012] sha256:9c77956bcd09f8ec84da2bc8802fbab550e93669083ad91e2522ad74aa10d7d8 - 0.0% (896 Bytes)


History
2022-08-02 01:11:38 UTC

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

2022-08-02 01:11:42 UTC

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

2022-08-03 04:08:55 UTC

/bin/sh -c set -eux; { echo 'Package: php*'; echo 'Pin: release *'; echo 'Pin-Priority: -1'; } > /etc/apt/preferences.d/no-debian-php

2022-08-03 04:08:57 UTC

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

2022-08-03 04:10:34 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/*

2022-08-03 04:10:38 UTC

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

2022-08-03 04:10:44 UTC

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

2022-08-03 04:25:29 UTC

/bin/sh -c #(nop) ENV APACHE_CONFDIR=/etc/apache2

2022-08-03 04:25:33 UTC

/bin/sh -c #(nop) ENV APACHE_ENVVARS=/etc/apache2/envvars

2022-08-03 04:26:31 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 777 "$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"

2022-08-03 04:26:37 UTC

/bin/sh -c a2dismod mpm_event && a2enmod mpm_prefork

2022-08-03 04:26: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

2022-08-03 04:26:46 UTC

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

2022-08-03 04:26:50 UTC

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

2022-08-03 04:26:53 UTC

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

2022-08-03 04:26:56 UTC

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

2022-08-03 04:27:00 UTC

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

2022-08-03 04:27:03 UTC

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

2022-08-03 04:27:06 UTC

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

2022-08-03 04:27:50 UTC

/bin/sh -c set -eux; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends gnupg dirmngr; 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

2022-08-03 04:27:53 UTC

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

2022-08-03 04:41:29 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

2022-08-03 04:41:33 UTC

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

2022-08-03 04:41:39 UTC

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

2022-08-03 04:41:43 UTC

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

2022-08-03 04:41:46 UTC

/bin/sh -c #(nop) STOPSIGNAL SIGWINCH

2022-08-03 04:41:49 UTC

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

2022-08-03 04:41:53 UTC

/bin/sh -c #(nop) WORKDIR /var/www/html

2022-08-03 04:41:56 UTC

/bin/sh -c #(nop) EXPOSE 80

2022-08-03 04:42:00 UTC

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

Details
Created

2022-08-02 08:36:31 UTC

Size

149 MB

Content Digest
Environment
APACHE_CONFDIR

/etc/apache2

APACHE_ENVVARS

/etc/apache2/envvars

GPG_KEYS

39B641343D8C104B2B146DC3F9C39DC0B9698544 E60913E4DF209907D8E30D96659A97C9CF2A795A 1198C0117593497A5EC5C199286AF1F9897469DC

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PHPIZE_DEPS

autoconf dpkg-dev file g++ gcc libc-dev make pkg-config re2c

PHP_ASC_URL

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

PHP_CFLAGS

-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64

PHP_CPPFLAGS

-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64

PHP_INI_DIR

/usr/local/etc/php

PHP_LDFLAGS

-Wl,-O1 -pie

PHP_SHA256

46ebb4be04b98833bab649314775cc100bdd825c73d9bc3646df5c1ec7ebb2a6

PHP_URL

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

PHP_VERSION

8.2.0beta1


Layers

[#000] sha256:fc8842eebb7ccaf249b2bb2d6a3878fffdae26c9db8f23b393c7f76a6249d2f6 - 19.52% (29.1 MB)

[#001] sha256:ffd4fcc25ebd27a9f7f57d5e1b733ea570a7b5e53cdb5e4d4764c52db69957e2 - 0.0% (227 Bytes)

[#002] sha256:e112f69321c6a5f22bba8bc7fee34b3c76055d389695338fd7bbe9afb63846f4 - 52.55% (78.5 MB)

[#003] sha256:1463927a02a4c9802f54b874766ee0eee1fba81fc5ae751d55a646fac27253ad - 0.0% (269 Bytes)

[#004] sha256:b7670fd1ed05d9047cbaa245e2b69b3e4bebec3ac2ebc0e339fd47f8f7d2bd2f - 12.66% (18.9 MB)

[#005] sha256:e71679e6d4b9099c13cdfacccdb3f061ff98367c7beb02ca2d18068fe8a9e7db - 0.0% (473 Bytes)

[#006] sha256:c83b4745d9bfb4f0190f745a5c36701032f648b80407f9c90bd01035b2a6e236 - 0.0% (510 Bytes)

[#007] sha256:ecceafe54a206610ffe54ba4d5edcdd8457440e09e1af7b28fee76093def6f88 - 7.82% (11.7 MB)

[#008] sha256:dd4178aaa1e4f35873b1c77d1f48c8a40c8532f7995dda9d6cdc7c766de78e36 - 0.0% (494 Bytes)

[#009] sha256:9946fdedca8031394ac6499f8989784b000894ea0a8a4c8b479336aa431bac8e - 7.46% (11.1 MB)

[#010] sha256:a875dada26562a22a77435d9d94665249497fa9ac18c17cccf0063d86815c21e - 0.0% (2.4 KB)

[#011] sha256:9921283edd061ee3c8199749a145deb908de9db059b0521545017fec6f2dce87 - 0.0% (246 Bytes)

[#012] sha256:ad12cab8f62fe2247e3929ecc7007c8d42fbf262a5a7dd71de34a71dbca4e0ac - 0.0% (895 Bytes)


History
2022-08-02 01:18:04 UTC

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

2022-08-02 01:18:06 UTC

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

2022-08-02 08:27:00 UTC

/bin/sh -c set -eux; { echo 'Package: php*'; echo 'Pin: release *'; echo 'Pin-Priority: -1'; } > /etc/apt/preferences.d/no-debian-php

2022-08-02 08:27:01 UTC

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

2022-08-02 08:27:44 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/*

2022-08-02 08:27:47 UTC

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

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

2022-08-02 08:31:54 UTC

/bin/sh -c #(nop) ENV APACHE_CONFDIR=/etc/apache2

2022-08-02 08:31:55 UTC

/bin/sh -c #(nop) ENV APACHE_ENVVARS=/etc/apache2/envvars

2022-08-02 08:32:16 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 777 "$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"

2022-08-02 08:32:18 UTC

/bin/sh -c a2dismod mpm_event && a2enmod mpm_prefork

2022-08-02 08:32:19 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

2022-08-02 08:32:19 UTC

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

2022-08-02 08:32:19 UTC

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

2022-08-02 08:32:20 UTC

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

2022-08-02 08:32:20 UTC

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

2022-08-02 08:32:20 UTC

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

2022-08-02 08:32:21 UTC

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

2022-08-02 08:32:21 UTC

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

2022-08-02 08:32:46 UTC

/bin/sh -c set -eux; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends gnupg dirmngr; 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

2022-08-02 08:32:46 UTC

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

2022-08-02 08:36:26 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

2022-08-02 08:36:28 UTC

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

2022-08-02 08:36:29 UTC

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

2022-08-02 08:36:29 UTC

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

2022-08-02 08:36:30 UTC

/bin/sh -c #(nop) STOPSIGNAL SIGWINCH

2022-08-02 08:36:30 UTC

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

2022-08-02 08:36:31 UTC

/bin/sh -c #(nop) WORKDIR /var/www/html

2022-08-02 08:36:31 UTC

/bin/sh -c #(nop) EXPOSE 80

2022-08-02 08:36:31 UTC

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

Details
Created

2022-08-02 06:04:51 UTC

Size

125 MB

Content Digest
Environment
APACHE_CONFDIR

/etc/apache2

APACHE_ENVVARS

/etc/apache2/envvars

GPG_KEYS

39B641343D8C104B2B146DC3F9C39DC0B9698544 E60913E4DF209907D8E30D96659A97C9CF2A795A 1198C0117593497A5EC5C199286AF1F9897469DC

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PHPIZE_DEPS

autoconf dpkg-dev file g++ gcc libc-dev make pkg-config re2c

PHP_ASC_URL

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

PHP_CFLAGS

-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64

PHP_CPPFLAGS

-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64

PHP_INI_DIR

/usr/local/etc/php

PHP_LDFLAGS

-Wl,-O1 -pie

PHP_SHA256

46ebb4be04b98833bab649314775cc100bdd825c73d9bc3646df5c1ec7ebb2a6

PHP_URL

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

PHP_VERSION

8.2.0beta1


Layers

[#000] sha256:42614a0fa81c110340e6a5a5db155f27bbb6fa8c1e2421b2c2c5f148ea18f35d - 19.57% (24.6 MB)

[#001] sha256:b883a6875d4e368b4bac4f0112f3089a46a1b787117a10d7b9c13b284461cc6e - 0.0% (224 Bytes)

[#002] sha256:d72faaa2585bc85fd3828a007751f375a7354083d59b6895fd7e9528758c941a - 49.19% (61.7 MB)

[#003] sha256:2d16fc92b1be1519e28ae95cf7c480ddda56ba96844d45aa689a012c289d2cda - 0.0% (270 Bytes)

[#004] sha256:dd805f68adb2f93985a3f306cedb1bf77ebfd66fe6984291db3d5a6a89d9cbf1 - 14.08% (17.7 MB)

[#005] sha256:30ce084dfaa29d07ab07a038f6e536f64facce2b7ef90a94be44fba73089d6a7 - 0.0% (482 Bytes)

[#006] sha256:8e1c5049ce8c76b5499cd5f3007af36e555303f6d28297faf67b7f8100d4b2b0 - 0.0% (513 Bytes)

[#007] sha256:8731566b56d9482299e0ddc80f5154d88b9fd31bbf2367b605137b3a530ba4ed - 9.3% (11.7 MB)

[#008] sha256:42e05d51dcbc1908f17365f1565eccd47ac5773340481ee3fb3ecc495009b663 - 0.0% (494 Bytes)

[#009] sha256:b951e56865794bf8cc90488cf74635540afb0936fb58d86135f8f33a41864f17 - 7.85% (9.86 MB)

[#010] sha256:1bd7f9ea520ec9a13ab9496ded596acf7373c17485d29d4e6c974bb645ec405f - 0.0% (2.4 KB)

[#011] sha256:0251e7a0fbe70bb52497500377e7e4f5440c54dcd997cc6285223d39ac974adb - 0.0% (244 Bytes)

[#012] sha256:dd075b51e34e730d798b3e0bff5b75a832e7953a2eaa04f42bf5dc97c51f92d6 - 0.0% (895 Bytes)


History
2022-08-02 00:42:56 UTC

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

2022-08-02 00:42:58 UTC

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

2022-08-02 05:59:56 UTC

/bin/sh -c set -eux; { echo 'Package: php*'; echo 'Pin: release *'; echo 'Pin-Priority: -1'; } > /etc/apt/preferences.d/no-debian-php

2022-08-02 05:59:56 UTC

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

2022-08-02 06:00: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/*

2022-08-02 06:00:13 UTC

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

2022-08-02 06:00:14 UTC

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

2022-08-02 06:02:30 UTC

/bin/sh -c #(nop) ENV APACHE_CONFDIR=/etc/apache2

2022-08-02 06:02:30 UTC

/bin/sh -c #(nop) ENV APACHE_ENVVARS=/etc/apache2/envvars

2022-08-02 06:02:39 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 777 "$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"

2022-08-02 06:02:40 UTC

/bin/sh -c a2dismod mpm_event && a2enmod mpm_prefork

2022-08-02 06:02:41 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

2022-08-02 06:02:41 UTC

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

2022-08-02 06:02:41 UTC

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

2022-08-02 06:02:41 UTC

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

2022-08-02 06:02:41 UTC

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

2022-08-02 06:02:41 UTC

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

2022-08-02 06:02:42 UTC

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

2022-08-02 06:02:42 UTC

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

2022-08-02 06:02:47 UTC

/bin/sh -c set -eux; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends gnupg dirmngr; 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

2022-08-02 06:02:48 UTC

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

2022-08-02 06:04:49 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

2022-08-02 06:04:49 UTC

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

2022-08-02 06:04:50 UTC

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

2022-08-02 06:04:50 UTC

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

2022-08-02 06:04:50 UTC

/bin/sh -c #(nop) STOPSIGNAL SIGWINCH

2022-08-02 06:04:50 UTC

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

2022-08-02 06:04:51 UTC

/bin/sh -c #(nop) WORKDIR /var/www/html

2022-08-02 06:04:51 UTC

/bin/sh -c #(nop) EXPOSE 80

2022-08-02 06:04:51 UTC

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

Danger Zone
Delete Tag

Please be careful as this will not just delete the reference but also the actual content!

For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.

Delete