diff --git a/UBI/12/.versions-postgis-ubi8.json b/UBI/12/.versions-postgis-ubi8.json index 06297a68..11e5adfb 100644 --- a/UBI/12/.versions-postgis-ubi8.json +++ b/UBI/12/.versions-postgis-ubi8.json @@ -1,6 +1,6 @@ { "BARMAN_VERSION": "3.11.1", - "IMAGE_RELEASE_VERSION": "16", + "IMAGE_RELEASE_VERSION": "17", "POSTGIS_VERSION": "3.4.2", "POSTGRES_VERSION": "12.20", "UBI_VERSION": "8.10-1054" diff --git a/UBI/12/.versions-postgis-ubi9.json b/UBI/12/.versions-postgis-ubi9.json index e97875d9..fe5f59c0 100644 --- a/UBI/12/.versions-postgis-ubi9.json +++ b/UBI/12/.versions-postgis-ubi9.json @@ -1,6 +1,6 @@ { "BARMAN_VERSION": "3.11.1", - "IMAGE_RELEASE_VERSION": "17", + "IMAGE_RELEASE_VERSION": "18", "POSTGIS_VERSION": "3.4.2", "POSTGRES_VERSION": "12.20", "UBI_VERSION": "9.4-1214" diff --git a/UBI/12/.versions-ubi8.json b/UBI/12/.versions-ubi8.json index 40efa6ba..b3b9252d 100644 --- a/UBI/12/.versions-ubi8.json +++ b/UBI/12/.versions-ubi8.json @@ -1,6 +1,6 @@ { "BARMAN_VERSION": "3.11.1", - "IMAGE_RELEASE_VERSION": "16", + "IMAGE_RELEASE_VERSION": "17", "POSTGRES_VERSION": "12.20", "UBI_VERSION": "8.10-1054" } diff --git a/UBI/12/.versions-ubi9.json b/UBI/12/.versions-ubi9.json index 31ac1162..d2c4c886 100644 --- a/UBI/12/.versions-ubi9.json +++ b/UBI/12/.versions-ubi9.json @@ -1,6 +1,6 @@ { "BARMAN_VERSION": "3.11.1", - "IMAGE_RELEASE_VERSION": "17", + "IMAGE_RELEASE_VERSION": "18", "POSTGRES_VERSION": "12.20", "UBI_VERSION": "9.4-1214" } diff --git a/UBI/12/Dockerfile.multiarch.ubi8 b/UBI/12/Dockerfile.multiarch.ubi8 index 997a3061..68bc8086 100644 --- a/UBI/12/Dockerfile.multiarch.ubi8 +++ b/UBI/12/Dockerfile.multiarch.ubi8 @@ -6,7 +6,7 @@ LABEL name="PostgreSQL Container Images" \ vendor="EnterpriseDB" \ url="https://www.enterprisedb.com/" \ version="12.20" \ - release="16" \ + release="17" \ summary="PostgreSQL Container images." \ description="This Docker image contains PostgreSQL and Barman Cloud based on RedHat Universal Base Images (UBI) 8." diff --git a/UBI/12/Dockerfile.multiarch.ubi9 b/UBI/12/Dockerfile.multiarch.ubi9 index 31893fc7..683fe57f 100644 --- a/UBI/12/Dockerfile.multiarch.ubi9 +++ b/UBI/12/Dockerfile.multiarch.ubi9 @@ -6,7 +6,7 @@ LABEL name="PostgreSQL Container Images" \ vendor="EnterpriseDB" \ url="https://www.enterprisedb.com/" \ version="12.20" \ - release="17" \ + release="18" \ summary="PostgreSQL Container images." \ description="This Docker image contains PostgreSQL and Barman Cloud based on RedHat Universal Base Images (UBI) 9." diff --git a/UBI/12/Dockerfile.multilang.ubi8 b/UBI/12/Dockerfile.multilang.ubi8 index 166df6a2..836690d5 100644 --- a/UBI/12/Dockerfile.multilang.ubi8 +++ b/UBI/12/Dockerfile.multilang.ubi8 @@ -6,7 +6,7 @@ LABEL name="PostgreSQL Container Images" \ vendor="EnterpriseDB" \ url="https://www.enterprisedb.com/" \ version="12.20" \ - release="16" \ + release="17" \ summary="PostgreSQL Container images." \ description="This Docker image contains PostgreSQL and Barman Cloud based on RedHat Universal Base Images (UBI) 8." diff --git a/UBI/12/Dockerfile.multilang.ubi9 b/UBI/12/Dockerfile.multilang.ubi9 index c083020c..77c8ee14 100644 --- a/UBI/12/Dockerfile.multilang.ubi9 +++ b/UBI/12/Dockerfile.multilang.ubi9 @@ -6,7 +6,7 @@ LABEL name="PostgreSQL Container Images" \ vendor="EnterpriseDB" \ url="https://www.enterprisedb.com/" \ version="12.20" \ - release="17" \ + release="18" \ summary="PostgreSQL Container images." \ description="This Docker image contains PostgreSQL and Barman Cloud based on RedHat Universal Base Images (UBI) 9." diff --git a/UBI/12/Dockerfile.postgis-multiarch.ubi8 b/UBI/12/Dockerfile.postgis-multiarch.ubi8 index 1a620dd1..6d5b3097 100644 --- a/UBI/12/Dockerfile.postgis-multiarch.ubi8 +++ b/UBI/12/Dockerfile.postgis-multiarch.ubi8 @@ -7,7 +7,7 @@ LABEL name="PostgreSQL + PostGIS Container Images" \ vendor="EnterpriseDB" \ url="https://www.enterprisedb.com/" \ version="12.20" \ - release="16" \ + release="17" \ summary="PostgreSQL + PostGIS Container images." \ description="This Docker image contains PostgreSQL, PostGIS and Barman Cloud based on RedHat Universal Base Images (UBI) 8." diff --git a/UBI/12/Dockerfile.postgis-multiarch.ubi9 b/UBI/12/Dockerfile.postgis-multiarch.ubi9 index 2ebddd13..9e403a2c 100644 --- a/UBI/12/Dockerfile.postgis-multiarch.ubi9 +++ b/UBI/12/Dockerfile.postgis-multiarch.ubi9 @@ -7,7 +7,7 @@ LABEL name="PostgreSQL + PostGIS Container Images" \ vendor="EnterpriseDB" \ url="https://www.enterprisedb.com/" \ version="12.20" \ - release="17" \ + release="18" \ summary="PostgreSQL + PostGIS Container images." \ description="This Docker image contains PostgreSQL, PostGIS and Barman Cloud based on RedHat Universal Base Images (UBI) 9." diff --git a/UBI/12/Dockerfile.postgis-multilang.ubi8 b/UBI/12/Dockerfile.postgis-multilang.ubi8 index 0a2ab94e..2a91bde9 100644 --- a/UBI/12/Dockerfile.postgis-multilang.ubi8 +++ b/UBI/12/Dockerfile.postgis-multilang.ubi8 @@ -7,7 +7,7 @@ LABEL name="PostgreSQL + PostGIS Container Images" \ vendor="EnterpriseDB" \ url="https://www.enterprisedb.com/" \ version="12.20" \ - release="16" \ + release="17" \ summary="PostgreSQL + PostGIS Container images." \ description="This Docker image contains PostgreSQL, PostGIS and Barman Cloud based on RedHat Universal Base Images (UBI) 8." diff --git a/UBI/12/Dockerfile.postgis-multilang.ubi9 b/UBI/12/Dockerfile.postgis-multilang.ubi9 index aa46edfa..d76df479 100644 --- a/UBI/12/Dockerfile.postgis-multilang.ubi9 +++ b/UBI/12/Dockerfile.postgis-multilang.ubi9 @@ -7,7 +7,7 @@ LABEL name="PostgreSQL + PostGIS Container Images" \ vendor="EnterpriseDB" \ url="https://www.enterprisedb.com/" \ version="12.20" \ - release="17" \ + release="18" \ summary="PostgreSQL + PostGIS Container images." \ description="This Docker image contains PostgreSQL, PostGIS and Barman Cloud based on RedHat Universal Base Images (UBI) 9." diff --git a/UBI/12/Dockerfile.postgis.ubi8 b/UBI/12/Dockerfile.postgis.ubi8 index 7870b116..3b198ecd 100644 --- a/UBI/12/Dockerfile.postgis.ubi8 +++ b/UBI/12/Dockerfile.postgis.ubi8 @@ -7,7 +7,7 @@ LABEL name="PostgreSQL + PostGIS Container Images" \ vendor="EnterpriseDB" \ url="https://www.enterprisedb.com/" \ version="12.20" \ - release="16" \ + release="17" \ summary="PostgreSQL + PostGIS Container images." \ description="This Docker image contains PostgreSQL, PostGIS and Barman Cloud based on RedHat Universal Base Images (UBI) 8." diff --git a/UBI/12/Dockerfile.postgis.ubi9 b/UBI/12/Dockerfile.postgis.ubi9 index c5b7bc50..670cf5e0 100644 --- a/UBI/12/Dockerfile.postgis.ubi9 +++ b/UBI/12/Dockerfile.postgis.ubi9 @@ -7,7 +7,7 @@ LABEL name="PostgreSQL + PostGIS Container Images" \ vendor="EnterpriseDB" \ url="https://www.enterprisedb.com/" \ version="12.20" \ - release="17" \ + release="18" \ summary="PostgreSQL + PostGIS Container images." \ description="This Docker image contains PostgreSQL, PostGIS and Barman Cloud based on RedHat Universal Base Images (UBI) 9." diff --git a/UBI/12/Dockerfile.ubi8 b/UBI/12/Dockerfile.ubi8 index 32f328e4..bfcecf23 100644 --- a/UBI/12/Dockerfile.ubi8 +++ b/UBI/12/Dockerfile.ubi8 @@ -6,7 +6,7 @@ LABEL name="PostgreSQL Container Images" \ vendor="EnterpriseDB" \ url="https://www.enterprisedb.com/" \ version="12.20" \ - release="16" \ + release="17" \ summary="PostgreSQL Container images." \ description="This Docker image contains PostgreSQL and Barman Cloud based on RedHat Universal Base Images (UBI) 8." diff --git a/UBI/12/Dockerfile.ubi9 b/UBI/12/Dockerfile.ubi9 index 809129c9..e72b813e 100644 --- a/UBI/12/Dockerfile.ubi9 +++ b/UBI/12/Dockerfile.ubi9 @@ -6,7 +6,7 @@ LABEL name="PostgreSQL Container Images" \ vendor="EnterpriseDB" \ url="https://www.enterprisedb.com/" \ version="12.20" \ - release="17" \ + release="18" \ summary="PostgreSQL Container images." \ description="This Docker image contains PostgreSQL and Barman Cloud based on RedHat Universal Base Images (UBI) 9." diff --git a/UBI/12/root/requirements.txt b/UBI/12/root/requirements.txt index fe45ec3d..452a126e 100644 --- a/UBI/12/root/requirements.txt +++ b/UBI/12/root/requirements.txt @@ -20,12 +20,12 @@ barman[azure,cloud,google,snappy]==3.11.1 \ --hash=sha256:295b9b7e058e064338f66ca0d10e4892e784a2347f06e4a225164995f6114498 \ --hash=sha256:4f424f3327cb24fb82d6a29dc1cdf02222b950c447c78273273d6eb76d7ce8d7 # via -r requirements.in -boto3==1.35.23 \ - --hash=sha256:3fbf1d5b749c92ed43aa190650979dff9f83790a42522e1e9eefa54c8e44bc4b \ - --hash=sha256:ecba4362f82e23ef775c72b3e6fdef3ef68443629b79e88886d5088302ffc050 -botocore==1.35.23 \ - --hash=sha256:25b17a9ccba6ad32bb5bf7ba4f52656aa03c1cb29f6b4e438050ee4ad1967a3b \ - --hash=sha256:cab9ec4e0367b9f33f0bc02c5a29f587b0119ecffd6d125bacee085dcbc8817d +boto3==1.35.24 \ + --hash=sha256:97fcc1a14cbc759e4ba9535ced703a99fcf652c9c4b8dfcd06f292c80551684b \ + --hash=sha256:be7807f30f26d6c0057e45cfd09dad5968e664488bf4f9138d0bb7a0f6d8ed40 +botocore==1.35.24 \ + --hash=sha256:1e59b0f14f4890c4f70bd6a58a634b9464bed1c4c6171f87c8795d974ade614b \ + --hash=sha256:eb9ccc068255cc3d24c36693fda6aec7786db05ae6c2b13bcba66dce6a13e2e3 # via # boto3 # s3transfer diff --git a/UBI/13/.versions-postgis-ubi8.json b/UBI/13/.versions-postgis-ubi8.json index 2b0207d2..26d3dc7b 100644 --- a/UBI/13/.versions-postgis-ubi8.json +++ b/UBI/13/.versions-postgis-ubi8.json @@ -1,6 +1,6 @@ { "BARMAN_VERSION": "3.11.1", - "IMAGE_RELEASE_VERSION": "16", + "IMAGE_RELEASE_VERSION": "17", "POSTGIS_VERSION": "3.4.2", "POSTGRES_VERSION": "13.16", "UBI_VERSION": "8.10-1054" diff --git a/UBI/13/.versions-postgis-ubi9.json b/UBI/13/.versions-postgis-ubi9.json index ffe40ec0..b1b35aa6 100644 --- a/UBI/13/.versions-postgis-ubi9.json +++ b/UBI/13/.versions-postgis-ubi9.json @@ -1,6 +1,6 @@ { "BARMAN_VERSION": "3.11.1", - "IMAGE_RELEASE_VERSION": "17", + "IMAGE_RELEASE_VERSION": "18", "POSTGIS_VERSION": "3.4.2", "POSTGRES_VERSION": "13.16", "UBI_VERSION": "9.4-1214" diff --git a/UBI/13/.versions-ubi8.json b/UBI/13/.versions-ubi8.json index 4338d79a..6c938681 100644 --- a/UBI/13/.versions-ubi8.json +++ b/UBI/13/.versions-ubi8.json @@ -1,6 +1,6 @@ { "BARMAN_VERSION": "3.11.1", - "IMAGE_RELEASE_VERSION": "16", + "IMAGE_RELEASE_VERSION": "17", "POSTGRES_VERSION": "13.16", "UBI_VERSION": "8.10-1054" } diff --git a/UBI/13/.versions-ubi9.json b/UBI/13/.versions-ubi9.json index a0e11e42..8570ac61 100644 --- a/UBI/13/.versions-ubi9.json +++ b/UBI/13/.versions-ubi9.json @@ -1,6 +1,6 @@ { "BARMAN_VERSION": "3.11.1", - "IMAGE_RELEASE_VERSION": "17", + "IMAGE_RELEASE_VERSION": "18", "POSTGRES_VERSION": "13.16", "UBI_VERSION": "9.4-1214" } diff --git a/UBI/13/Dockerfile.multiarch.ubi8 b/UBI/13/Dockerfile.multiarch.ubi8 index d545c03d..25342add 100644 --- a/UBI/13/Dockerfile.multiarch.ubi8 +++ b/UBI/13/Dockerfile.multiarch.ubi8 @@ -6,7 +6,7 @@ LABEL name="PostgreSQL Container Images" \ vendor="EnterpriseDB" \ url="https://www.enterprisedb.com/" \ version="13.16" \ - release="16" \ + release="17" \ summary="PostgreSQL Container images." \ description="This Docker image contains PostgreSQL and Barman Cloud based on RedHat Universal Base Images (UBI) 8." diff --git a/UBI/13/Dockerfile.multiarch.ubi9 b/UBI/13/Dockerfile.multiarch.ubi9 index 9bf101d0..4ad56119 100644 --- a/UBI/13/Dockerfile.multiarch.ubi9 +++ b/UBI/13/Dockerfile.multiarch.ubi9 @@ -6,7 +6,7 @@ LABEL name="PostgreSQL Container Images" \ vendor="EnterpriseDB" \ url="https://www.enterprisedb.com/" \ version="13.16" \ - release="17" \ + release="18" \ summary="PostgreSQL Container images." \ description="This Docker image contains PostgreSQL and Barman Cloud based on RedHat Universal Base Images (UBI) 9." diff --git a/UBI/13/Dockerfile.multilang.ubi8 b/UBI/13/Dockerfile.multilang.ubi8 index b25799be..ccd53028 100644 --- a/UBI/13/Dockerfile.multilang.ubi8 +++ b/UBI/13/Dockerfile.multilang.ubi8 @@ -6,7 +6,7 @@ LABEL name="PostgreSQL Container Images" \ vendor="EnterpriseDB" \ url="https://www.enterprisedb.com/" \ version="13.16" \ - release="16" \ + release="17" \ summary="PostgreSQL Container images." \ description="This Docker image contains PostgreSQL and Barman Cloud based on RedHat Universal Base Images (UBI) 8." diff --git a/UBI/13/Dockerfile.multilang.ubi9 b/UBI/13/Dockerfile.multilang.ubi9 index c2e746c8..78f74de8 100644 --- a/UBI/13/Dockerfile.multilang.ubi9 +++ b/UBI/13/Dockerfile.multilang.ubi9 @@ -6,7 +6,7 @@ LABEL name="PostgreSQL Container Images" \ vendor="EnterpriseDB" \ url="https://www.enterprisedb.com/" \ version="13.16" \ - release="17" \ + release="18" \ summary="PostgreSQL Container images." \ description="This Docker image contains PostgreSQL and Barman Cloud based on RedHat Universal Base Images (UBI) 9." diff --git a/UBI/13/Dockerfile.postgis-multiarch.ubi8 b/UBI/13/Dockerfile.postgis-multiarch.ubi8 index 5a1d40e6..c896c686 100644 --- a/UBI/13/Dockerfile.postgis-multiarch.ubi8 +++ b/UBI/13/Dockerfile.postgis-multiarch.ubi8 @@ -7,7 +7,7 @@ LABEL name="PostgreSQL + PostGIS Container Images" \ vendor="EnterpriseDB" \ url="https://www.enterprisedb.com/" \ version="13.16" \ - release="16" \ + release="17" \ summary="PostgreSQL + PostGIS Container images." \ description="This Docker image contains PostgreSQL, PostGIS and Barman Cloud based on RedHat Universal Base Images (UBI) 8." diff --git a/UBI/13/Dockerfile.postgis-multiarch.ubi9 b/UBI/13/Dockerfile.postgis-multiarch.ubi9 index 7fe7b578..b5694f6f 100644 --- a/UBI/13/Dockerfile.postgis-multiarch.ubi9 +++ b/UBI/13/Dockerfile.postgis-multiarch.ubi9 @@ -7,7 +7,7 @@ LABEL name="PostgreSQL + PostGIS Container Images" \ vendor="EnterpriseDB" \ url="https://www.enterprisedb.com/" \ version="13.16" \ - release="17" \ + release="18" \ summary="PostgreSQL + PostGIS Container images." \ description="This Docker image contains PostgreSQL, PostGIS and Barman Cloud based on RedHat Universal Base Images (UBI) 9." diff --git a/UBI/13/Dockerfile.postgis-multilang.ubi8 b/UBI/13/Dockerfile.postgis-multilang.ubi8 index b103c835..2a45fe4b 100644 --- a/UBI/13/Dockerfile.postgis-multilang.ubi8 +++ b/UBI/13/Dockerfile.postgis-multilang.ubi8 @@ -7,7 +7,7 @@ LABEL name="PostgreSQL + PostGIS Container Images" \ vendor="EnterpriseDB" \ url="https://www.enterprisedb.com/" \ version="13.16" \ - release="16" \ + release="17" \ summary="PostgreSQL + PostGIS Container images." \ description="This Docker image contains PostgreSQL, PostGIS and Barman Cloud based on RedHat Universal Base Images (UBI) 8." diff --git a/UBI/13/Dockerfile.postgis-multilang.ubi9 b/UBI/13/Dockerfile.postgis-multilang.ubi9 index b3202770..ab8ca4ea 100644 --- a/UBI/13/Dockerfile.postgis-multilang.ubi9 +++ b/UBI/13/Dockerfile.postgis-multilang.ubi9 @@ -7,7 +7,7 @@ LABEL name="PostgreSQL + PostGIS Container Images" \ vendor="EnterpriseDB" \ url="https://www.enterprisedb.com/" \ version="13.16" \ - release="17" \ + release="18" \ summary="PostgreSQL + PostGIS Container images." \ description="This Docker image contains PostgreSQL, PostGIS and Barman Cloud based on RedHat Universal Base Images (UBI) 9." diff --git a/UBI/13/Dockerfile.postgis.ubi8 b/UBI/13/Dockerfile.postgis.ubi8 index 7e341561..617e101c 100644 --- a/UBI/13/Dockerfile.postgis.ubi8 +++ b/UBI/13/Dockerfile.postgis.ubi8 @@ -7,7 +7,7 @@ LABEL name="PostgreSQL + PostGIS Container Images" \ vendor="EnterpriseDB" \ url="https://www.enterprisedb.com/" \ version="13.16" \ - release="16" \ + release="17" \ summary="PostgreSQL + PostGIS Container images." \ description="This Docker image contains PostgreSQL, PostGIS and Barman Cloud based on RedHat Universal Base Images (UBI) 8." diff --git a/UBI/13/Dockerfile.postgis.ubi9 b/UBI/13/Dockerfile.postgis.ubi9 index 0457d964..4ec94a29 100644 --- a/UBI/13/Dockerfile.postgis.ubi9 +++ b/UBI/13/Dockerfile.postgis.ubi9 @@ -7,7 +7,7 @@ LABEL name="PostgreSQL + PostGIS Container Images" \ vendor="EnterpriseDB" \ url="https://www.enterprisedb.com/" \ version="13.16" \ - release="17" \ + release="18" \ summary="PostgreSQL + PostGIS Container images." \ description="This Docker image contains PostgreSQL, PostGIS and Barman Cloud based on RedHat Universal Base Images (UBI) 9." diff --git a/UBI/13/Dockerfile.ubi8 b/UBI/13/Dockerfile.ubi8 index 16406ee8..9170b9b5 100644 --- a/UBI/13/Dockerfile.ubi8 +++ b/UBI/13/Dockerfile.ubi8 @@ -6,7 +6,7 @@ LABEL name="PostgreSQL Container Images" \ vendor="EnterpriseDB" \ url="https://www.enterprisedb.com/" \ version="13.16" \ - release="16" \ + release="17" \ summary="PostgreSQL Container images." \ description="This Docker image contains PostgreSQL and Barman Cloud based on RedHat Universal Base Images (UBI) 8." diff --git a/UBI/13/Dockerfile.ubi9 b/UBI/13/Dockerfile.ubi9 index 47bec420..ec85cb41 100644 --- a/UBI/13/Dockerfile.ubi9 +++ b/UBI/13/Dockerfile.ubi9 @@ -6,7 +6,7 @@ LABEL name="PostgreSQL Container Images" \ vendor="EnterpriseDB" \ url="https://www.enterprisedb.com/" \ version="13.16" \ - release="17" \ + release="18" \ summary="PostgreSQL Container images." \ description="This Docker image contains PostgreSQL and Barman Cloud based on RedHat Universal Base Images (UBI) 9." diff --git a/UBI/13/root/requirements.txt b/UBI/13/root/requirements.txt index fe45ec3d..452a126e 100644 --- a/UBI/13/root/requirements.txt +++ b/UBI/13/root/requirements.txt @@ -20,12 +20,12 @@ barman[azure,cloud,google,snappy]==3.11.1 \ --hash=sha256:295b9b7e058e064338f66ca0d10e4892e784a2347f06e4a225164995f6114498 \ --hash=sha256:4f424f3327cb24fb82d6a29dc1cdf02222b950c447c78273273d6eb76d7ce8d7 # via -r requirements.in -boto3==1.35.23 \ - --hash=sha256:3fbf1d5b749c92ed43aa190650979dff9f83790a42522e1e9eefa54c8e44bc4b \ - --hash=sha256:ecba4362f82e23ef775c72b3e6fdef3ef68443629b79e88886d5088302ffc050 -botocore==1.35.23 \ - --hash=sha256:25b17a9ccba6ad32bb5bf7ba4f52656aa03c1cb29f6b4e438050ee4ad1967a3b \ - --hash=sha256:cab9ec4e0367b9f33f0bc02c5a29f587b0119ecffd6d125bacee085dcbc8817d +boto3==1.35.24 \ + --hash=sha256:97fcc1a14cbc759e4ba9535ced703a99fcf652c9c4b8dfcd06f292c80551684b \ + --hash=sha256:be7807f30f26d6c0057e45cfd09dad5968e664488bf4f9138d0bb7a0f6d8ed40 +botocore==1.35.24 \ + --hash=sha256:1e59b0f14f4890c4f70bd6a58a634b9464bed1c4c6171f87c8795d974ade614b \ + --hash=sha256:eb9ccc068255cc3d24c36693fda6aec7786db05ae6c2b13bcba66dce6a13e2e3 # via # boto3 # s3transfer diff --git a/UBI/14/.versions-postgis-ubi8.json b/UBI/14/.versions-postgis-ubi8.json index fea90964..ac86f8d7 100644 --- a/UBI/14/.versions-postgis-ubi8.json +++ b/UBI/14/.versions-postgis-ubi8.json @@ -1,6 +1,6 @@ { "BARMAN_VERSION": "3.11.1", - "IMAGE_RELEASE_VERSION": "16", + "IMAGE_RELEASE_VERSION": "17", "POSTGIS_VERSION": "3.4.2", "POSTGRES_VERSION": "14.13", "UBI_VERSION": "8.10-1054" diff --git a/UBI/14/.versions-postgis-ubi9.json b/UBI/14/.versions-postgis-ubi9.json index ff1bdaae..609368e2 100644 --- a/UBI/14/.versions-postgis-ubi9.json +++ b/UBI/14/.versions-postgis-ubi9.json @@ -1,6 +1,6 @@ { "BARMAN_VERSION": "3.11.1", - "IMAGE_RELEASE_VERSION": "17", + "IMAGE_RELEASE_VERSION": "18", "POSTGIS_VERSION": "3.4.2", "POSTGRES_VERSION": "14.13", "UBI_VERSION": "9.4-1214" diff --git a/UBI/14/.versions-ubi8.json b/UBI/14/.versions-ubi8.json index e7b2dd14..cc5d0320 100644 --- a/UBI/14/.versions-ubi8.json +++ b/UBI/14/.versions-ubi8.json @@ -1,6 +1,6 @@ { "BARMAN_VERSION": "3.11.1", - "IMAGE_RELEASE_VERSION": "16", + "IMAGE_RELEASE_VERSION": "17", "POSTGRES_VERSION": "14.13", "UBI_VERSION": "8.10-1054" } diff --git a/UBI/14/.versions-ubi9.json b/UBI/14/.versions-ubi9.json index 1d717377..dc4f8f31 100644 --- a/UBI/14/.versions-ubi9.json +++ b/UBI/14/.versions-ubi9.json @@ -1,6 +1,6 @@ { "BARMAN_VERSION": "3.11.1", - "IMAGE_RELEASE_VERSION": "17", + "IMAGE_RELEASE_VERSION": "18", "POSTGRES_VERSION": "14.13", "UBI_VERSION": "9.4-1214" } diff --git a/UBI/14/Dockerfile.multiarch.ubi8 b/UBI/14/Dockerfile.multiarch.ubi8 index 4bf4cc84..b5ca9d02 100644 --- a/UBI/14/Dockerfile.multiarch.ubi8 +++ b/UBI/14/Dockerfile.multiarch.ubi8 @@ -6,7 +6,7 @@ LABEL name="PostgreSQL Container Images" \ vendor="EnterpriseDB" \ url="https://www.enterprisedb.com/" \ version="14.13" \ - release="16" \ + release="17" \ summary="PostgreSQL Container images." \ description="This Docker image contains PostgreSQL and Barman Cloud based on RedHat Universal Base Images (UBI) 8." diff --git a/UBI/14/Dockerfile.multiarch.ubi9 b/UBI/14/Dockerfile.multiarch.ubi9 index caa8cc2d..d6d60c9c 100644 --- a/UBI/14/Dockerfile.multiarch.ubi9 +++ b/UBI/14/Dockerfile.multiarch.ubi9 @@ -6,7 +6,7 @@ LABEL name="PostgreSQL Container Images" \ vendor="EnterpriseDB" \ url="https://www.enterprisedb.com/" \ version="14.13" \ - release="17" \ + release="18" \ summary="PostgreSQL Container images." \ description="This Docker image contains PostgreSQL and Barman Cloud based on RedHat Universal Base Images (UBI) 9." diff --git a/UBI/14/Dockerfile.multilang.ubi8 b/UBI/14/Dockerfile.multilang.ubi8 index eace58b0..45d28667 100644 --- a/UBI/14/Dockerfile.multilang.ubi8 +++ b/UBI/14/Dockerfile.multilang.ubi8 @@ -6,7 +6,7 @@ LABEL name="PostgreSQL Container Images" \ vendor="EnterpriseDB" \ url="https://www.enterprisedb.com/" \ version="14.13" \ - release="16" \ + release="17" \ summary="PostgreSQL Container images." \ description="This Docker image contains PostgreSQL and Barman Cloud based on RedHat Universal Base Images (UBI) 8." diff --git a/UBI/14/Dockerfile.multilang.ubi9 b/UBI/14/Dockerfile.multilang.ubi9 index 6fd485a0..bbe1af0b 100644 --- a/UBI/14/Dockerfile.multilang.ubi9 +++ b/UBI/14/Dockerfile.multilang.ubi9 @@ -6,7 +6,7 @@ LABEL name="PostgreSQL Container Images" \ vendor="EnterpriseDB" \ url="https://www.enterprisedb.com/" \ version="14.13" \ - release="17" \ + release="18" \ summary="PostgreSQL Container images." \ description="This Docker image contains PostgreSQL and Barman Cloud based on RedHat Universal Base Images (UBI) 9." diff --git a/UBI/14/Dockerfile.postgis-multiarch.ubi8 b/UBI/14/Dockerfile.postgis-multiarch.ubi8 index 6b09c383..b815a563 100644 --- a/UBI/14/Dockerfile.postgis-multiarch.ubi8 +++ b/UBI/14/Dockerfile.postgis-multiarch.ubi8 @@ -7,7 +7,7 @@ LABEL name="PostgreSQL + PostGIS Container Images" \ vendor="EnterpriseDB" \ url="https://www.enterprisedb.com/" \ version="14.13" \ - release="16" \ + release="17" \ summary="PostgreSQL + PostGIS Container images." \ description="This Docker image contains PostgreSQL, PostGIS and Barman Cloud based on RedHat Universal Base Images (UBI) 8." diff --git a/UBI/14/Dockerfile.postgis-multiarch.ubi9 b/UBI/14/Dockerfile.postgis-multiarch.ubi9 index 1b384fc7..9702cd93 100644 --- a/UBI/14/Dockerfile.postgis-multiarch.ubi9 +++ b/UBI/14/Dockerfile.postgis-multiarch.ubi9 @@ -7,7 +7,7 @@ LABEL name="PostgreSQL + PostGIS Container Images" \ vendor="EnterpriseDB" \ url="https://www.enterprisedb.com/" \ version="14.13" \ - release="17" \ + release="18" \ summary="PostgreSQL + PostGIS Container images." \ description="This Docker image contains PostgreSQL, PostGIS and Barman Cloud based on RedHat Universal Base Images (UBI) 9." diff --git a/UBI/14/Dockerfile.postgis-multilang.ubi8 b/UBI/14/Dockerfile.postgis-multilang.ubi8 index 524c6d17..56d3499a 100644 --- a/UBI/14/Dockerfile.postgis-multilang.ubi8 +++ b/UBI/14/Dockerfile.postgis-multilang.ubi8 @@ -7,7 +7,7 @@ LABEL name="PostgreSQL + PostGIS Container Images" \ vendor="EnterpriseDB" \ url="https://www.enterprisedb.com/" \ version="14.13" \ - release="16" \ + release="17" \ summary="PostgreSQL + PostGIS Container images." \ description="This Docker image contains PostgreSQL, PostGIS and Barman Cloud based on RedHat Universal Base Images (UBI) 8." diff --git a/UBI/14/Dockerfile.postgis-multilang.ubi9 b/UBI/14/Dockerfile.postgis-multilang.ubi9 index 84ddaf45..96094daf 100644 --- a/UBI/14/Dockerfile.postgis-multilang.ubi9 +++ b/UBI/14/Dockerfile.postgis-multilang.ubi9 @@ -7,7 +7,7 @@ LABEL name="PostgreSQL + PostGIS Container Images" \ vendor="EnterpriseDB" \ url="https://www.enterprisedb.com/" \ version="14.13" \ - release="17" \ + release="18" \ summary="PostgreSQL + PostGIS Container images." \ description="This Docker image contains PostgreSQL, PostGIS and Barman Cloud based on RedHat Universal Base Images (UBI) 9." diff --git a/UBI/14/Dockerfile.postgis.ubi8 b/UBI/14/Dockerfile.postgis.ubi8 index 4ef1462c..24caad14 100644 --- a/UBI/14/Dockerfile.postgis.ubi8 +++ b/UBI/14/Dockerfile.postgis.ubi8 @@ -7,7 +7,7 @@ LABEL name="PostgreSQL + PostGIS Container Images" \ vendor="EnterpriseDB" \ url="https://www.enterprisedb.com/" \ version="14.13" \ - release="16" \ + release="17" \ summary="PostgreSQL + PostGIS Container images." \ description="This Docker image contains PostgreSQL, PostGIS and Barman Cloud based on RedHat Universal Base Images (UBI) 8." diff --git a/UBI/14/Dockerfile.postgis.ubi9 b/UBI/14/Dockerfile.postgis.ubi9 index 6c883747..840d6369 100644 --- a/UBI/14/Dockerfile.postgis.ubi9 +++ b/UBI/14/Dockerfile.postgis.ubi9 @@ -7,7 +7,7 @@ LABEL name="PostgreSQL + PostGIS Container Images" \ vendor="EnterpriseDB" \ url="https://www.enterprisedb.com/" \ version="14.13" \ - release="17" \ + release="18" \ summary="PostgreSQL + PostGIS Container images." \ description="This Docker image contains PostgreSQL, PostGIS and Barman Cloud based on RedHat Universal Base Images (UBI) 9." diff --git a/UBI/14/Dockerfile.ubi8 b/UBI/14/Dockerfile.ubi8 index ceb9a315..c178a403 100644 --- a/UBI/14/Dockerfile.ubi8 +++ b/UBI/14/Dockerfile.ubi8 @@ -6,7 +6,7 @@ LABEL name="PostgreSQL Container Images" \ vendor="EnterpriseDB" \ url="https://www.enterprisedb.com/" \ version="14.13" \ - release="16" \ + release="17" \ summary="PostgreSQL Container images." \ description="This Docker image contains PostgreSQL and Barman Cloud based on RedHat Universal Base Images (UBI) 8." diff --git a/UBI/14/Dockerfile.ubi9 b/UBI/14/Dockerfile.ubi9 index 86e68582..c4e204eb 100644 --- a/UBI/14/Dockerfile.ubi9 +++ b/UBI/14/Dockerfile.ubi9 @@ -6,7 +6,7 @@ LABEL name="PostgreSQL Container Images" \ vendor="EnterpriseDB" \ url="https://www.enterprisedb.com/" \ version="14.13" \ - release="17" \ + release="18" \ summary="PostgreSQL Container images." \ description="This Docker image contains PostgreSQL and Barman Cloud based on RedHat Universal Base Images (UBI) 9." diff --git a/UBI/14/root/requirements.txt b/UBI/14/root/requirements.txt index fe45ec3d..452a126e 100644 --- a/UBI/14/root/requirements.txt +++ b/UBI/14/root/requirements.txt @@ -20,12 +20,12 @@ barman[azure,cloud,google,snappy]==3.11.1 \ --hash=sha256:295b9b7e058e064338f66ca0d10e4892e784a2347f06e4a225164995f6114498 \ --hash=sha256:4f424f3327cb24fb82d6a29dc1cdf02222b950c447c78273273d6eb76d7ce8d7 # via -r requirements.in -boto3==1.35.23 \ - --hash=sha256:3fbf1d5b749c92ed43aa190650979dff9f83790a42522e1e9eefa54c8e44bc4b \ - --hash=sha256:ecba4362f82e23ef775c72b3e6fdef3ef68443629b79e88886d5088302ffc050 -botocore==1.35.23 \ - --hash=sha256:25b17a9ccba6ad32bb5bf7ba4f52656aa03c1cb29f6b4e438050ee4ad1967a3b \ - --hash=sha256:cab9ec4e0367b9f33f0bc02c5a29f587b0119ecffd6d125bacee085dcbc8817d +boto3==1.35.24 \ + --hash=sha256:97fcc1a14cbc759e4ba9535ced703a99fcf652c9c4b8dfcd06f292c80551684b \ + --hash=sha256:be7807f30f26d6c0057e45cfd09dad5968e664488bf4f9138d0bb7a0f6d8ed40 +botocore==1.35.24 \ + --hash=sha256:1e59b0f14f4890c4f70bd6a58a634b9464bed1c4c6171f87c8795d974ade614b \ + --hash=sha256:eb9ccc068255cc3d24c36693fda6aec7786db05ae6c2b13bcba66dce6a13e2e3 # via # boto3 # s3transfer diff --git a/UBI/15/.versions-postgis-ubi8.json b/UBI/15/.versions-postgis-ubi8.json index 738ee4e5..c73405fe 100644 --- a/UBI/15/.versions-postgis-ubi8.json +++ b/UBI/15/.versions-postgis-ubi8.json @@ -1,6 +1,6 @@ { "BARMAN_VERSION": "3.11.1", - "IMAGE_RELEASE_VERSION": "16", + "IMAGE_RELEASE_VERSION": "17", "POSTGIS_VERSION": "3.4.2", "POSTGRES_VERSION": "15.8", "UBI_VERSION": "8.10-1054" diff --git a/UBI/15/.versions-postgis-ubi9.json b/UBI/15/.versions-postgis-ubi9.json index cc6af2a7..6ecea4a7 100644 --- a/UBI/15/.versions-postgis-ubi9.json +++ b/UBI/15/.versions-postgis-ubi9.json @@ -1,6 +1,6 @@ { "BARMAN_VERSION": "3.11.1", - "IMAGE_RELEASE_VERSION": "17", + "IMAGE_RELEASE_VERSION": "18", "POSTGIS_VERSION": "3.4.2", "POSTGRES_VERSION": "15.8", "UBI_VERSION": "9.4-1214" diff --git a/UBI/15/.versions-ubi8.json b/UBI/15/.versions-ubi8.json index 37f4631e..2fd6f347 100644 --- a/UBI/15/.versions-ubi8.json +++ b/UBI/15/.versions-ubi8.json @@ -1,6 +1,6 @@ { "BARMAN_VERSION": "3.11.1", - "IMAGE_RELEASE_VERSION": "16", + "IMAGE_RELEASE_VERSION": "17", "POSTGRES_VERSION": "15.8", "UBI_VERSION": "8.10-1054" } diff --git a/UBI/15/.versions-ubi9.json b/UBI/15/.versions-ubi9.json index ec42a27c..cacb5352 100644 --- a/UBI/15/.versions-ubi9.json +++ b/UBI/15/.versions-ubi9.json @@ -1,6 +1,6 @@ { "BARMAN_VERSION": "3.11.1", - "IMAGE_RELEASE_VERSION": "17", + "IMAGE_RELEASE_VERSION": "18", "POSTGRES_VERSION": "15.8", "UBI_VERSION": "9.4-1214" } diff --git a/UBI/15/Dockerfile.multiarch.ubi8 b/UBI/15/Dockerfile.multiarch.ubi8 index 2834e425..a4907af1 100644 --- a/UBI/15/Dockerfile.multiarch.ubi8 +++ b/UBI/15/Dockerfile.multiarch.ubi8 @@ -6,7 +6,7 @@ LABEL name="PostgreSQL Container Images" \ vendor="EnterpriseDB" \ url="https://www.enterprisedb.com/" \ version="15.8" \ - release="16" \ + release="17" \ summary="PostgreSQL Container images." \ description="This Docker image contains PostgreSQL and Barman Cloud based on RedHat Universal Base Images (UBI) 8." diff --git a/UBI/15/Dockerfile.multiarch.ubi9 b/UBI/15/Dockerfile.multiarch.ubi9 index 9bc23d97..84d75357 100644 --- a/UBI/15/Dockerfile.multiarch.ubi9 +++ b/UBI/15/Dockerfile.multiarch.ubi9 @@ -6,7 +6,7 @@ LABEL name="PostgreSQL Container Images" \ vendor="EnterpriseDB" \ url="https://www.enterprisedb.com/" \ version="15.8" \ - release="17" \ + release="18" \ summary="PostgreSQL Container images." \ description="This Docker image contains PostgreSQL and Barman Cloud based on RedHat Universal Base Images (UBI) 9." diff --git a/UBI/15/Dockerfile.multilang.ubi8 b/UBI/15/Dockerfile.multilang.ubi8 index 49597945..1b86a60b 100644 --- a/UBI/15/Dockerfile.multilang.ubi8 +++ b/UBI/15/Dockerfile.multilang.ubi8 @@ -6,7 +6,7 @@ LABEL name="PostgreSQL Container Images" \ vendor="EnterpriseDB" \ url="https://www.enterprisedb.com/" \ version="15.8" \ - release="16" \ + release="17" \ summary="PostgreSQL Container images." \ description="This Docker image contains PostgreSQL and Barman Cloud based on RedHat Universal Base Images (UBI) 8." diff --git a/UBI/15/Dockerfile.multilang.ubi9 b/UBI/15/Dockerfile.multilang.ubi9 index 800d86d2..0c53d42c 100644 --- a/UBI/15/Dockerfile.multilang.ubi9 +++ b/UBI/15/Dockerfile.multilang.ubi9 @@ -6,7 +6,7 @@ LABEL name="PostgreSQL Container Images" \ vendor="EnterpriseDB" \ url="https://www.enterprisedb.com/" \ version="15.8" \ - release="17" \ + release="18" \ summary="PostgreSQL Container images." \ description="This Docker image contains PostgreSQL and Barman Cloud based on RedHat Universal Base Images (UBI) 9." diff --git a/UBI/15/Dockerfile.plv8.ubi8 b/UBI/15/Dockerfile.plv8.ubi8 index b1cfa4b6..546db884 100644 --- a/UBI/15/Dockerfile.plv8.ubi8 +++ b/UBI/15/Dockerfile.plv8.ubi8 @@ -6,7 +6,7 @@ LABEL name="PostgreSQL Container Images" \ vendor="EnterpriseDB" \ url="https://www.enterprisedb.com/" \ version="15.8" \ - release="16" \ + release="17" \ summary="PostgreSQL Container images." \ description="This Docker image contains PostgreSQL and Barman Cloud based on RedHat Universal Base Images (UBI) 8." diff --git a/UBI/15/Dockerfile.plv8.ubi9 b/UBI/15/Dockerfile.plv8.ubi9 index 7e3d41bb..1694cb1a 100644 --- a/UBI/15/Dockerfile.plv8.ubi9 +++ b/UBI/15/Dockerfile.plv8.ubi9 @@ -6,7 +6,7 @@ LABEL name="PostgreSQL Container Images" \ vendor="EnterpriseDB" \ url="https://www.enterprisedb.com/" \ version="15.8" \ - release="17" \ + release="18" \ summary="PostgreSQL Container images." \ description="This Docker image contains PostgreSQL and Barman Cloud based on RedHat Universal Base Images (UBI) 9." diff --git a/UBI/15/Dockerfile.postgis-multiarch.ubi8 b/UBI/15/Dockerfile.postgis-multiarch.ubi8 index c19f98ea..740cfd76 100644 --- a/UBI/15/Dockerfile.postgis-multiarch.ubi8 +++ b/UBI/15/Dockerfile.postgis-multiarch.ubi8 @@ -7,7 +7,7 @@ LABEL name="PostgreSQL + PostGIS Container Images" \ vendor="EnterpriseDB" \ url="https://www.enterprisedb.com/" \ version="15.8" \ - release="16" \ + release="17" \ summary="PostgreSQL + PostGIS Container images." \ description="This Docker image contains PostgreSQL, PostGIS and Barman Cloud based on RedHat Universal Base Images (UBI) 8." diff --git a/UBI/15/Dockerfile.postgis-multiarch.ubi9 b/UBI/15/Dockerfile.postgis-multiarch.ubi9 index 6aff3290..c542a020 100644 --- a/UBI/15/Dockerfile.postgis-multiarch.ubi9 +++ b/UBI/15/Dockerfile.postgis-multiarch.ubi9 @@ -7,7 +7,7 @@ LABEL name="PostgreSQL + PostGIS Container Images" \ vendor="EnterpriseDB" \ url="https://www.enterprisedb.com/" \ version="15.8" \ - release="17" \ + release="18" \ summary="PostgreSQL + PostGIS Container images." \ description="This Docker image contains PostgreSQL, PostGIS and Barman Cloud based on RedHat Universal Base Images (UBI) 9." diff --git a/UBI/15/Dockerfile.postgis-multilang.ubi8 b/UBI/15/Dockerfile.postgis-multilang.ubi8 index 6d41e1bb..bd28790c 100644 --- a/UBI/15/Dockerfile.postgis-multilang.ubi8 +++ b/UBI/15/Dockerfile.postgis-multilang.ubi8 @@ -7,7 +7,7 @@ LABEL name="PostgreSQL + PostGIS Container Images" \ vendor="EnterpriseDB" \ url="https://www.enterprisedb.com/" \ version="15.8" \ - release="16" \ + release="17" \ summary="PostgreSQL + PostGIS Container images." \ description="This Docker image contains PostgreSQL, PostGIS and Barman Cloud based on RedHat Universal Base Images (UBI) 8." diff --git a/UBI/15/Dockerfile.postgis-multilang.ubi9 b/UBI/15/Dockerfile.postgis-multilang.ubi9 index 26e75fa7..15106797 100644 --- a/UBI/15/Dockerfile.postgis-multilang.ubi9 +++ b/UBI/15/Dockerfile.postgis-multilang.ubi9 @@ -7,7 +7,7 @@ LABEL name="PostgreSQL + PostGIS Container Images" \ vendor="EnterpriseDB" \ url="https://www.enterprisedb.com/" \ version="15.8" \ - release="17" \ + release="18" \ summary="PostgreSQL + PostGIS Container images." \ description="This Docker image contains PostgreSQL, PostGIS and Barman Cloud based on RedHat Universal Base Images (UBI) 9." diff --git a/UBI/15/Dockerfile.postgis.ubi8 b/UBI/15/Dockerfile.postgis.ubi8 index 575d7bdf..858b4101 100644 --- a/UBI/15/Dockerfile.postgis.ubi8 +++ b/UBI/15/Dockerfile.postgis.ubi8 @@ -7,7 +7,7 @@ LABEL name="PostgreSQL + PostGIS Container Images" \ vendor="EnterpriseDB" \ url="https://www.enterprisedb.com/" \ version="15.8" \ - release="16" \ + release="17" \ summary="PostgreSQL + PostGIS Container images." \ description="This Docker image contains PostgreSQL, PostGIS and Barman Cloud based on RedHat Universal Base Images (UBI) 8." diff --git a/UBI/15/Dockerfile.postgis.ubi9 b/UBI/15/Dockerfile.postgis.ubi9 index d04c996a..5464cd09 100644 --- a/UBI/15/Dockerfile.postgis.ubi9 +++ b/UBI/15/Dockerfile.postgis.ubi9 @@ -7,7 +7,7 @@ LABEL name="PostgreSQL + PostGIS Container Images" \ vendor="EnterpriseDB" \ url="https://www.enterprisedb.com/" \ version="15.8" \ - release="17" \ + release="18" \ summary="PostgreSQL + PostGIS Container images." \ description="This Docker image contains PostgreSQL, PostGIS and Barman Cloud based on RedHat Universal Base Images (UBI) 9." diff --git a/UBI/15/Dockerfile.ubi8 b/UBI/15/Dockerfile.ubi8 index f070ed90..b3a974c6 100644 --- a/UBI/15/Dockerfile.ubi8 +++ b/UBI/15/Dockerfile.ubi8 @@ -6,7 +6,7 @@ LABEL name="PostgreSQL Container Images" \ vendor="EnterpriseDB" \ url="https://www.enterprisedb.com/" \ version="15.8" \ - release="16" \ + release="17" \ summary="PostgreSQL Container images." \ description="This Docker image contains PostgreSQL and Barman Cloud based on RedHat Universal Base Images (UBI) 8." diff --git a/UBI/15/Dockerfile.ubi9 b/UBI/15/Dockerfile.ubi9 index d4190db5..52f1a6d5 100644 --- a/UBI/15/Dockerfile.ubi9 +++ b/UBI/15/Dockerfile.ubi9 @@ -6,7 +6,7 @@ LABEL name="PostgreSQL Container Images" \ vendor="EnterpriseDB" \ url="https://www.enterprisedb.com/" \ version="15.8" \ - release="17" \ + release="18" \ summary="PostgreSQL Container images." \ description="This Docker image contains PostgreSQL and Barman Cloud based on RedHat Universal Base Images (UBI) 9." diff --git a/UBI/15/root/requirements.txt b/UBI/15/root/requirements.txt index fe45ec3d..452a126e 100644 --- a/UBI/15/root/requirements.txt +++ b/UBI/15/root/requirements.txt @@ -20,12 +20,12 @@ barman[azure,cloud,google,snappy]==3.11.1 \ --hash=sha256:295b9b7e058e064338f66ca0d10e4892e784a2347f06e4a225164995f6114498 \ --hash=sha256:4f424f3327cb24fb82d6a29dc1cdf02222b950c447c78273273d6eb76d7ce8d7 # via -r requirements.in -boto3==1.35.23 \ - --hash=sha256:3fbf1d5b749c92ed43aa190650979dff9f83790a42522e1e9eefa54c8e44bc4b \ - --hash=sha256:ecba4362f82e23ef775c72b3e6fdef3ef68443629b79e88886d5088302ffc050 -botocore==1.35.23 \ - --hash=sha256:25b17a9ccba6ad32bb5bf7ba4f52656aa03c1cb29f6b4e438050ee4ad1967a3b \ - --hash=sha256:cab9ec4e0367b9f33f0bc02c5a29f587b0119ecffd6d125bacee085dcbc8817d +boto3==1.35.24 \ + --hash=sha256:97fcc1a14cbc759e4ba9535ced703a99fcf652c9c4b8dfcd06f292c80551684b \ + --hash=sha256:be7807f30f26d6c0057e45cfd09dad5968e664488bf4f9138d0bb7a0f6d8ed40 +botocore==1.35.24 \ + --hash=sha256:1e59b0f14f4890c4f70bd6a58a634b9464bed1c4c6171f87c8795d974ade614b \ + --hash=sha256:eb9ccc068255cc3d24c36693fda6aec7786db05ae6c2b13bcba66dce6a13e2e3 # via # boto3 # s3transfer diff --git a/UBI/16/.versions-postgis-ubi8.json b/UBI/16/.versions-postgis-ubi8.json index 5c876395..6cf4808f 100644 --- a/UBI/16/.versions-postgis-ubi8.json +++ b/UBI/16/.versions-postgis-ubi8.json @@ -1,6 +1,6 @@ { "BARMAN_VERSION": "3.11.1", - "IMAGE_RELEASE_VERSION": "16", + "IMAGE_RELEASE_VERSION": "17", "POSTGIS_VERSION": "3.4.2", "POSTGRES_VERSION": "16.4", "UBI_VERSION": "8.10-1054" diff --git a/UBI/16/.versions-postgis-ubi9.json b/UBI/16/.versions-postgis-ubi9.json index d9cce2cb..514511e9 100644 --- a/UBI/16/.versions-postgis-ubi9.json +++ b/UBI/16/.versions-postgis-ubi9.json @@ -1,6 +1,6 @@ { "BARMAN_VERSION": "3.11.1", - "IMAGE_RELEASE_VERSION": "17", + "IMAGE_RELEASE_VERSION": "18", "POSTGIS_VERSION": "3.4.2", "POSTGRES_VERSION": "16.4", "UBI_VERSION": "9.4-1214" diff --git a/UBI/16/.versions-ubi8.json b/UBI/16/.versions-ubi8.json index 53ac7f52..2da3573a 100644 --- a/UBI/16/.versions-ubi8.json +++ b/UBI/16/.versions-ubi8.json @@ -1,6 +1,6 @@ { "BARMAN_VERSION": "3.11.1", - "IMAGE_RELEASE_VERSION": "16", + "IMAGE_RELEASE_VERSION": "17", "POSTGRES_VERSION": "16.4", "UBI_VERSION": "8.10-1054" } diff --git a/UBI/16/.versions-ubi9.json b/UBI/16/.versions-ubi9.json index 769b5315..2a47f3ca 100644 --- a/UBI/16/.versions-ubi9.json +++ b/UBI/16/.versions-ubi9.json @@ -1,6 +1,6 @@ { "BARMAN_VERSION": "3.11.1", - "IMAGE_RELEASE_VERSION": "17", + "IMAGE_RELEASE_VERSION": "18", "POSTGRES_VERSION": "16.4", "UBI_VERSION": "9.4-1214" } diff --git a/UBI/16/Dockerfile.multiarch.ubi8 b/UBI/16/Dockerfile.multiarch.ubi8 index 843d6e50..d7e60536 100644 --- a/UBI/16/Dockerfile.multiarch.ubi8 +++ b/UBI/16/Dockerfile.multiarch.ubi8 @@ -6,7 +6,7 @@ LABEL name="PostgreSQL Container Images" \ vendor="EnterpriseDB" \ url="https://www.enterprisedb.com/" \ version="16.4" \ - release="16" \ + release="17" \ summary="PostgreSQL Container images." \ description="This Docker image contains PostgreSQL and Barman Cloud based on RedHat Universal Base Images (UBI) 8." diff --git a/UBI/16/Dockerfile.multiarch.ubi9 b/UBI/16/Dockerfile.multiarch.ubi9 index 46d0a925..251a494e 100644 --- a/UBI/16/Dockerfile.multiarch.ubi9 +++ b/UBI/16/Dockerfile.multiarch.ubi9 @@ -6,7 +6,7 @@ LABEL name="PostgreSQL Container Images" \ vendor="EnterpriseDB" \ url="https://www.enterprisedb.com/" \ version="16.4" \ - release="17" \ + release="18" \ summary="PostgreSQL Container images." \ description="This Docker image contains PostgreSQL and Barman Cloud based on RedHat Universal Base Images (UBI) 9." diff --git a/UBI/16/Dockerfile.multilang.ubi8 b/UBI/16/Dockerfile.multilang.ubi8 index cbe5ea10..b97ecfe6 100644 --- a/UBI/16/Dockerfile.multilang.ubi8 +++ b/UBI/16/Dockerfile.multilang.ubi8 @@ -6,7 +6,7 @@ LABEL name="PostgreSQL Container Images" \ vendor="EnterpriseDB" \ url="https://www.enterprisedb.com/" \ version="16.4" \ - release="16" \ + release="17" \ summary="PostgreSQL Container images." \ description="This Docker image contains PostgreSQL and Barman Cloud based on RedHat Universal Base Images (UBI) 8." diff --git a/UBI/16/Dockerfile.multilang.ubi9 b/UBI/16/Dockerfile.multilang.ubi9 index 56333634..6192d730 100644 --- a/UBI/16/Dockerfile.multilang.ubi9 +++ b/UBI/16/Dockerfile.multilang.ubi9 @@ -6,7 +6,7 @@ LABEL name="PostgreSQL Container Images" \ vendor="EnterpriseDB" \ url="https://www.enterprisedb.com/" \ version="16.4" \ - release="17" \ + release="18" \ summary="PostgreSQL Container images." \ description="This Docker image contains PostgreSQL and Barman Cloud based on RedHat Universal Base Images (UBI) 9." diff --git a/UBI/16/Dockerfile.plv8.ubi8 b/UBI/16/Dockerfile.plv8.ubi8 index cf74035c..69c6ad92 100644 --- a/UBI/16/Dockerfile.plv8.ubi8 +++ b/UBI/16/Dockerfile.plv8.ubi8 @@ -6,7 +6,7 @@ LABEL name="PostgreSQL Container Images" \ vendor="EnterpriseDB" \ url="https://www.enterprisedb.com/" \ version="16.4" \ - release="16" \ + release="17" \ summary="PostgreSQL Container images." \ description="This Docker image contains PostgreSQL and Barman Cloud based on RedHat Universal Base Images (UBI) 8." diff --git a/UBI/16/Dockerfile.plv8.ubi9 b/UBI/16/Dockerfile.plv8.ubi9 index 11b9f2e3..ab2fe4b2 100644 --- a/UBI/16/Dockerfile.plv8.ubi9 +++ b/UBI/16/Dockerfile.plv8.ubi9 @@ -6,7 +6,7 @@ LABEL name="PostgreSQL Container Images" \ vendor="EnterpriseDB" \ url="https://www.enterprisedb.com/" \ version="16.4" \ - release="17" \ + release="18" \ summary="PostgreSQL Container images." \ description="This Docker image contains PostgreSQL and Barman Cloud based on RedHat Universal Base Images (UBI) 9." diff --git a/UBI/16/Dockerfile.postgis-multiarch.ubi8 b/UBI/16/Dockerfile.postgis-multiarch.ubi8 index a06f17f8..9918ef2e 100644 --- a/UBI/16/Dockerfile.postgis-multiarch.ubi8 +++ b/UBI/16/Dockerfile.postgis-multiarch.ubi8 @@ -7,7 +7,7 @@ LABEL name="PostgreSQL + PostGIS Container Images" \ vendor="EnterpriseDB" \ url="https://www.enterprisedb.com/" \ version="16.4" \ - release="16" \ + release="17" \ summary="PostgreSQL + PostGIS Container images." \ description="This Docker image contains PostgreSQL, PostGIS and Barman Cloud based on RedHat Universal Base Images (UBI) 8." diff --git a/UBI/16/Dockerfile.postgis-multiarch.ubi9 b/UBI/16/Dockerfile.postgis-multiarch.ubi9 index 5477b461..914bac95 100644 --- a/UBI/16/Dockerfile.postgis-multiarch.ubi9 +++ b/UBI/16/Dockerfile.postgis-multiarch.ubi9 @@ -7,7 +7,7 @@ LABEL name="PostgreSQL + PostGIS Container Images" \ vendor="EnterpriseDB" \ url="https://www.enterprisedb.com/" \ version="16.4" \ - release="17" \ + release="18" \ summary="PostgreSQL + PostGIS Container images." \ description="This Docker image contains PostgreSQL, PostGIS and Barman Cloud based on RedHat Universal Base Images (UBI) 9." diff --git a/UBI/16/Dockerfile.postgis-multilang.ubi8 b/UBI/16/Dockerfile.postgis-multilang.ubi8 index e6038495..d9a075f0 100644 --- a/UBI/16/Dockerfile.postgis-multilang.ubi8 +++ b/UBI/16/Dockerfile.postgis-multilang.ubi8 @@ -7,7 +7,7 @@ LABEL name="PostgreSQL + PostGIS Container Images" \ vendor="EnterpriseDB" \ url="https://www.enterprisedb.com/" \ version="16.4" \ - release="16" \ + release="17" \ summary="PostgreSQL + PostGIS Container images." \ description="This Docker image contains PostgreSQL, PostGIS and Barman Cloud based on RedHat Universal Base Images (UBI) 8." diff --git a/UBI/16/Dockerfile.postgis-multilang.ubi9 b/UBI/16/Dockerfile.postgis-multilang.ubi9 index afa8a0e0..6e11a364 100644 --- a/UBI/16/Dockerfile.postgis-multilang.ubi9 +++ b/UBI/16/Dockerfile.postgis-multilang.ubi9 @@ -7,7 +7,7 @@ LABEL name="PostgreSQL + PostGIS Container Images" \ vendor="EnterpriseDB" \ url="https://www.enterprisedb.com/" \ version="16.4" \ - release="17" \ + release="18" \ summary="PostgreSQL + PostGIS Container images." \ description="This Docker image contains PostgreSQL, PostGIS and Barman Cloud based on RedHat Universal Base Images (UBI) 9." diff --git a/UBI/16/Dockerfile.postgis.ubi8 b/UBI/16/Dockerfile.postgis.ubi8 index 93760d37..48ee2ed9 100644 --- a/UBI/16/Dockerfile.postgis.ubi8 +++ b/UBI/16/Dockerfile.postgis.ubi8 @@ -7,7 +7,7 @@ LABEL name="PostgreSQL + PostGIS Container Images" \ vendor="EnterpriseDB" \ url="https://www.enterprisedb.com/" \ version="16.4" \ - release="16" \ + release="17" \ summary="PostgreSQL + PostGIS Container images." \ description="This Docker image contains PostgreSQL, PostGIS and Barman Cloud based on RedHat Universal Base Images (UBI) 8." diff --git a/UBI/16/Dockerfile.postgis.ubi9 b/UBI/16/Dockerfile.postgis.ubi9 index e5ff84ad..00ced975 100644 --- a/UBI/16/Dockerfile.postgis.ubi9 +++ b/UBI/16/Dockerfile.postgis.ubi9 @@ -7,7 +7,7 @@ LABEL name="PostgreSQL + PostGIS Container Images" \ vendor="EnterpriseDB" \ url="https://www.enterprisedb.com/" \ version="16.4" \ - release="17" \ + release="18" \ summary="PostgreSQL + PostGIS Container images." \ description="This Docker image contains PostgreSQL, PostGIS and Barman Cloud based on RedHat Universal Base Images (UBI) 9." diff --git a/UBI/16/Dockerfile.ubi8 b/UBI/16/Dockerfile.ubi8 index dfa9a1a5..427ac112 100644 --- a/UBI/16/Dockerfile.ubi8 +++ b/UBI/16/Dockerfile.ubi8 @@ -6,7 +6,7 @@ LABEL name="PostgreSQL Container Images" \ vendor="EnterpriseDB" \ url="https://www.enterprisedb.com/" \ version="16.4" \ - release="16" \ + release="17" \ summary="PostgreSQL Container images." \ description="This Docker image contains PostgreSQL and Barman Cloud based on RedHat Universal Base Images (UBI) 8." diff --git a/UBI/16/Dockerfile.ubi9 b/UBI/16/Dockerfile.ubi9 index 1e3f38bc..ed5a1053 100644 --- a/UBI/16/Dockerfile.ubi9 +++ b/UBI/16/Dockerfile.ubi9 @@ -6,7 +6,7 @@ LABEL name="PostgreSQL Container Images" \ vendor="EnterpriseDB" \ url="https://www.enterprisedb.com/" \ version="16.4" \ - release="17" \ + release="18" \ summary="PostgreSQL Container images." \ description="This Docker image contains PostgreSQL and Barman Cloud based on RedHat Universal Base Images (UBI) 9." diff --git a/UBI/16/root/requirements.txt b/UBI/16/root/requirements.txt index fe45ec3d..452a126e 100644 --- a/UBI/16/root/requirements.txt +++ b/UBI/16/root/requirements.txt @@ -20,12 +20,12 @@ barman[azure,cloud,google,snappy]==3.11.1 \ --hash=sha256:295b9b7e058e064338f66ca0d10e4892e784a2347f06e4a225164995f6114498 \ --hash=sha256:4f424f3327cb24fb82d6a29dc1cdf02222b950c447c78273273d6eb76d7ce8d7 # via -r requirements.in -boto3==1.35.23 \ - --hash=sha256:3fbf1d5b749c92ed43aa190650979dff9f83790a42522e1e9eefa54c8e44bc4b \ - --hash=sha256:ecba4362f82e23ef775c72b3e6fdef3ef68443629b79e88886d5088302ffc050 -botocore==1.35.23 \ - --hash=sha256:25b17a9ccba6ad32bb5bf7ba4f52656aa03c1cb29f6b4e438050ee4ad1967a3b \ - --hash=sha256:cab9ec4e0367b9f33f0bc02c5a29f587b0119ecffd6d125bacee085dcbc8817d +boto3==1.35.24 \ + --hash=sha256:97fcc1a14cbc759e4ba9535ced703a99fcf652c9c4b8dfcd06f292c80551684b \ + --hash=sha256:be7807f30f26d6c0057e45cfd09dad5968e664488bf4f9138d0bb7a0f6d8ed40 +botocore==1.35.24 \ + --hash=sha256:1e59b0f14f4890c4f70bd6a58a634b9464bed1c4c6171f87c8795d974ade614b \ + --hash=sha256:eb9ccc068255cc3d24c36693fda6aec7786db05ae6c2b13bcba66dce6a13e2e3 # via # boto3 # s3transfer diff --git a/UBI/src/root/requirements.txt b/UBI/src/root/requirements.txt index fe45ec3d..452a126e 100644 --- a/UBI/src/root/requirements.txt +++ b/UBI/src/root/requirements.txt @@ -20,12 +20,12 @@ barman[azure,cloud,google,snappy]==3.11.1 \ --hash=sha256:295b9b7e058e064338f66ca0d10e4892e784a2347f06e4a225164995f6114498 \ --hash=sha256:4f424f3327cb24fb82d6a29dc1cdf02222b950c447c78273273d6eb76d7ce8d7 # via -r requirements.in -boto3==1.35.23 \ - --hash=sha256:3fbf1d5b749c92ed43aa190650979dff9f83790a42522e1e9eefa54c8e44bc4b \ - --hash=sha256:ecba4362f82e23ef775c72b3e6fdef3ef68443629b79e88886d5088302ffc050 -botocore==1.35.23 \ - --hash=sha256:25b17a9ccba6ad32bb5bf7ba4f52656aa03c1cb29f6b4e438050ee4ad1967a3b \ - --hash=sha256:cab9ec4e0367b9f33f0bc02c5a29f587b0119ecffd6d125bacee085dcbc8817d +boto3==1.35.24 \ + --hash=sha256:97fcc1a14cbc759e4ba9535ced703a99fcf652c9c4b8dfcd06f292c80551684b \ + --hash=sha256:be7807f30f26d6c0057e45cfd09dad5968e664488bf4f9138d0bb7a0f6d8ed40 +botocore==1.35.24 \ + --hash=sha256:1e59b0f14f4890c4f70bd6a58a634b9464bed1c4c6171f87c8795d974ade614b \ + --hash=sha256:eb9ccc068255cc3d24c36693fda6aec7786db05ae6c2b13bcba66dce6a13e2e3 # via # boto3 # s3transfer