docker: Debian + PHP + Apache2 #14
build_docker-debian_apache.yml
on: workflow_dispatch
Prepare build variables
3s
Matrix: build-php-slim
Matrix: build-php-wsc
Matrix: build-php
Annotations
3 errors and 12 warnings
|
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 \">> libmemcachedutil2 Workaround not needed (already fixed upstream)\"; fi; if grep -q 'libssl3' /usr/local/bin/install-php-extensions && ! grep -q 'libssl3t64' /usr/local/bin/install-php-extensions; then echo \">> Applying libssl3 → libssl3t64 workaround\"; sed -i 's/libssl3/libssl3t64/g' /usr/local/bin/install-php-extensions; else echo \">> libssl3 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 \">> libmemcachedutil2 Workaround not needed (already fixed upstream)\"; fi; if grep -q 'libssl3' /usr/local/bin/install-php-extensions && ! grep -q 'libssl3t64' /usr/local/bin/install-php-extensions; then echo \">> Applying libssl3 → libssl3t64 workaround\"; sed -i 's/libssl3/libssl3t64/g' /usr/local/bin/install-php-extensions; else echo \">> libssl3 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.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 \">> libmemcachedutil2 Workaround not needed (already fixed upstream)\"; fi; if grep -q 'libssl3' /usr/local/bin/install-php-extensions && ! grep -q 'libssl3t64' /usr/local/bin/install-php-extensions; then echo \">> Applying libssl3 → libssl3t64 workaround\"; sed -i 's/libssl3/libssl3t64/g' /usr/local/bin/install-php-extensions; else echo \">> libssl3 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.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.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.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.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 (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.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~7N4OAL.dockerbuild
Expired
|
293 KB |
sha256:3f5f14fd237da1dabd189a9aff9bf0ddb54f68a7320e4e04e16c43cae6deda13
|
|
|
Tob1as~docker-php~HPAJAB.dockerbuild
Expired
|
488 KB |
sha256:fa8bc999f4cbc1a032f8517a507e45eaf83f192b3c944edefb817e76a1df4f6c
|
|
|
Tob1as~docker-php~JP9LFB.dockerbuild
Expired
|
591 KB |
sha256:277f31afcfafaf01948f9c9a54da46f5bacd1233f7fca924382853c3ea3f5a0d
|
|
|
Tob1as~docker-php~NTK3YG.dockerbuild
Expired
|
496 KB |
sha256:d73f4028455d1e32c8b0cd07ac0c7db1f64e04965eec5ab9a7dbb4d9b2f33e84
|
|
|
Tob1as~docker-php~O5YP1E.dockerbuild
Expired
|
578 KB |
sha256:66783eebd598bb2dccea47629feac328181e6e85d7492b67f08c42f6926e2e97
|
|
|
Tob1as~docker-php~SSGH5D.dockerbuild
Expired
|
305 KB |
sha256:8dcdd4a1e93327d6bd20f53b9e7913c248d4a242d194158cd83dc844e6f54e03
|
|
|
Tob1as~docker-php~U8MH4G.dockerbuild
Expired
|
589 KB |
sha256:fa62339567f39ba5adb5164d9f13494346a4f61b0f22e8fb383a318756a5043a
|
|
|
Tob1as~docker-php~VJTVQO.dockerbuild
Expired
|
302 KB |
sha256:a905a328768d322daf2ebad60909730635b897ec5a999b5db436268fdc36d066
|
|
|
Tob1as~docker-php~X4BA4R.dockerbuild
Expired
|
492 KB |
sha256:31d1da6b18a7a90faef5e3daf027c752da60a08a14b4e52ff30d2fb06b6c13ac
|
|