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 8, 2024
1 parent ba57327 commit c78046c
Show file tree
Hide file tree
Showing 69 changed files with 166 additions and 166 deletions.
4 changes: 2 additions & 2 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": "7",
"IMAGE_RELEASE_VERSION": "8",
"POSTGIS_VERSION": "3.4.3",
"POSTGRES_VERSION": "12.20",
"UBI_VERSION": "8.10-1088"
"UBI_VERSION": "8.10-1132"
}
4 changes: 2 additions & 2 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": "7",
"IMAGE_RELEASE_VERSION": "8",
"POSTGIS_VERSION": "3.4.3",
"POSTGRES_VERSION": "12.20",
"UBI_VERSION": "9.4-1214.1726694543"
"UBI_VERSION": "9.4-1214.1729773476"
}
4 changes: 2 additions & 2 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": "49",
"IMAGE_RELEASE_VERSION": "50",
"POSTGRES_VERSION": "12.20",
"UBI_VERSION": "8.10-1088"
"UBI_VERSION": "8.10-1132"
}
4 changes: 2 additions & 2 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": "50",
"IMAGE_RELEASE_VERSION": "51",
"POSTGRES_VERSION": "12.20",
"UBI_VERSION": "9.4-1214.1726694543"
"UBI_VERSION": "9.4-1214.1729773476"
}
4 changes: 2 additions & 2 deletions UBI/12/Dockerfile.multiarch.ubi8
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# vim:set ft=dockerfile:
FROM quay.io/enterprisedb/edb-ubi:8.10-1088
FROM quay.io/enterprisedb/edb-ubi:8.10-1132

# Do not split the description, otherwise we will see a blank space in the labels
LABEL name="PostgreSQL Container Images" \
vendor="EnterpriseDB" \
url="https://www.enterprisedb.com/" \
version="12.20" \
release="49" \
release="50" \
summary="PostgreSQL Container images." \
description="This Docker image contains PostgreSQL and Barman Cloud based on RedHat Universal Base Images (UBI) 8."

Expand Down
4 changes: 2 additions & 2 deletions UBI/12/Dockerfile.multiarch.ubi9
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# vim:set ft=dockerfile:
FROM quay.io/enterprisedb/edb-ubi:9.4-1214.1726694543
FROM quay.io/enterprisedb/edb-ubi:9.4-1214.1729773476

# Do not split the description, otherwise we will see a blank space in the labels
LABEL name="PostgreSQL Container Images" \
vendor="EnterpriseDB" \
url="https://www.enterprisedb.com/" \
version="12.20" \
release="50" \
release="51" \
summary="PostgreSQL Container images." \
description="This Docker image contains PostgreSQL and Barman Cloud based on RedHat Universal Base Images (UBI) 9."

Expand Down
4 changes: 2 additions & 2 deletions UBI/12/Dockerfile.multilang.ubi8
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# vim:set ft=dockerfile:
FROM quay.io/enterprisedb/edb-ubi:8.10-1088
FROM quay.io/enterprisedb/edb-ubi:8.10-1132

# Do not split the description, otherwise we will see a blank space in the labels
LABEL name="PostgreSQL Container Images" \
vendor="EnterpriseDB" \
url="https://www.enterprisedb.com/" \
version="12.20" \
release="49" \
release="50" \
summary="PostgreSQL Container images." \
description="This Docker image contains PostgreSQL and Barman Cloud based on RedHat Universal Base Images (UBI) 8."

Expand Down
4 changes: 2 additions & 2 deletions UBI/12/Dockerfile.multilang.ubi9
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# vim:set ft=dockerfile:
FROM quay.io/enterprisedb/edb-ubi:9.4-1214.1726694543
FROM quay.io/enterprisedb/edb-ubi:9.4-1214.1729773476

# Do not split the description, otherwise we will see a blank space in the labels
LABEL name="PostgreSQL Container Images" \
vendor="EnterpriseDB" \
url="https://www.enterprisedb.com/" \
version="12.20" \
release="50" \
release="51" \
summary="PostgreSQL Container images." \
description="This Docker image contains PostgreSQL and Barman Cloud based on RedHat Universal Base Images (UBI) 9."

