Skip to content

docker: Debian + PHP-FPM #14

docker: Debian + PHP-FPM

docker: Debian + PHP-FPM #14

Triggered via schedule April 24, 2026 03:55
Status Failure
Total duration 47m 9s
Artifacts 9
Prepare build variables
4s
Prepare build variables
Matrix: build-php-slim
Matrix: build-php-wsc
Matrix: build-php
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 12 warnings
Build php (PHP 8.3)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/bash -euxo pipefail -c PHP_EXTENSIONS_LIST=\" \t\t@composer \t\tapcu \t\tbcmath \t\tbz2 \t\tcalendar \t\tdba \t\tenchant \t\texif \t\tffi \t\tgettext \t\tgmp \t\timagick \t\tintl \t\tldap \t\tmemcached \t\tmongodb \t\tmysqli \t\topcache \t\tpdo_dblib \t\tpdo_mysql \t\tpdo_pgsql \t\tpgsql \t\tpspell \t\tredis \t\tshmop \t\tsnmp \t\ttidy \t\txsl \t\tyaml \t\tzip \t\" \t; ARCH=`uname -m` ; echo \"ARCH=$ARCH\" ; if [[ \"$ARCH\" == \"armv\"* ]]; then \t\tapt-get update ; \t\tapt-get install -y --no-install-recommends libfreetype6 libjpeg62-turbo ^libpng[0-9]+-[0-9]+$ libxpm4 ^libwebp[0-9]+$ ; \t\ttemp_package=\"libfreetype6-dev libjpeg62-turbo-dev libpng-dev libxpm-dev libwebp-dev\" ; \t\tapt-get install -y --no-install-recommends $temp_package ; \t\tdocker-php-ext-configure gd --enable-gd --with-webp --with-jpeg --with-xpm --with-freetype ; \t\tdocker-php-ext-install -j$(nproc) gd ; \t\tapt-get purge -y $temp_package ; apt-get autoremove -y ; \t\trm -rf /var/lib/apt/lists/* ; else PHP_EXTENSIONS_LIST=\"$PHP_EXTENSIONS_LIST gd imap\" ; fi ; DISTRO=\"$(cat /etc/os-release | grep -E ^ID= | cut -d = -f 2)\" ; DISTRO_VERSION_NUMBER=\"$(cat /etc/os-release | grep -E ^VERSION_ID= | cut -d = -f 2 | cut -d '\"' -f 2 | cut -d . -f 1,2)\" ; if [ \"$DISTRO\" = \"debian\" ] && [ \"$DISTRO_VERSION_NUMBER\" -ge 13 ]; then if grep -q 'libmemcachedutil2' /usr/local/bin/install-php-extensions && ! grep -q 'libmemcachedutil2t64' /usr/local/bin/install-php-extensions; then echo \">> Applying libmemcachedutil2 → libmemcachedutil2t64 workaround\"; sed -i 's/libmemcachedutil2/libmemcachedutil2t64/g' /usr/local/bin/install-php-extensions; else echo \">> Workaround not needed (already fixed upstream)\"; fi; fi; install-php-extensions $PHP_EXTENSIONS_LIST ; php -m" did not complete successfully: exit code: 1
Build php (PHP 8.5)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/bash -euxo pipefail -c PHP_EXTENSIONS_LIST=\" \t\t@composer \t\tapcu \t\tbcmath \t\tbz2 \t\tcalendar \t\tdba \t\tenchant \t\texif \t\tffi \t\tgettext \t\tgmp \t\timagick \t\tintl \t\tldap \t\tmemcached \t\tmongodb \t\tmysqli \t\topcache \t\tpdo_dblib \t\tpdo_mysql \t\tpdo_pgsql \t\tpgsql \t\tpspell \t\tredis \t\tshmop \t\tsnmp \t\ttidy \t\txsl \t\tyaml \t\tzip \t\" \t; ARCH=`uname -m` ; echo \"ARCH=$ARCH\" ; if [[ \"$ARCH\" == \"armv\"* ]]; then \t\tapt-get update ; \t\tapt-get install -y --no-install-recommends libfreetype6 libjpeg62-turbo ^libpng[0-9]+-[0-9]+$ libxpm4 ^libwebp[0-9]+$ ; \t\ttemp_package=\"libfreetype6-dev libjpeg62-turbo-dev libpng-dev libxpm-dev libwebp-dev\" ; \t\tapt-get install -y --no-install-recommends $temp_package ; \t\tdocker-php-ext-configure gd --enable-gd --with-webp --with-jpeg --with-xpm --with-freetype ; \t\tdocker-php-ext-install -j$(nproc) gd ; \t\tapt-get purge -y $temp_package ; apt-get autoremove -y ; \t\trm -rf /var/lib/apt/lists/* ; else PHP_EXTENSIONS_LIST=\"$PHP_EXTENSIONS_LIST gd imap\" ; fi ; DISTRO=\"$(cat /etc/os-release | grep -E ^ID= | cut -d = -f 2)\" ; DISTRO_VERSION_NUMBER=\"$(cat /etc/os-release | grep -E ^VERSION_ID= | cut -d = -f 2 | cut -d '\"' -f 2 | cut -d . -f 1,2)\" ; if [ \"$DISTRO\" = \"debian\" ] && [ \"$DISTRO_VERSION_NUMBER\" -ge 13 ]; then if grep -q 'libmemcachedutil2' /usr/local/bin/install-php-extensions && ! grep -q 'libmemcachedutil2t64' /usr/local/bin/install-php-extensions; then echo \">> Applying libmemcachedutil2 → libmemcachedutil2t64 workaround\"; sed -i 's/libmemcachedutil2/libmemcachedutil2t64/g' /usr/local/bin/install-php-extensions; else echo \">> Workaround not needed (already fixed upstream)\"; fi; fi; install-php-extensions $PHP_EXTENSIONS_LIST ; php -m" did not complete successfully: exit code: 1
Build php (PHP 8.4)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/bash -euxo pipefail -c PHP_EXTENSIONS_LIST=\" \t\t@composer \t\tapcu \t\tbcmath \t\tbz2 \t\tcalendar \t\tdba \t\tenchant \t\texif \t\tffi \t\tgettext \t\tgmp \t\timagick \t\tintl \t\tldap \t\tmemcached \t\tmongodb \t\tmysqli \t\topcache \t\tpdo_dblib \t\tpdo_mysql \t\tpdo_pgsql \t\tpgsql \t\tpspell \t\tredis \t\tshmop \t\tsnmp \t\ttidy \t\txsl \t\tyaml \t\tzip \t\" \t; ARCH=`uname -m` ; echo \"ARCH=$ARCH\" ; if [[ \"$ARCH\" == \"armv\"* ]]; then \t\tapt-get update ; \t\tapt-get install -y --no-install-recommends libfreetype6 libjpeg62-turbo ^libpng[0-9]+-[0-9]+$ libxpm4 ^libwebp[0-9]+$ ; \t\ttemp_package=\"libfreetype6-dev libjpeg62-turbo-dev libpng-dev libxpm-dev libwebp-dev\" ; \t\tapt-get install -y --no-install-recommends $temp_package ; \t\tdocker-php-ext-configure gd --enable-gd --with-webp --with-jpeg --with-xpm --with-freetype ; \t\tdocker-php-ext-install -j$(nproc) gd ; \t\tapt-get purge -y $temp_package ; apt-get autoremove -y ; \t\trm -rf /var/lib/apt/lists/* ; else PHP_EXTENSIONS_LIST=\"$PHP_EXTENSIONS_LIST gd imap\" ; fi ; DISTRO=\"$(cat /etc/os-release | grep -E ^ID= | cut -d = -f 2)\" ; DISTRO_VERSION_NUMBER=\"$(cat /etc/os-release | grep -E ^VERSION_ID= | cut -d = -f 2 | cut -d '\"' -f 2 | cut -d . -f 1,2)\" ; if [ \"$DISTRO\" = \"debian\" ] && [ \"$DISTRO_VERSION_NUMBER\" -ge 13 ]; then if grep -q 'libmemcachedutil2' /usr/local/bin/install-php-extensions && ! grep -q 'libmemcachedutil2t64' /usr/local/bin/install-php-extensions; then echo \">> Applying libmemcachedutil2 → libmemcachedutil2t64 workaround\"; sed -i 's/libmemcachedutil2/libmemcachedutil2t64/g' /usr/local/bin/install-php-extensions; else echo \">> Workaround not needed (already fixed upstream)\"; fi; fi; install-php-extensions $PHP_EXTENSIONS_LIST ; php -m" did not complete successfully: exit code: 1
Build php-slim (PHP 8.3)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: docker/build-push-action@v6, docker/login-action@v3, docker/setup-buildx-action@v3, docker/setup-qemu-action@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Legacy key/value format with whitespace separator should not be used: debian.fpm.slim.Dockerfile#L21
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
Build php-slim (PHP 8.4)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: docker/build-push-action@v6, docker/login-action@v3, docker/setup-buildx-action@v3, docker/setup-qemu-action@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Legacy key/value format with whitespace separator should not be used: debian.fpm.slim.Dockerfile#L21
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
Build php-slim (PHP 8.5)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: docker/build-push-action@v6, docker/login-action@v3, docker/setup-buildx-action@v3, docker/setup-qemu-action@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Legacy key/value format with whitespace separator should not be used: debian.fpm.slim.Dockerfile#L21
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
Build php (PHP 8.3)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: docker/build-push-action@v6, docker/login-action@v3, docker/setup-buildx-action@v3, docker/setup-qemu-action@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Build php (PHP 8.5)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: docker/build-push-action@v6, docker/login-action@v3, docker/setup-buildx-action@v3, docker/setup-qemu-action@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Build php (PHP 8.4)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: docker/build-push-action@v6, docker/login-action@v3, docker/setup-buildx-action@v3, docker/setup-qemu-action@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Build php-wsc (PHP 8.4)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: docker/build-push-action@v6, docker/login-action@v3, docker/setup-buildx-action@v3, docker/setup-qemu-action@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Build php-wsc (PHP 8.3)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: docker/build-push-action@v6, docker/login-action@v3, docker/setup-buildx-action@v3, docker/setup-qemu-action@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Build php-wsc (PHP 8.5)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: docker/build-push-action@v6, docker/login-action@v3, docker/setup-buildx-action@v3, docker/setup-qemu-action@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/

