Build and push images to Quay.io registry #253
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: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"
|
Loading