Skip to content

Update docker-image.yml #16

Update docker-image.yml

Update docker-image.yml #16

Triggered via push December 21, 2024 17:08
Status Failure
Total duration 43s
Artifacts

docker-image.yml

on: push
build-and-push-image
35s
build-and-push-image
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
build-and-push-image
buildx failed with: ERROR: failed to solve: process "/bin/bash -o pipefail -c apt-get update -qq && apt-get -qq -y install --no-install-recommends curl tzdata gnupg awscli openssh-client && curl -Ls $BAREOS_KEY -o /tmp/bareos.key && apt-key --keyring /etc/apt/trusted.gpg.d/breos-keyring.gpg add /tmp/bareos.key && echo \"deb $BAREOS_REPO /\" > /etc/apt/sources.list.d/bareos.list && echo \"${BAREOS_DPKG_CONF}/dbconfig-install boolean false\" | debconf-set-selections && echo \"${BAREOS_DPKG_CONF}/install-error select ignore\" | debconf-set-selections && echo \"${BAREOS_DPKG_CONF}/database-type select pgsql\" | debconf-set-selections && echo \"${BAREOS_DPKG_CONF}/missing-db-package-error select ignore\" | debconf-set-selections && echo 'postfix postfix/main_mailer_type select No configuration' | debconf-set-selections && apt-get update -qq && apt-get install -qq -y --no-install-recommends bareos postgresql-client bareos-tools && apt-get clean && rm -rf /var/lib/apt/lists/*" did not complete successfully: exit code: 2
build-and-push-image
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636