docker: Debian + PHP + Apache2 #12
Annotations
1 error and 1 warning
|
Build
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
|
|
Complete job
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. 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/
|
Loading