Skip to content

Commit 103e228

Browse files
committed
RHINENG-19571: update test pg container
to the latest version which also based on ubi9
1 parent 2f6dbb3 commit 103e228

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

dev/database/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
FROM quay.io/cloudservices/postgresql-rds:16-4649c84
1+
FROM quay.io/cloudservices/postgresql-rds:16
22

33
# install pg_repack
44
USER root
55
RUN curl -o /etc/yum.repos.d/postgresql.repo \
6-
https://copr.fedorainfracloud.org/coprs/g/insights/postgresql-16/repo/epel-8/group_insights-postgresql-16-epel-8.repo
6+
https://copr.fedorainfracloud.org/coprs/g/insights/postgresql-16/repo/epel-9/group_insights-postgresql-16-epel-9.repo
77
RUN dnf install -y pg_repack
88

99
ADD /dev/database/init.sh /docker-entrypoint-initdb.d/

0 commit comments

Comments
 (0)