ci: os update #480
build.yml
on: pull_request
Matrix: test
validate
8s
build
0s
Annotations
2 errors
test (debian:buster-backports, debian, true)
buildx bake failed with: ERROR: failed to solve: process "/bin/sh -c rm -rf /var/cache/apt/archives && ln -s /pkg-cache /var/cache/apt/archives && rm /etc/apt/apt.conf.d/docker-clean && echo 'Binary::apt::APT::Keep-Downloaded-Packages \"1\";' > /etc/apt/apt.conf.d/keep-downloads && apt update && apt install --no-install-recommends -y bats vim" did not complete successfully: exit code: 100
|
test (rockylinux/rockylinux:9, rhel, false)
buildx bake failed with: ERROR: failed to solve: process "/bin/sh -c set -ex\nif ! yum install -y epel-release; then\n if . /etc/os-release 2>/dev/null; then\n if [ \"$ID\" != \"fedora\" ]; then\n yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-${VERSION:0:1}.noarch.rpm\n fi\n fi\nfi\n" did not complete successfully: exit code: 127
|