Skip to content

Commit

Permalink
Update packages to check
Browse files Browse the repository at this point in the history
Signed-off-by: Petr "Stone" Hracek <[email protected]>
  • Loading branch information
phracek committed Sep 13, 2024
1 parent 5ae39e7 commit 868f69c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 16/Dockerfile.c10s
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down
2 changes: 1 addition & 1 deletion specs/multispec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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":
Expand Down

0 comments on commit 868f69c

Please sign in to comment.