2024-09-05 01:59:09 UTC
218 MB
/usr/bin/composer
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://www.php.net/distributions/php-8.3.8.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_SHA256aea358b56186f943c2bbd350c9005b9359133d47e954cfc561385319ae5bb8d7
PHP_URLhttps://www.php.net/distributions/php-8.3.8.tar.xz
PHP_VERSION8.3.8
[#000] sha256:f11c1adaa26e078479ccdd45312ea3b88476441b91be0ec898a7e07bfd05badc - 12.71% (27.8 MB)
[#001] sha256:91c1fd48de30b16f5766e6ac96a6fe3c0b3241c34c93fe82ddc8a8536729dd53 - 0.0% (226 Bytes)
[#002] sha256:c3b3bda7c6d1ae6620633030596609872e7f2b102e3f274f02c71ee92e136cb7 - 45.55% (99.5 MB)
[#003] sha256:65a68eb681dd3cc5f145cf854bf049843298d6ee06c3259ddff5bf4793710a80 - 0.0% (225 Bytes)
[#004] sha256:beb99d38fdd533741b0714c25be2595b0a35af968241499f6b8b2ed54aaba266 - 5.59% (12.2 MB)
[#005] sha256:e87cf3b0fd945bb7c563523dd089ca78ba4dc046b4c1b6de258a37a231218c03 - 0.0% (491 Bytes)
[#006] sha256:56e874f81aabee6b2d2fcda01cad79aea1a3959c3b9e6fe469b13120c0bd885a - 12.23% (26.7 MB)
[#007] sha256:31072afb449ac84b1d44da84ea094f963b0c594095cfb31606913ab95514191b - 0.0% (2.4 KB)
[#008] sha256:35e455082cb72f801d71629a38019f3f4b11758244971bb73921e80c817d0303 - 0.0% (246 Bytes)
[#009] sha256:d425dcbfaf6d9767f57b455485e74e60c33ee73a599304ac90143ac36169b732 - 0.0% (8.97 KB)
[#010] sha256:47e598aecaa3cc5350f44dec6ee50948e9cfe44866ac365645f0a821d011e2cf - 0.2% (455 KB)
[#011] sha256:91c597fa6087200c9d70a8b3a4f37a96d6dec51d38f545ba887c3ca7936ada41 - 0.0% (296 Bytes)
[#012] sha256:5750547e4e61e0fc2d96c038fc935f77f5dc585aec29be19545cbe6bbf840556 - 0.0% (2.69 KB)
[#013] sha256:00182a5bcdd3c26c9967d58ebb3c397398177da9bc6cc57f4930767019c24e24 - 0.01% (31.6 KB)
[#014] sha256:bcdbc8fa8cddba73ed8c0b5038210559fa592e6b88d47357830c56cbbe842665 - 0.32% (709 KB)
[#015] sha256:536e9bbd886de5f52b72b222665924ff8e5cac5e4f9fa45aede82c35622c9f72 - 21.92% (47.9 MB)
[#016] sha256:1af45395f87642ce06cf564df9382105c8d64efc41991e29bc83ff6ea97c3684 - 1.13% (2.46 MB)
[#017] sha256:a002ac436f8dee6c68f37dd486c190982ad603bf4945bf68f5eab0cb99189df3 - 0.32% (715 KB)
[#018] sha256:4e3e6b72eb9214cfd2c34a28456c7492a289933d434340c50eb2a60613a41d8f - 0.01% (31.6 KB)
[#019] sha256:0d24781cd4deda8e270aa4694a7aaa51c03f39b26129770ebaf6baf89273abe9 - 0.0% (740 Bytes)
[#020] sha256:889c2ab80b6102f275ed4d8c520e5bf3c6475bd9b79855cc30a2fcd8cc79c378 - 0.0% (91 Bytes)
/bin/sh -c #(nop) ADD file:b24689567a7c604de93e4ef1dc87c372514f692556744da43925c575b4f80df6 in /
2024-07-02 01:25:02 UTC/bin/sh -c #(nop) CMD ["bash"]
2024-07-02 02:09:02 UTC/bin/sh -c set -eux; { echo 'Package: php*'; echo 'Pin: release *'; echo 'Pin-Priority: -1'; } > /etc/apt/preferences.d/no-debian-php
2024-07-02 02:09:02 UTC/bin/sh -c #(nop) ENV PHPIZE_DEPS=autoconf dpkg-dev file g++ gcc libc-dev make pkg-config re2c
2024-07-02 02:09: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/*
2024-07-02 02:09:24 UTC/bin/sh -c #(nop) ENV PHP_INI_DIR=/usr/local/etc/php
2024-07-02 02:09: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 1777 /var/www/html
2024-07-02 02:09:24 UTC/bin/sh -c #(nop) ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
2024-07-02 02:09:24 UTC/bin/sh -c #(nop) ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
2024-07-02 02:09:24 UTC/bin/sh -c #(nop) ENV PHP_LDFLAGS=-Wl,-O1 -pie
2024-07-02 02:09:25 UTC/bin/sh -c #(nop) ENV GPG_KEYS=1198C0117593497A5EC5C199286AF1F9897469DC C28D937575603EB4ABB725861C0779DC5C0A9DE4 AFD8691FDAEDF03BDF6E460563F15A9B715376CA
2024-07-02 02:39:28 UTC/bin/sh -c #(nop) ENV PHP_VERSION=8.3.8
2024-07-02 02:39:28 UTC/bin/sh -c #(nop) ENV PHP_URL=https://www.php.net/distributions/php-8.3.8.tar.xz PHP_ASC_URL=https://www.php.net/distributions/php-8.3.8.tar.xz.asc
2024-07-02 02:39:28 UTC/bin/sh -c #(nop) ENV PHP_SHA256=aea358b56186f943c2bbd350c9005b9359133d47e954cfc561385319ae5bb8d7
2024-07-02 02:39:39 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
2024-07-02 02:39:39 UTC/bin/sh -c #(nop) COPY file:ce57c04b70896f77cc11eb2766417d8a1240fcffe5bba92179ec78c458844110 in /usr/local/bin/
2024-07-02 02:50:45 UTC/bin/sh -c set -eux; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends 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" PHP_BUILD_PROVIDER='https://github.com/docker-library/php' PHP_UNAME='Linux - Docker' ; 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-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 --with-libdir="lib/$debMultiarch" --disable-cgi --enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data ; 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); printf "*%s\n", 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
2024-07-02 02:50:46 UTC/bin/sh -c #(nop) COPY multi:869bde9dbeae74886a05c9e2107b3e3b4877116db8c6d9adbaff2719f9fb5262 in /usr/local/bin/
2024-07-02 02:50:46 UTC/bin/sh -c docker-php-ext-enable sodium
2024-07-02 02:50:46 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-php-entrypoint"]
2024-07-02 02:50:46 UTC/bin/sh -c #(nop) WORKDIR /var/www/html
2024-07-02 02:50:47 UTC/bin/sh -c set -eux; cd /usr/local/etc; if [ -d php-fpm.d ]; then sed 's!=NONE/!=!g' php-fpm.conf.default | tee php-fpm.conf > /dev/null; cp php-fpm.d/www.conf.default php-fpm.d/www.conf; else mkdir php-fpm.d; cp php-fpm.conf.default php-fpm.d/www.conf; { echo '[global]'; echo 'include=etc/php-fpm.d/*.conf'; } | tee php-fpm.conf; fi; { echo '[global]'; echo 'error_log = /proc/self/fd/2'; echo; echo '; https://github.com/docker-library/php/pull/725#issuecomment-443540114'; echo 'log_limit = 8192'; echo; echo '[www]'; echo '; php-fpm closes STDOUT on startup, so sending logs to /proc/self/fd/1 does not work.'; echo '; https://bugs.php.net/bug.php?id=73886'; echo 'access.log = /proc/self/fd/2'; echo; echo 'clear_env = no'; echo; echo '; Ensure worker stdout and stderr are sent to the main error log.'; echo 'catch_workers_output = yes'; echo 'decorate_workers_output = no'; } | tee php-fpm.d/docker.conf; { echo '[global]'; echo 'daemonize = no'; echo; echo '[www]'; echo 'listen = 9000'; } | tee php-fpm.d/zz-docker.conf; mkdir -p "$PHP_INI_DIR/conf.d"; { echo '; https://github.com/docker-library/php/issues/878#issuecomment-938595965'; echo 'fastcgi.logging = Off'; } > "$PHP_INI_DIR/conf.d/docker-fpm.ini"
2024-07-02 02:50:47 UTC/bin/sh -c #(nop) STOPSIGNAL SIGQUIT
2024-07-02 02:50:47 UTC/bin/sh -c #(nop) EXPOSE 9000
2024-07-02 02:50:47 UTC/bin/sh -c #(nop) CMD ["php-fpm"]
2024-09-05 01:58:50 UTC (buildkit.dockerfile.v0)COPY ./data/supervisor-4.2.5.tar.gz /tmp/ # buildkit
2024-09-05 01:58:50 UTC (buildkit.dockerfile.v0)COPY ./data/php-fpm.ini /etc/supervisor.d/php-fpm.ini # buildkit
2024-09-05 01:58:50 UTC (buildkit.dockerfile.v0)COPY ./data/supervisord.conf /etc/supervisord.conf # buildkit
2024-09-05 01:58:50 UTC (buildkit.dockerfile.v0)COPY ./data/install-php-extensions /usr/local/bin/ # buildkit
2024-09-05 01:58:50 UTC (buildkit.dockerfile.v0)COPY ./data/composer /usr/bin/composer # buildkit
2024-09-05 01:59:06 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c apt-get update && apt-get install -y python3 python3-pip git wget&& rm -rf /var/lib/apt/lists/* # buildkit
2024-09-05 01:59:08 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c cd /tmp && tar -xzvf supervisor-4.2.5.tar.gz && cd supervisor-4.2.5 && python3 setup.py install && mkdir -p /var/log/supervisor /etc/supervisor/conf.d # buildkit
2024-09-05 01:59:09 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c curl -o /tmp/composer-setup.php https://getcomposer.org/installer && php /tmp/composer-setup.php --install-dir=/tmp && mv /tmp/composer.phar /usr/bin/composer && chmod +x /usr/bin/composer && rm -rf /tmp/composer-setup.php # buildkit
2024-09-05 01:59:09 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c chmod uga+x /usr/local/bin/install-php-extensions # buildkit
2024-09-05 01:59:09 UTC (buildkit.dockerfile.v0)ENV COMPOSER_HOME=/usr/bin/composer
2024-09-05 01:59:09 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c usermod -u 1000 www-data && groupmod -g 1000 www-data # buildkit
2024-09-05 01:59:09 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["supervisord" "--nodaemon" "--configuration" "/etc/supervisord.conf"]
2024-09-05 01:59:09 UTC (buildkit.dockerfile.v0)WORKDIR /www
2024-09-05 02:00:46 UTC
180 MB
/usr/bin/composer
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://www.php.net/distributions/php-8.3.8.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_SHA256aea358b56186f943c2bbd350c9005b9359133d47e954cfc561385319ae5bb8d7
PHP_URLhttps://www.php.net/distributions/php-8.3.8.tar.xz
PHP_VERSION8.3.8
[#000] sha256:60ec5feb0c17c4f910ca5d3cefbda7bcc1ca066b4482707262696f589dabdcb5 - 13.09% (23.6 MB)
[#001] sha256:f98f2ea35903ab22a64a0b9429586e5ebf253d8f30160f658c9a3e91506b6b4f - 0.0% (225 Bytes)
[#002] sha256:bed99c1553b06b60dc38f501a723427469be3c7f305f660c2d3f5c4826636db6 - 40.33% (72.6 MB)
[#003] sha256:97ff1c809dc06de95648d78a0490826dc9afc53a05c01d001be86b39ec6903ec - 0.0% (225 Bytes)
[#004] sha256:a3dd117a2a765aff9b9641b0ec9c2cb712da004bd24d410acf388a86465b6883 - 6.77% (12.2 MB)
[#005] sha256:7c2bef1c855746127e25d77a79ec27f09d5f5f0e2f464ebb7d725dee7508b7d3 - 0.0% (493 Bytes)
[#006] sha256:3dfd6adc90c3168069c9c099bf61ccc1ec4b230731ae224ca444ccadc47580bf - 13.55% (24.4 MB)
[#007] sha256:1422a854ede8ebf4f24fbba63e812e4c87ef95aaab0441d474b8dbc8a5032020 - 0.0% (2.4 KB)
[#008] sha256:4313d05d020ccdf9582945ac0620affcd83365dba84ac165a3ad6930e22fd378 - 0.0% (246 Bytes)
[#009] sha256:5b2095f085d3367cb25dd8f4f611d0a5377efecbb067d10bc570a4b767184e2e - 0.0% (8.97 KB)
[#010] sha256:47e598aecaa3cc5350f44dec6ee50948e9cfe44866ac365645f0a821d011e2cf - 0.25% (455 KB)
[#011] sha256:91c597fa6087200c9d70a8b3a4f37a96d6dec51d38f545ba887c3ca7936ada41 - 0.0% (296 Bytes)
[#012] sha256:5750547e4e61e0fc2d96c038fc935f77f5dc585aec29be19545cbe6bbf840556 - 0.0% (2.69 KB)
[#013] sha256:35298da2512477f94e02dd4da5d285ba37ea1e9bc6ddf1597ec2162e682cddcf - 0.02% (31.6 KB)
[#014] sha256:bcdbc8fa8cddba73ed8c0b5038210559fa592e6b88d47357830c56cbbe842665 - 0.38% (709 KB)
[#015] sha256:c15fbf324c34f42ce37c7b81c0b1fa0ef408cf78edc33a7cd4fd67291fec783e - 23.82% (42.9 MB)
[#016] sha256:f8a117ca09ffe9cb7018368b00f6ada5657ea79c6b40f27d78cadc18d4a39eb5 - 1.37% (2.46 MB)
[#017] sha256:7f5cf36de6c8f8abb00cb3846dd776e0c2ae51861ac75aba02b25b292d0c8d28 - 0.39% (715 KB)
[#018] sha256:aedc358f83a2db812051a8aebb9892723cf3152048c6caf7054aea1fc057f52f - 0.02% (31.6 KB)
[#019] sha256:8e529b2767a791476c81b289549a77a80bfcda3323a033c4c91a8974f305a55f - 0.0% (740 Bytes)
[#020] sha256:d8e8fff75dee8c10ba783bffbc62298847301dc741cfbb81ce0de3b2e1513b06 - 0.0% (91 Bytes)
/bin/sh -c #(nop) ADD file:f2c0623bafe70d6e2d8748c6de4eeb93699054f8d34e62c6257b940d4e24e44d in /
2024-07-02 01:00:02 UTC/bin/sh -c #(nop) CMD ["bash"]
2024-07-02 01:47:16 UTC/bin/sh -c set -eux; { echo 'Package: php*'; echo 'Pin: release *'; echo 'Pin-Priority: -1'; } > /etc/apt/preferences.d/no-debian-php
2024-07-02 01:47:16 UTC/bin/sh -c #(nop) ENV PHPIZE_DEPS=autoconf dpkg-dev file g++ gcc libc-dev make pkg-config re2c
2024-07-02 01:47:38 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/*
2024-07-02 01:47:39 UTC/bin/sh -c #(nop) ENV PHP_INI_DIR=/usr/local/etc/php
2024-07-02 01:47:40 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
2024-07-02 01:47:40 UTC/bin/sh -c #(nop) ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
2024-07-02 01:47:40 UTC/bin/sh -c #(nop) ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
2024-07-02 01:47:40 UTC/bin/sh -c #(nop) ENV PHP_LDFLAGS=-Wl,-O1 -pie
2024-07-02 01:47:40 UTC/bin/sh -c #(nop) ENV GPG_KEYS=1198C0117593497A5EC5C199286AF1F9897469DC C28D937575603EB4ABB725861C0779DC5C0A9DE4 AFD8691FDAEDF03BDF6E460563F15A9B715376CA
2024-07-02 02:14:17 UTC/bin/sh -c #(nop) ENV PHP_VERSION=8.3.8
2024-07-02 02:14:17 UTC/bin/sh -c #(nop) ENV PHP_URL=https://www.php.net/distributions/php-8.3.8.tar.xz PHP_ASC_URL=https://www.php.net/distributions/php-8.3.8.tar.xz.asc
2024-07-02 02:14:18 UTC/bin/sh -c #(nop) ENV PHP_SHA256=aea358b56186f943c2bbd350c9005b9359133d47e954cfc561385319ae5bb8d7
2024-07-02 02:14:29 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
2024-07-02 02:14:30 UTC/bin/sh -c #(nop) COPY file:ce57c04b70896f77cc11eb2766417d8a1240fcffe5bba92179ec78c458844110 in /usr/local/bin/
2024-07-02 02:23:08 UTC/bin/sh -c set -eux; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends 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" PHP_BUILD_PROVIDER='https://github.com/docker-library/php' PHP_UNAME='Linux - Docker' ; 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-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 --with-libdir="lib/$debMultiarch" --disable-cgi --enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data ; 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); printf "*%s\n", 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
2024-07-02 02:23:09 UTC/bin/sh -c #(nop) COPY multi:869bde9dbeae74886a05c9e2107b3e3b4877116db8c6d9adbaff2719f9fb5262 in /usr/local/bin/
2024-07-02 02:23:10 UTC/bin/sh -c docker-php-ext-enable sodium
2024-07-02 02:23:10 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-php-entrypoint"]
2024-07-02 02:23:10 UTC/bin/sh -c #(nop) WORKDIR /var/www/html
2024-07-02 02:23:11 UTC/bin/sh -c set -eux; cd /usr/local/etc; if [ -d php-fpm.d ]; then sed 's!=NONE/!=!g' php-fpm.conf.default | tee php-fpm.conf > /dev/null; cp php-fpm.d/www.conf.default php-fpm.d/www.conf; else mkdir php-fpm.d; cp php-fpm.conf.default php-fpm.d/www.conf; { echo '[global]'; echo 'include=etc/php-fpm.d/*.conf'; } | tee php-fpm.conf; fi; { echo '[global]'; echo 'error_log = /proc/self/fd/2'; echo; echo '; https://github.com/docker-library/php/pull/725#issuecomment-443540114'; echo 'log_limit = 8192'; echo; echo '[www]'; echo '; php-fpm closes STDOUT on startup, so sending logs to /proc/self/fd/1 does not work.'; echo '; https://bugs.php.net/bug.php?id=73886'; echo 'access.log = /proc/self/fd/2'; echo; echo 'clear_env = no'; echo; echo '; Ensure worker stdout and stderr are sent to the main error log.'; echo 'catch_workers_output = yes'; echo 'decorate_workers_output = no'; } | tee php-fpm.d/docker.conf; { echo '[global]'; echo 'daemonize = no'; echo; echo '[www]'; echo 'listen = 9000'; } | tee php-fpm.d/zz-docker.conf; mkdir -p "$PHP_INI_DIR/conf.d"; { echo '; https://github.com/docker-library/php/issues/878#issuecomment-938595965'; echo 'fastcgi.logging = Off'; } > "$PHP_INI_DIR/conf.d/docker-fpm.ini"
2024-07-02 02:23:11 UTC/bin/sh -c #(nop) STOPSIGNAL SIGQUIT
2024-07-02 02:23:11 UTC/bin/sh -c #(nop) EXPOSE 9000
2024-07-02 02:23:12 UTC/bin/sh -c #(nop) CMD ["php-fpm"]
2024-09-05 01:58:50 UTC (buildkit.dockerfile.v0)COPY ./data/supervisor-4.2.5.tar.gz /tmp/ # buildkit
2024-09-05 01:58:50 UTC (buildkit.dockerfile.v0)COPY ./data/php-fpm.ini /etc/supervisor.d/php-fpm.ini # buildkit
2024-09-05 01:58:50 UTC (buildkit.dockerfile.v0)COPY ./data/supervisord.conf /etc/supervisord.conf # buildkit
2024-09-05 01:58:50 UTC (buildkit.dockerfile.v0)COPY ./data/install-php-extensions /usr/local/bin/ # buildkit
2024-09-05 01:58:50 UTC (buildkit.dockerfile.v0)COPY ./data/composer /usr/bin/composer # buildkit
2024-09-05 02:00:33 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c apt-get update && apt-get install -y python3 python3-pip git wget&& rm -rf /var/lib/apt/lists/* # buildkit
2024-09-05 02:00:42 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c cd /tmp && tar -xzvf supervisor-4.2.5.tar.gz && cd supervisor-4.2.5 && python3 setup.py install && mkdir -p /var/log/supervisor /etc/supervisor/conf.d # buildkit
2024-09-05 02:00:46 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c curl -o /tmp/composer-setup.php https://getcomposer.org/installer && php /tmp/composer-setup.php --install-dir=/tmp && mv /tmp/composer.phar /usr/bin/composer && chmod +x /usr/bin/composer && rm -rf /tmp/composer-setup.php # buildkit
2024-09-05 02:00:46 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c chmod uga+x /usr/local/bin/install-php-extensions # buildkit
2024-09-05 02:00:46 UTC (buildkit.dockerfile.v0)ENV COMPOSER_HOME=/usr/bin/composer
2024-09-05 02:00:46 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c usermod -u 1000 www-data && groupmod -g 1000 www-data # buildkit
2024-09-05 02:00:46 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["supervisord" "--nodaemon" "--configuration" "/etc/supervisord.conf"]
2024-09-05 02:00:46 UTC (buildkit.dockerfile.v0)WORKDIR /www
2024-09-05 02:00:49 UTC
212 MB
/usr/bin/composer
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://www.php.net/distributions/php-8.3.8.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_SHA256aea358b56186f943c2bbd350c9005b9359133d47e954cfc561385319ae5bb8d7
PHP_URLhttps://www.php.net/distributions/php-8.3.8.tar.xz
PHP_VERSION8.3.8
[#000] sha256:ea235d1ccf77ca07a545b448996766dc3eca4b971b04ba39d50af69660b25751 - 13.1% (27.8 MB)
[#001] sha256:c1d168c82669385a88cb2d49927f5d97a9fd361459c5ba221ade1b4833b14530 - 0.0% (225 Bytes)
[#002] sha256:be59d5943ae49be3e4ff309c07ef79eacf2bf161b53590db30e1227422f98601 - 44.11% (93.6 MB)
[#003] sha256:702846940aedcd56970bc052b4e64fa8ff21b12b0a6ba8ca8273f4e256aaedc2 - 0.0% (224 Bytes)
[#004] sha256:2078ac72c924761a193509fd09f4e185f6360f26de9b837e2dbe26b3c666b73d - 5.75% (12.2 MB)
[#005] sha256:a3d4e40c77c7ca7c95f9569e57ce4f1b4379ee8c5a8e1e26783a9bf3f96d5ceb - 0.0% (491 Bytes)
[#006] sha256:bb5951177108b5a27cb29b17a08af8223385c57b0399e5b5e6ae206b3b76bab5 - 12.56% (26.7 MB)
[#007] sha256:ee8a69faee08a24851ccbc1689cc7edde9984d171722067f5941621caed582a4 - 0.0% (2.39 KB)
[#008] sha256:0c4d3a7b54a941c371543693eb348b68444a83ff46494edf57fb411b6c4a4aed - 0.0% (245 Bytes)
[#009] sha256:0fd7178eb58a81432040b9f6b5e6e433a8bffcb7f1121a9cbf602870a8aa4b92 - 0.0% (8.96 KB)
[#010] sha256:3c72dd77e95c6f8b48694627cef856429ac802f7c59d7cf16b1dd8256bd961d9 - 0.21% (455 KB)
[#011] sha256:91c597fa6087200c9d70a8b3a4f37a96d6dec51d38f545ba887c3ca7936ada41 - 0.0% (296 Bytes)
[#012] sha256:5750547e4e61e0fc2d96c038fc935f77f5dc585aec29be19545cbe6bbf840556 - 0.0% (2.69 KB)
[#013] sha256:9ac82706b0b0738f0f06140d89d795792a85883169445607d6925726e45a3717 - 0.01% (31.6 KB)
[#014] sha256:bcdbc8fa8cddba73ed8c0b5038210559fa592e6b88d47357830c56cbbe842665 - 0.33% (709 KB)
[#015] sha256:bdfdc7632044efb3495d1559d3117d5567669fe58609c2a9e1e38091d43ade67 - 22.41% (47.6 MB)
[#016] sha256:9cc00b96f14ef8918ea78b4535a951961a948bfc185e8f1ba866038902ab8e2d - 1.16% (2.46 MB)
[#017] sha256:97680ba9e820bfb7aa227c109e35feb0cf620ab2825fdda665580408acb0130c - 0.33% (715 KB)
[#018] sha256:537de9cc0491bed54949b05706a1527665888197af359b1ada295db7cf73545f - 0.01% (31.6 KB)
[#019] sha256:1e060bef55d893a52dc93884f08e67235b4d7605b683d6c495b349a6d15c42be - 0.0% (742 Bytes)
[#020] sha256:e37850450eb1303f5189f27bfc5193f853c02e82cd13d690c5b55ad1768d66a8 - 0.0% (93 Bytes)
/bin/sh -c #(nop) ADD file:cbda549b25cd4337cd3ce345e3b66c0d3b43c247d7315906a028f98a56c41f1d in /
2024-07-02 00:39:37 UTC/bin/sh -c #(nop) CMD ["bash"]
2024-07-02 01:18:22 UTC/bin/sh -c set -eux; { echo 'Package: php*'; echo 'Pin: release *'; echo 'Pin-Priority: -1'; } > /etc/apt/preferences.d/no-debian-php
2024-07-02 01:18:22 UTC/bin/sh -c #(nop) ENV PHPIZE_DEPS=autoconf dpkg-dev file g++ gcc libc-dev make pkg-config re2c
2024-07-02 01:18: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/*
2024-07-02 01:18:40 UTC/bin/sh -c #(nop) ENV PHP_INI_DIR=/usr/local/etc/php
2024-07-02 01:18:41 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
2024-07-02 01:18:41 UTC/bin/sh -c #(nop) ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
2024-07-02 01:18:41 UTC/bin/sh -c #(nop) ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
2024-07-02 01:18:41 UTC/bin/sh -c #(nop) ENV PHP_LDFLAGS=-Wl,-O1 -pie
2024-07-02 01:18:41 UTC/bin/sh -c #(nop) ENV GPG_KEYS=1198C0117593497A5EC5C199286AF1F9897469DC C28D937575603EB4ABB725861C0779DC5C0A9DE4 AFD8691FDAEDF03BDF6E460563F15A9B715376CA
2024-07-02 01:47:37 UTC/bin/sh -c #(nop) ENV PHP_VERSION=8.3.8
2024-07-02 01:47:37 UTC/bin/sh -c #(nop) ENV PHP_URL=https://www.php.net/distributions/php-8.3.8.tar.xz PHP_ASC_URL=https://www.php.net/distributions/php-8.3.8.tar.xz.asc
2024-07-02 01:47:37 UTC/bin/sh -c #(nop) ENV PHP_SHA256=aea358b56186f943c2bbd350c9005b9359133d47e954cfc561385319ae5bb8d7
2024-07-02 01:47:47 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
2024-07-02 01:47:47 UTC/bin/sh -c #(nop) COPY file:ce57c04b70896f77cc11eb2766417d8a1240fcffe5bba92179ec78c458844110 in /usr/local/bin/
2024-07-02 01:58:53 UTC/bin/sh -c set -eux; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends 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" PHP_BUILD_PROVIDER='https://github.com/docker-library/php' PHP_UNAME='Linux - Docker' ; 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-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 --with-libdir="lib/$debMultiarch" --disable-cgi --enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data ; 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); printf "*%s\n", 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
2024-07-02 01:58:54 UTC/bin/sh -c #(nop) COPY multi:869bde9dbeae74886a05c9e2107b3e3b4877116db8c6d9adbaff2719f9fb5262 in /usr/local/bin/
2024-07-02 01:58:54 UTC/bin/sh -c docker-php-ext-enable sodium
2024-07-02 01:58:54 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-php-entrypoint"]
2024-07-02 01:58:54 UTC/bin/sh -c #(nop) WORKDIR /var/www/html
2024-07-02 01:58:55 UTC/bin/sh -c set -eux; cd /usr/local/etc; if [ -d php-fpm.d ]; then sed 's!=NONE/!=!g' php-fpm.conf.default | tee php-fpm.conf > /dev/null; cp php-fpm.d/www.conf.default php-fpm.d/www.conf; else mkdir php-fpm.d; cp php-fpm.conf.default php-fpm.d/www.conf; { echo '[global]'; echo 'include=etc/php-fpm.d/*.conf'; } | tee php-fpm.conf; fi; { echo '[global]'; echo 'error_log = /proc/self/fd/2'; echo; echo '; https://github.com/docker-library/php/pull/725#issuecomment-443540114'; echo 'log_limit = 8192'; echo; echo '[www]'; echo '; php-fpm closes STDOUT on startup, so sending logs to /proc/self/fd/1 does not work.'; echo '; https://bugs.php.net/bug.php?id=73886'; echo 'access.log = /proc/self/fd/2'; echo; echo 'clear_env = no'; echo; echo '; Ensure worker stdout and stderr are sent to the main error log.'; echo 'catch_workers_output = yes'; echo 'decorate_workers_output = no'; } | tee php-fpm.d/docker.conf; { echo '[global]'; echo 'daemonize = no'; echo; echo '[www]'; echo 'listen = 9000'; } | tee php-fpm.d/zz-docker.conf; mkdir -p "$PHP_INI_DIR/conf.d"; { echo '; https://github.com/docker-library/php/issues/878#issuecomment-938595965'; echo 'fastcgi.logging = Off'; } > "$PHP_INI_DIR/conf.d/docker-fpm.ini"
2024-07-02 01:58:55 UTC/bin/sh -c #(nop) STOPSIGNAL SIGQUIT
2024-07-02 01:58:55 UTC/bin/sh -c #(nop) EXPOSE 9000
2024-07-02 01:58:55 UTC/bin/sh -c #(nop) CMD ["php-fpm"]
2024-09-05 01:58:50 UTC (buildkit.dockerfile.v0)COPY ./data/supervisor-4.2.5.tar.gz /tmp/ # buildkit
2024-09-05 01:58:50 UTC (buildkit.dockerfile.v0)COPY ./data/php-fpm.ini /etc/supervisor.d/php-fpm.ini # buildkit
2024-09-05 01:58:50 UTC (buildkit.dockerfile.v0)COPY ./data/supervisord.conf /etc/supervisord.conf # buildkit
2024-09-05 01:58:50 UTC (buildkit.dockerfile.v0)COPY ./data/install-php-extensions /usr/local/bin/ # buildkit
2024-09-05 01:58:50 UTC (buildkit.dockerfile.v0)COPY ./data/composer /usr/bin/composer # buildkit
2024-09-05 02:00:35 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c apt-get update && apt-get install -y python3 python3-pip git wget&& rm -rf /var/lib/apt/lists/* # buildkit
2024-09-05 02:00:45 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c cd /tmp && tar -xzvf supervisor-4.2.5.tar.gz && cd supervisor-4.2.5 && python3 setup.py install && mkdir -p /var/log/supervisor /etc/supervisor/conf.d # buildkit
2024-09-05 02:00:48 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c curl -o /tmp/composer-setup.php https://getcomposer.org/installer && php /tmp/composer-setup.php --install-dir=/tmp && mv /tmp/composer.phar /usr/bin/composer && chmod +x /usr/bin/composer && rm -rf /tmp/composer-setup.php # buildkit
2024-09-05 02:00:49 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c chmod uga+x /usr/local/bin/install-php-extensions # buildkit
2024-09-05 02:00:49 UTC (buildkit.dockerfile.v0)ENV COMPOSER_HOME=/usr/bin/composer
2024-09-05 02:00:49 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c usermod -u 1000 www-data && groupmod -g 1000 www-data # buildkit
2024-09-05 02:00:49 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["supervisord" "--nodaemon" "--configuration" "/etc/supervisord.conf"]
2024-09-05 02:00:49 UTC (buildkit.dockerfile.v0)WORKDIR /www
2024-09-05 02:00:52 UTC
192 MB
/usr/bin/composer
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://www.php.net/distributions/php-8.3.8.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_SHA256aea358b56186f943c2bbd350c9005b9359133d47e954cfc561385319ae5bb8d7
PHP_URLhttps://www.php.net/distributions/php-8.3.8.tar.xz
PHP_VERSION8.3.8
[#000] sha256:407bad4d6e39c8adb6cf98fb11c1bd255ae53204b7059378e0c0f6f76fa3c585 - 13.65% (26.2 MB)
[#001] sha256:e9251ecd224e15bee1af8e5d8ed06b4583727d21c25571b0841308fa40637020 - 0.0% (225 Bytes)
[#002] sha256:5de732a471a32b9581046aa3735f5891fa36c8dc024c7c7a007087dd77b0bd3a - 40.12% (77.1 MB)
[#003] sha256:d2f9b6de1c71adae007cab6934b2b7dfe2155be5d6b7fecfea770f4dca1aa159 - 0.0% (223 Bytes)
[#004] sha256:6ee1ca4214d9d2d9be952f1c3c75bb8512f777eb0b736391d974f32f1edc0ca7 - 6.35% (12.2 MB)
[#005] sha256:def0aeb2c8aeecef7c9e0efe320db75e15fd05fe73df713a7d3e1cc340c31187 - 0.0% (490 Bytes)
[#006] sha256:3dded3a6b6814fc7dd469bf49e357606750ff2555476f838da443bce6e5941ed - 13.46% (25.9 MB)
[#007] sha256:b46cd5b51d1b5d0af9471cf116e323270e3124174a4df74efb134d6d6475ae56 - 0.0% (2.39 KB)
[#008] sha256:4504f9f7c363fca689976f2a7e918ace8ddef4618db14b93bcf5385c7a5953d3 - 0.0% (247 Bytes)
[#009] sha256:e31cb5f31b9b47afaecbbea535912a24343b93db24df8e447266b32b792e0113 - 0.0% (8.97 KB)
[#010] sha256:e7e923f4d3ce32bc9e92c375baafe8c60b125d8cb163e6d33be2d8aa7375c637 - 0.23% (455 KB)
[#011] sha256:91c597fa6087200c9d70a8b3a4f37a96d6dec51d38f545ba887c3ca7936ada41 - 0.0% (296 Bytes)
[#012] sha256:5750547e4e61e0fc2d96c038fc935f77f5dc585aec29be19545cbe6bbf840556 - 0.0% (2.69 KB)
[#013] sha256:0bbd7a94e83c680d581fc15fef5e28671a6fc9405a5286c535ed4fe42dc03665 - 0.02% (31.6 KB)
[#014] sha256:bcdbc8fa8cddba73ed8c0b5038210559fa592e6b88d47357830c56cbbe842665 - 0.36% (709 KB)
[#015] sha256:24b646decc12faadf95b377d256dc7e492d9865e93cdda951b455974ce725439 - 24.14% (46.4 MB)
[#016] sha256:7299821f0aaf0c273307665ed9b7929fb92a59116bf9bc4d0ff23691e3ba3193 - 1.28% (2.46 MB)
[#017] sha256:17b6f1e8acad9a1c3ad3e0b153937104200276041ef5e76f0d055d2200bc1d9c - 0.36% (715 KB)
[#018] sha256:083c1be11d8889ab2a6c39ae0750c6dbf548040c4fe5a69e459adf6548c48519 - 0.02% (31.6 KB)
[#019] sha256:d99f2b11dab192bae0c186dc515276e7566d1ffe8038507c601f059b5e753349 - 0.0% (743 Bytes)
[#020] sha256:30954414a3a3f4cf72f2f5a05529d6465b34e9e78ae6fea222e06eed2b6a8a4f - 0.0% (93 Bytes)
/bin/sh -c #(nop) ADD file:e13e277230efdcc9e4a44bd7a459bf0e65b04440b6bbf292da87f61b4c9ae2fc in /
2024-07-02 00:43:47 UTC/bin/sh -c #(nop) CMD ["bash"]
2024-07-02 01:14:37 UTC/bin/sh -c set -eux; { echo 'Package: php*'; echo 'Pin: release *'; echo 'Pin-Priority: -1'; } > /etc/apt/preferences.d/no-debian-php
2024-07-02 01:14:37 UTC/bin/sh -c #(nop) ENV PHPIZE_DEPS=autoconf dpkg-dev file g++ gcc libc-dev make pkg-config re2c
2024-07-02 01:14:51 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/*
2024-07-02 01:14:54 UTC/bin/sh -c #(nop) ENV PHP_INI_DIR=/usr/local/etc/php
2024-07-02 01:14:54 UTC/bin/sh -c set -eux; mkdir -p "$PHP_INI_DIR/conf.d"; [ ! -d /var/www/html ]; mkdir -p /var/www/html; chown www-data:www-data /var/www/html; chmod 1777 /var/www/html
2024-07-02 01:14:55 UTC/bin/sh -c #(nop) ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
2024-07-02 01:14:55 UTC/bin/sh -c #(nop) ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
2024-07-02 01:14:55 UTC/bin/sh -c #(nop) ENV PHP_LDFLAGS=-Wl,-O1 -pie
2024-07-02 01:14:55 UTC/bin/sh -c #(nop) ENV GPG_KEYS=1198C0117593497A5EC5C199286AF1F9897469DC C28D937575603EB4ABB725861C0779DC5C0A9DE4 AFD8691FDAEDF03BDF6E460563F15A9B715376CA
2024-07-02 01:37:07 UTC/bin/sh -c #(nop) ENV PHP_VERSION=8.3.8
2024-07-02 01:37:07 UTC/bin/sh -c #(nop) ENV PHP_URL=https://www.php.net/distributions/php-8.3.8.tar.xz PHP_ASC_URL=https://www.php.net/distributions/php-8.3.8.tar.xz.asc
2024-07-02 01:37:07 UTC/bin/sh -c #(nop) ENV PHP_SHA256=aea358b56186f943c2bbd350c9005b9359133d47e954cfc561385319ae5bb8d7
2024-07-02 01:37:15 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
2024-07-02 01:37:15 UTC/bin/sh -c #(nop) COPY file:ce57c04b70896f77cc11eb2766417d8a1240fcffe5bba92179ec78c458844110 in /usr/local/bin/
2024-07-02 01:45:35 UTC/bin/sh -c set -eux; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends 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" PHP_BUILD_PROVIDER='https://github.com/docker-library/php' PHP_UNAME='Linux - Docker' ; 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-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 --with-libdir="lib/$debMultiarch" --disable-cgi --enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data ; 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); printf "*%s\n", 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
2024-07-02 01:45:36 UTC/bin/sh -c #(nop) COPY multi:869bde9dbeae74886a05c9e2107b3e3b4877116db8c6d9adbaff2719f9fb5262 in /usr/local/bin/
2024-07-02 01:45:37 UTC/bin/sh -c docker-php-ext-enable sodium
2024-07-02 01:45:37 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-php-entrypoint"]
2024-07-02 01:45:37 UTC/bin/sh -c #(nop) WORKDIR /var/www/html
2024-07-02 01:45:37 UTC/bin/sh -c set -eux; cd /usr/local/etc; if [ -d php-fpm.d ]; then sed 's!=NONE/!=!g' php-fpm.conf.default | tee php-fpm.conf > /dev/null; cp php-fpm.d/www.conf.default php-fpm.d/www.conf; else mkdir php-fpm.d; cp php-fpm.conf.default php-fpm.d/www.conf; { echo '[global]'; echo 'include=etc/php-fpm.d/*.conf'; } | tee php-fpm.conf; fi; { echo '[global]'; echo 'error_log = /proc/self/fd/2'; echo; echo '; https://github.com/docker-library/php/pull/725#issuecomment-443540114'; echo 'log_limit = 8192'; echo; echo '[www]'; echo '; php-fpm closes STDOUT on startup, so sending logs to /proc/self/fd/1 does not work.'; echo '; https://bugs.php.net/bug.php?id=73886'; echo 'access.log = /proc/self/fd/2'; echo; echo 'clear_env = no'; echo; echo '; Ensure worker stdout and stderr are sent to the main error log.'; echo 'catch_workers_output = yes'; echo 'decorate_workers_output = no'; } | tee php-fpm.d/docker.conf; { echo '[global]'; echo 'daemonize = no'; echo; echo '[www]'; echo 'listen = 9000'; } | tee php-fpm.d/zz-docker.conf; mkdir -p "$PHP_INI_DIR/conf.d"; { echo '; https://github.com/docker-library/php/issues/878#issuecomment-938595965'; echo 'fastcgi.logging = Off'; } > "$PHP_INI_DIR/conf.d/docker-fpm.ini"
2024-07-02 01:45:37 UTC/bin/sh -c #(nop) STOPSIGNAL SIGQUIT
2024-07-02 01:45:37 UTC/bin/sh -c #(nop) EXPOSE 9000
2024-07-02 01:45:37 UTC/bin/sh -c #(nop) CMD ["php-fpm"]
2024-09-05 01:58:49 UTC (buildkit.dockerfile.v0)COPY ./data/supervisor-4.2.5.tar.gz /tmp/ # buildkit
2024-09-05 01:58:50 UTC (buildkit.dockerfile.v0)COPY ./data/php-fpm.ini /etc/supervisor.d/php-fpm.ini # buildkit
2024-09-05 01:58:50 UTC (buildkit.dockerfile.v0)COPY ./data/supervisord.conf /etc/supervisord.conf # buildkit
2024-09-05 01:58:50 UTC (buildkit.dockerfile.v0)COPY ./data/install-php-extensions /usr/local/bin/ # buildkit
2024-09-05 01:58:50 UTC (buildkit.dockerfile.v0)COPY ./data/composer /usr/bin/composer # buildkit
2024-09-05 02:00:40 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c apt-get update && apt-get install -y python3 python3-pip git wget&& rm -rf /var/lib/apt/lists/* # buildkit
2024-09-05 02:00:49 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c cd /tmp && tar -xzvf supervisor-4.2.5.tar.gz && cd supervisor-4.2.5 && python3 setup.py install && mkdir -p /var/log/supervisor /etc/supervisor/conf.d # buildkit
2024-09-05 02:00:51 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c curl -o /tmp/composer-setup.php https://getcomposer.org/installer && php /tmp/composer-setup.php --install-dir=/tmp && mv /tmp/composer.phar /usr/bin/composer && chmod +x /usr/bin/composer && rm -rf /tmp/composer-setup.php # buildkit
2024-09-05 02:00:51 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c chmod uga+x /usr/local/bin/install-php-extensions # buildkit
2024-09-05 02:00:52 UTC (buildkit.dockerfile.v0)ENV COMPOSER_HOME=/usr/bin/composer
2024-09-05 02:00:52 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c usermod -u 1000 www-data && groupmod -g 1000 www-data # buildkit
2024-09-05 02:00:52 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["supervisord" "--nodaemon" "--configuration" "/etc/supervisord.conf"]
2024-09-05 02:00:52 UTC (buildkit.dockerfile.v0)WORKDIR /www
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.