Updated PostgreSQL version to 16

This commit is contained in:
Alexey Pustovalov
2024-05-10 19:24:20 +09:00
parent b01877cef1
commit 750ca900ec
15 changed files with 81 additions and 10 deletions

View File

@ -50,7 +50,7 @@ RUN set -eux && \
php83-xmlreader \
php83-xmlwriter \
php83-openssl \
postgresql-client" && \
postgresql16-client" && \
apk add \
--no-cache \
--clean-protected \

View File

@ -56,6 +56,12 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
--setopt=keepcache=0 \
--best \
--nodocs epel-release && \
microdnf -y module enable \
--disablerepo "*" \
--enablerepo "appstream" \
--setopt=install_weak_deps=0 \
--setopt=keepcache=0 \
postgresql:16 && \
microdnf -y install \
--disablerepo "*" \
--enablerepo "baseos" \

View File

@ -49,6 +49,13 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
findutils \
glibc-locale-source \
supervisor" && \
microdnf -y module enable \
--disablerepo "*" \
--enablerepo "ol9_baseos_latest" \
--enablerepo "ol9_appstream" \
--setopt=install_weak_deps=0 \
--setopt=keepcache=0 \
postgresql:16 && \
microdnf -y install \
--disablerepo="*" \
--enablerepo="ol9_baseos_latest" \