Release 2.6.1 - See CHANGELOG.md #65
Annotations
1 error
build / image_build
buildx failed with: ERROR: failed to solve: process "/dev/.buildkit_qemu_emulator /bin/bash -c source /assets/functions/00-container && set -x && addgroup -g 5353 unbound && adduser -S -D -H -h /var/spool/postfix -s /sbin/nologin -G unbound -u 5353 unbound && package update && package upgrade && package install .unbound-build-deps bison build-base expat-dev flex libevent-dev linux-headers openssl-dev protobuf-c-dev python3-dev swig && package install .unbound-run-deps dnssec-root expat libevent openssl protobuf-c && clone_git_repo \"${UNBOUND_REPO_URL}\" \"${UNBOUND_VERSION}\" && \\mkdir -p /usr/src/unbound && export CFLAGS=\"$CFLAGS -flto=auto\" && \tPYTHON_VERSION=3 ./configure \t\t--build=\"$CBUILD\" \t\t--host=\"$CHOST\" \t\t--prefix=/usr \t\t--sysconfdir=/etc \t\t--mandir=/usr/share/man \t\t--localstatedir=/var \t\t--with-username=unbound \t\t--with-run-dir=\"\" \t\t--with-pidfile=\"\" \t\t--with-rootkey-file=/usr/share/dnssec-root/trusted-key.key \t\t--with-libevent \t\t--with-pthreads \t\t--disable-static \t\t--disable-rpath \t\t--enable-dnstap \t\t--with-ssl \t\t--without-pythonmodule \t\t--with-pyunbound && \tsed -i -e '/^LIBS=/s/-lpython.*[[:space:]]/ /' Makefile && \tmake -j$(nproc)&& make install && mkdir -p /assets/unbound && curl -sSL https://www.internic.net/domain/named.cache -o /assets/unbound/named.cache && chown -R unbound /assets/unbound && package remove .unbound-install-deps && package cleanup" did not complete successfully: exit code: 1
|