Skip to content

Commit

Permalink
Daily automatic update
Browse files Browse the repository at this point in the history
  • Loading branch information
EnterpriseDB Automated Updates committed Nov 22, 2024
1 parent b0b44f1 commit df42edb
Show file tree
Hide file tree
Showing 70 changed files with 352 additions and 352 deletions.
6 changes: 3 additions & 3 deletions UBI/12/.versions-postgis-ubi8.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"BARMAN_VERSION": "3.11.1",
"IMAGE_RELEASE_VERSION": "6",
"BARMAN_VERSION": "3.12.0.dev1830",
"IMAGE_RELEASE_VERSION": "1",
"POSTGIS_VERSION": "3.4.3",
"POSTGRES_VERSION": "12.21",
"POSTGRES_VERSION": "12.22",
"UBI_VERSION": "8.10-1132"
}
6 changes: 3 additions & 3 deletions UBI/12/.versions-postgis-ubi9.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"BARMAN_VERSION": "3.11.1",
"IMAGE_RELEASE_VERSION": "6",
"BARMAN_VERSION": "3.12.0.dev1830",
"IMAGE_RELEASE_VERSION": "1",
"POSTGIS_VERSION": "3.4.3",
"POSTGRES_VERSION": "12.21",
"POSTGRES_VERSION": "12.22",
"UBI_VERSION": "9.4-1214.1729773476"
}
6 changes: 3 additions & 3 deletions UBI/12/.versions-ubi8.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"BARMAN_VERSION": "3.11.1",
"IMAGE_RELEASE_VERSION": "6",
"POSTGRES_VERSION": "12.21",
"BARMAN_VERSION": "3.12.0.dev1830",
"IMAGE_RELEASE_VERSION": "1",
"POSTGRES_VERSION": "12.22",
"UBI_VERSION": "8.10-1132"
}
6 changes: 3 additions & 3 deletions UBI/12/.versions-ubi9.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"BARMAN_VERSION": "3.11.1",
"IMAGE_RELEASE_VERSION": "6",
"POSTGRES_VERSION": "12.21",
"BARMAN_VERSION": "3.12.0.dev1830",
"IMAGE_RELEASE_VERSION": "1",
"POSTGRES_VERSION": "12.22",
"UBI_VERSION": "9.4-1214.1729773476"
}
12 changes: 6 additions & 6 deletions UBI/12/Dockerfile.multiarch.ubi8
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ FROM quay.io/enterprisedb/edb-ubi:8.10-1132
LABEL name="PostgreSQL Container Images" \
vendor="EnterpriseDB" \
url="https://www.enterprisedb.com/" \
version="12.21" \
release="6" \
version="12.22" \
release="1" \
summary="PostgreSQL Container images." \
description="This Docker image contains PostgreSQL and Barman Cloud based on RedHat Universal Base Images (UBI) 8."

Expand Down Expand Up @@ -55,10 +55,10 @@ RUN --mount=type=secret,id=cs_token \
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.21 \
postgresql12-contrib-12.21 \
postgresql12-server-12.21 \
postgresql12-libs-12.21 \
postgresql12-12.22 \
postgresql12-contrib-12.22 \
postgresql12-server-12.22 \
postgresql12-libs-12.22 \
"$pg_audit_pkg" \
"$pg_squeeze_pkg" \
"$pg_failover_slots_pkg" \
Expand Down
12 changes: 6 additions & 6 deletions UBI/12/Dockerfile.multiarch.ubi9
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ FROM quay.io/enterprisedb/edb-ubi:9.4-1214.1729773476
LABEL name="PostgreSQL Container Images" \
vendor="EnterpriseDB" \
url="https://www.enterprisedb.com/" \
version="12.21" \
release="6" \
version="12.22" \
release="1" \
summary="PostgreSQL Container images." \
description="This Docker image contains PostgreSQL and Barman Cloud based on RedHat Universal Base Images (UBI) 9."

Expand Down Expand Up @@ -55,10 +55,10 @@ RUN --mount=type=secret,id=cs_token \
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.21 \
postgresql12-contrib-12.21 \
postgresql12-server-12.21 \
postgresql12-libs-12.21 \
postgresql12-12.22 \
postgresql12-contrib-12.22 \
postgresql12-server-12.22 \
postgresql12-libs-12.22 \
"$pg_audit_pkg" \
"$pg_squeeze_pkg" \
"$pg_failover_slots_pkg" \
Expand Down
12 changes: 6 additions & 6 deletions UBI/12/Dockerfile.multilang.ubi8
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ FROM quay.io/enterprisedb/edb-ubi:8.10-1132
LABEL name="PostgreSQL Container Images" \
vendor="EnterpriseDB" \
url="https://www.enterprisedb.com/" \
version="12.21" \
release="6" \
version="12.22" \
release="1" \
summary="PostgreSQL Container images." \
description="This Docker image contains PostgreSQL and Barman Cloud based on RedHat Universal Base Images (UBI) 8."

