Skip to content

🕐 Daily Docker Build #72

🕐 Daily Docker Build

🕐 Daily Docker Build #72

Triggered via schedule January 6, 2025 00:15
Status Failure
Total duration 44s
Artifacts

daily-build.yml

on: schedule
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
build
buildx failed with: ERROR: failed to solve: process "/bin/sh -c set -x && echo \"debconf debconf/frontend select Noninteractive\" | debconf-set-selections && docker-php-source extract && apt-get update && apt-get install --assume-yes --no-install-recommends --quiet zlib1g-dev libc-client-dev libcurl4-openssl-dev libfreetype6-dev libgmp-dev libjpeg-dev libkrb5-dev libpng-dev libtidy-dev libbz2-dev libxml2-dev libxslt1-dev libzip-dev unzip && pecl install xmlrpc zip && curl -sS https://getcomposer.org/installer -o composer-setup.php && php composer-setup.php --install-dir=/usr/local/bin --filename=composer || true && docker-php-ext-configure gd --with-jpeg && docker-php-ext-configure imap --with-kerberos --with-imap-ssl && docker-php-ext-enable zip && docker-php-ext-install bcmath bz2 curl exif gd gmp imap intl mysqli opcache pdo_mysql soap tidy xml xsl && a2enmod expires headers rewrite && a2enconf security && docker-php-source delete && apt-get clean -y && apt-get autoremove -y --purge && apt-get autoclean -y && rm -rf /var/lib/apt/lists/* && rm -rf /var/www ;" did not complete successfully: exit code: 1
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636