diff --git a/16/Dockerfile.c10s b/16/Dockerfile.c10s index 7b0c9335..214b2f1b 100644 --- a/16/Dockerfile.c10s +++ b/16/Dockerfile.c10s @@ -46,7 +46,7 @@ RUN INSTALL_PKGS="rsync tar gettext-envsubst bind-utils nss_wrapper-libs postgre INSTALL_PKGS="$INSTALL_PKGS pgaudit" && \ INSTALL_PKGS="$INSTALL_PKGS procps-ng util-linux postgresql-upgrade" && \ yum -y --setopt=tsflags=nodocs install $INSTALL_PKGS $PSQL_PKGS && \ - rpm -V $INSTALL_PKGS postgresql-server-16 postgresql-contrib-16 && \ + rpm -V $INSTALL_PKGS postgresql-server postgresql-contrib && \ 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 && \ diff --git a/specs/multispec.yml b/specs/multispec.yml index e45b97c1..0a2dc62d 100644 --- a/specs/multispec.yml +++ b/specs/multispec.yml @@ -75,7 +75,7 @@ specs: redhat_component: "postgresql-{{ spec.short }}-container" img_name: "{{ spec.org }}/postgresql-{{ spec.short }}-{{ spec.prod }}" pkgs: "postgresql{{ spec.short }}-server postgresql{{ spec.short }}-contrib glibc-locale-source xz" - check_pkgs: "postgresql-server-{{ spec.short }} postgresql-contrib-{{ spec.short }}" + check_pkgs: "postgresql-server postgresql-contrib" version: "12":