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 Oct 29, 2024
1 parent ad460d9 commit 583fe12
Show file tree
Hide file tree
Showing 69 changed files with 237 additions and 153 deletions.
2 changes: 1 addition & 1 deletion UBI/12/.versions-postgis-ubi8.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"BARMAN_VERSION": "3.11.1",
"IMAGE_RELEASE_VERSION": "1",
"IMAGE_RELEASE_VERSION": "2",
"POSTGIS_VERSION": "3.4.3",
"POSTGRES_VERSION": "12.20",
"UBI_VERSION": "8.10-1088"
Expand Down
2 changes: 1 addition & 1 deletion UBI/12/.versions-postgis-ubi9.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"BARMAN_VERSION": "3.11.1",
"IMAGE_RELEASE_VERSION": "1",
"IMAGE_RELEASE_VERSION": "2",
"POSTGIS_VERSION": "3.4.3",
"POSTGRES_VERSION": "12.20",
"UBI_VERSION": "9.4-1214.1726694543"
Expand Down
2 changes: 1 addition & 1 deletion 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": "43",
"IMAGE_RELEASE_VERSION": "44",
"POSTGRES_VERSION": "12.20",
"UBI_VERSION": "8.10-1088"
}
2 changes: 1 addition & 1 deletion 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": "44",
"IMAGE_RELEASE_VERSION": "45",
"POSTGRES_VERSION": "12.20",
"UBI_VERSION": "9.4-1214.1726694543"
}
10 changes: 7 additions & 3 deletions UBI/12/Dockerfile.multiarch.ubi8
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ LABEL name="PostgreSQL Container Images" \
vendor="EnterpriseDB" \
url="https://www.enterprisedb.com/" \
version="12.20" \
release="43" \
release="44" \
summary="PostgreSQL Container images." \
description="This Docker image contains PostgreSQL and Barman Cloud based on RedHat Universal Base Images (UBI) 8."

