File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 8585 redhat_component : " postgresql-{{ spec.short }}-container"
8686 img_name : " {{ spec.org }}/postgresql-{{ spec.short }}-{{ spec.prod }}"
8787 pkgs : " postgresql{{ spec.short }}-server postgresql{{ spec.short }}-contrib postgresql{{ spec.short }}-upgrade"
88- check_pkgs : " postgresql-server postgresql-contrib postgresql-upgrade"
88+ check_pkgs : " postgresql-server postgresql-contrib postgresql-upgrade pgvector "
8989
9090 version :
9191 " 12 " :
Original file line number Diff line number Diff line change @@ -71,6 +71,14 @@ RUN {{ spec.environment_setup }}
7171 INSTALL_PKGS="$INSTALL_PKGS procps-ng util-linux postgresql-upgrade" && \
7272 {% endif %}
7373{% endif %}
74+ {% if spec.version == "16" %}
75+ {% if spec.prod in ["c9s" , "rhel9" ] %}
76+ INSTALL_PKGS="$INSTALL_PKGS pgvector" && \
77+ {% endif %}
78+ {% if spec.prod in ["c10s" , "rhel10" ] %}
79+ PSQL_PKGS="$PSQL_PKGS postgresql16-pgvector" && \
80+ {% endif %}
81+ {% endif %}
7482{% if spec.prod == "c10s" or spec.prod == "rhel10" %}
7583 yum -y --setopt=tsflags=nodocs install $INSTALL_PKGS $PSQL_PKGS && \
7684 rpm -V $INSTALL_PKGS {{ spec.check_pkgs }} && \
You can’t perform that action at this time.
0 commit comments