Build and push images to Quay.io registry #318
Annotations
1 error
|
build-and-push (16/Dockerfile.c10s, sclorg, c10s, postgresql-16-c10s, QUAY_IMAGE_SCLORG_BUILDER_U...
Error: buildah exited with code 1
Trying to pull quay.io/sclorg/s2i-core-c10s:c10s...
Getting image source signatures
Copying blob sha256:ee70c7c36c094485e24b1210669252d7797ed2ca6ed5550a978bd0afa829b98d
Copying blob sha256:5e901762d5680d2492977835f3ba5cf43d63725ba8e1926d872a13054cc3f737
Copying config sha256:c3ff32aa72727653d9e7d0df055381cd9f720130e389ebbb1d0088ca3c63caf0
Writing manifest to image destination
Errors during downloading metadata for repository 'baseos':
- Downloading successful, but checksum doesn't match. Calculated: 221c3afbce56651ea6fd89897b99836e8cee5ccf39fb8aba02c409abe1ee6c55ab1cb9fdec68c286e8382ef8af2198296ec8f6e9955ed0603a77d0e8860a8f52(sha512) Expected: eefb0737050fec89f88d569a598d92f8ecbde9c65e41c2e1ba6960f70d2770b7dccf57d285c93f568dc6b395dbaadaa16ede1d3cf6bf0e7de86851301d4ce16f(sha512)
Error: Failed to download metadata for repo 'baseos': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
Error: building at STEP "RUN INSTALL_PKGS="rsync tar gettext-envsubst bind-utils nss_wrapper-libs glibc-locale-source xz" && PSQL_PKGS="postgresql16-server postgresql16-contrib postgresql16-upgrade" && INSTALL_PKGS="$INSTALL_PKGS pgaudit" && yum -y --setopt=tsflags=nodocs install $INSTALL_PKGS $PSQL_PKGS && rpm -V $INSTALL_PKGS postgresql-server postgresql-contrib postgresql-upgrade && postgres -V | grep -qe "$POSTGRESQL_VERSION\." && echo "Found VERSION $POSTGRESQL_VERSION" && yum -y clean all --enablerepo='*' && localedef -f UTF-8 -i en_US en_US.UTF-8 && test "$(id postgres)" = "uid=26(postgres) gid=26(postgres) groups=26(postgres)" && mkdir -p /var/lib/pgsql/data && mkdir -p /run/postgresql && /usr/libexec/fix-permissions /var/lib/pgsql /run/postgresql": while running runtime: exit status 1
|