Release 2026.02.4 - See CHANGELOG.md #138
Annotations
1 error
|
Build Image
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/bash -c echo \"\" && source /container/base/functions/container/build && case \"$(container_info distro)\" in alpine ) if [ \"$(grep -o '^PRETTY_NAME=.*' /etc/os-release | cut -d = -f2)\" = '\"Alpine Linux edge\"' ] ; then apk add merge-usr ; merge-usr ; fi ; case \"$(container_info variant)\" in 3.[5-9] | 3.1[1-6] ) alpine_ssl=libressl ; ;; 3.1[7-9] | 3.2[0-9] ) alpine_ssl=openssl ; ;; esac ; case \"$(container_info variant)\" in 3.[5-8] ) zstd_pacakge=\"\" ; ;; *) zstd_package=\"zstd\" ; ;; esac ; IMAGE_BASE_BUILD_DEPS_ALPINE=\" gettext musl-dev \" ; IMAGE_BASE_RUN_DEPS_ALPINE=\" acl ${alpine_ssl} bash ${busybox_extras} ca-certificates curl git grep libgcc $(apk search libssl1* -q) nano sudo tzdata xz ${zstd_package} \" ; ;; debian ) IMAGE_BASE_BUILD_DEPS_DEBIAN=\" \" ; IMAGE_BASE_RUN_DEPS_DEBIAN=\" acl apt-transport-https apt-utils aptitude busybox-static ca-certificates curl dirmngr gettext git gnupg nano procps sudo tar tzdata zstd \" ; ;; esac ; package update && package upgrade && package install IMAGE_BASE_BUILD_DEPS IMAGE_BASE_RUN_DEPS && mkdir -p /etc/bash/ /run/secrets /usr/local/bin /usr/local/sbin && if [ -e \"/usr/bin/envsubst\" ] ; then mv /usr/bin/envsubst /usr/local/bin/envsubst ; fi && container_build_log base && rm -rf /etc/timezone && ln -snf /usr/share/zoneinfo/${TIMEZONE} /etc/localtime && echo \"${TIMEZONE}\" > /etc/timezone && case \"$(container_info distro)\" in \"debian\" ) dpkg-reconfigure -f noninteractive tzdata ; rm -rf /usr/bin/crontab
|
background
wait
wait-all
cancel
Loading