Skip to content

Commit

Permalink
K8SPG-648 add PG17 to upgrade image (#1046)
Browse files Browse the repository at this point in the history
  • Loading branch information
hors authored Oct 5, 2024
1 parent 62016cc commit bc8ff27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions postgresql-containers/build/upgrade/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN set -ex; \

ENV LC_ALL en_US.utf-8
ENV LANG en_US.utf-8
ARG PG_MAJOR=16
ARG PG_MAJOR=17

RUN set -ex; \
export GNUPGHOME="$(mktemp -d)"; \
Expand Down Expand Up @@ -84,7 +84,7 @@ RUN set -ex; \
microdnf clean all; \
rm -rf /var/cache/dnf /var/cache/yum

RUN for pg_version in 15 14 13 12; do \
RUN for pg_version in 16 15 14 13 12; do \
percona-release enable ppg-${pg_version} release; \
microdnf -y install --nodocs \
percona-pgaudit${pg_version} \
Expand Down

0 comments on commit bc8ff27

Please sign in to comment.