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 9, 2023
1 parent 3912bca commit b3e67de
Show file tree
Hide file tree
Showing 19 changed files with 90 additions and 90 deletions.
4 changes: 2 additions & 2 deletions UBI/11/.versions-postgis.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"BARMAN_VERSION": "3.9.0",
"IMAGE_RELEASE_VERSION": "2",
"IMAGE_RELEASE_VERSION": "1",
"POSTGIS_VERSION": "3.3.4",
"POSTGRES_VERSION": "11.21",
"POSTGRES_VERSION": "11.22",
"UBI_VERSION": "8.8-1067.1698056881"
}
12 changes: 6 additions & 6 deletions UBI/11/Dockerfile.postgis
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="11.21" \
release="2" \
version="11.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 @@ -29,10 +29,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 \
postgresql11-11.21 \
postgresql11-contrib-11.21 \
postgresql11-server-11.21 \
postgresql11-libs-11.21 \
postgresql11-11.22 \
postgresql11-contrib-11.22 \
postgresql11-server-11.22 \
postgresql11-libs-11.22 \
pg_failover_slots_11 \
; \
if [ "$PG_MAJOR" -lt "16" ]; then \
Expand Down
12 changes: 6 additions & 6 deletions UBI/11/Dockerfile.postgis-multilang
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="11.21" \
release="2" \
version="11.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 @@ -30,10 +30,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 \
postgresql11-11.21 \
postgresql11-contrib-11.21 \
postgresql11-server-11.21 \
postgresql11-libs-11.21 \
postgresql11-11.22 \
postgresql11-contrib-11.22 \
postgresql11-server-11.22 \
postgresql11-libs-11.22 \
pg_failover_slots_11 \
; \
if [ "$PG_MAJOR" -lt "16" ]; then \
Expand Down
4 changes: 2 additions & 2 deletions UBI/12/.versions-postgis.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"BARMAN_VERSION": "3.9.0",
"IMAGE_RELEASE_VERSION": "2",
"IMAGE_RELEASE_VERSION": "1",
"POSTGIS_VERSION": "3.3.4",
"POSTGRES_VERSION": "12.16",
"POSTGRES_VERSION": "12.17",
"UBI_VERSION": "8.8-1067.1698056881"
}
12 changes: 6 additions & 6 deletions UBI/12/Dockerfile.postgis
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.16" \
release="2" \
version="12.17" \
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 @@ -29,10 +29,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.16 \
postgresql12-contrib-12.16 \
postgresql12-server-12.16 \
postgresql12-libs-12.16 \
postgresql12-12.17 \
postgresql12-contrib-12.17 \
postgresql12-server-12.17 \
postgresql12-libs-12.17 \
pg_failover_slots_12 \
; \
if [ "$PG_MAJOR" -lt "16" ]; then \
Expand Down
12 changes: 6 additions & 6 deletions UBI/12/Dockerfile.postgis-multilang
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.16" \
release="2" \
version="12.17" \
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 @@ -30,10 +30,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.16 \
postgresql12-contrib-12.16 \
postgresql12-server-12.16 \
postgresql12-libs-12.16 \
postgresql12-12.17 \
postgresql12-contrib-12.17 \
postgresql12-server-12.17 \
postgresql12-libs-12.17 \
pg_failover_slots_12 \
; \
if [ "$PG_MAJOR" -lt "16" ]; then \
Expand Down
4 changes: 2 additions & 2 deletions UBI/13/.versions-postgis.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"BARMAN_VERSION": "3.9.0",
"IMAGE_RELEASE_VERSION": "3",
"IMAGE_RELEASE_VERSION": "1",
"POSTGIS_VERSION": "3.4.0",
"POSTGRES_VERSION": "13.12",
"POSTGRES_VERSION": "13.13",
"UBI_VERSION": "8.8-1067.1698056881"
}
12 changes: 6 additions & 6 deletions UBI/13/Dockerfile.postgis
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="13.12" \
release="3" \
version="13.13" \
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 @@ -29,10 +29,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 \
postgresql13-13.12 \
postgresql13-contrib-13.12 \
postgresql13-server-13.12 \
postgresql13-libs-13.12 \
postgresql13-13.13 \
postgresql13-contrib-13.13 \
postgresql13-server-13.13 \
postgresql13-libs-13.13 \
pg_failover_slots_13 \
; \
if [ "$PG_MAJOR" -lt "16" ]; then \
Expand Down
12 changes: 6 additions & 6 deletions UBI/13/Dockerfile.postgis-multilang
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="13.12" \
release="3" \
version="13.13" \
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 @@ -30,10 +30,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 \
postgresql13-13.12 \
postgresql13-contrib-13.12 \
postgresql13-server-13.12 \
postgresql13-libs-13.12 \
postgresql13-13.13 \
postgresql13-contrib-13.13 \
postgresql13-server-13.13 \
postgresql13-libs-13.13 \
pg_failover_slots_13 \
; \
if [ "$PG_MAJOR" -lt "16" ]; then \
Expand Down
4 changes: 2 additions & 2 deletions UBI/14/.versions-postgis.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"BARMAN_VERSION": "3.9.0",
"IMAGE_RELEASE_VERSION": "3",
"IMAGE_RELEASE_VERSION": "1",
"POSTGIS_VERSION": "3.4.0",
"POSTGRES_VERSION": "14.9",
"POSTGRES_VERSION": "14.10",
"UBI_VERSION": "8.8-1067.1698056881"
}
12 changes: 6 additions & 6 deletions UBI/14/Dockerfile.postgis
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="14.9" \
release="3" \
version="14.10" \
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 @@ -29,10 +29,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 \
postgresql14-14.9 \
postgresql14-contrib-14.9 \
postgresql14-server-14.9 \
postgresql14-libs-14.9 \
postgresql14-14.10 \
postgresql14-contrib-14.10 \
postgresql14-server-14.10 \
postgresql14-libs-14.10 \
pg_failover_slots_14 \
; \
if [ "$PG_MAJOR" -lt "16" ]; then \
Expand Down
12 changes: 6 additions & 6 deletions UBI/14/Dockerfile.postgis-multilang
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="14.9" \
release="3" \
version="14.10" \
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 @@ -30,10 +30,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 \
postgresql14-14.9 \
postgresql14-contrib-14.9 \
postgresql14-server-14.9 \
postgresql14-libs-14.9 \
postgresql14-14.10 \
postgresql14-contrib-14.10 \
postgresql14-server-14.10 \
postgresql14-libs-14.10 \
pg_failover_slots_14 \
; \
if [ "$PG_MAJOR" -lt "16" ]; then \
Expand Down
4 changes: 2 additions & 2 deletions UBI/15/.versions-postgis.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"BARMAN_VERSION": "3.9.0",
"IMAGE_RELEASE_VERSION": "3",
"IMAGE_RELEASE_VERSION": "1",
"POSTGIS_VERSION": "3.4.0",
"POSTGRES_VERSION": "15.4",
"POSTGRES_VERSION": "15.5",
"UBI_VERSION": "8.8-1067.1698056881"
}
12 changes: 6 additions & 6 deletions UBI/15/Dockerfile.postgis
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="15.4" \
release="3" \
version="15.5" \
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 @@ -29,10 +29,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 \
postgresql15-15.4 \
postgresql15-contrib-15.4 \
postgresql15-server-15.4 \
postgresql15-libs-15.4 \
postgresql15-15.5 \
postgresql15-contrib-15.5 \
postgresql15-server-15.5 \
postgresql15-libs-15.5 \
pg_failover_slots_15 \
; \
if [ "$PG_MAJOR" -lt "16" ]; then \
Expand Down
12 changes: 6 additions & 6 deletions UBI/15/Dockerfile.postgis-multilang
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="15.4" \
release="3" \
version="15.5" \
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 @@ -30,10 +30,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 \
postgresql15-15.4 \
postgresql15-contrib-15.4 \
postgresql15-server-15.4 \
postgresql15-libs-15.4 \
postgresql15-15.5 \
postgresql15-contrib-15.5 \
postgresql15-server-15.5 \
postgresql15-libs-15.5 \
pg_failover_slots_15 \
; \
if [ "$PG_MAJOR" -lt "16" ]; then \
Expand Down
4 changes: 2 additions & 2 deletions UBI/16/.versions-postgis.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"BARMAN_VERSION": "3.9.0",
"IMAGE_RELEASE_VERSION": "3",
"IMAGE_RELEASE_VERSION": "1",
"POSTGIS_VERSION": "3.4.0",
"POSTGRES_VERSION": "16.0",
"POSTGRES_VERSION": "16.1",
"UBI_VERSION": "8.8-1067.1698056881"
}
12 changes: 6 additions & 6 deletions UBI/16/Dockerfile.postgis
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="16.0" \
release="3" \
version="16.1" \
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 @@ -29,10 +29,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 \
postgresql16-16.0 \
postgresql16-contrib-16.0 \
postgresql16-server-16.0 \
postgresql16-libs-16.0 \
postgresql16-16.1 \
postgresql16-contrib-16.1 \
postgresql16-server-16.1 \
postgresql16-libs-16.1 \
pg_failover_slots_16 \
; \
if [ "$PG_MAJOR" -lt "16" ]; then \
Expand Down
12 changes: 6 additions & 6 deletions UBI/16/Dockerfile.postgis-multilang
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="16.0" \
release="3" \
version="16.1" \
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 @@ -30,10 +30,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 \
postgresql16-16.0 \
postgresql16-contrib-16.0 \
postgresql16-server-16.0 \
postgresql16-libs-16.0 \
postgresql16-16.1 \
postgresql16-contrib-16.1 \
postgresql16-server-16.1 \
postgresql16-libs-16.1 \
pg_failover_slots_16 \
; \
if [ "$PG_MAJOR" -lt "16" ]; then \
Expand Down
12 changes: 6 additions & 6 deletions UBI/src/root/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ barman[azure,cloud,google,snappy]==3.9.0 \
# via
# -r requirements.in
# barman
boto3==1.28.81 \
--hash=sha256:66e457b5f1580eb1f29855d867dec743eeec42b3935372eee5e6730e5e3124df \
--hash=sha256:6ec7da884eed5c07e679d251bd5c66e4e2f64755ed98270a20323b241c54a743
botocore==1.31.81 \
--hash=sha256:afb0886c5a5a542f763cc1644b1c1b4a783698d79980eb48052d1676d6b3d14e \
--hash=sha256:eeb09a77c3e931667c9442565e8697e89e685089912a96d95f65b63e4b2c8c71
boto3==1.28.82 \
--hash=sha256:ae1352d0193aaf90c47d6e57ab054b0b1fabf0fbbe9f51eefec431bf2c3e18f4 \
--hash=sha256:bb8ecd6f86289ceaed566eefc0ce8ac66a85e5954aef115ed4ac602cbe61f101
botocore==1.31.82 \
--hash=sha256:5f213229348433d0b7b6aac2d9ae2fdd15c4ff9f38c30ea072f5b300bf6c1dcb \
--hash=sha256:9d7d8de1789b1ed37b86a2b0a4fcff9fac91deef0548461d411e1626f68ca70c
# via
# boto3
# s3transfer
Expand Down

0 comments on commit b3e67de

Please sign in to comment.