Build and push images to Quay.io registry #267
Annotations
1 error
check if Dockerfile is c9s, then Build multi arch image and push to quay.io registry
Error: buildah exited with code 1
Trying to pull quay.io/sclorg/s2i-core-c9s:c9s...
Getting image source signatures
Copying blob sha256:1ff0d321e75156372c7bade350dfe83f547a713b353500e27e11c67038c08af4
Copying blob sha256:95b56f58edbb26cf8debfc37da51cfb88bf8f7d0cc0a451161d1a85af4c4f441
Copying blob sha256:1ff0d321e75156372c7bade350dfe83f547a713b353500e27e11c67038c08af4
Copying blob sha256:95b56f58edbb26cf8debfc37da51cfb88bf8f7d0cc0a451161d1a85af4c4f441
Copying config sha256:ec40a329c8c361b63cb58a647b551c502a1d94f99a7a3f3c0fde2fc519655773
Writing manifest to image destination
Storing signatures
Errors during downloading metadata for repository 'baseos':
- Downloading successful, but checksum doesn't match. Calculated: e3e5ba9078be1ca30e1ce8aaa75b365155803c950bcbe61d554176e880f8d20aaec21a5ae8d7f86655013c99c8becf3e4ece6a27ed015cd763881ff70474da0c(sha512) Expected: cddb421990ca5a15b8c770af15c7eea09b6fd0e66c1fec34f5bfc037be2862de9eb0e937e609da022429f32c878652adffe4be3d69f103eead15cb59e945ed7d(sha512)
Error: Failed to download metadata for repo 'baseos': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
Errors during downloading metadata for repository 'baseos':
- Downloading successful, but checksum doesn't match. Calculated: e3e5ba9078be1ca30e1ce8aaa75b365155803c950bcbe61d554176e880f8d20aaec21a5ae8d7f86655013c99c8becf3e4ece6a27ed015cd763881ff70474da0c(sha512) Expected: cddb421990ca5a15b8c770af15c7eea09b6fd0e66c1fec34f5bfc037be2862de9eb0e937e609da022429f32c878652adffe4be3d69f103eead15cb59e945ed7d(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 { yum -y module enable postgresql:16 || :; } && INSTALL_PKGS="rsync tar gettext bind-utils nss_wrapper-libs postgresql-server postgresql-contrib" && INSTALL_PKGS="$INSTALL_PKGS pgaudit" && INSTALL_PKGS="$INSTALL_PKGS procps-ng util-linux postgresql-upgrade" && yum -y --setopt=tsflags=nodocs install $INSTALL_PKGS && rpm -V $INSTALL_PKGS && 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": error while running runtime: exit status 1
time="2024-10-16T02:19:00Z" level=error msg="exit status 1"
|
Loading