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 Sep 6, 2024
1 parent 402c00c commit cdb2dfa
Show file tree
Hide file tree
Showing 42 changed files with 84 additions and 84 deletions.
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": "4",
"IMAGE_RELEASE_VERSION": "5",
"POSTGIS_VERSION": "3.4.2",
"POSTGRES_VERSION": "12.20",
"UBI_VERSION": "9.4-1181.1724035907"
"UBI_VERSION": "9.4-1214"
}
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": "4",
"IMAGE_RELEASE_VERSION": "5",
"POSTGRES_VERSION": "12.20",
"UBI_VERSION": "9.4-1181.1724035907"
"UBI_VERSION": "9.4-1214"
}
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-1181.1724035907
FROM quay.io/enterprisedb/edb-ubi:9.4-1214

# 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="4" \
release="5" \
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.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-1181.1724035907
FROM quay.io/enterprisedb/edb-ubi:9.4-1214

# 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="4" \
release="5" \
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.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-1181.1724035907
FROM quay.io/enterprisedb/edb-ubi:9.4-1214
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="4" \
release="5" \
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.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-1181.1724035907
FROM quay.io/enterprisedb/edb-ubi:9.4-1214
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="4" \
release="5" \
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.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-1181.1724035907
FROM quay.io/enterprisedb/edb-ubi:9.4-1214
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="4" \
release="5" \
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.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-1181.1724035907
FROM quay.io/enterprisedb/edb-ubi:9.4-1214

# 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="4" \
release="5" \
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/.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": "4",
"IMAGE_RELEASE_VERSION": "5",
"POSTGIS_VERSION": "3.4.2",
"POSTGRES_VERSION": "13.16",
"UBI_VERSION": "9.4-1181.1724035907"
"UBI_VERSION": "9.4-1214"
}
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": "4",
"IMAGE_RELEASE_VERSION": "5",
"POSTGRES_VERSION": "13.16",
"UBI_VERSION": "9.4-1181.1724035907"
"UBI_VERSION": "9.4-1214"
}
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-1181.1724035907
FROM quay.io/enterprisedb/edb-ubi:9.4-1214

# 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="4" \
release="5" \
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.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-1181.1724035907
FROM quay.io/enterprisedb/edb-ubi:9.4-1214

# 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="4" \
release="5" \
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.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-1181.1724035907
FROM quay.io/enterprisedb/edb-ubi:9.4-1214
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="13.16" \
release="4" \
release="5" \
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/13/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-1181.1724035907
FROM quay.io/enterprisedb/edb-ubi:9.4-1214
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="13.16" \
release="4" \
release="5" \
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/13/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-1181.1724035907
FROM quay.io/enterprisedb/edb-ubi:9.4-1214
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="13.16" \
release="4" \
release="5" \
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/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-1181.1724035907
FROM quay.io/enterprisedb/edb-ubi:9.4-1214

# 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="4" \
release="5" \
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/14/.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": "4",
"IMAGE_RELEASE_VERSION": "5",
"POSTGIS_VERSION": "3.4.2",
"POSTGRES_VERSION": "14.13",
"UBI_VERSION": "9.4-1181.1724035907"
"UBI_VERSION": "9.4-1214"
}
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": "4",
"IMAGE_RELEASE_VERSION": "5",
"POSTGRES_VERSION": "14.13",
"UBI_VERSION": "9.4-1181.1724035907"
"UBI_VERSION": "9.4-1214"
}
4 changes: 2 additions & 2 deletions UBI/14/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-1181.1724035907
FROM quay.io/enterprisedb/edb-ubi:9.4-1214

# 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="14.13" \
release="4" \
release="5" \
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/14/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-1181.1724035907
FROM quay.io/enterprisedb/edb-ubi:9.4-1214

# 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="14.13" \
release="4" \
release="5" \
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/14/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-1181.1724035907
FROM quay.io/enterprisedb/edb-ubi:9.4-1214
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="14.13" \
release="4" \
release="5" \
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/14/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-1181.1724035907
FROM quay.io/enterprisedb/edb-ubi:9.4-1214
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="14.13" \
release="4" \
release="5" \
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/14/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-1181.1724035907
FROM quay.io/enterprisedb/edb-ubi:9.4-1214
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="14.13" \
release="4" \
release="5" \
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/14/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-1181.1724035907
FROM quay.io/enterprisedb/edb-ubi:9.4-1214

# 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="14.13" \
release="4" \
release="5" \
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/15/.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": "4",
"IMAGE_RELEASE_VERSION": "5",
"POSTGIS_VERSION": "3.4.2",
"POSTGRES_VERSION": "15.8",
"UBI_VERSION": "9.4-1181.1724035907"
"UBI_VERSION": "9.4-1214"
}
4 changes: 2 additions & 2 deletions UBI/15/.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": "4",
"IMAGE_RELEASE_VERSION": "5",
"POSTGRES_VERSION": "15.8",
"UBI_VERSION": "9.4-1181.1724035907"
"UBI_VERSION": "9.4-1214"
}
4 changes: 2 additions & 2 deletions UBI/15/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-1181.1724035907
FROM quay.io/enterprisedb/edb-ubi:9.4-1214

# 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="15.8" \
release="4" \
release="5" \
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/15/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-1181.1724035907
FROM quay.io/enterprisedb/edb-ubi:9.4-1214

# 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="15.8" \
release="4" \
release="5" \
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/15/Dockerfile.plv8.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-1181.1724035907
FROM quay.io/enterprisedb/edb-ubi:9.4-1214

# 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="15.8" \
release="4" \
release="5" \
summary="PostgreSQL Container images." \
description="This Docker image contains PostgreSQL and Barman Cloud based on RedHat Universal Base Images (UBI) 9."

Expand Down
Loading

0 comments on commit cdb2dfa

Please sign in to comment.