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 14, 2023
1 parent 6656bfe commit cbd2ca5
Show file tree
Hide file tree
Showing 28 changed files with 626 additions and 531 deletions.
4 changes: 2 additions & 2 deletions Debian/15/.versions.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"BARMAN_VERSION": "3.8.0",
"DEBIAN_IMAGE_VERSION": "buster-20230904-slim",
"IMAGE_RELEASE_VERSION": "4",
"POSTGRES_VERSION": "15.4-1.pgdg100+1"
"IMAGE_RELEASE_VERSION": "1",
"POSTGRES_VERSION": "15.4-2.pgdg100+1"
}
6 changes: 3 additions & 3 deletions Debian/15/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ FROM debian:buster-20230904-slim
LABEL name="PostgreSQL Container Images" \
vendor="EnterpriseDB" \
url="https://www.enterprisedb.com/" \
version="15.4-1.pgdg100+1" \
release="4" \
version="15.4-2.pgdg100+1" \
release="1" \
summary="PostgreSQL Container images." \
description="This Docker image contains PostgreSQL and Barman Cloud based on Debian buster-slim."

Expand Down Expand Up @@ -91,7 +91,7 @@ RUN set -ex; \
apt-key list

ENV PG_MAJOR 15
ENV PG_VERSION 15.4-1.pgdg100+1
ENV PG_VERSION 15.4-2.pgdg100+1

RUN set -ex; \
echo "deb http://apt.postgresql.org/pub/repos/apt/ buster-pgdg main $PG_MAJOR" > /etc/apt/sources.list.d/pgdg.list; \
Expand Down
172 changes: 86 additions & 86 deletions IronBank/11/hardening_manifest.yaml

Large diffs are not rendered by default.

172 changes: 86 additions & 86 deletions IronBank/12/hardening_manifest.yaml

Large diffs are not rendered by default.

172 changes: 86 additions & 86 deletions IronBank/13/hardening_manifest.yaml

Large diffs are not rendered by default.

172 changes: 86 additions & 86 deletions IronBank/14/hardening_manifest.yaml

Large diffs are not rendered by default.

172 changes: 86 additions & 86 deletions IronBank/15/hardening_manifest.yaml

Large diffs are not rendered by default.