Expand All @@ -32,10 +32,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.21 \
postgresql12-contrib-12.21 \
postgresql12-server-12.21 \
postgresql12-libs-12.21 \
postgresql12-12.22 \
postgresql12-contrib-12.22 \
postgresql12-server-12.22 \
postgresql12-libs-12.22 \
pg_failover_slots_12 \
pg_squeeze_12 \
"$pg_audit_pkg" \
Expand Down
12 changes: 6 additions & 6 deletions UBI/12/Dockerfile.multilang.ubi9
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ FROM quay.io/enterprisedb/edb-ubi:9.4-1214.1729773476
LABEL name="PostgreSQL Container Images" \
vendor="EnterpriseDB" \
url="https://www.enterprisedb.com/" \
version="12.21" \
release="6" \
version="12.22" \
release="1" \
summary="PostgreSQL Container images." \
description="This Docker image contains PostgreSQL and Barman Cloud based on RedHat Universal Base Images (UBI) 9."

Expand All @@ -32,10 +32,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.21 \
postgresql12-contrib-12.21 \
postgresql12-server-12.21 \
postgresql12-libs-12.21 \
postgresql12-12.22 \
postgresql12-contrib-12.22 \
postgresql12-server-12.22 \
postgresql12-libs-12.22 \
pg_failover_slots_12 \
pg_squeeze_12 \
"$pg_audit_pkg" \
Expand Down
12 changes: 6 additions & 6 deletions UBI/12/Dockerfile.postgis-multiarch.ubi8
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ ARG SUBSCRIPTION_NAME
LABEL name="PostgreSQL + PostGIS Container Images" \
vendor="EnterpriseDB" \
url="https://www.enterprisedb.com/" \
version="12.21" \
release="6" \
version="12.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."

Expand Down Expand Up @@ -56,10 +56,10 @@ RUN --mount=type=secret,id=cs_token \
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.21 \
postgresql12-contrib-12.21 \
postgresql12-server-12.21 \
postgresql12-libs-12.21 \
postgresql12-12.22 \
postgresql12-contrib-12.22 \
postgresql12-server-12.22 \
postgresql12-libs-12.22 \
"$pg_audit_pkg" \
"$pg_squeeze_pkg" \
"$pg_failover_slots_pkg" \
Expand Down
12 changes: 6 additions & 6 deletions UBI/12/Dockerfile.postgis-multiarch.ubi9
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ ARG SUBSCRIPTION_NAME
LABEL name="PostgreSQL + PostGIS Container Images" \
vendor="EnterpriseDB" \
url="https://www.enterprisedb.com/" \
version="12.21" \
release="6" \
version="12.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) 9."

Expand Down Expand Up @@ -56,10 +56,10 @@ RUN --mount=type=secret,id=cs_token \
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.21 \
postgresql12-contrib-12.21 \
postgresql12-server-12.21 \
postgresql12-libs-12.21 \
postgresql12-12.22 \
postgresql12-contrib-12.22 \
postgresql12-server-12.22 \
postgresql12-libs-12.22 \
"$pg_audit_pkg" \
"$pg_squeeze_pkg" \
"$pg_failover_slots_pkg" \
Expand Down
12 changes: 6 additions & 6 deletions UBI/12/Dockerfile.postgis-multilang.ubi8
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ ARG SUBSCRIPTION_NAME
LABEL name="PostgreSQL + PostGIS Container Images" \
vendor="EnterpriseDB" \
url="https://www.enterprisedb.com/" \
version="12.21" \
release="6" \
version="12.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."

Expand All @@ -33,10 +33,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.21 \
postgresql12-contrib-12.21 \
postgresql12-server-12.21 \
postgresql12-libs-12.21 \
postgresql12-12.22 \
postgresql12-contrib-12.22 \
postgresql12-server-12.22 \
postgresql12-libs-12.22 \
pg_failover_slots_12 \
pg_squeeze_12 \
"$pg_audit_pkg" \
Expand Down
12 changes: 6 additions & 6 deletions UBI/12/Dockerfile.postgis-multilang.ubi9
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ ARG SUBSCRIPTION_NAME
LABEL name="PostgreSQL + PostGIS Container Images" \
vendor="EnterpriseDB" \
url="https://www.enterprisedb.com/" \
version="12.21" \
release="6" \
version="12.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) 9."

Expand All @@ -33,10 +33,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.21 \
postgresql12-contrib-12.21 \
postgresql12-server-12.21 \
postgresql12-libs-12.21 \
postgresql12-12.22 \
postgresql12-contrib-12.22 \
postgresql12-server-12.22 \
postgresql12-libs-12.22 \
pg_failover_slots_12 \
pg_squeeze_12 \
"$pg_audit_pkg" \
Expand Down
12 changes: 6 additions & 6 deletions UBI/12/Dockerfile.postgis.ubi8
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ ARG SUBSCRIPTION_NAME
LABEL name="PostgreSQL + PostGIS Container Images" \
vendor="EnterpriseDB" \
url="https://www.enterprisedb.com/" \
version="12.21" \
release="6" \
version="12.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."

