Skip to content

Build and push images to Quay.io registry #253

Build and push images to Quay.io registry

Build and push images to Quay.io registry #253

Triggered via schedule September 4, 2024 02:08
Status Failure
Total duration 3m 6s
Artifacts

build-and-push.yml

on: schedule
Matrix: build-and-push
Fit to window
Zoom out
Zoom in

Annotations

3 errors
build-and-push (13/Dockerfile.c9s, sclorg, c9s, postgresql-13-c9s, QUAY_IMAGE_SCLORG_BUILDER_USER...
Error: buildah exited with code 1 Trying to pull quay.io/sclorg/s2i-core-c9s:c9s... Getting image source signatures Copying blob sha256:f5ed6fe5ba07f664335633cd4c44f62e51c4af190cddce44d12a8f981d90fa66 Copying blob sha256:4ca947be8ae2828258086eb666acaac2516cdbca60a8107cb6badb276a65e981 Copying blob sha256:f5ed6fe5ba07f664335633cd4c44f62e51c4af190cddce44d12a8f981d90fa66 Copying blob sha256:4ca947be8ae2828258086eb666acaac2516cdbca60a8107cb6badb276a65e981 Copying config sha256:926677113366feb054ee4c40b6fe3151676590065e888bded54011fc1daa1db8 Writing manifest to image destination Storing signatures Error: Problems in request: missing groups or modules: postgresql:13 fixing permissions on '/var/lib/pgsql' directory /usr/libexec/fix-permissions: Error: no such directory '/var/run/postgresql' Usage: /usr/libexec/fix-permissions [--read-only] DIR [DIR ..] Recursively fix permissions on the given directories to allow GID=0 read/write regular files and read/write/execute directories. To run this command, you have to be in the group root=0! error building at STEP "RUN { yum -y module enable postgresql:13 || :; } && INSTALL_PKGS="rsync tar gettext bind-utils nss_wrapper 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 && /usr/libexec/fix-permissions /var/lib/pgsql /var/run/postgresql": error while running runtime: exit status 1 time="2024-09-04T02:09:59Z" level=error msg="exit status 1"
build-and-push (16/Dockerfile.c9s, sclorg, c9s, postgresql-16-c9s, QUAY_IMAGE_SCLORG_BUILDER_USER...
Error: buildah exited with code 1 Trying to pull quay.io/sclorg/s2i-core-c9s:c9s... Getting image source signatures Copying blob sha256:f5ed6fe5ba07f664335633cd4c44f62e51c4af190cddce44d12a8f981d90fa66 Copying blob sha256:4ca947be8ae2828258086eb666acaac2516cdbca60a8107cb6badb276a65e981 Copying blob sha256:f5ed6fe5ba07f664335633cd4c44f62e51c4af190cddce44d12a8f981d90fa66 Copying blob sha256:4ca947be8ae2828258086eb666acaac2516cdbca60a8107cb6badb276a65e981 Copying config sha256:926677113366feb054ee4c40b6fe3151676590065e888bded54011fc1daa1db8 Writing manifest to image destination Storing signatures fixing permissions on '/var/lib/pgsql' directory /usr/libexec/fix-permissions: Error: no such directory '/var/run/postgresql' Usage: /usr/libexec/fix-permissions [--read-only] DIR [DIR ..] Recursively fix permissions on the given directories to allow GID=0 read/write regular files and read/write/execute directories. To run this command, you have to be in the group root=0! error building at STEP "RUN { yum -y module enable postgresql:16 || :; } && INSTALL_PKGS="rsync tar gettext bind-utils nss_wrapper 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 && /usr/libexec/fix-permissions /var/lib/pgsql /var/run/postgresql": error while running runtime: exit status 1 time="2024-09-04T02:10:40Z" level=error msg="exit status 1"
build-and-push (15/Dockerfile.c9s, sclorg, c9s, postgresql-15-c9s, QUAY_IMAGE_SCLORG_BUILDER_USER...
Error: buildah exited with code 1 Trying to pull quay.io/sclorg/s2i-core-c9s:c9s... Getting image source signatures Copying blob sha256:f5ed6fe5ba07f664335633cd4c44f62e51c4af190cddce44d12a8f981d90fa66 Copying blob sha256:4ca947be8ae2828258086eb666acaac2516cdbca60a8107cb6badb276a65e981 Copying blob sha256:f5ed6fe5ba07f664335633cd4c44f62e51c4af190cddce44d12a8f981d90fa66 Copying blob sha256:4ca947be8ae2828258086eb666acaac2516cdbca60a8107cb6badb276a65e981 Copying config sha256:926677113366feb054ee4c40b6fe3151676590065e888bded54011fc1daa1db8 Writing manifest to image destination Storing signatures fixing permissions on '/var/lib/pgsql' directory /usr/libexec/fix-permissions: Error: no such directory '/var/run/postgresql' Usage: /usr/libexec/fix-permissions [--read-only] DIR [DIR ..] Recursively fix permissions on the given directories to allow GID=0 read/write regular files and read/write/execute directories. To run this command, you have to be in the group root=0! error building at STEP "RUN { yum -y module enable postgresql:15 || :; } && INSTALL_PKGS="rsync tar gettext bind-utils nss_wrapper 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 && /usr/libexec/fix-permissions /var/lib/pgsql /var/run/postgresql": error while running runtime: exit status 1 time="2024-09-04T02:10:43Z" level=error msg="exit status 1"