172 changes: 86 additions & 86 deletions IronBank/hardening_manifest/hardening_manifest.yaml

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions UBI/11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ RUN --mount=type=secret,id=cs_token \
ARCH="${TARGETARCH}" ; \
base_url="https://download.postgresql.org/pub/repos/yum/reporpms" ; \
pg_failover_slots_pkg="pg_failover_slots_11" ; \
pgvector="pgvector_11" ; \
case $ARCH in \
amd64) \
yum -y install "${base_url}/EL-8-x86_64/pgdg-redhat-repo-latest.noarch.rpm" ; \
Expand All @@ -28,9 +29,11 @@ RUN --mount=type=secret,id=cs_token \
ppc64le) \
curl -u token:$(cat /run/secrets/cs_token) -1sLf https://downloads.enterprisedb.com/basic/enterprise/setup.rpm.sh | bash ; \
pg_failover_slots_pkg="edb-pg11-pg-failover-slots1" ;; \
pgvector="edb-as11-pgvector0" ;; \
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-pg11-pg-failover-slots1" ;; \
pgvector="edb-as11-pgvector0" ;; \
*) \
exit 1 ;; \
esac ; \
Expand All @@ -44,6 +47,7 @@ RUN --mount=type=secret,id=cs_token \
postgresql11-libs-11.21 \
pgaudit13_11 \
"$pg_failover_slots_pkg" \
"$pgvector" \
; \
rm -fr /etc/yum.repos.d/enterprisedb-*.repo ; \
rm -fr /tmp/* ; \
Expand Down
17 changes: 15 additions & 2 deletions UBI/11/Dockerfile.multiarch
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ RUN --mount=type=secret,id=cs_token \
ARCH="${TARGETARCH}" ; \
base_url="https://download.postgresql.org/pub/repos/yum/reporpms" ; \
pg_failover_slots_pkg="pg_failover_slots_11" ; \
pgvector="pgvector_11" ; \
case $ARCH in \
amd64) \
yum -y install "${base_url}/EL-8-x86_64/pgdg-redhat-repo-latest.noarch.rpm" ; \
Expand All @@ -28,9 +29,11 @@ RUN --mount=type=secret,id=cs_token \
ppc64le) \
curl -u token:$(cat /run/secrets/cs_token) -1sLf https://downloads.enterprisedb.com/basic/enterprise/setup.rpm.sh | bash ; \
pg_failover_slots_pkg="edb-pg11-pg-failover-slots1" ;; \
pgvector="edb-as11-pgvector0" ;; \
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-pg11-pg-failover-slots1" ;; \
pgvector="edb-as11-pgvector0" ;; \
*) \
exit 1 ;; \
esac ; \
Expand All @@ -39,7 +42,7 @@ 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 ; \
case 11 in \
11|12|13|14) \
11) \
yum -y --setopt=tsflags=nodocs install \
postgresql11-11.21 \
postgresql11-contrib-11.21 \
Expand All @@ -48,7 +51,17 @@ RUN --mount=type=secret,id=cs_token \
pgaudit13_11 \
"$pg_failover_slots_pkg" \
;; \
15|16) \
12|13|14|15) \
yum -y --setopt=tsflags=nodocs install \
postgresql11-11.21 \
postgresql11-contrib-11.21 \
postgresql11-server-11.21 \
postgresql11-libs-11.21 \
pgaudit13_11 \
"$pg_failover_slots_pkg" \
"$pgvector" \
;; \
16) \
yum -y --setopt=tsflags=nodocs install \
postgresql11-11.21 \
postgresql11-contrib-11.21 \
Expand Down
1 change: 1 addition & 0 deletions UBI/11/Dockerfile.postgis
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ RUN set -xe ; \
postgresql11-libs-11.21 \
pgaudit13_11 \
pg_failover_slots_11 \
pgvector_11 \
; \
rm -fr /tmp/* ; \
yum -y clean all --enablerepo='*'
Expand Down
1 change: 1 addition & 0 deletions UBI/11/Dockerfile.postgis-multilang
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ RUN set -xe ; \
postgresql11-libs-11.21 \
pgaudit13_11 \
pg_failover_slots_11 \
pgvector_11 \
; \
rm -fr /tmp/* ; \
yum -y clean all --enablerepo='*'
Expand Down
4 changes: 4 additions & 0 deletions UBI/12/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ RUN --mount=type=secret,id=cs_token \
ARCH="${TARGETARCH}" ; \
base_url="https://download.postgresql.org/pub/repos/yum/reporpms" ; \
pg_failover_slots_pkg="pg_failover_slots_12" ; \
pgvector="pgvector_12" ; \
case $ARCH in \
amd64) \
yum -y install "${base_url}/EL-8-x86_64/pgdg-redhat-repo-latest.noarch.rpm" ; \
Expand All @@ -28,9 +29,11 @@ RUN --mount=type=secret,id=cs_token \
ppc64le) \
curl -u token:$(cat /run/secrets/cs_token) -1sLf https://downloads.enterprisedb.com/basic/enterprise/setup.rpm.sh | bash ; \
pg_failover_slots_pkg="edb-pg12-pg-failover-slots1" ;; \
pgvector="edb-as12-pgvector0" ;; \
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" ;; \
pgvector="edb-as12-pgvector0" ;; \
*) \
exit 1 ;; \
esac ; \
Expand All @@ -44,6 +47,7 @@ RUN --mount=type=secret,id=cs_token \
postgresql12-libs-12.16 \
pgaudit14_12 \
"$pg_failover_slots_pkg" \
"$pgvector" \
; \
rm -fr /etc/yum.repos.d/enterprisedb-*.repo ; \
rm -fr /tmp/* ; \
Expand Down
17 changes: 15 additions & 2 deletions UBI/12/Dockerfile.multiarch
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ RUN --mount=type=secret,id=cs_token \
ARCH="${TARGETARCH}" ; \
base_url="https://download.postgresql.org/pub/repos/yum/reporpms" ; \
pg_failover_slots_pkg="pg_failover_slots_12" ; \
pgvector="pgvector_12" ; \
case $ARCH in \
amd64) \
yum -y install "${base_url}/EL-8-x86_64/pgdg-redhat-repo-latest.noarch.rpm" ; \
Expand All @@ -28,9 +29,11 @@ RUN --mount=type=secret,id=cs_token \
ppc64le) \
curl -u token:$(cat /run/secrets/cs_token) -1sLf https://downloads.enterprisedb.com/basic/enterprise/setup.rpm.sh | bash ; \
pg_failover_slots_pkg="edb-pg12-pg-failover-slots1" ;; \
pgvector="edb-as12-pgvector0" ;; \
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" ;; \
pgvector="edb-as12-pgvector0" ;; \
*) \
exit 1 ;; \
esac ; \
Expand All @@ -39,7 +42,7 @@ 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 ; \
case 12 in \
11|12|13|14) \
11) \
yum -y --setopt=tsflags=nodocs install \
postgresql12-12.16 \
postgresql12-contrib-12.16 \
Expand All @@ -48,7 +51,17 @@ RUN --mount=type=secret,id=cs_token \
pgaudit14_12 \
"$pg_failover_slots_pkg" \
;; \
15|16) \
12|13|14|15) \
yum -y --setopt=tsflags=nodocs install \
postgresql12-12.16 \
postgresql12-contrib-12.16 \
postgresql12-server-12.16 \
postgresql12-libs-12.16 \
pgaudit14_12 \
"$pg_failover_slots_pkg" \
"$pgvector" \
;; \
16) \
yum -y --setopt=tsflags=nodocs install \
postgresql12-12.16 \
postgresql12-contrib-12.16 \
Expand Down
1 change: 1 addition & 0 deletions UBI/12/Dockerfile.postgis
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ RUN set -xe ; \
postgresql12-libs-12.16 \
pgaudit14_12 \
pg_failover_slots_12 \
pgvector_12 \
; \
rm -fr /tmp/* ; \
yum -y clean all --enablerepo='*'
Expand Down
1 change: 1 addition & 0 deletions UBI/12/Dockerfile.postgis-multilang
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ RUN set -xe ; \
postgresql12-libs-12.16 \
pgaudit14_12 \
pg_failover_slots_12 \
pgvector_12 \
; \
rm -fr /tmp/* ; \
yum -y clean all --enablerepo='*'
Expand Down
4 changes: 4 additions & 0 deletions UBI/13/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ RUN --mount=type=secret,id=cs_token \
ARCH="${TARGETARCH}" ; \
base_url="https://download.postgresql.org/pub/repos/yum/reporpms" ; \
pg_failover_slots_pkg="pg_failover_slots_13" ; \
pgvector="pgvector_13" ; \
case $ARCH in \
amd64) \
yum -y install "${base_url}/EL-8-x86_64/pgdg-redhat-repo-latest.noarch.rpm" ; \
Expand All @@ -28,9 +29,11 @@ RUN --mount=type=secret,id=cs_token \
ppc64le) \
curl -u token:$(cat /run/secrets/cs_token) -1sLf https://downloads.enterprisedb.com/basic/enterprise/setup.rpm.sh | bash ; \
pg_failover_slots_pkg="edb-pg13-pg-failover-slots1" ;; \
pgvector="edb-as13-pgvector0" ;; \
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-pg13-pg-failover-slots1" ;; \
pgvector="edb-as13-pgvector0" ;; \
*) \
exit 1 ;; \
esac ; \
Expand All @@ -44,6 +47,7 @@ RUN --mount=type=secret,id=cs_token \
postgresql13-libs-13.12 \
pgaudit15_13 \
"$pg_failover_slots_pkg" \
"$pgvector" \
; \
rm -fr /etc/yum.repos.d/enterprisedb-*.repo ; \
rm -fr /tmp/* ; \
Expand Down
17 changes: 15 additions & 2 deletions UBI/13/Dockerfile.multiarch
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ RUN --mount=type=secret,id=cs_token \
ARCH="${TARGETARCH}" ; \
base_url="https://download.postgresql.org/pub/repos/yum/reporpms" ; \
pg_failover_slots_pkg="pg_failover_slots_13" ; \
pgvector="pgvector_13" ; \
case $ARCH in \
amd64) \
yum -y install "${base_url}/EL-8-x86_64/pgdg-redhat-repo-latest.noarch.rpm" ; \
Expand All @@ -28,9 +29,11 @@ RUN --mount=type=secret,id=cs_token \
ppc64le) \
curl -u token:$(cat /run/secrets/cs_token) -1sLf https://downloads.enterprisedb.com/basic/enterprise/setup.rpm.sh | bash ; \
pg_failover_slots_pkg="edb-pg13-pg-failover-slots1" ;; \
pgvector="edb-as13-pgvector0" ;; \
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-pg13-pg-failover-slots1" ;; \
pgvector="edb-as13-pgvector0" ;; \
*) \
exit 1 ;; \
esac ; \
Expand All @@ -39,7 +42,7 @@ 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 ; \
case 13 in \
11|12|13|14) \
11) \
yum -y --setopt=tsflags=nodocs install \
postgresql13-13.12 \
postgresql13-contrib-13.12 \
Expand All @@ -48,7 +51,17 @@ RUN --mount=type=secret,id=cs_token \
pgaudit15_13 \
"$pg_failover_slots_pkg" \
;; \
15|16) \
12|13|14|15) \
yum -y --setopt=tsflags=nodocs install \
postgresql13-13.12 \
postgresql13-contrib-13.12 \
postgresql13-server-13.12 \
postgresql13-libs-13.12 \
pgaudit15_13 \
"$pg_failover_slots_pkg" \
"$pgvector" \
;; \
16) \
yum -y --setopt=tsflags=nodocs install \
postgresql13-13.12 \
postgresql13-contrib-13.12 \
Expand Down
1 change: 1 addition & 0 deletions UBI/13/Dockerfile.postgis
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ RUN set -xe ; \
postgresql13-libs-13.12 \
pgaudit15_13 \
pg_failover_slots_13 \
pgvector_13 \
; \
rm -fr /tmp/* ; \
yum -y clean all --enablerepo='*'
Expand Down
1 change: 1 addition & 0 deletions UBI/13/Dockerfile.postgis-multilang
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ RUN set -xe ; \
postgresql13-libs-13.12 \
pgaudit15_13 \
pg_failover_slots_13 \
pgvector_13 \
; \
rm -fr /tmp/* ; \
yum -y clean all --enablerepo='*'
Expand Down
4 changes: 4 additions & 0 deletions UBI/14/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ RUN --mount=type=secret,id=cs_token \
ARCH="${TARGETARCH}" ; \
base_url="https://download.postgresql.org/pub/repos/yum/reporpms" ; \
pg_failover_slots_pkg="pg_failover_slots_14" ; \
pgvector="pgvector_14" ; \
case $ARCH in \
amd64) \
yum -y install "${base_url}/EL-8-x86_64/pgdg-redhat-repo-latest.noarch.rpm" ; \
Expand All @@ -28,9 +29,11 @@ RUN --mount=type=secret,id=cs_token \
ppc64le) \
curl -u token:$(cat /run/secrets/cs_token) -1sLf https://downloads.enterprisedb.com/basic/enterprise/setup.rpm.sh | bash ; \
pg_failover_slots_pkg="edb-pg14-pg-failover-slots1" ;; \
pgvector="edb-as14-pgvector0" ;; \
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-pg14-pg-failover-slots1" ;; \
pgvector="edb-as14-pgvector0" ;; \
*) \
exit 1 ;; \
esac ; \
Expand All @@ -44,6 +47,7 @@ RUN --mount=type=secret,id=cs_token \
postgresql14-libs-14.9 \
pgaudit16_14 \
"$pg_failover_slots_pkg" \
"$pgvector" \
; \
rm -fr /etc/yum.repos.d/enterprisedb-*.repo ; \
rm -fr /tmp/* ; \
Expand Down
17 changes: 15 additions & 2 deletions UBI/14/Dockerfile.multiarch
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ RUN --mount=type=secret,id=cs_token \
ARCH="${TARGETARCH}" ; \
base_url="https://download.postgresql.org/pub/repos/yum/reporpms" ; \
pg_failover_slots_pkg="pg_failover_slots_14" ; \
pgvector="pgvector_14" ; \
case $ARCH in \
amd64) \
yum -y install "${base_url}/EL-8-x86_64/pgdg-redhat-repo-latest.noarch.rpm" ; \
Expand All @@ -28,9 +29,11 @@ RUN --mount=type=secret,id=cs_token \
ppc64le) \
curl -u token:$(cat /run/secrets/cs_token) -1sLf https://downloads.enterprisedb.com/basic/enterprise/setup.rpm.sh | bash ; \
pg_failover_slots_pkg="edb-pg14-pg-failover-slots1" ;; \
pgvector="edb-as14-pgvector0" ;; \
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-pg14-pg-failover-slots1" ;; \
pgvector="edb-as14-pgvector0" ;; \
*) \
exit 1 ;; \
esac ; \
Expand All @@ -39,7 +42,7 @@ 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 ; \
case 14 in \
11|12|13|14) \
11) \
yum -y --setopt=tsflags=nodocs install \
postgresql14-14.9 \
postgresql14-contrib-14.9 \
Expand All @@ -48,7 +51,17 @@ RUN --mount=type=secret,id=cs_token \
pgaudit16_14 \
"$pg_failover_slots_pkg" \
;; \
15|16) \
12|13|14|15) \
yum -y --setopt=tsflags=nodocs install \
postgresql14-14.9 \
postgresql14-contrib-14.9 \
postgresql14-server-14.9 \
postgresql14-libs-14.9 \
pgaudit16_14 \
"$pg_failover_slots_pkg" \
"$pgvector" \
;; \
16) \
yum -y --setopt=tsflags=nodocs install \
postgresql14-14.9 \
postgresql14-contrib-14.9 \
Expand Down
1 change: 1 addition & 0 deletions UBI/14/Dockerfile.postgis
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ RUN set -xe ; \
postgresql14-libs-14.9 \
pgaudit16_14 \
pg_failover_slots_14 \
pgvector_14 \
; \
rm -fr /tmp/* ; \
yum -y clean all --enablerepo='*'
Expand Down
1 change: 1 addition & 0 deletions UBI/14/Dockerfile.postgis-multilang
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ RUN set -xe ; \
postgresql14-libs-14.9 \
pgaudit16_14 \
pg_failover_slots_14 \
pgvector_14 \
; \
rm -fr /tmp/* ; \
yum -y clean all --enablerepo='*'
Expand Down
Loading

0 comments on commit cbd2ca5

Please sign in to comment.