Artifacts

Produced during runtime
Name Size Digest
Tob1as~docker-php~23YH9U.dockerbuild
576 KB
sha256:d31ac515798f650f0cff148c8512371cb06c1d6dea2016cf93557321b6d5c9b6
Tob1as~docker-php~3DD6C1.dockerbuild
297 KB
sha256:fdcaad66f28612857597b0b7fdb29c2a0168a79b2038c2790570c0b85489a55c
Tob1as~docker-php~4K85PD.dockerbuild
478 KB
sha256:b6d45053f803f694cd6bcec28996d1eb69962d6878e1b2c7443f7e23dd71cea3
Tob1as~docker-php~8KL6CX.dockerbuild
604 KB
sha256:0f7e72d99ee9624e216a7c96e5f411df53ad67f493e1297f9bb7862096a7a8e3
Tob1as~docker-php~J2SQFA.dockerbuild
475 KB
sha256:d422eac74fad93e7107a0d50699b58d3c53d1fae51f9c157f490678e5b4a7203
Tob1as~docker-php~JFEWYT.dockerbuild
603 KB
sha256:9750272764841f1f66b5227288f59b98c18f77339efe1d6a567056c2626b1a04
Tob1as~docker-php~N3KAHP.dockerbuild
290 KB
sha256:e892d209cda7d344aa9a9c0c7b2631f58916f8a32a88d84edcc9fb34d2850728
Tob1as~docker-php~S8AMNY.dockerbuild
471 KB
sha256:0f02c681c45c0d6d16b36cd5c1285a3010800b7dc70a6c2494d283c2276e2a87
Tob1as~docker-php~U5TQ15.dockerbuild
290 KB
sha256:1d80148a8ed4e403fd4a396bcc5ea57cac6438f0620f681e08aa8514d328f2c1