diff --git a/UBI/11/.versions-postgis.json b/UBI/11/.versions-postgis.json index 07b82459..fd2d5a5b 100644 --- a/UBI/11/.versions-postgis.json +++ b/UBI/11/.versions-postgis.json @@ -1,7 +1,7 @@ { "BARMAN_VERSION": "3.9.0", - "IMAGE_RELEASE_VERSION": "2", + "IMAGE_RELEASE_VERSION": "1", "POSTGIS_VERSION": "3.3.4", - "POSTGRES_VERSION": "11.21", + "POSTGRES_VERSION": "11.22", "UBI_VERSION": "8.8-1067.1698056881" } diff --git a/UBI/11/Dockerfile.postgis b/UBI/11/Dockerfile.postgis index b3da755e..e5aaa4f7 100644 --- a/UBI/11/Dockerfile.postgis +++ b/UBI/11/Dockerfile.postgis @@ -6,8 +6,8 @@ ARG SUBSCRIPTION_NAME LABEL name="PostgreSQL + PostGIS Container Images" \ vendor="EnterpriseDB" \ url="https://www.enterprisedb.com/" \ - version="11.21" \ - release="2" \ + version="11.22" \ + release="1" \ summary="PostgreSQL + PostGIS Container images." \ description="This Docker image contains PostgreSQL, PostGIS and Barman Cloud based on RedHat Universal Base Images (UBI) 8." @@ -29,10 +29,10 @@ RUN set -xe ; \ yum -y reinstall glibc-common ; \ yum -y install hostname rsync tar gettext bind-utils nss_wrapper glibc-locale-source glibc-langpack-en ; \ yum -y --setopt=tsflags=nodocs install \ - postgresql11-11.21 \ - postgresql11-contrib-11.21 \ - postgresql11-server-11.21 \ - postgresql11-libs-11.21 \ + postgresql11-11.22 \ + postgresql11-contrib-11.22 \ + postgresql11-server-11.22 \ + postgresql11-libs-11.22 \ pg_failover_slots_11 \ ; \ if [ "$PG_MAJOR" -lt "16" ]; then \ diff --git a/UBI/11/Dockerfile.postgis-multilang b/UBI/11/Dockerfile.postgis-multilang index 58735bdd..a0c8d911 100644 --- a/UBI/11/Dockerfile.postgis-multilang +++ b/UBI/11/Dockerfile.postgis-multilang @@ -6,8 +6,8 @@ ARG SUBSCRIPTION_NAME LABEL name="PostgreSQL + PostGIS Container Images" \ vendor="EnterpriseDB" \ url="https://www.enterprisedb.com/" \ - version="11.21" \ - release="2" \ + version="11.22" \ + release="1" \ summary="PostgreSQL + PostGIS Container images." \ description="This Docker image contains PostgreSQL, PostGIS and Barman Cloud based on RedHat Universal Base Images (UBI) 8." @@ -30,10 +30,10 @@ RUN set -xe ; \ rm -fr /etc/rpm/macros.image-language-conf ; \ yum -y install hostname rsync tar gettext bind-utils nss_wrapper glibc-locale-source glibc-langpack-en glibc-all-langpacks ; \ yum -y --setopt=tsflags=nodocs install \ - postgresql11-11.21 \ - postgresql11-contrib-11.21 \ - postgresql11-server-11.21 \ - postgresql11-libs-11.21 \ + postgresql11-11.22 \ + postgresql11-contrib-11.22 \ + postgresql11-server-11.22 \ + postgresql11-libs-11.22 \ pg_failover_slots_11 \ ; \ if [ "$PG_MAJOR" -lt "16" ]; then \ diff --git a/UBI/12/.versions-postgis.json b/UBI/12/.versions-postgis.json index 2e1fff87..239ee943 100644 --- a/UBI/12/.versions-postgis.json +++ b/UBI/12/.versions-postgis.json @@ -1,7 +1,7 @@ { "BARMAN_VERSION": "3.9.0", - "IMAGE_RELEASE_VERSION": "2", + "IMAGE_RELEASE_VERSION": "1", "POSTGIS_VERSION": "3.3.4", - "POSTGRES_VERSION": "12.16", + "POSTGRES_VERSION": "12.17", "UBI_VERSION": "8.8-1067.1698056881" } diff --git a/UBI/12/Dockerfile.postgis b/UBI/12/Dockerfile.postgis index 3ede925d..eaf63d3a 100644 --- a/UBI/12/Dockerfile.postgis +++ b/UBI/12/Dockerfile.postgis @@ -6,8 +6,8 @@ ARG SUBSCRIPTION_NAME LABEL name="PostgreSQL + PostGIS Container Images" \ vendor="EnterpriseDB" \ url="https://www.enterprisedb.com/" \ - version="12.16" \ - release="2" \ + version="12.17" \ + release="1" \ summary="PostgreSQL + PostGIS Container images." \ description="This Docker image contains PostgreSQL, PostGIS and Barman Cloud based on RedHat Universal Base Images (UBI) 8." @@ -29,10 +29,10 @@ RUN set -xe ; \ yum -y reinstall glibc-common ; \ yum -y install hostname rsync tar gettext bind-utils nss_wrapper glibc-locale-source glibc-langpack-en ; \ yum -y --setopt=tsflags=nodocs install \ - postgresql12-12.16 \ - postgresql12-contrib-12.16 \ - postgresql12-server-12.16 \ - postgresql12-libs-12.16 \ + postgresql12-12.17 \ + postgresql12-contrib-12.17 \ + postgresql12-server-12.17 \ + postgresql12-libs-12.17 \ pg_failover_slots_12 \ ; \ if [ "$PG_MAJOR" -lt "16" ]; then \ diff --git a/UBI/12/Dockerfile.postgis-multilang b/UBI/12/Dockerfile.postgis-multilang index 35fe2b7a..ecb8b6a5 100644 --- a/UBI/12/Dockerfile.postgis-multilang +++ b/UBI/12/Dockerfile.postgis-multilang @@ -6,8 +6,8 @@ ARG SUBSCRIPTION_NAME LABEL name="PostgreSQL + PostGIS Container Images" \ vendor="EnterpriseDB" \ url="https://www.enterprisedb.com/" \ - version="12.16" \ - release="2" \ + version="12.17" \ + release="1" \ summary="PostgreSQL + PostGIS Container images." \ description="This Docker image contains PostgreSQL, PostGIS and Barman Cloud based on RedHat Universal Base Images (UBI) 8." @@ -30,10 +30,10 @@ RUN set -xe ; \ rm -fr /etc/rpm/macros.image-language-conf ; \ yum -y install hostname rsync tar gettext bind-utils nss_wrapper glibc-locale-source glibc-langpack-en glibc-all-langpacks ; \ yum -y --setopt=tsflags=nodocs install \ - postgresql12-12.16 \ - postgresql12-contrib-12.16 \ - postgresql12-server-12.16 \ - postgresql12-libs-12.16 \ + postgresql12-12.17 \ + postgresql12-contrib-12.17 \ + postgresql12-server-12.17 \ + postgresql12-libs-12.17 \ pg_failover_slots_12 \ ; \ if [ "$PG_MAJOR" -lt "16" ]; then \ diff --git a/UBI/13/.versions-postgis.json b/UBI/13/.versions-postgis.json index 23c70ed9..a8a5c4b8 100644 --- a/UBI/13/.versions-postgis.json +++ b/UBI/13/.versions-postgis.json @@ -1,7 +1,7 @@ { "BARMAN_VERSION": "3.9.0", - "IMAGE_RELEASE_VERSION": "3", + "IMAGE_RELEASE_VERSION": "1", "POSTGIS_VERSION": "3.4.0", - "POSTGRES_VERSION": "13.12", + "POSTGRES_VERSION": "13.13", "UBI_VERSION": "8.8-1067.1698056881" } diff --git a/UBI/13/Dockerfile.postgis b/UBI/13/Dockerfile.postgis index ec71db38..5392f89d 100644 --- a/UBI/13/Dockerfile.postgis +++ b/UBI/13/Dockerfile.postgis @@ -6,8 +6,8 @@ ARG SUBSCRIPTION_NAME LABEL name="PostgreSQL + PostGIS Container Images" \ vendor="EnterpriseDB" \ url="https://www.enterprisedb.com/" \ - version="13.12" \ - release="3" \ + version="13.13" \ + release="1" \ summary="PostgreSQL + PostGIS Container images." \ description="This Docker image contains PostgreSQL, PostGIS and Barman Cloud based on RedHat Universal Base Images (UBI) 8." @@ -29,10 +29,10 @@ RUN set -xe ; \ yum -y reinstall glibc-common ; \ yum -y install hostname rsync tar gettext bind-utils nss_wrapper glibc-locale-source glibc-langpack-en ; \ yum -y --setopt=tsflags=nodocs install \ - postgresql13-13.12 \ - postgresql13-contrib-13.12 \ - postgresql13-server-13.12 \ - postgresql13-libs-13.12 \ + postgresql13-13.13 \ + postgresql13-contrib-13.13 \ + postgresql13-server-13.13 \ + postgresql13-libs-13.13 \ pg_failover_slots_13 \ ; \ if [ "$PG_MAJOR" -lt "16" ]; then \ diff --git a/UBI/13/Dockerfile.postgis-multilang b/UBI/13/Dockerfile.postgis-multilang index 7dc9f1a8..8bbd119d 100644 --- a/UBI/13/Dockerfile.postgis-multilang +++ b/UBI/13/Dockerfile.postgis-multilang @@ -6,8 +6,8 @@ ARG SUBSCRIPTION_NAME LABEL name="PostgreSQL + PostGIS Container Images" \ vendor="EnterpriseDB" \ url="https://www.enterprisedb.com/" \ - version="13.12" \ - release="3" \ + version="13.13" \ + release="1" \ summary="PostgreSQL + PostGIS Container images." \ description="This Docker image contains PostgreSQL, PostGIS and Barman Cloud based on RedHat Universal Base Images (UBI) 8." @@ -30,10 +30,10 @@ RUN set -xe ; \ rm -fr /etc/rpm/macros.image-language-conf ; \ yum -y install hostname rsync tar gettext bind-utils nss_wrapper glibc-locale-source glibc-langpack-en glibc-all-langpacks ; \ yum -y --setopt=tsflags=nodocs install \ - postgresql13-13.12 \ - postgresql13-contrib-13.12 \ - postgresql13-server-13.12 \ - postgresql13-libs-13.12 \ + postgresql13-13.13 \ + postgresql13-contrib-13.13 \ + postgresql13-server-13.13 \ + postgresql13-libs-13.13 \ pg_failover_slots_13 \ ; \ if [ "$PG_MAJOR" -lt "16" ]; then \ diff --git a/UBI/14/.versions-postgis.json b/UBI/14/.versions-postgis.json index c3b8d4a1..843de5a5 100644 --- a/UBI/14/.versions-postgis.json +++ b/UBI/14/.versions-postgis.json @@ -1,7 +1,7 @@ { "BARMAN_VERSION": "3.9.0", - "IMAGE_RELEASE_VERSION": "3", + "IMAGE_RELEASE_VERSION": "1", "POSTGIS_VERSION": "3.4.0", - "POSTGRES_VERSION": "14.9", + "POSTGRES_VERSION": "14.10", "UBI_VERSION": "8.8-1067.1698056881" } diff --git a/UBI/14/Dockerfile.postgis b/UBI/14/Dockerfile.postgis index 67a56d0a..8df0874d 100644 --- a/UBI/14/Dockerfile.postgis +++ b/UBI/14/Dockerfile.postgis @@ -6,8 +6,8 @@ ARG SUBSCRIPTION_NAME LABEL name="PostgreSQL + PostGIS Container Images" \ vendor="EnterpriseDB" \ url="https://www.enterprisedb.com/" \ - version="14.9" \ - release="3" \ + version="14.10" \ + release="1" \ summary="PostgreSQL + PostGIS Container images." \ description="This Docker image contains PostgreSQL, PostGIS and Barman Cloud based on RedHat Universal Base Images (UBI) 8." @@ -29,10 +29,10 @@ RUN set -xe ; \ yum -y reinstall glibc-common ; \ yum -y install hostname rsync tar gettext bind-utils nss_wrapper glibc-locale-source glibc-langpack-en ; \ yum -y --setopt=tsflags=nodocs install \ - postgresql14-14.9 \ - postgresql14-contrib-14.9 \ - postgresql14-server-14.9 \ - postgresql14-libs-14.9 \ + postgresql14-14.10 \ + postgresql14-contrib-14.10 \ + postgresql14-server-14.10 \ + postgresql14-libs-14.10 \ pg_failover_slots_14 \ ; \ if [ "$PG_MAJOR" -lt "16" ]; then \ diff --git a/UBI/14/Dockerfile.postgis-multilang b/UBI/14/Dockerfile.postgis-multilang index 8897847c..2c0835ed 100644 --- a/UBI/14/Dockerfile.postgis-multilang +++ b/UBI/14/Dockerfile.postgis-multilang @@ -6,8 +6,8 @@ ARG SUBSCRIPTION_NAME LABEL name="PostgreSQL + PostGIS Container Images" \ vendor="EnterpriseDB" \ url="https://www.enterprisedb.com/" \ - version="14.9" \ - release="3" \ + version="14.10" \ + release="1" \ summary="PostgreSQL + PostGIS Container images." \ description="This Docker image contains PostgreSQL, PostGIS and Barman Cloud based on RedHat Universal Base Images (UBI) 8." @@ -30,10 +30,10 @@ RUN set -xe ; \ rm -fr /etc/rpm/macros.image-language-conf ; \ yum -y install hostname rsync tar gettext bind-utils nss_wrapper glibc-locale-source glibc-langpack-en glibc-all-langpacks ; \ yum -y --setopt=tsflags=nodocs install \ - postgresql14-14.9 \ - postgresql14-contrib-14.9 \ - postgresql14-server-14.9 \ - postgresql14-libs-14.9 \ + postgresql14-14.10 \ + postgresql14-contrib-14.10 \ + postgresql14-server-14.10 \ + postgresql14-libs-14.10 \ pg_failover_slots_14 \ ; \ if [ "$PG_MAJOR" -lt "16" ]; then \ diff --git a/UBI/15/.versions-postgis.json b/UBI/15/.versions-postgis.json index b3f65442..cf14a31b 100644 --- a/UBI/15/.versions-postgis.json +++ b/UBI/15/.versions-postgis.json @@ -1,7 +1,7 @@ { "BARMAN_VERSION": "3.9.0", - "IMAGE_RELEASE_VERSION": "3", + "IMAGE_RELEASE_VERSION": "1", "POSTGIS_VERSION": "3.4.0", - "POSTGRES_VERSION": "15.4", + "POSTGRES_VERSION": "15.5", "UBI_VERSION": "8.8-1067.1698056881" } diff --git a/UBI/15/Dockerfile.postgis b/UBI/15/Dockerfile.postgis index b27126c9..7d2a56b5 100644 --- a/UBI/15/Dockerfile.postgis +++ b/UBI/15/Dockerfile.postgis @@ -6,8 +6,8 @@ ARG SUBSCRIPTION_NAME LABEL name="PostgreSQL + PostGIS Container Images" \ vendor="EnterpriseDB" \ url="https://www.enterprisedb.com/" \ - version="15.4" \ - release="3" \ + version="15.5" \ + release="1" \ summary="PostgreSQL + PostGIS Container images." \ description="This Docker image contains PostgreSQL, PostGIS and Barman Cloud based on RedHat Universal Base Images (UBI) 8." @@ -29,10 +29,10 @@ RUN set -xe ; \ yum -y reinstall glibc-common ; \ yum -y install hostname rsync tar gettext bind-utils nss_wrapper glibc-locale-source glibc-langpack-en ; \ yum -y --setopt=tsflags=nodocs install \ - postgresql15-15.4 \ - postgresql15-contrib-15.4 \ - postgresql15-server-15.4 \ - postgresql15-libs-15.4 \ + postgresql15-15.5 \ + postgresql15-contrib-15.5 \ + postgresql15-server-15.5 \ + postgresql15-libs-15.5 \ pg_failover_slots_15 \ ; \ if [ "$PG_MAJOR" -lt "16" ]; then \ diff --git a/UBI/15/Dockerfile.postgis-multilang b/UBI/15/Dockerfile.postgis-multilang index 28926bc6..8ff8def2 100644 --- a/UBI/15/Dockerfile.postgis-multilang +++ b/UBI/15/Dockerfile.postgis-multilang @@ -6,8 +6,8 @@ ARG SUBSCRIPTION_NAME LABEL name="PostgreSQL + PostGIS Container Images" \ vendor="EnterpriseDB" \ url="https://www.enterprisedb.com/" \ - version="15.4" \ - release="3" \ + version="15.5" \ + release="1" \ summary="PostgreSQL + PostGIS Container images." \ description="This Docker image contains PostgreSQL, PostGIS and Barman Cloud based on RedHat Universal Base Images (UBI) 8." @@ -30,10 +30,10 @@ RUN set -xe ; \ rm -fr /etc/rpm/macros.image-language-conf ; \ yum -y install hostname rsync tar gettext bind-utils nss_wrapper glibc-locale-source glibc-langpack-en glibc-all-langpacks ; \ yum -y --setopt=tsflags=nodocs install \ - postgresql15-15.4 \ - postgresql15-contrib-15.4 \ - postgresql15-server-15.4 \ - postgresql15-libs-15.4 \ + postgresql15-15.5 \ + postgresql15-contrib-15.5 \ + postgresql15-server-15.5 \ + postgresql15-libs-15.5 \ pg_failover_slots_15 \ ; \ if [ "$PG_MAJOR" -lt "16" ]; then \ diff --git a/UBI/16/.versions-postgis.json b/UBI/16/.versions-postgis.json index cba2b606..338a4552 100644 --- a/UBI/16/.versions-postgis.json +++ b/UBI/16/.versions-postgis.json @@ -1,7 +1,7 @@ { "BARMAN_VERSION": "3.9.0", - "IMAGE_RELEASE_VERSION": "3", + "IMAGE_RELEASE_VERSION": "1", "POSTGIS_VERSION": "3.4.0", - "POSTGRES_VERSION": "16.0", + "POSTGRES_VERSION": "16.1", "UBI_VERSION": "8.8-1067.1698056881" } diff --git a/UBI/16/Dockerfile.postgis b/UBI/16/Dockerfile.postgis index aaa3df6b..989213d5 100644 --- a/UBI/16/Dockerfile.postgis +++ b/UBI/16/Dockerfile.postgis @@ -6,8 +6,8 @@ ARG SUBSCRIPTION_NAME LABEL name="PostgreSQL + PostGIS Container Images" \ vendor="EnterpriseDB" \ url="https://www.enterprisedb.com/" \ - version="16.0" \ - release="3" \ + version="16.1" \ + release="1" \ summary="PostgreSQL + PostGIS Container images." \ description="This Docker image contains PostgreSQL, PostGIS and Barman Cloud based on RedHat Universal Base Images (UBI) 8." @@ -29,10 +29,10 @@ RUN set -xe ; \ yum -y reinstall glibc-common ; \ yum -y install hostname rsync tar gettext bind-utils nss_wrapper glibc-locale-source glibc-langpack-en ; \ yum -y --setopt=tsflags=nodocs install \ - postgresql16-16.0 \ - postgresql16-contrib-16.0 \ - postgresql16-server-16.0 \ - postgresql16-libs-16.0 \ + postgresql16-16.1 \ + postgresql16-contrib-16.1 \ + postgresql16-server-16.1 \ + postgresql16-libs-16.1 \ pg_failover_slots_16 \ ; \ if [ "$PG_MAJOR" -lt "16" ]; then \ diff --git a/UBI/16/Dockerfile.postgis-multilang b/UBI/16/Dockerfile.postgis-multilang index 161b24c8..152182b7 100644 --- a/UBI/16/Dockerfile.postgis-multilang +++ b/UBI/16/Dockerfile.postgis-multilang @@ -6,8 +6,8 @@ ARG SUBSCRIPTION_NAME LABEL name="PostgreSQL + PostGIS Container Images" \ vendor="EnterpriseDB" \ url="https://www.enterprisedb.com/" \ - version="16.0" \ - release="3" \ + version="16.1" \ + release="1" \ summary="PostgreSQL + PostGIS Container images." \ description="This Docker image contains PostgreSQL, PostGIS and Barman Cloud based on RedHat Universal Base Images (UBI) 8." @@ -30,10 +30,10 @@ RUN set -xe ; \ rm -fr /etc/rpm/macros.image-language-conf ; \ yum -y install hostname rsync tar gettext bind-utils nss_wrapper glibc-locale-source glibc-langpack-en glibc-all-langpacks ; \ yum -y --setopt=tsflags=nodocs install \ - postgresql16-16.0 \ - postgresql16-contrib-16.0 \ - postgresql16-server-16.0 \ - postgresql16-libs-16.0 \ + postgresql16-16.1 \ + postgresql16-contrib-16.1 \ + postgresql16-server-16.1 \ + postgresql16-libs-16.1 \ pg_failover_slots_16 \ ; \ if [ "$PG_MAJOR" -lt "16" ]; then \ diff --git a/UBI/src/root/requirements.txt b/UBI/src/root/requirements.txt index 8c38587f..b395438c 100644 --- a/UBI/src/root/requirements.txt +++ b/UBI/src/root/requirements.txt @@ -25,12 +25,12 @@ barman[azure,cloud,google,snappy]==3.9.0 \ # via # -r requirements.in # barman -boto3==1.28.81 \ - --hash=sha256:66e457b5f1580eb1f29855d867dec743eeec42b3935372eee5e6730e5e3124df \ - --hash=sha256:6ec7da884eed5c07e679d251bd5c66e4e2f64755ed98270a20323b241c54a743 -botocore==1.31.81 \ - --hash=sha256:afb0886c5a5a542f763cc1644b1c1b4a783698d79980eb48052d1676d6b3d14e \ - --hash=sha256:eeb09a77c3e931667c9442565e8697e89e685089912a96d95f65b63e4b2c8c71 +boto3==1.28.82 \ + --hash=sha256:ae1352d0193aaf90c47d6e57ab054b0b1fabf0fbbe9f51eefec431bf2c3e18f4 \ + --hash=sha256:bb8ecd6f86289ceaed566eefc0ce8ac66a85e5954aef115ed4ac602cbe61f101 +botocore==1.31.82 \ + --hash=sha256:5f213229348433d0b7b6aac2d9ae2fdd15c4ff9f38c30ea072f5b300bf6c1dcb \ + --hash=sha256:9d7d8de1789b1ed37b86a2b0a4fcff9fac91deef0548461d411e1626f68ca70c # via # boto3 # s3transfer