Skip to content

docker: Debian + PHP + Apache2 #13

docker: Debian + PHP + Apache2

docker: Debian + PHP + Apache2 #13

Triggered via schedule April 24, 2026 06:23
Status Failure
Total duration 43m 41s
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.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 (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-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.apache.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.apache.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.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.apache.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.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 (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-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/
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/

Artifacts

Produced during runtime
Name Size Digest
Tob1as~docker-php~CN8YPW.dockerbuild
303 KB
sha256:16651a590992b9b952ea26ce0b647ae45490d695c12d94a4a0716f5efadeaba8
Tob1as~docker-php~H387VH.dockerbuild
498 KB
sha256:69d8dbe98034fb374a10c66a82f6e7cf66254af991055dc35d06faafddc52e58
Tob1as~docker-php~J3HDL1.dockerbuild
666 KB
sha256:e711638fe4db3c3945c222d468a91bea79853fbbef6a5d0f441121fcecabb91e
Tob1as~docker-php~N1Q4JX.dockerbuild
278 KB
sha256:7dfe887cdd50920dfcf99b8ea2f17ae3241dc64009236a33099ab2f011a8ba53
Tob1as~docker-php~R2ISCS.dockerbuild
291 KB
sha256:739518bdef801019b4e7b5e815cc14af3c810c415a3b2993eeb358785cad5d7b
Tob1as~docker-php~R71MWG.dockerbuild
646 KB
sha256:98241592d967d975f0ce62ee28f5fb120401c4deb78944cfd4cc5f5d84188793
Tob1as~docker-php~TNZFYN.dockerbuild
672 KB
sha256:53c705439cf4353fe39542ef516ca31766842d11fd308dc9ff0437ea1b841449
Tob1as~docker-php~W49TAS.dockerbuild
493 KB
sha256:a10cea9465bcb7b36a7e72764019e69dee496ef4c1377680c8d6fb7801d2c06d
Tob1as~docker-php~Z0F3PI.dockerbuild
488 KB
sha256:796a95c6277d66eb2ce874d8427626be4bf9c68d99942636b896d1e1ac60913a