Expand All @@ -21,6 +21,7 @@ RUN --mount=type=secret,id=cs_token \
pg_squeeze_pkg="pg_squeeze_12" ; \
pgvector="pgvector_12" ; \
pg_audit_pkg="pgaudit14_12" ; \
wal2json_pkg="wal2json_12" ; \
case $ARCH in \
amd64) \
yum -y install "${base_url}/EL-8-x86_64/pgdg-redhat-repo-latest.noarch.rpm" ; \
Expand All @@ -36,14 +37,16 @@ RUN --mount=type=secret,id=cs_token \
pg_squeeze_pkg="edb-pg12-pg-squeeze1" ; \
pgvector="edb-pg12-pgvector0" ; \
pg_audit_pkg="edb-pg12-pgaudit1" ; \
if [ "12" -gt "15" ]; then pg_audit_pkg="edb-pg12-pgaudit12"; fi ;; \
if [ "12" -gt "15" ]; then pg_audit_pkg="edb-pg12-pgaudit12"; fi ; \
wal2json_pkg="edb-pg12-wal2json2" ;; \
s390x) \
curl -u token:$(cat /run/secrets/cs_token) -1sLf https://downloads.enterprisedb.com/basic/edb/setup.rpm.sh | bash ; \
pg_failover_slots_pkg="edb-pg12-pg-failover-slots1" ; \
pg_squeeze_pkg="edb-pg12-pg-squeeze1" ; \
pgvector="edb-pg12-pgvector0" ; \
pg_audit_pkg="edb-pg12-pgaudit1" ; \
if [ "12" -gt "15" ]; then pg_audit_pkg="edb-pg12-pgaudit12"; fi ;; \
if [ "12" -gt "15" ]; then pg_audit_pkg="edb-pg12-pgaudit12"; fi ; \
wal2json_pkg="edb-pg12-wal2json2" ;; \
*) \
exit 1 ;; \
esac ; \
Expand All @@ -60,6 +63,7 @@ RUN --mount=type=secret,id=cs_token \
"$pg_squeeze_pkg" \
"$pg_failover_slots_pkg" \
"$pgvector" \
"$wal2json_pkg" \
; \
rm -fr /etc/yum.repos.d/enterprisedb-*.repo ; \
rm -fr /tmp/* ; \
Expand Down
10 changes: 7 additions & 3 deletions UBI/12/Dockerfile.multiarch.ubi9
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ LABEL name="PostgreSQL Container Images" \
vendor="EnterpriseDB" \
url="https://www.enterprisedb.com/" \
version="12.20" \
release="44" \
release="45" \
summary="PostgreSQL Container images." \
description="This Docker image contains PostgreSQL and Barman Cloud based on RedHat Universal Base Images (UBI) 9."

Expand All @@ -21,6 +21,7 @@ RUN --mount=type=secret,id=cs_token \
pg_squeeze_pkg="pg_squeeze_12" ; \
pgvector="pgvector_12" ; \
pg_audit_pkg="pgaudit14_12" ; \
wal2json_pkg="wal2json_12" ; \
case $ARCH in \
amd64) \
yum -y install "${base_url}/EL-9-x86_64/pgdg-redhat-repo-latest.noarch.rpm" ; \
Expand All @@ -36,14 +37,16 @@ RUN --mount=type=secret,id=cs_token \
pg_squeeze_pkg="edb-pg12-pg-squeeze1" ; \
pgvector="edb-pg12-pgvector0" ; \
pg_audit_pkg="edb-pg12-pgaudit1" ; \
if [ "12" -gt "15" ]; then pg_audit_pkg="edb-pg12-pgaudit12"; fi ;; \
if [ "12" -gt "15" ]; then pg_audit_pkg="edb-pg12-pgaudit12"; fi ; \
wal2json_pkg="edb-pg12-wal2json2" ;; \
s390x) \
curl -u token:$(cat /run/secrets/cs_token) -1sLf https://downloads.enterprisedb.com/basic/edb/setup.rpm.sh | bash ; \
pg_failover_slots_pkg="edb-pg12-pg-failover-slots1" ; \
pg_squeeze_pkg="edb-pg12-pg-squeeze1" ; \
pgvector="edb-pg12-pgvector0" ; \
pg_audit_pkg="edb-pg12-pgaudit1" ; \
if [ "12" -gt "15" ]; then pg_audit_pkg="edb-pg12-pgaudit12"; fi ;; \
if [ "12" -gt "15" ]; then pg_audit_pkg="edb-pg12-pgaudit12"; fi ; \
wal2json_pkg="edb-pg12-wal2json2" ;; \
*) \
exit 1 ;; \
esac ; \
Expand All @@ -60,6 +63,7 @@ RUN --mount=type=secret,id=cs_token \
"$pg_squeeze_pkg" \
"$pg_failover_slots_pkg" \
"$pgvector" \
"$wal2json_pkg" \
; \
rm -fr /etc/yum.repos.d/enterprisedb-*.repo ; \
rm -fr /tmp/* ; \
Expand Down
3 changes: 2 additions & 1 deletion UBI/12/Dockerfile.multilang.ubi8
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ LABEL name="PostgreSQL Container Images" \
vendor="EnterpriseDB" \
url="https://www.enterprisedb.com/" \
version="12.20" \
release="43" \
release="44" \
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 @@ -40,6 +40,7 @@ RUN set -xe ; \
pg_squeeze_12 \
"$pg_audit_pkg" \
pgvector_12 \
wal2json_12 \
; \
rm -fr /tmp/* ; \
yum -y clean all --enablerepo='*'
Expand Down
3 changes: 2 additions & 1 deletion UBI/12/Dockerfile.multilang.ubi9
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ LABEL name="PostgreSQL Container Images" \
vendor="EnterpriseDB" \
url="https://www.enterprisedb.com/" \
version="12.20" \
release="44" \
release="45" \
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 @@ -40,6 +40,7 @@ RUN set -xe ; \
pg_squeeze_12 \
"$pg_audit_pkg" \
pgvector_12 \
wal2json_12 \
; \
rm -fr /tmp/* ; \
yum -y clean all --enablerepo='*'
Expand Down
10 changes: 7 additions & 3 deletions UBI/12/Dockerfile.postgis-multiarch.ubi8
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ LABEL name="PostgreSQL + PostGIS Container Images" \
vendor="EnterpriseDB" \
url="https://www.enterprisedb.com/" \
version="12.20" \
release="1" \
release="2" \
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 @@ -22,6 +22,7 @@ RUN --mount=type=secret,id=cs_token \
pg_squeeze_pkg="pg_squeeze_12" ; \
pgvector="pgvector_12" ; \
pg_audit_pkg="pgaudit14_12" ; \
wal2json_pkg="wal2json_12" ; \
case $ARCH in \
amd64) \
yum -y install "${base_url}/EL-8-x86_64/pgdg-redhat-repo-latest.noarch.rpm" ; \
Expand All @@ -37,14 +38,16 @@ RUN --mount=type=secret,id=cs_token \
pg_squeeze_pkg="edb-pg12-pg-squeeze1" ; \
pgvector="edb-pg12-pgvector0" ; \
pg_audit_pkg="edb-pg12-pgaudit1" ; \
if [ "12" -gt "15" ]; then pg_audit_pkg="edb-pg12-pgaudit12"; fi ;; \
if [ "12" -gt "15" ]; then pg_audit_pkg="edb-pg12-pgaudit12"; fi ; \
wal2json_pkg="edb-pg12-wal2json2" ;; \
s390x) \
curl -u token:$(cat /run/secrets/cs_token) -1sLf https://downloads.enterprisedb.com/basic/edb/setup.rpm.sh | bash ; \
pg_failover_slots_pkg="edb-pg12-pg-failover-slots1" ; \
pg_squeeze_pkg="edb-pg12-pg-squeeze1" ; \
pgvector="edb-pg12-pgvector0" ; \
pg_audit_pkg="edb-pg12-pgaudit1" ; \
if [ "12" -gt "15" ]; then pg_audit_pkg="edb-pg12-pgaudit12"; fi ;; \
if [ "12" -gt "15" ]; then pg_audit_pkg="edb-pg12-pgaudit12"; fi ; \
wal2json_pkg="edb-pg12-wal2json2" ;; \
*) \
exit 1 ;; \
esac ; \
Expand All @@ -61,6 +64,7 @@ RUN --mount=type=secret,id=cs_token \
"$pg_squeeze_pkg" \
"$pg_failover_slots_pkg" \
"$pgvector" \
"$wal2json_pkg" \
; \
rm -fr /etc/yum.repos.d/enterprisedb-*.repo ; \
rm -fr /tmp/* ; \
Expand Down
10 changes: 7 additions & 3 deletions UBI/12/Dockerfile.postgis-multiarch.ubi9
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ LABEL name="PostgreSQL + PostGIS Container Images" \
vendor="EnterpriseDB" \
url="https://www.enterprisedb.com/" \
version="12.20" \
release="1" \
release="2" \
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 @@ -22,6 +22,7 @@ RUN --mount=type=secret,id=cs_token \
pg_squeeze_pkg="pg_squeeze_12" ; \
pgvector="pgvector_12" ; \
pg_audit_pkg="pgaudit14_12" ; \
wal2json_pkg="wal2json_12" ; \
case $ARCH in \
amd64) \
yum -y install "${base_url}/EL-9-x86_64/pgdg-redhat-repo-latest.noarch.rpm" ; \
Expand All @@ -37,14 +38,16 @@ RUN --mount=type=secret,id=cs_token \
pg_squeeze_pkg="edb-pg12-pg-squeeze1" ; \
pgvector="edb-pg12-pgvector0" ; \
pg_audit_pkg="edb-pg12-pgaudit1" ; \
if [ "12" -gt "15" ]; then pg_audit_pkg="edb-pg12-pgaudit12"; fi ;; \
if [ "12" -gt "15" ]; then pg_audit_pkg="edb-pg12-pgaudit12"; fi ; \
wal2json_pkg="edb-pg12-wal2json2" ;; \
s390x) \
curl -u token:$(cat /run/secrets/cs_token) -1sLf https://downloads.enterprisedb.com/basic/edb/setup.rpm.sh | bash ; \
pg_failover_slots_pkg="edb-pg12-pg-failover-slots1" ; \
pg_squeeze_pkg="edb-pg12-pg-squeeze1" ; \
pgvector="edb-pg12-pgvector0" ; \
pg_audit_pkg="edb-pg12-pgaudit1" ; \
if [ "12" -gt "15" ]; then pg_audit_pkg="edb-pg12-pgaudit12"; fi ;; \
if [ "12" -gt "15" ]; then pg_audit_pkg="edb-pg12-pgaudit12"; fi ; \
wal2json_pkg="edb-pg12-wal2json2" ;; \
*) \
exit 1 ;; \
esac ; \
Expand All @@ -61,6 +64,7 @@ RUN --mount=type=secret,id=cs_token \
"$pg_squeeze_pkg" \
"$pg_failover_slots_pkg" \
"$pgvector" \
"$wal2json_pkg" \
; \
rm -fr /etc/yum.repos.d/enterprisedb-*.repo ; \
rm -fr /tmp/* ; \
Expand Down
3 changes: 2 additions & 1 deletion UBI/12/Dockerfile.postgis-multilang.ubi8
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ LABEL name="PostgreSQL + PostGIS Container Images" \
vendor="EnterpriseDB" \
url="https://www.enterprisedb.com/" \
version="12.20" \
release="1" \
release="2" \
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 @@ -41,6 +41,7 @@ RUN set -xe ; \
pg_squeeze_12 \
"$pg_audit_pkg" \
pgvector_12 \
wal2json_12 \
; \
rm -fr /tmp/* ; \
yum -y clean all --enablerepo='*'
Expand Down
3 changes: 2 additions & 1 deletion UBI/12/Dockerfile.postgis-multilang.ubi9
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ LABEL name="PostgreSQL + PostGIS Container Images" \
vendor="EnterpriseDB" \
url="https://www.enterprisedb.com/" \
version="12.20" \
release="1" \
release="2" \
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 @@ -41,6 +41,7 @@ RUN set -xe ; \
pg_squeeze_12 \
"$pg_audit_pkg" \
pgvector_12 \
wal2json_12 \
; \
rm -fr /tmp/* ; \
yum -y clean all --enablerepo='*'
Expand Down
3 changes: 2 additions & 1 deletion UBI/12/Dockerfile.postgis.ubi8
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ LABEL name="PostgreSQL + PostGIS Container Images" \
vendor="EnterpriseDB" \
url="https://www.enterprisedb.com/" \
version="12.20" \
release="1" \
release="2" \
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 @@ -40,6 +40,7 @@ RUN set -xe ; \
pg_squeeze_12 \
"$pg_audit_pkg" \
pgvector_12 \
wal2json_12 \
; \
rm -fr /tmp/* ; \
yum -y clean all --enablerepo='*'
Expand Down
3 changes: 2 additions & 1 deletion UBI/12/Dockerfile.postgis.ubi9
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ LABEL name="PostgreSQL + PostGIS Container Images" \
vendor="EnterpriseDB" \
url="https://www.enterprisedb.com/" \
version="12.20" \
release="1" \
release="2" \
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 @@ -40,6 +40,7 @@ RUN set -xe ; \
pg_squeeze_12 \
"$pg_audit_pkg" \
pgvector_12 \
wal2json_12 \
; \
rm -fr /tmp/* ; \
yum -y clean all --enablerepo='*'
Expand Down
3 changes: 2 additions & 1 deletion UBI/12/Dockerfile.ubi8
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ LABEL name="PostgreSQL Container Images" \
vendor="EnterpriseDB" \
url="https://www.enterprisedb.com/" \
version="12.20" \
release="43" \
release="44" \
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 @@ -39,6 +39,7 @@ RUN set -xe ; \
pg_squeeze_12 \
"$pg_audit_pkg" \
pgvector_12 \
wal2json_12 \
; \
rm -fr /tmp/* ; \
yum -y clean all --enablerepo='*'
Expand Down
3 changes: 2 additions & 1 deletion UBI/12/Dockerfile.ubi9
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ LABEL name="PostgreSQL Container Images" \
vendor="EnterpriseDB" \
url="https://www.enterprisedb.com/" \
version="12.20" \
release="44" \
release="45" \
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 @@ -39,6 +39,7 @@ RUN set -xe ; \
pg_squeeze_12 \
"$pg_audit_pkg" \
pgvector_12 \
wal2json_12 \
; \
rm -fr /tmp/* ; \
yum -y clean all --enablerepo='*'
Expand Down
18 changes: 9 additions & 9 deletions UBI/12/root/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.49 \
--hash=sha256:b660c649a27a6b47a34f6f858f5bd7c3b0a798a16dec8dda7cbebeee80fd1f60 \
--hash=sha256:ddecb27f5699ca9f97711c52b6c0652c2e63bf6c2bfbc13b819b4f523b4d30ff
botocore==1.35.49 \
--hash=sha256:07d0c1325fdbfa49a4a054413dbdeab0a6030449b2aa66099241af2dac48afd8 \
--hash=sha256:aed4d3643afd702920792b68fbe712a8c3847993820d1048cd238a6469354da1
boto3==1.35.50 \
--hash=sha256:14724b905fd13f26d9d8f7cdcea0fa65a9acad79f60f41f7662667f4e233d97c \
--hash=sha256:4f15d1ccb481d66f6925b8c91c970ce41b956b6ecf7c479f23e2159531b37eec
botocore==1.35.50 \
--hash=sha256:136ecef8d5a1088f1ba485c0bbfca40abd42b9f9fe9e11d8cde4e53b4c05b188 \
--hash=sha256:965d3b99179ac04aa98e4c4baf4a970ebce77a5e02bb2a0a21cb6304e2bc0955
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -340,9 +340,9 @@ cryptography==43.0.3 \
# azure-storage-blob
# msal
# pyjwt
google-api-core==2.21.0 \
--hash=sha256:4a152fd11a9f774ea606388d423b68aa7e6d6a0ffe4c8266f74979613ec09f81 \
--hash=sha256:6869eacb2a37720380ba5898312af79a4d30b8bca1548fb4093e0697dc4bdf5d
google-api-core==2.22.0 \
--hash=sha256:26f8d76b96477db42b55fd02a33aae4a42ec8b86b98b94969b7333a2c828bf35 \
--hash=sha256:a6652b6bd51303902494998626653671703c420f6f4c88cfd3f50ed723e9d021
# via
# google-cloud-core
# google-cloud-storage
Expand Down
2 changes: 1 addition & 1 deletion 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": "43",
"IMAGE_RELEASE_VERSION": "44",
"POSTGRES_VERSION": "13.16",
"UBI_VERSION": "8.10-1088"
}
2 changes: 1 addition & 1 deletion 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": "44",
"IMAGE_RELEASE_VERSION": "45",
"POSTGRES_VERSION": "13.16",
"UBI_VERSION": "9.4-1214.1726694543"
}
Loading

0 comments on commit 583fe12

Please sign in to comment.