Expand Down
4 changes: 2 additions & 2 deletions UBI/12/Dockerfile.postgis-multiarch.ubi8
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# vim:set ft=dockerfile:
FROM quay.io/enterprisedb/edb-ubi:8.10-1088
FROM quay.io/enterprisedb/edb-ubi:8.10-1132
ARG SUBSCRIPTION_NAME

# Do not split the description, otherwise we will see a blank space in the labels
LABEL name="PostgreSQL + PostGIS Container Images" \
vendor="EnterpriseDB" \
url="https://www.enterprisedb.com/" \
version="12.20" \
release="7" \
release="8" \
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
4 changes: 2 additions & 2 deletions UBI/12/Dockerfile.postgis-multiarch.ubi9
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# vim:set ft=dockerfile:
FROM quay.io/enterprisedb/edb-ubi:9.4-1214.1726694543
FROM quay.io/enterprisedb/edb-ubi:9.4-1214.1729773476
ARG SUBSCRIPTION_NAME

# Do not split the description, otherwise we will see a blank space in the labels
LABEL name="PostgreSQL + PostGIS Container Images" \
vendor="EnterpriseDB" \
url="https://www.enterprisedb.com/" \
version="12.20" \
release="7" \
release="8" \
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
4 changes: 2 additions & 2 deletions UBI/12/Dockerfile.postgis-multilang.ubi8
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# vim:set ft=dockerfile:
FROM quay.io/enterprisedb/edb-ubi:8.10-1088
FROM quay.io/enterprisedb/edb-ubi:8.10-1132
ARG SUBSCRIPTION_NAME

# Do not split the description, otherwise we will see a blank space in the labels
LABEL name="PostgreSQL + PostGIS Container Images" \
vendor="EnterpriseDB" \
url="https://www.enterprisedb.com/" \
version="12.20" \
release="7" \
release="8" \
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
4 changes: 2 additions & 2 deletions UBI/12/Dockerfile.postgis-multilang.ubi9
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# vim:set ft=dockerfile:
FROM quay.io/enterprisedb/edb-ubi:9.4-1214.1726694543
FROM quay.io/enterprisedb/edb-ubi:9.4-1214.1729773476
ARG SUBSCRIPTION_NAME

# Do not split the description, otherwise we will see a blank space in the labels
LABEL name="PostgreSQL + PostGIS Container Images" \
vendor="EnterpriseDB" \
url="https://www.enterprisedb.com/" \
version="12.20" \
release="7" \
release="8" \
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
4 changes: 2 additions & 2 deletions UBI/12/Dockerfile.postgis.ubi8
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# vim:set ft=dockerfile:
FROM quay.io/enterprisedb/edb-ubi:8.10-1088
FROM quay.io/enterprisedb/edb-ubi:8.10-1132
ARG SUBSCRIPTION_NAME

# Do not split the description, otherwise we will see a blank space in the labels
LABEL name="PostgreSQL + PostGIS Container Images" \
vendor="EnterpriseDB" \
url="https://www.enterprisedb.com/" \
version="12.20" \
release="7" \
release="8" \
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
4 changes: 2 additions & 2 deletions UBI/12/Dockerfile.postgis.ubi9
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# vim:set ft=dockerfile:
FROM quay.io/enterprisedb/edb-ubi:9.4-1214.1726694543
FROM quay.io/enterprisedb/edb-ubi:9.4-1214.1729773476
ARG SUBSCRIPTION_NAME

# Do not split the description, otherwise we will see a blank space in the labels
LABEL name="PostgreSQL + PostGIS Container Images" \
vendor="EnterpriseDB" \
url="https://www.enterprisedb.com/" \
version="12.20" \
release="7" \
release="8" \
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
4 changes: 2 additions & 2 deletions UBI/12/Dockerfile.ubi8
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# vim:set ft=dockerfile:
FROM quay.io/enterprisedb/edb-ubi:8.10-1088
FROM quay.io/enterprisedb/edb-ubi:8.10-1132

# Do not split the description, otherwise we will see a blank space in the labels
LABEL name="PostgreSQL Container Images" \
vendor="EnterpriseDB" \
url="https://www.enterprisedb.com/" \
version="12.20" \
release="49" \
release="50" \
summary="PostgreSQL Container images." \
description="This Docker image contains PostgreSQL and Barman Cloud based on RedHat Universal Base Images (UBI) 8."

