Release 6.0.3 - See CHANGELOG.md #49
Annotations
1 error and 1 warning
build / image_build
buildx failed with: ERROR: failed to solve: process "/bin/bash -c source /assets/functions/00-container && set -x && addgroup -S -g ${GROUP_BACKUPPC} backuppc && adduser -D -S -h /home/backuppc -s /sbin/nologin -G backuppc -g \"backuppc\" -u ${USER_BACKUPPC} backuppc && addgroup zabbix backuppc && package update && package upgrade && package install .backuppc-build-deps autoconf automake acl-dev build-base bzip2-dev expat-dev g++ gcc git make patch perl-dev perl-app-cpanminus && package install .backuppc-run-deps bzip2 expat gzip fcgiwrap iputils libgomp openssh openssl perl perl-archive-zip perl-cgi perl-file-listing perl-json-xs perl-time-parsedate perl-xml-rss pigz rrdtool rsync samba-client spawn-fcgi sudo ttf-dejavu && cpanm -M https://cpan.metacpan.org install Net::FTP Net::FTP::AutoReconnect && mkdir -p /usr/src/pbzip2 && curl -ssL https://launchpad.net/pbzip2/1.1/1.1.13/+download/pbzip2-1.1.13.tar.gz | tar xvfz - --strip=1 -C /usr/src/pbzip2 && cd /usr/src/pbzip2 && make -j$(nproc)&& make install && clone_git_repo https://github.com/backuppc/backuppc-xs.git ${BACKUPPC_XS_VERSION} && perl Makefile.PL && make -j$(nproc)&& make test && make install && clone_git_repo https://github.com/backuppc/rsync-bpc.git ${RSYNC_BPC_VERSION} && ./configure && make reconfigure && make -j$(nproc)&& make install && clone_git_repo https://github.com/Parchive/par2cmdline.git ${PAR2_VERSION} && ./automake.sh && ./configure && make -j$(nproc)&& make check && make install && mkdir -p /assets/install && curl -sSL https://github.com/backuppc/backuppc/releases/download/$BACKUPPC_VERSION/BackupPC-$BACKUPPC_VERSION.tar.gz | tar xvfz - --strip 1 -C /assets/install && && apk add patch && curl -o /assets/install/patchfile.patch https://github.com/backuppc/backuppc/commit/2c9270b9b849b2c86ae6301dd722c97757bc9256.patch && cd /assets/install && patch -p1 < patchfile.patch package remove .backuppc-build-deps && package cleanup && rm -rf /root/.cpanm /tmp/* /usr/src/*" did not complete successfully: exit code: 2
|
build / image_build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, docker/setup-buildx-action@v2, docker/setup-qemu-action@v2, docker/login-action@v2, docker/build-push-action@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|