configure regex manager #69
Annotations
1 error and 1 warning
Build image
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c case \"${LINUX_VER}\" in\n \"ubuntu\"*)\n echo 'APT::Update::Error-Mode \"any\";' > /etc/apt/apt.conf.d/warnings-as-errors\n apt-get update\n apt-get upgrade -y\n apt-get install -y --no-install-recommends \\\n file \\\n unzip \\\n wget\n rm -rf \"/var/lib/apt/lists/*\"\n ;;\n \"centos\"* | \"rockylinux\"*)\n yum -y update\n yum -y install --setopt=install_weak_deps=False \\\n file \\\n unzip \\\n wget \\\n which \\\n yum-utils\n yum clean all\n ;;\n *)\n echo \"Unsupported LINUX_VER: ${LINUX_VER}\"\n exit 1\n ;;\nesac\n" did not complete successfully: exit code: 1
|
|
The logs for this run have expired and are no longer available.
Loading