Build and push images to Quay.io registry #252
Annotations
1 error
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:0b08b34a09bf714ecc42ec4fc9637b9506940868cd101232b0e808566f19bf04
Copying blob sha256:26ef76492da36d9cbdc5cf06b0795e1cb02abe3a7ec52f449aed5d99fb359948
Copying blob sha256:0b08b34a09bf714ecc42ec4fc9637b9506940868cd101232b0e808566f19bf04
Copying blob sha256:26ef76492da36d9cbdc5cf06b0795e1cb02abe3a7ec52f449aed5d99fb359948
Copying config sha256:4aa122567080af0796d8b93142676642d000fd32021deb090f19d2b98bce3594
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-28T02:08:21Z" level=error msg="exit status 1"
|