File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ RUN useradd -m -u $UID -g $GID -o -s /bin/bash postgres
1717
1818# Add PostgreSQL repository
1919RUN 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
2323ENV PGVERSION=18
Original file line number Diff line number Diff 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
2121RUN 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
2724ENV PGVERSION=18
2825
You can’t perform that action at this time.
0 commit comments