Expand Down
4 changes: 2 additions & 2 deletions UBI/12/Dockerfile.ubi9
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# vim:set ft=dockerfile:
FROM quay.io/enterprisedb/edb-ubi:9.4-1214.1726694543
FROM quay.io/enterprisedb/edb-ubi:9.4-1214.1729773476

# Do not split the description, otherwise we will see a blank space in the labels
LABEL name="PostgreSQL Container Images" \
vendor="EnterpriseDB" \
url="https://www.enterprisedb.com/" \
version="12.20" \
release="50" \
release="51" \
summary="PostgreSQL Container images." \
description="This Docker image contains PostgreSQL and Barman Cloud based on RedHat Universal Base Images (UBI) 9."

Expand Down
12 changes: 6 additions & 6 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.55 \
--hash=sha256:82fa8cdb00731aeffe7a5829821ae78d75c7ae959b638c15ff3b4681192ace90 \
--hash=sha256:c7a0a0bc5ae3bed5d38e8bfe5a56b31621e79bdd7c1ea6e5ba4326d820cde3a5
botocore==1.35.55 \
--hash=sha256:3d54739e498534c9d7a6e9732ae2d17ed29c7d5e29fe36c956d8488b859538b0 \
--hash=sha256:61ae18f688250372d7b6046e35c86f8fd09a7c0f0064b52688f3490b4d6c9d6b
boto3==1.35.56 \
--hash=sha256:6fcc510a4e747e85f84046b0ba0e5b178e89ba0f8ac9e2b6ebb4cc925c68c23b \
--hash=sha256:d04608cf40f429025eb66b52b835bdc333436022918788853ed0bbbba6dd2f09
botocore==1.35.56 \
--hash=sha256:4be97f7bc1fbf33ad71ee1b678cea0ecf9638e61d5f566a46f261cde969dd690 \
--hash=sha256:8a9e752c8e87a423575ac528340a35d4318b8576ae4c6e0acfe5a3867f6bbccf
# via
# boto3
# s3transfer
Expand Down
4 changes: 2 additions & 2 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": "49",
"IMAGE_RELEASE_VERSION": "50",
"POSTGRES_VERSION": "13.16",
"UBI_VERSION": "8.10-1088"
"UBI_VERSION": "8.10-1132"
}
4 changes: 2 additions & 2 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": "50",
"IMAGE_RELEASE_VERSION": "51",
"POSTGRES_VERSION": "13.16",
"UBI_VERSION": "9.4-1214.1726694543"
"UBI_VERSION": "9.4-1214.1729773476"
}
4 changes: 2 additions & 2 deletions UBI/13/Dockerfile.multiarch.ubi8
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# vim:set ft=dockerfile:
FROM quay.io/enterprisedb/edb-ubi:8.10-1088
FROM quay.io/enterprisedb/edb-ubi:8.10-1132

# Do not split the description, otherwise we will see a blank space in the labels
LABEL name="PostgreSQL Container Images" \
vendor="EnterpriseDB" \
url="https://www.enterprisedb.com/" \
version="13.16" \
release="49" \
release="50" \
summary="PostgreSQL Container images." \
description="This Docker image contains PostgreSQL and Barman Cloud based on RedHat Universal Base Images (UBI) 8."

Expand Down
4 changes: 2 additions & 2 deletions UBI/13/Dockerfile.multiarch.ubi9
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# vim:set ft=dockerfile:
FROM quay.io/enterprisedb/edb-ubi:9.4-1214.1726694543
FROM quay.io/enterprisedb/edb-ubi:9.4-1214.1729773476

# Do not split the description, otherwise we will see a blank space in the labels
LABEL name="PostgreSQL Container Images" \
vendor="EnterpriseDB" \
url="https://www.enterprisedb.com/" \
version="13.16" \
release="50" \
release="51" \
summary="PostgreSQL Container images." \
description="This Docker image contains PostgreSQL and Barman Cloud based on RedHat Universal Base Images (UBI) 9."

Expand Down
4 changes: 2 additions & 2 deletions UBI/13/Dockerfile.multilang.ubi8
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# vim:set ft=dockerfile:
FROM quay.io/enterprisedb/edb-ubi:8.10-1088
FROM quay.io/enterprisedb/edb-ubi:8.10-1132