Expand All @@ -32,10 +32,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.21 \
postgresql12-contrib-12.21 \
postgresql12-server-12.21 \
postgresql12-libs-12.21 \
postgresql12-12.22 \
postgresql12-contrib-12.22 \
postgresql12-server-12.22 \
postgresql12-libs-12.22 \
pg_failover_slots_12 \
pg_squeeze_12 \
"$pg_audit_pkg" \
Expand Down
12 changes: 6 additions & 6 deletions UBI/12/Dockerfile.postgis.ubi9
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ ARG SUBSCRIPTION_NAME
LABEL name="PostgreSQL + PostGIS Container Images" \
vendor="EnterpriseDB" \
url="https://www.enterprisedb.com/" \
version="12.21" \
release="6" \
version="12.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) 9."

Expand All @@ -32,10 +32,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.21 \
postgresql12-contrib-12.21 \
postgresql12-server-12.21 \
postgresql12-libs-12.21 \
postgresql12-12.22 \
postgresql12-contrib-12.22 \
postgresql12-server-12.22 \
postgresql12-libs-12.22 \
pg_failover_slots_12 \
pg_squeeze_12 \
"$pg_audit_pkg" \
Expand Down
12 changes: 6 additions & 6 deletions UBI/12/Dockerfile.ubi8
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ FROM quay.io/enterprisedb/edb-ubi:8.10-1132
LABEL name="PostgreSQL Container Images" \
vendor="EnterpriseDB" \
url="https://www.enterprisedb.com/" \
version="12.21" \
release="6" \
version="12.22" \
release="1" \
summary="PostgreSQL Container images." \
description="This Docker image contains PostgreSQL and Barman Cloud based on RedHat Universal Base Images (UBI) 8."

Expand All @@ -31,10 +31,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.21 \
postgresql12-contrib-12.21 \
postgresql12-server-12.21 \
postgresql12-libs-12.21 \
postgresql12-12.22 \
postgresql12-contrib-12.22 \
postgresql12-server-12.22 \
postgresql12-libs-12.22 \
pg_failover_slots_12 \
pg_squeeze_12 \
"$pg_audit_pkg" \
Expand Down
12 changes: 6 additions & 6 deletions UBI/12/Dockerfile.ubi9
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ FROM quay.io/enterprisedb/edb-ubi:9.4-1214.1729773476
LABEL name="PostgreSQL Container Images" \
vendor="EnterpriseDB" \
url="https://www.enterprisedb.com/" \
version="12.21" \
release="6" \
version="12.22" \
release="1" \
summary="PostgreSQL Container images." \
description="This Docker image contains PostgreSQL and Barman Cloud based on RedHat Universal Base Images (UBI) 9."

Expand All @@ -31,10 +31,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.21 \
postgresql12-contrib-12.21 \
postgresql12-server-12.21 \
postgresql12-libs-12.21 \
postgresql12-12.22 \
postgresql12-contrib-12.22 \
postgresql12-server-12.22 \
postgresql12-libs-12.22 \
pg_failover_slots_12 \
pg_squeeze_12 \
"$pg_audit_pkg" \
Expand Down
6 changes: 3 additions & 3 deletions UBI/12/root/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ azure-identity==1.19.0 \
azure-storage-blob==12.24.0 \
--hash=sha256:4f0bb4592ea79a2d986063696514c781c9e62be240f09f6397986e01755bc071 \
--hash=sha256:eaaaa1507c8c363d6e1d1342bd549938fdf1adec9b1ada8658c8f5bf3aea844e
barman[azure,cloud,google,snappy]==3.11.1 \
--hash=sha256:295b9b7e058e064338f66ca0d10e4892e784a2347f06e4a225164995f6114498 \
--hash=sha256:4f424f3327cb24fb82d6a29dc1cdf02222b950c447c78273273d6eb76d7ce8d7
barman[azure,cloud,google,snappy]==3.12.0.dev1830 \
--hash=sha256:28c66c9420c7754ce1326c47dd18e64d8f1229028a2f31bc143ef04da0ac3743 \
--hash=sha256:5da2d021892b3466e9d37e1b906473297051c2e4cde5744abc660d64dcb5550d
# via -r requirements.in
boto3==1.35.66 \
--hash=sha256:09a610f8cf4d3c22d4ca69c1f89079e3a1c82805ce94fa0eb4ecdd4d2ba6c4bc \
Expand Down
6 changes: 3 additions & 3 deletions UBI/13/.versions-ubi8.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"BARMAN_VERSION": "3.11.1",
"IMAGE_RELEASE_VERSION": "6",
"POSTGRES_VERSION": "13.17",
"BARMAN_VERSION": "3.12.0.dev1830",
"IMAGE_RELEASE_VERSION": "1",
"POSTGRES_VERSION": "13.18",
"UBI_VERSION": "8.10-1132"
}
6 changes: 3 additions & 3 deletions UBI/13/.versions-ubi9.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"BARMAN_VERSION": "3.11.1",
"IMAGE_RELEASE_VERSION": "6",
"POSTGRES_VERSION": "13.17",
"BARMAN_VERSION": "3.12.0.dev1830",
"IMAGE_RELEASE_VERSION": "1",
"POSTGRES_VERSION": "13.18",
"UBI_VERSION": "9.4-1214.1729773476"
}
Loading

0 comments on commit df42edb

Please sign in to comment.