Skip to content

Commit 19d5e2a

Browse files
sfc-gh-dachristensendwsteele
authored andcommitted
Update test containers for PostgreSQL 18 release.
Remove test repositories for Debian and RHEL.
1 parent f39f8db commit 19d5e2a

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

test/Dockerfile.debian

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RUN useradd -m -u $UID -g $GID -o -s /bin/bash postgres
1717

1818
# Add PostgreSQL repository
1919
RUN apt-get install -y --no-install-recommends postgresql-common
20-
RUN /usr/share/postgresql-common/pgdg/apt.postgresql.org.sh -y -c 18
20+
RUN /usr/share/postgresql-common/pgdg/apt.postgresql.org.sh -y
2121

2222
# Install PostgreSQL
2323
ENV PGVERSION=18

test/Dockerfile.rhel

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ RUN dnf install -y https://download.postgresql.org/pub/repos/yum/reporpms/EL-8-`
2020
# Disable PostgreSQL in default repository
2121
RUN dnf -qy module disable postgresql
2222

23-
# Enable PG18 repo (can be removed after the official release)
24-
RUN dnf config-manager --set-enabled pgdg18-updates-testing
25-
2623
# Install PostgreSQL
2724
ENV PGVERSION=18
2825

0 commit comments

Comments
 (0)