Skip to content

Commit 2b257d6

Browse files
committed
Use archive yum repos to get PostgreSQL 13
+------------------------------------------------------------------------------+ | THIS COMMIT IS FOR TESTING ONLY. IT SHOULD BE REMOVED WHEN THIS PR IS MERGED | +------------------------------------------------------------------------------+
1 parent e863116 commit 2b257d6

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

doc/xml/user-guide.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -390,6 +390,13 @@
390390
"enabled=1" \
391391
"gpgcheck=1" \
392392
"gpgkey=https://yum.postgresql.org/keys/PGDG-RPM-GPG-KEY-RHEL" > /etc/yum.repos.d/pgdg-12.repo
393+
RUN printf "%s\n" \
394+
"[pgdg13-archive]" \
395+
"name=PostgreSQL 13 RPMs for RHEL/Rocky Linux/AlmaLinux 8" \
396+
"baseurl=https://yum-archive.postgresql.org/13/redhat/rhel-8-x86_64" \
397+
"enabled=1" \
398+
"gpgcheck=1" \
399+
"gpgkey=https://yum.postgresql.org/keys/PGDG-RPM-GPG-KEY-RHEL" > /etc/yum.repos.d/pgdg-13.repo
393400

394401

395402

0 commit comments

Comments
 (0)