Added version 2.16 #491
Annotations
1 error
buildx failed with: ERROR: failed to solve: process "/bin/sh -c dnf install -y epel-release && dnf clean all && dnf makecache && dnf upgrade -y && dnf install -y openssh sshpass git sudo python3-pip tar wget curl-minimal glibc-langpack-en tzdata && curl -o /usr/bin/gosu \"https://github.com/tianon/gosu/releases/download/$gosu_version/gosu-amd64\" && chmod +x /usr/bin/gosu && gosu nobody true && python3 -m pip install --no-cache-dir --upgrade pip && python3 -m pip install --no-cache-dir -r requirements.txt && curl https://download.docker.com/linux/static/stable/x86_64/docker-${docker_version}.tgz | tar -xz -C /usr/lib && ln -s /usr/lib/docker/docker /usr/bin/docker && mkdir -p /etc/ansible/roles && echo 'localhost ansible_connection=local ansible_python_interpreter=/usr/bin/python3' > /etc/ansible/hosts && dnf clean all && rm -rf /var/cache/yum && useradd -u 1000 ansible-1000 && useradd -u 1001 ansible-1001 && useradd -u 10000 ansible-10000 && echo 'ansible-1000 ALL=(ALL) NOPASSWD:ALL' > /etc/sudoers.d/ansible && echo 'ansible-1001 ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers.d/ansible && echo 'ansible-10000 ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers.d/ansible" did not complete successfully: exit code: 1
|
The logs for this run have expired and are no longer available.
Loading