Skip to content

Docker

Docker #74

Triggered via schedule March 23, 2026 08:41
Status Failure
Total duration 3m 14s
Artifacts

docker.yml

on: schedule
Matrix: Build
Fit to window
Zoom out
Zoom in

Annotations

24 errors and 24 warnings
Build (7.0) / dockette/php:7.0
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c apt update && apt dist-upgrade -y && apt install -y wget curl apt-transport-https ca-certificates lsb-release git unzip && wget -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg && echo \"deb https://packages.sury.org/php/ $(lsb_release -sc) main\" > /etc/apt/sources.list.d/php.list && apt update && apt dist-upgrade -y && apt install -y --no-install-recommends php7.0-apcu php7.0-bcmath php7.0-bz2 php7.0-calendar php7.0-cgi php7.0-cli php7.0-ctype php7.0-phpdbg php7.0-curl php7.0-geoip php7.0-gettext php7.0-gd php7.0-intl php7.0-imagick php7.0-imap php7.0-ldap php7.0-mbstring php7.0-mcrypt php7.0-memcached php7.0-mysql php7.0-pdo php7.0-pgsql php7.0-redis php7.0-soap php7.0-sqlite3 php7.0-ssh2 php7.0-zip php7.0-xmlrpc php7.0-xsl && curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer --2 && ln -s /usr/bin/phpdbg7.0 /usr/bin/phpdbg && ln -s ${PHP_MODS_DIR}/custom.ini ${PHP_CLI_CONF_DIR}/999-custom.ini && ln -s ${PHP_MODS_DIR}/custom.ini ${PHP_CGI_CONF_DIR}/999-custom.ini && apt-get clean -y && apt-get autoclean -y && apt-get remove -y wget curl lsb-release && apt-get autoremove -y && rm -rf /var/lib/apt/lists/* /var/lib/log/* /tmp/* /var/tmp/*" did not complete successfully: exit code: 1
Build (8.0-fpm) / dockette/php:8.0-fpm
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c apt update && apt dist-upgrade -y && apt install -y wget curl apt-transport-https ca-certificates lsb-release git unzip && wget -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg && echo \"deb https://packages.sury.org/php/ $(lsb_release -sc) main\" > /etc/apt/sources.list.d/php.list && apt update && apt dist-upgrade -y && apt install -y --no-install-recommends php8.0-apcu php8.0-bz2 php8.0-bcmath php8.0-calendar php8.0-cgi php8.0-cli php8.0-ctype php8.0-phpdbg php8.0-curl php8.0-fpm php8.0-gettext php8.0-gd php8.0-intl php8.0-imap php8.0-ldap php8.0-mbstring php8.0-memcached php8.0-mysql php8.0-pdo php8.0-pgsql php8.0-redis php8.0-soap php8.0-sqlite3 php8.0-zip php8.0-xmlrpc php8.0-xsl && curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer --2 && ln -s /usr/bin/phpdbg8.0 /usr/bin/phpdbg && ln -s ${PHP_MODS_DIR}/custom.ini ${PHP_CLI_CONF_DIR}/999-custom.ini && ln -s ${PHP_MODS_DIR}/custom.ini ${PHP_CGI_CONF_DIR}/999-custom.ini && ln -s ${PHP_MODS_DIR}/custom.ini ${PHP_FPM_CONF_DIR}/999-custom.ini && rm ${PHP_FPM_POOL_DIR}/www.conf && apt-get clean -y && apt-get autoclean -y && apt-get remove -y wget curl lsb-release && apt-get autoremove -y && rm -rf /var/lib/apt/lists/* /var/lib/log/* /tmp/* /var/tmp/*" did not complete successfully: exit code: 1
Build (5.6) / dockette/php:5.6
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c apt update && apt dist-upgrade -y && apt install -y wget curl apt-transport-https ca-certificates lsb-release git unzip && wget -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg && echo \"deb https://packages.sury.org/php/ $(lsb_release -sc) main\" > /etc/apt/sources.list.d/php.list && apt update && apt dist-upgrade -y && apt install -y --no-install-recommends php5.6-apcu php5.6-bcmath php5.6-bz2 php5.6-calendar php5.6-cgi php5.6-cli php5.6-ctype php5.6-phpdbg php5.6-curl php5.6-geoip php5.6-gettext php5.6-gd php5.6-intl php5.6-imagick php5.6-imap php5.6-ldap php5.6-mbstring php5.6-mcrypt php5.6-memcached php5.6-mysql php5.6-pdo php5.6-pgsql php5.6-redis php5.6-soap php5.6-sqlite3 php5.6-ssh2 php5.6-zip php5.6-xmlrpc php5.6-xsl && curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer --2 && ln -s /usr/bin/phpdbg5.6 /usr/bin/phpdbg && ln -s ${PHP_MODS_DIR}/custom.ini ${PHP_CLI_CONF_DIR}/999-custom.ini && ln -s ${PHP_MODS_DIR}/custom.ini ${PHP_CGI_CONF_DIR}/999-custom.ini && apt-get clean -y && apt-get autoclean -y && apt-get remove -y wget curl lsb-release && apt-get autoremove -y && rm -rf /var/lib/apt/lists/* /var/lib/log/* /tmp/* /var/tmp/*" did not complete successfully: exit code: 1
Build (7.1-fpm) / dockette/php:7.1-fpm
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c apt update && apt dist-upgrade -y && apt install -y wget curl apt-transport-https ca-certificates lsb-release git unzip && wget -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg && echo \"deb https://packages.sury.org/php/ $(lsb_release -sc) main\" > /etc/apt/sources.list.d/php.list && apt update && apt dist-upgrade -y && apt install -y --no-install-recommends php7.1-apcu php7.1-bz2 php7.1-bcmath php7.1-calendar php7.1-cgi php7.1-cli php7.1-ctype php7.1-phpdbg php7.1-curl php7.1-fpm php7.1-geoip php7.1-gettext php7.1-gd php7.1-intl php7.1-imagick php7.1-imap php7.1-ldap php7.1-mbstring php7.1-mcrypt php7.1-memcached php7.1-mysql php7.1-pdo php7.1-pgsql php7.1-redis php7.1-soap php7.1-sqlite3 php7.1-ssh2 php7.1-zip php7.1-xmlrpc php7.1-xsl && curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer --2 && ln -s /usr/bin/phpdbg7.1 /usr/bin/phpdbg && ln -s ${PHP_MODS_DIR}/custom.ini ${PHP_CLI_CONF_DIR}/999-custom.ini && ln -s ${PHP_MODS_DIR}/custom.ini ${PHP_CGI_CONF_DIR}/999-custom.ini && ln -s ${PHP_MODS_DIR}/custom.ini ${PHP_FPM_CONF_DIR}/999-custom.ini && rm ${PHP_FPM_POOL_DIR}/www.conf && apt-get clean -y && apt-get autoclean -y && apt-get remove -y wget curl lsb-release && apt-get autoremove -y && rm -rf /var/lib/apt/lists/* /var/lib/log/* /tmp/* /var/tmp/*" did not complete successfully: exit code: 1
Build (7.0-fpm) / dockette/php:7.0-fpm
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c apt update && apt dist-upgrade -y && apt install -y wget curl apt-transport-https ca-certificates lsb-release git unzip && wget -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg && echo \"deb https://packages.sury.org/php/ $(lsb_release -sc) main\" > /etc/apt/sources.list.d/php.list && apt update && apt dist-upgrade -y && apt install -y --no-install-recommends php7.0-apcu php7.0-bcmath php7.0-bz2 php7.0-calendar php7.0-cgi php7.0-cli php7.0-ctype php7.0-phpdbg php7.0-curl php7.0-fpm php7.0-geoip php7.0-gettext php7.0-gd php7.0-intl php7.0-imagick php7.0-imap php7.0-ldap php7.0-mbstring php7.0-mcrypt php7.0-memcached php7.0-mysql php7.0-pdo php7.0-pgsql php7.0-redis php7.0-soap php7.0-sqlite3 php7.0-ssh2 php7.0-zip php7.0-xmlrpc php7.0-xsl && curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer --2 && ln -s /usr/bin/phpdbg7.0 /usr/bin/phpdbg && ln -s ${PHP_MODS_DIR}/custom.ini ${PHP_CLI_CONF_DIR}/999-custom.ini && ln -s ${PHP_MODS_DIR}/custom.ini ${PHP_CGI_CONF_DIR}/999-custom.ini && ln -s ${PHP_MODS_DIR}/custom.ini ${PHP_FPM_CONF_DIR}/999-custom.ini && rm ${PHP_FPM_POOL_DIR}/www.conf && apt-get clean -y && apt-get autoclean -y && apt-get remove -y wget curl lsb-release && apt-get autoremove -y && rm -rf /var/lib/apt/lists/* /var/lib/log/* /tmp/* /var/tmp/*" did not complete successfully: exit code: 1
Build (8.4) / dockette/php:8.4
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c apt update && apt dist-upgrade -y && apt install -y wget curl apt-transport-https ca-certificates lsb-release git unzip && wget -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg && echo \"deb https://packages.sury.org/php/ $(lsb_release -sc) main\" > /etc/apt/sources.list.d/php.list && apt update && apt dist-upgrade -y && apt install -y --no-install-recommends php8.4-apcu php8.4-bcmath php8.4-bz2 php8.4-calendar php8.4-cgi php8.4-cli php8.4-ctype php8.4-phpdbg php8.4-curl php8.4-gettext php8.4-gd php8.4-intl php8.4-imap php8.4-ldap php8.4-mbstring php8.4-memcached php8.4-mysql php8.4-pdo php8.4-pgsql php8.4-soap php8.4-sqlite3 php8.4-zip php8.4-xmlrpc php8.4-xsl && curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer --2 && ln -s /usr/bin/phpdbg8.4 /usr/bin/phpdbg && ln -s ${PHP_MODS_DIR}/custom.ini ${PHP_CLI_CONF_DIR}/999-custom.ini && ln -s ${PHP_MODS_DIR}/custom.ini ${PHP_CGI_CONF_DIR}/999-custom.ini && apt-get clean -y && apt-get autoclean -y && apt-get remove -y wget curl lsb-release && apt-get autoremove -y && rm -rf /var/lib/apt/lists/* /var/lib/log/* /tmp/* /var/tmp/*" did not complete successfully: exit code: 1
Build (8.3-fpm) / dockette/php:8.3-fpm
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c apt update && apt dist-upgrade -y && apt install -y wget curl apt-transport-https ca-certificates lsb-release git unzip && wget -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg && echo \"deb https://packages.sury.org/php/ $(lsb_release -sc) main\" > /etc/apt/sources.list.d/php.list && apt update && apt dist-upgrade -y && apt install -y --no-install-recommends php8.3-apcu php8.3-bz2 php8.3-bcmath php8.3-calendar php8.3-cgi php8.3-cli php8.3-ctype php8.3-phpdbg php8.3-curl php8.3-fpm php8.3-gettext php8.3-gd php8.3-intl php8.3-imap php8.3-ldap php8.3-mbstring php8.3-memcached php8.3-mysql php8.3-pdo php8.3-pgsql php8.3-soap php8.3-sqlite3 php8.3-zip php8.3-xmlrpc php8.3-xsl && curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer --2 && ln -s /usr/bin/phpdbg8.3 /usr/bin/phpdbg && ln -s ${PHP_MODS_DIR}/custom.ini ${PHP_CLI_CONF_DIR}/999-custom.ini && ln -s ${PHP_MODS_DIR}/custom.ini ${PHP_CGI_CONF_DIR}/999-custom.ini && ln -s ${PHP_MODS_DIR}/custom.ini ${PHP_FPM_CONF_DIR}/999-custom.ini && rm ${PHP_FPM_POOL_DIR}/www.conf && apt-get clean -y && apt-get autoclean -y && apt-get remove -y wget curl lsb-release && apt-get autoremove -y && rm -rf /var/lib/apt/lists/* /var/lib/log/* /tmp/* /var/tmp/*" did not complete successfully: exit code: 1
Build (5.6-fpm) / dockette/php:5.6-fpm
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c apt update && apt dist-upgrade -y && apt install -y wget curl apt-transport-https ca-certificates lsb-release git unzip && wget -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg && echo \"deb https://packages.sury.org/php/ $(lsb_release -sc) main\" > /etc/apt/sources.list.d/php.list && apt update && apt dist-upgrade -y && apt install -y --no-install-recommends php5.6-apcu php5.6-bcmath php5.6-bz2 php5.6-calendar php5.6-cgi php5.6-cli php5.6-ctype php5.6-phpdbg php5.6-curl php5.6-fpm php5.6-geoip php5.6-gettext php5.6-gd php5.6-intl php5.6-imagick php5.6-imap php5.6-ldap php5.6-mbstring php5.6-mcrypt php5.6-memcached php5.6-mysql php5.6-pdo php5.6-pgsql php5.6-redis php5.6-soap php5.6-sqlite3 php5.6-ssh2 php5.6-zip php5.6-xmlrpc php5.6-xsl && curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer --2 && ln -s /usr/bin/phpdbg5.6 /usr/bin/phpdbg && ln -s ${PHP_MODS_DIR}/custom.ini ${PHP_CLI_CONF_DIR}/999-custom.ini && ln -s ${PHP_MODS_DIR}/custom.ini ${PHP_CGI_CONF_DIR}/999-custom.ini && ln -s ${PHP_MODS_DIR}/custom.ini ${PHP_FPM_CONF_DIR}/999-custom.ini && rm ${PHP_FPM_POOL_DIR}/www.conf && apt-get clean -y && apt-get autoclean -y && apt-get remove -y wget curl lsb-release && apt-get autoremove -y && rm -rf /var/lib/apt/lists/* /var/lib/log/* /tmp/* /var/tmp/*" did not complete successfully: exit code: 1
Build (8.0) / dockette/php:8.0
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c apt update && apt dist-upgrade -y && apt install -y wget curl apt-transport-https ca-certificates lsb-release git unzip && wget -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg && echo \"deb https://packages.sury.org/php/ $(lsb_release -sc) main\" > /etc/apt/sources.list.d/php.list && apt update && apt dist-upgrade -y && apt install -y --no-install-recommends php8.0-apcu php8.0-bcmath php8.0-bz2 php8.0-calendar php8.0-cgi php8.0-cli php8.0-ctype php8.0-phpdbg php8.0-curl php8.0-gettext php8.0-gd php8.0-intl php8.0-imap php8.0-ldap php8.0-mbstring php8.0-memcached php8.0-mysql php8.0-pdo php8.0-pgsql php8.0-redis php8.0-soap php8.0-sqlite3 php8.0-zip php8.0-xmlrpc php8.0-xsl && curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer --2 && ln -s /usr/bin/phpdbg8.0 /usr/bin/phpdbg && ln -s ${PHP_MODS_DIR}/custom.ini ${PHP_CLI_CONF_DIR}/999-custom.ini && ln -s ${PHP_MODS_DIR}/custom.ini ${PHP_CGI_CONF_DIR}/999-custom.ini && apt-get clean -y && apt-get autoclean -y && apt-get remove -y wget curl lsb-release && apt-get autoremove -y && rm -rf /var/lib/apt/lists/* /var/lib/log/* /tmp/* /var/tmp/*" did not complete successfully: exit code: 1
Build (7.4) / dockette/php:7.4
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c apt update && apt dist-upgrade -y && apt install -y wget curl apt-transport-https ca-certificates lsb-release git unzip && wget -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg && echo \"deb https://packages.sury.org/php/ $(lsb_release -sc) main\" > /etc/apt/sources.list.d/php.list && apt update && apt dist-upgrade -y && apt install -y --no-install-recommends php7.4-apcu php7.4-bcmath php7.4-bz2 php7.4-calendar php7.4-cgi php7.4-cli php7.4-ctype php7.4-phpdbg php7.4-curl php7.4-geoip php7.4-gettext php7.4-gd php7.4-intl php7.4-imap php7.4-ldap php7.4-mbstring php7.4-memcached php7.4-mysql php7.4-pdo php7.4-pgsql php7.4-redis php7.4-soap php7.4-sqlite3 php7.4-zip php7.4-xmlrpc php7.4-xsl && curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer --2 && ln -s /usr/bin/phpdbg7.4 /usr/bin/phpdbg && ln -s ${PHP_MODS_DIR}/custom.ini ${PHP_CLI_CONF_DIR}/999-custom.ini && ln -s ${PHP_MODS_DIR}/custom.ini ${PHP_CGI_CONF_DIR}/999-custom.ini && apt-get clean -y && apt-get autoclean -y && apt-get remove -y wget curl lsb-release && apt-get autoremove -y && rm -rf /var/lib/apt/lists/* /var/lib/log/* /tmp/* /var/tmp/*" did not complete successfully: exit code: 1
Build (8.2-fpm) / dockette/php:8.2-fpm
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c apt update && apt dist-upgrade -y && apt install -y wget curl apt-transport-https ca-certificates lsb-release git unzip && wget -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg && echo \"deb https://packages.sury.org/php/ $(lsb_release -sc) main\" > /etc/apt/sources.list.d/php.list && apt update && apt dist-upgrade -y && apt install -y --no-install-recommends php8.2-apcu php8.2-bz2 php8.2-bcmath php8.2-calendar php8.2-cgi php8.2-cli php8.2-ctype php8.2-phpdbg php8.2-curl php8.2-fpm php8.2-gettext php8.2-gd php8.2-intl php8.2-imap php8.2-ldap php8.2-mbstring php8.2-memcached php8.2-mysql php8.2-pdo php8.2-pgsql php8.2-soap php8.2-sqlite3 php8.2-zip php8.2-xmlrpc php8.2-xsl && curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer --2 && ln -s /usr/bin/phpdbg8.2 /usr/bin/phpdbg && ln -s ${PHP_MODS_DIR}/custom.ini ${PHP_CLI_CONF_DIR}/999-custom.ini && ln -s ${PHP_MODS_DIR}/custom.ini ${PHP_CGI_CONF_DIR}/999-custom.ini && ln -s ${PHP_MODS_DIR}/custom.ini ${PHP_FPM_CONF_DIR}/999-custom.ini && rm ${PHP_FPM_POOL_DIR}/www.conf && apt-get clean -y && apt-get autoclean -y && apt-get remove -y wget curl lsb-release && apt-get autoremove -y && rm -rf /var/lib/apt/lists/* /var/lib/log/* /tmp/* /var/tmp/*" did not complete successfully: exit code: 1
Build (7.4-fpm) / dockette/php:7.4-fpm
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c apt update && apt dist-upgrade -y && apt install -y wget curl apt-transport-https ca-certificates lsb-release git unzip && wget -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg && echo \"deb https://packages.sury.org/php/ $(lsb_release -sc) main\" > /etc/apt/sources.list.d/php.list && apt update && apt dist-upgrade -y && apt install -y --no-install-recommends php7.4-apcu php7.4-bz2 php7.4-bcmath php7.4-calendar php7.4-cgi php7.4-cli php7.4-ctype php7.4-phpdbg php7.4-curl php7.4-fpm php7.4-geoip php7.4-gettext php7.4-gd php7.4-intl php7.4-imap php7.4-ldap php7.4-mbstring php7.4-memcached php7.4-mysql php7.4-pdo php7.4-pgsql php7.4-redis php7.4-soap php7.4-sqlite3 php7.4-zip php7.4-xmlrpc php7.4-xsl && curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer --2 && ln -s /usr/bin/phpdbg7.4 /usr/bin/phpdbg && ln -s ${PHP_MODS_DIR}/custom.ini ${PHP_CLI_CONF_DIR}/999-custom.ini && ln -s ${PHP_MODS_DIR}/custom.ini ${PHP_CGI_CONF_DIR}/999-custom.ini && ln -s ${PHP_MODS_DIR}/custom.ini ${PHP_FPM_CONF_DIR}/999-custom.ini && rm ${PHP_FPM_POOL_DIR}/www.conf && apt-get clean -y && apt-get autoclean -y && apt-get remove -y wget curl lsb-release && apt-get autoremove -y && rm -rf /var/lib/apt/lists/* /var/lib/log/* /tmp/* /var/tmp/*" did not complete successfully: exit code: 1
Build (8.1-fpm) / dockette/php:8.1-fpm
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c apt update && apt dist-upgrade -y && apt install -y wget curl apt-transport-https ca-certificates lsb-release git unzip && wget -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg && echo \"deb https://packages.sury.org/php/ $(lsb_release -sc) main\" > /etc/apt/sources.list.d/php.list && apt update && apt dist-upgrade -y && apt install -y --no-install-recommends php8.1-apcu php8.1-bz2 php8.1-bcmath php8.1-calendar php8.1-cgi php8.1-cli php8.1-ctype php8.1-phpdbg php8.1-curl php8.1-fpm php8.1-gettext php8.1-gd php8.1-intl php8.1-imap php8.1-ldap php8.1-mbstring php8.1-memcached php8.1-mysql php8.1-pdo php8.1-pgsql php8.1-redis php8.1-soap php8.1-sqlite3 php8.1-zip php8.1-xmlrpc php8.1-xsl && curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer --2 && ln -s /usr/bin/phpdbg8.1 /usr/bin/phpdbg && ln -s ${PHP_MODS_DIR}/custom.ini ${PHP_CLI_CONF_DIR}/999-custom.ini && ln -s ${PHP_MODS_DIR}/custom.ini ${PHP_CGI_CONF_DIR}/999-custom.ini && ln -s ${PHP_MODS_DIR}/custom.ini ${PHP_FPM_CONF_DIR}/999-custom.ini && rm ${PHP_FPM_POOL_DIR}/www.conf && apt-get clean -y && apt-get autoclean -y && apt-get remove -y wget curl lsb-release && apt-get autoremove -y && rm -rf /var/lib/apt/lists/* /var/lib/log/* /tmp/* /var/tmp/*" did not complete successfully: exit code: 1
Build (7.3-fpm) / dockette/php:7.3-fpm
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c apt update && apt dist-upgrade -y && apt install -y wget curl apt-transport-https ca-certificates lsb-release git unzip && wget -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg && echo \"deb https://packages.sury.org/php/ $(lsb_release -sc) main\" > /etc/apt/sources.list.d/php.list && apt update && apt dist-upgrade -y && apt install -y --no-install-recommends php7.3-apcu php7.3-bz2 php7.3-bcmath php7.3-calendar php7.3-cgi php7.3-cli php7.3-ctype php7.3-phpdbg php7.3-curl php7.3-fpm php7.3-geoip php7.3-gettext php7.3-gd php7.3-intl php7.3-imap php7.3-ldap php7.3-mbstring php7.3-memcached php7.3-mysql php7.3-pdo php7.3-pgsql php7.3-redis php7.3-soap php7.3-sqlite3 php7.3-zip php7.3-xmlrpc php7.3-xsl && curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer --2 && ln -s /usr/bin/phpdbg7.3 /usr/bin/phpdbg && ln -s ${PHP_MODS_DIR}/custom.ini ${PHP_CLI_CONF_DIR}/999-custom.ini && ln -s ${PHP_MODS_DIR}/custom.ini ${PHP_CGI_CONF_DIR}/999-custom.ini && ln -s ${PHP_MODS_DIR}/custom.ini ${PHP_FPM_CONF_DIR}/999-custom.ini && rm ${PHP_FPM_POOL_DIR}/www.conf && apt-get clean -y && apt-get autoclean -y && apt-get remove -y wget curl lsb-release && apt-get autoremove -y && rm -rf /var/lib/apt/lists/* /var/lib/log/* /tmp/* /var/tmp/*" did not complete successfully: exit code: 1
Build (8.5) / dockette/php:8.5
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c apt update && apt dist-upgrade -y && apt install -y wget curl apt-transport-https ca-certificates lsb-release git unzip && wget -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg && echo \"deb https://packages.sury.org/php/ $(lsb_release -sc) main\" > /etc/apt/sources.list.d/php.list && apt update && apt dist-upgrade -y && apt install -y --no-install-recommends php8.5-apcu php8.5-bcmath php8.5-bz2 php8.5-calendar php8.5-cgi php8.5-cli php8.5-ctype php8.5-phpdbg php8.5-curl php8.5-gettext php8.5-gd php8.5-intl php8.5-imap php8.5-ldap php8.5-mbstring php8.5-memcached php8.5-mysql php8.5-pdo php8.5-pgsql php8.5-soap php8.5-sqlite3 php8.5-zip php8.5-xmlrpc php8.5-xsl && curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer --2 && ln -s /usr/bin/phpdbg8.5 /usr/bin/phpdbg && ln -s ${PHP_MODS_DIR}/custom.ini ${PHP_CLI_CONF_DIR}/999-custom.ini && ln -s ${PHP_MODS_DIR}/custom.ini ${PHP_CGI_CONF_DIR}/999-custom.ini && apt-get clean -y && apt-get autoclean -y && apt-get remove -y wget curl lsb-release && apt-get autoremove -y && rm -rf /var/lib/apt/lists/* /var/lib/log/* /tmp/* /var/tmp/*" did not complete successfully: exit code: 1
Build (8.1) / dockette/php:8.1
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c apt update && apt dist-upgrade -y && apt install -y wget curl apt-transport-https ca-certificates lsb-release git unzip && wget -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg && echo \"deb https://packages.sury.org/php/ $(lsb_release -sc) main\" > /etc/apt/sources.list.d/php.list && apt update && apt dist-upgrade -y && apt install -y --no-install-recommends php8.1-apcu php8.1-bcmath php8.1-bz2 php8.1-calendar php8.1-cgi php8.1-cli php8.1-ctype php8.1-phpdbg php8.1-curl php8.1-gettext php8.1-gd php8.1-intl php8.1-imap php8.1-ldap php8.1-mbstring php8.1-memcached php8.1-mysql php8.1-pdo php8.1-pgsql php8.1-redis php8.1-soap php8.1-sqlite3 php8.1-zip php8.1-xmlrpc php8.1-xsl && curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer --2 && ln -s /usr/bin/phpdbg8.1 /usr/bin/phpdbg && ln -s ${PHP_MODS_DIR}/custom.ini ${PHP_CLI_CONF_DIR}/999-custom.ini && ln -s ${PHP_MODS_DIR}/custom.ini ${PHP_CGI_CONF_DIR}/999-custom.ini && apt-get clean -y && apt-get autoclean -y && apt-get remove -y wget curl lsb-release && apt-get autoremove -y && rm -rf /var/lib/apt/lists/* /var/lib/log/* /tmp/* /var/tmp/*" did not complete successfully: exit code: 1
Build (8.4-fpm) / dockette/php:8.4-fpm
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c apt update && apt dist-upgrade -y && apt install -y wget curl apt-transport-https ca-certificates lsb-release git unzip && wget -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg && echo \"deb https://packages.sury.org/php/ $(lsb_release -sc) main\" > /etc/apt/sources.list.d/php.list && apt update && apt dist-upgrade -y && apt install -y --no-install-recommends php8.4-apcu php8.4-bz2 php8.4-bcmath php8.4-calendar php8.4-cgi php8.4-cli php8.4-ctype php8.4-phpdbg php8.4-curl php8.4-fpm php8.4-gettext php8.4-gd php8.4-intl php8.4-imap php8.4-ldap php8.4-mbstring php8.4-memcached php8.4-mysql php8.4-pdo php8.4-pgsql php8.4-soap php8.4-sqlite3 php8.4-zip php8.4-xmlrpc php8.4-xsl && curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer --2 && ln -s /usr/bin/phpdbg8.4 /usr/bin/phpdbg && ln -s ${PHP_MODS_DIR}/custom.ini ${PHP_CLI_CONF_DIR}/999-custom.ini && ln -s ${PHP_MODS_DIR}/custom.ini ${PHP_CGI_CONF_DIR}/999-custom.ini && ln -s ${PHP_MODS_DIR}/custom.ini ${PHP_FPM_CONF_DIR}/999-custom.ini && rm ${PHP_FPM_POOL_DIR}/www.conf && apt-get clean -y && apt-get autoclean -y && apt-get remove -y wget curl lsb-release && apt-get autoremove -y && rm -rf /var/lib/apt/lists/* /var/lib/log/* /tmp/* /var/tmp/*" did not complete successfully: exit code: 1
Build (7.2) / dockette/php:7.2
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c apt update && apt dist-upgrade -y && apt install -y wget curl apt-transport-https ca-certificates lsb-release git unzip && wget -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg && echo \"deb https://packages.sury.org/php/ $(lsb_release -sc) main\" > /etc/apt/sources.list.d/php.list && apt update && apt dist-upgrade -y && apt install -y --no-install-recommends php7.2-apcu php7.2-bcmath php7.2-bz2 php7.2-calendar php7.2-cgi php7.2-cli php7.2-ctype php7.2-phpdbg php7.2-curl php7.2-geoip php7.2-gettext php7.2-gd php7.2-intl php7.2-imap php7.2-ldap php7.2-mbstring php7.2-memcached php7.2-mysql php7.2-pdo php7.2-pgsql php7.2-redis php7.2-soap php7.2-sqlite3 php7.2-ssh2 php7.2-zip php7.2-xmlrpc php7.2-xsl && curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer --2 && ln -s /usr/bin/phpdbg7.2 /usr/bin/phpdbg && ln -s ${PHP_MODS_DIR}/custom.ini ${PHP_CLI_CONF_DIR}/999-custom.ini && ln -s ${PHP_MODS_DIR}/custom.ini ${PHP_CGI_CONF_DIR}/999-custom.ini && apt-get clean -y && apt-get autoclean -y && apt-get remove -y wget curl lsb-release && apt-get autoremove -y && rm -rf /var/lib/apt/lists/* /var/lib/log/* /tmp/* /var/tmp/*" did not complete successfully: exit code: 1
Build (8.2) / dockette/php:8.2
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c apt update && apt dist-upgrade -y && apt install -y wget curl apt-transport-https ca-certificates lsb-release git unzip && wget -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg && echo \"deb https://packages.sury.org/php/ $(lsb_release -sc) main\" > /etc/apt/sources.list.d/php.list && apt update && apt dist-upgrade -y && apt install -y --no-install-recommends php8.2-apcu php8.2-bcmath php8.2-bz2 php8.2-calendar php8.2-cgi php8.2-cli php8.2-ctype php8.2-phpdbg php8.2-curl php8.2-gettext php8.2-gd php8.2-intl php8.2-imap php8.2-ldap php8.2-mbstring php8.2-memcached php8.2-mysql php8.2-pdo php8.2-pgsql php8.2-soap php8.2-sqlite3 php8.2-zip php8.2-xmlrpc php8.2-xsl && curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer --2 && ln -s /usr/bin/phpdbg8.2 /usr/bin/phpdbg && ln -s ${PHP_MODS_DIR}/custom.ini ${PHP_CLI_CONF_DIR}/999-custom.ini && ln -s ${PHP_MODS_DIR}/custom.ini ${PHP_CGI_CONF_DIR}/999-custom.ini && apt-get clean -y && apt-get autoclean -y && apt-get remove -y wget curl lsb-release && apt-get autoremove -y && rm -rf /var/lib/apt/lists/* /var/lib/log/* /tmp/* /var/tmp/*" did not complete successfully: exit code: 1
Build (7.3) / dockette/php:7.3
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c apt update && apt dist-upgrade -y && apt install -y wget curl apt-transport-https ca-certificates lsb-release git unzip && wget -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg && echo \"deb https://packages.sury.org/php/ $(lsb_release -sc) main\" > /etc/apt/sources.list.d/php.list && apt update && apt dist-upgrade -y && apt install -y --no-install-recommends php7.3-apcu php7.3-bcmath php7.3-bz2 php7.3-calendar php7.3-cgi php7.3-cli php7.3-ctype php7.3-phpdbg php7.3-curl php7.3-geoip php7.3-gettext php7.3-gd php7.3-intl php7.3-imap php7.3-ldap php7.3-mbstring php7.3-memcached php7.3-mysql php7.3-pdo php7.3-pgsql php7.3-redis php7.3-soap php7.3-sqlite3 php7.3-zip php7.3-xmlrpc php7.3-xsl && curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer --2 && ln -s /usr/bin/phpdbg7.3 /usr/bin/phpdbg && ln -s ${PHP_MODS_DIR}/custom.ini ${PHP_CLI_CONF_DIR}/999-custom.ini && ln -s ${PHP_MODS_DIR}/custom.ini ${PHP_CGI_CONF_DIR}/999-custom.ini && apt-get clean -y && apt-get autoclean -y && apt-get remove -y wget curl lsb-release && apt-get autoremove -y && rm -rf /var/lib/apt/lists/* /var/lib/log/* /tmp/* /var/tmp/*" did not complete successfully: exit code: 1
Build (7.2-fpm) / dockette/php:7.2-fpm
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c apt update && apt dist-upgrade -y && apt install -y wget curl apt-transport-https ca-certificates lsb-release git unzip && wget -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg && echo \"deb https://packages.sury.org/php/ $(lsb_release -sc) main\" > /etc/apt/sources.list.d/php.list && apt update && apt dist-upgrade -y && apt install -y --no-install-recommends php7.2-apcu php7.2-bz2 php7.2-bcmath php7.2-calendar php7.2-cgi php7.2-cli php7.2-ctype php7.2-phpdbg php7.2-curl php7.2-fpm php7.2-geoip php7.2-gettext php7.2-gd php7.2-intl php7.2-imap php7.2-ldap php7.2-mbstring php7.2-memcached php7.2-mysql php7.2-pdo php7.2-pgsql php7.2-redis php7.2-soap php7.2-sqlite3 php7.2-ssh2 php7.2-zip php7.2-xmlrpc php7.2-xsl && curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer --2 && ln -s /usr/bin/phpdbg7.2 /usr/bin/phpdbg && ln -s ${PHP_MODS_DIR}/custom.ini ${PHP_CLI_CONF_DIR}/999-custom.ini && ln -s ${PHP_MODS_DIR}/custom.ini ${PHP_CGI_CONF_DIR}/999-custom.ini && ln -s ${PHP_MODS_DIR}/custom.ini ${PHP_FPM_CONF_DIR}/999-custom.ini && rm ${PHP_FPM_POOL_DIR}/www.conf && apt-get clean -y && apt-get autoclean -y && apt-get remove -y wget curl lsb-release && apt-get autoremove -y && rm -rf /var/lib/apt/lists/* /var/lib/log/* /tmp/* /var/tmp/*" did not complete successfully: exit code: 1
Build (7.1) / dockette/php:7.1
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c apt update && apt dist-upgrade -y && apt install -y wget curl apt-transport-https ca-certificates lsb-release git unzip && wget -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg && echo \"deb https://packages.sury.org/php/ $(lsb_release -sc) main\" > /etc/apt/sources.list.d/php.list && apt update && apt dist-upgrade -y && apt install -y --no-install-recommends php7.1-apcu php7.1-bcmath php7.1-bz2 php7.1-calendar php7.1-cgi php7.1-cli php7.1-ctype php7.1-phpdbg php7.1-curl php7.1-geoip php7.1-gettext php7.1-gd php7.1-intl php7.1-imagick php7.1-imap php7.1-ldap php7.1-mbstring php7.1-mcrypt php7.1-memcached php7.1-mysql php7.1-pdo php7.1-pgsql php7.1-redis php7.1-soap php7.1-sqlite3 php7.1-ssh2 php7.1-zip php7.1-xmlrpc php7.1-xsl && curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer --2 && ln -s /usr/bin/phpdbg7.1 /usr/bin/phpdbg && ln -s ${PHP_MODS_DIR}/custom.ini ${PHP_CLI_CONF_DIR}/999-custom.ini && ln -s ${PHP_MODS_DIR}/custom.ini ${PHP_CGI_CONF_DIR}/999-custom.ini && apt-get clean -y && apt-get autoclean -y && apt-get remove -y wget curl lsb-release && apt-get autoremove -y && rm -rf /var/lib/apt/lists/* /var/lib/log/* /tmp/* /var/tmp/*" did not complete successfully: exit code: 1
Build (8.3) / dockette/php:8.3
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c apt update && apt dist-upgrade -y && apt install -y wget curl apt-transport-https ca-certificates lsb-release git unzip && wget -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg && echo \"deb https://packages.sury.org/php/ $(lsb_release -sc) main\" > /etc/apt/sources.list.d/php.list && apt update && apt dist-upgrade -y && apt install -y --no-install-recommends php8.3-apcu php8.3-bcmath php8.3-bz2 php8.3-calendar php8.3-cgi php8.3-cli php8.3-ctype php8.3-phpdbg php8.3-curl php8.3-gettext php8.3-gd php8.3-intl php8.3-imap php8.3-ldap php8.3-mbstring php8.3-memcached php8.3-mysql php8.3-pdo php8.3-pgsql php8.3-soap php8.3-sqlite3 php8.3-zip php8.3-xmlrpc php8.3-xsl && curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer --2 && ln -s /usr/bin/phpdbg8.3 /usr/bin/phpdbg && ln -s ${PHP_MODS_DIR}/custom.ini ${PHP_CLI_CONF_DIR}/999-custom.ini && ln -s ${PHP_MODS_DIR}/custom.ini ${PHP_CGI_CONF_DIR}/999-custom.ini && apt-get clean -y && apt-get autoclean -y && apt-get remove -y wget curl lsb-release && apt-get autoremove -y && rm -rf /var/lib/apt/lists/* /var/lib/log/* /tmp/* /var/tmp/*" did not complete successfully: exit code: 1
Build (8.5-fpm) / dockette/php:8.5-fpm
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c apt update && apt dist-upgrade -y && apt install -y wget curl apt-transport-https ca-certificates lsb-release git unzip && wget -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg && echo \"deb https://packages.sury.org/php/ $(lsb_release -sc) main\" > /etc/apt/sources.list.d/php.list && apt update && apt dist-upgrade -y && apt install -y --no-install-recommends php8.5-apcu php8.5-bz2 php8.5-bcmath php8.5-calendar php8.5-cgi php8.5-cli php8.5-ctype php8.5-phpdbg php8.5-curl php8.5-fpm php8.5-gettext php8.5-gd php8.5-intl php8.5-imap php8.5-ldap php8.5-mbstring php8.5-memcached php8.5-mysql php8.5-pdo php8.5-pgsql php8.5-soap php8.5-sqlite3 php8.5-zip php8.5-xmlrpc php8.5-xsl && curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer --2 && ln -s /usr/bin/phpdbg8.5 /usr/bin/phpdbg && ln -s ${PHP_MODS_DIR}/custom.ini ${PHP_CLI_CONF_DIR}/999-custom.ini && ln -s ${PHP_MODS_DIR}/custom.ini ${PHP_CGI_CONF_DIR}/999-custom.ini && ln -s ${PHP_MODS_DIR}/custom.ini ${PHP_FPM_CONF_DIR}/999-custom.ini && rm ${PHP_FPM_POOL_DIR}/www.conf && apt-get clean -y && apt-get autoclean -y && apt-get remove -y wget curl lsb-release && apt-get autoremove -y && rm -rf /var/lib/apt/lists/* /var/lib/log/* /tmp/* /var/tmp/*" did not complete successfully: exit code: 1
Build (7.0) / dockette/php:7.0
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, docker/build-push-action@v5, 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/
Build (8.0-fpm) / dockette/php:8.0-fpm
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, docker/build-push-action@v5, 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/
Build (5.6) / dockette/php:5.6
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, docker/build-push-action@v5, 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/
Build (7.1-fpm) / dockette/php:7.1-fpm
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, docker/build-push-action@v5, 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/
Build (7.0-fpm) / dockette/php:7.0-fpm
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, docker/build-push-action@v5, 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/
Build (8.4) / dockette/php:8.4
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, docker/build-push-action@v5, 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/
Build (8.3-fpm) / dockette/php:8.3-fpm
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, docker/build-push-action@v5, 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/
Build (5.6-fpm) / dockette/php:5.6-fpm
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, docker/build-push-action@v5, 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/
Build (8.0) / dockette/php:8.0
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, docker/build-push-action@v5, 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/
Build (7.4) / dockette/php:7.4
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, docker/build-push-action@v5, 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/
Build (8.2-fpm) / dockette/php:8.2-fpm
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, docker/build-push-action@v5, 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/
Build (7.4-fpm) / dockette/php:7.4-fpm
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, docker/build-push-action@v5, 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/
Build (8.1-fpm) / dockette/php:8.1-fpm
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, docker/build-push-action@v5, 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/
Build (7.3-fpm) / dockette/php:7.3-fpm
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, docker/build-push-action@v5, 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/
Build (8.5) / dockette/php:8.5
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, docker/build-push-action@v5, 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/
Build (8.1) / dockette/php:8.1
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, docker/build-push-action@v5, 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/
Build (8.4-fpm) / dockette/php:8.4-fpm
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, docker/build-push-action@v5, 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/
Build (7.2) / dockette/php:7.2
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, docker/build-push-action@v5, 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/
Build (8.2) / dockette/php:8.2
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, docker/build-push-action@v5, 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/
Build (7.3) / dockette/php:7.3
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, docker/build-push-action@v5, 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/
Build (7.2-fpm) / dockette/php:7.2-fpm
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, docker/build-push-action@v5, 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/
Build (7.1) / dockette/php:7.1
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, docker/build-push-action@v5, 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/
Build (8.3) / dockette/php:8.3
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, docker/build-push-action@v5, 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/
Build (8.5-fpm) / dockette/php:8.5-fpm
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, docker/build-push-action@v5, 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/