diff --git a/16/Dockerfile.c10s b/16/Dockerfile.c10s index 4100459f..73b9e8a3 100644 --- a/16/Dockerfile.c10s +++ b/16/Dockerfile.c10s @@ -41,7 +41,7 @@ COPY root/usr/libexec/fix-permissions /usr/libexec/fix-permissions # This image must forever use UID 26 for postgres user so our volumes are # safe in the future. This should *never* change, the last test is there # to make sure of that. -RUN INSTALL_PKGS="rsync tar gettext-envsubst bind-utils nss_wrapper-libs postgresql-server postgresql-contrib glibc-locale-source xz" && \ +RUN INSTALL_PKGS="rsync tar gettext-envsubst bind-utils nss_wrapper-libs postgresql16-server postgresql16-contrib glibc-locale-source xz" && \ INSTALL_PKGS="$INSTALL_PKGS pgaudit" && \ INSTALL_PKGS="$INSTALL_PKGS procps-ng util-linux postgresql-upgrade" && \ yum -y --setopt=tsflags=nodocs install $INSTALL_PKGS && \ diff --git a/specs/multispec.yml b/specs/multispec.yml index 659b432c..60783949 100644 --- a/specs/multispec.yml +++ b/specs/multispec.yml @@ -74,7 +74,7 @@ specs: openshift_tags: "database,postgresql,postgresql{{ spec.short }},postgresql-{{ spec.short }}" redhat_component: "postgresql-{{ spec.short }}-container" img_name: "{{ spec.org }}/postgresql-{{ spec.short }}-{{ spec.prod }}" - pkgs: "postgresql-server postgresql-contrib glibc-locale-source xz" + pkgs: "postgresql{{ spec.short }}-server postgresql{{ spec.short }}-contrib glibc-locale-source xz" version: "12":