Error: buildah exited with code 1
Trying to pull quay.io/sclorg/s2i-core-c9s:c9s...
Getting image source signatures
Copying blob sha256:707b715b33d07d93587b4e5b828b794fafe81b7224a6cd6490dbf4850ad05615
Copying blob sha256:26ef76492da36d9cbdc5cf06b0795e1cb02abe3a7ec52f449aed5d99fb359948
Copying blob sha256:26ef76492da36d9cbdc5cf06b0795e1cb02abe3a7ec52f449aed5d99fb359948
Copying blob sha256:707b715b33d07d93587b4e5b828b794fafe81b7224a6cd6490dbf4850ad05615
Copying config sha256:1794f64c35fb5f26b4d06c55810c92118caa69ce6ab046e133488ef8dbe18242
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-08-21T02:04:04Z" level=error msg="exit status 1"