# Do not split the description, otherwise we will see a blank space in the labels
LABEL name="PostgreSQL Container Images" \
vendor="EnterpriseDB" \
url="https://www.enterprisedb.com/" \
version="13.16" \
release="49" \
release="50" \
summary="PostgreSQL Container images." \
description="This Docker image contains PostgreSQL and Barman Cloud based on RedHat Universal Base Images (UBI) 8."

Expand Down
4 changes: 2 additions & 2 deletions UBI/13/Dockerfile.multilang.ubi9
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# vim:set ft=dockerfile:
FROM quay.io/enterprisedb/edb-ubi:9.4-1214.1726694543
FROM quay.io/enterprisedb/edb-ubi:9.4-1214.1729773476

# Do not split the description, otherwise we will see a blank space in the labels
LABEL name="PostgreSQL Container Images" \
vendor="EnterpriseDB" \
url="https://www.enterprisedb.com/" \
version="13.16" \
release="50" \
release="51" \
summary="PostgreSQL Container images." \
description="This Docker image contains PostgreSQL and Barman Cloud based on RedHat Universal Base Images (UBI) 9."

Expand Down
4 changes: 2 additions & 2 deletions UBI/13/Dockerfile.ubi8
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# vim:set ft=dockerfile:
FROM quay.io/enterprisedb/edb-ubi:8.10-1088
FROM quay.io/enterprisedb/edb-ubi:8.10-1132

# Do not split the description, otherwise we will see a blank space in the labels
LABEL name="PostgreSQL Container Images" \
vendor="EnterpriseDB" \
url="https://www.enterprisedb.com/" \
version="13.16" \
release="49" \
release="50" \
summary="PostgreSQL Container images." \
description="This Docker image contains PostgreSQL and Barman Cloud based on RedHat Universal Base Images (UBI) 8."

Expand Down
4 changes: 2 additions & 2 deletions UBI/13/Dockerfile.ubi9
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# vim:set ft=dockerfile:
FROM quay.io/enterprisedb/edb-ubi:9.4-1214.1726694543
FROM quay.io/enterprisedb/edb-ubi:9.4-1214.1729773476

# Do not split the description, otherwise we will see a blank space in the labels
LABEL name="PostgreSQL Container Images" \
vendor="EnterpriseDB" \
url="https://www.enterprisedb.com/" \
version="13.16" \
release="50" \
release="51" \
summary="PostgreSQL Container images." \
description="This Docker image contains PostgreSQL and Barman Cloud based on RedHat Universal Base Images (UBI) 9."

Expand Down
12 changes: 6 additions & 6 deletions UBI/13/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.55 \
--hash=sha256:82fa8cdb00731aeffe7a5829821ae78d75c7ae959b638c15ff3b4681192ace90 \
--hash=sha256:c7a0a0bc5ae3bed5d38e8bfe5a56b31621e79bdd7c1ea6e5ba4326d820cde3a5
botocore==1.35.55 \
--hash=sha256:3d54739e498534c9d7a6e9732ae2d17ed29c7d5e29fe36c956d8488b859538b0 \
--hash=sha256:61ae18f688250372d7b6046e35c86f8fd09a7c0f0064b52688f3490b4d6c9d6b
boto3==1.35.56 \
--hash=sha256:6fcc510a4e747e85f84046b0ba0e5b178e89ba0f8ac9e2b6ebb4cc925c68c23b \
--hash=sha256:d04608cf40f429025eb66b52b835bdc333436022918788853ed0bbbba6dd2f09
botocore==1.35.56 \
--hash=sha256:4be97f7bc1fbf33ad71ee1b678cea0ecf9638e61d5f566a46f261cde969dd690 \
--hash=sha256:8a9e752c8e87a423575ac528340a35d4318b8576ae4c6e0acfe5a3867f6bbccf
# via
# boto3
# s3transfer
Expand Down
4 changes: 2 additions & 2 deletions UBI/14/.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": "49",
"IMAGE_RELEASE_VERSION": "50",
"POSTGRES_VERSION": "14.13",
"UBI_VERSION": "8.10-1088"
"UBI_VERSION": "8.10-1132"
}
4 changes: 2 additions & 2 deletions UBI/14/.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": "50",
"IMAGE_RELEASE_VERSION": "51",
"POSTGRES_VERSION": "14.13",
"UBI_VERSION": "9.4-1214.1726694543"
"UBI_VERSION": "9.4-1214.1729773476"
}
Loading

0 comments on commit c78046c

Please sign in to comment.