Skip to content

Commit ec649a5

Browse files
committed
RHINENG-19571: update test pg container
to the latest version which also based on ubi9
1 parent 22a60ca commit ec649a5

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

dev/database/Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
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
7+
RUN dnf module disable -y postgresql
78
RUN dnf install -y pg_repack
89

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

0 commit comments

Comments
 (0)