Build and push images to Quay.io registry #224
build-and-push.yml
on: schedule
Matrix: Build and push s2i containers
Annotations
1 error
Build and push s2i containers (Dockerfile.c9s, sclorg, c9s, QUAY_IMAGE_SCLORG_BUILDER_USERNAME, Q...
Error: buildah exited with code 1
time="2024-09-03T02:15:35Z" level=warning msg="Failed to decode the keys [\"machine\"] from \"/usr/share/containers/containers.conf\"."
time="2024-09-03T02:15:35Z" level=warning msg="Failed to decode the keys [\"machine\"] from \"/usr/share/containers/containers.conf\"."
Trying to pull quay.io/sclorg/s2i-core-c9s:c9s...
Getting image source signatures
Copying blob sha256:f5ed6fe5ba07f664335633cd4c44f62e51c4af190cddce44d12a8f981d90fa66
Copying blob sha256:4ca947be8ae2828258086eb666acaac2516cdbca60a8107cb6badb276a65e981
Copying config sha256:926677113366feb054ee4c40b6fe3151676590065e888bded54011fc1daa1db8
Writing manifest to image destination
Storing signatures
time="2024-09-03T02:15:36Z" level=warning msg="Failed to decode the keys [\"machine\"] from \"/usr/share/containers/containers.conf\"."
Errors during downloading metadata for repository 'baseos':
- Status code: 503 for https://mirrors.centos.org/metalink?repo=centos-baseos-9-stream&arch=x86_64&protocol=https,http (IP: 8.43.85.67)
Error: Failed to download metadata for repo 'baseos': Cannot prepare internal mirrorlist: Status code: 503 for https://mirrors.centos.org/metalink?repo=centos-baseos-9-stream&arch=x86_64&protocol=https,http (IP: 8.43.85.67)
error building at STEP "RUN yum -y module enable nodejs:$NODEJS_VER && INSTALL_PKGS="nodejs autoconf automake bzip2 gcc-c++ gd-devel gdb git libcurl-devel libpq-devel libxml2-devel libxslt-devel lsof make mariadb-connector-c-devel openssl-devel patch procps-ng npm redhat-rpm-config sqlite-devel unzip wget which zlib-devel" && yum install -y --setopt=tsflags=nodocs $INSTALL_PKGS && rpm -V $INSTALL_PKGS && node -v | grep -qe "^v$NODEJS_VER\." && echo "Found VERSION $NODEJS_VER" && yum -y clean all --enablerepo='*'": error while running runtime: exit status 1
time="2024-09-03T02:15:38Z" level=error msg="exit status 1"
|