diff --git a/Debian/12/bookworm/.versions.json b/Debian/12/bookworm/.versions.json index 78104f49..b74196d9 100644 --- a/Debian/12/bookworm/.versions.json +++ b/Debian/12/bookworm/.versions.json @@ -1,6 +1,6 @@ { "BARMAN_VERSION": "3.12.0", - "IMAGE_RELEASE_VERSION": "5", - "POSTGRES_IMAGE_LAST_UPDATED": "2024-11-15T06:07:40.863708Z", - "POSTGRES_IMAGE_VERSION": "12.21-bookworm" + "IMAGE_RELEASE_VERSION": "1", + "POSTGRES_IMAGE_LAST_UPDATED": "2024-11-22T21:07:33.302038Z", + "POSTGRES_IMAGE_VERSION": "12.22-bookworm" } diff --git a/Debian/12/bookworm/Dockerfile b/Debian/12/bookworm/Dockerfile index 711bf879..321e8049 100644 --- a/Debian/12/bookworm/Dockerfile +++ b/Debian/12/bookworm/Dockerfile @@ -14,17 +14,17 @@ # See the License for the specific language governing permissions and # limitations under the License. # -FROM postgres:12.21-bookworm +FROM postgres:12.22-bookworm # Do not split the description, otherwise we will see a blank space in the labels LABEL name="PostgreSQL Container Images" \ vendor="The CloudNativePG Contributors" \ version="${PG_VERSION}" \ - release="5" \ + release="1" \ summary="PostgreSQL Container images." \ - description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 12.21-bookworm." + description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 12.22-bookworm." -LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 12.21-bookworm." +LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 12.22-bookworm." COPY requirements.txt / diff --git a/Debian/12/bullseye/.versions.json b/Debian/12/bullseye/.versions.json index 473f9c15..1714b9e5 100644 --- a/Debian/12/bullseye/.versions.json +++ b/Debian/12/bullseye/.versions.json @@ -1,6 +1,6 @@ { "BARMAN_VERSION": "3.12.0", - "IMAGE_RELEASE_VERSION": "5", - "POSTGRES_IMAGE_LAST_UPDATED": "2024-11-15T03:08:20.740993Z", - "POSTGRES_IMAGE_VERSION": "12.21-bullseye" + "IMAGE_RELEASE_VERSION": "1", + "POSTGRES_IMAGE_LAST_UPDATED": "2024-11-22T21:07:34.232904Z", + "POSTGRES_IMAGE_VERSION": "12.22-bullseye" } diff --git a/Debian/12/bullseye/Dockerfile b/Debian/12/bullseye/Dockerfile index 3c37a61d..e067d6c9 100644 --- a/Debian/12/bullseye/Dockerfile +++ b/Debian/12/bullseye/Dockerfile @@ -14,17 +14,17 @@ # See the License for the specific language governing permissions and # limitations under the License. # -FROM postgres:12.21-bullseye +FROM postgres:12.22-bullseye # Do not split the description, otherwise we will see a blank space in the labels LABEL name="PostgreSQL Container Images" \ vendor="The CloudNativePG Contributors" \ version="${PG_VERSION}" \ - release="5" \ + release="1" \ summary="PostgreSQL Container images." \ - description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 12.21-bullseye." + description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 12.22-bullseye." -LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 12.21-bullseye." +LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 12.22-bullseye." COPY requirements.txt / diff --git a/Debian/13/bookworm/.versions.json b/Debian/13/bookworm/.versions.json index 47ffb489..bc2e97fa 100644 --- a/Debian/13/bookworm/.versions.json +++ b/Debian/13/bookworm/.versions.json @@ -1,6 +1,6 @@ { "BARMAN_VERSION": "3.12.0", - "IMAGE_RELEASE_VERSION": "5", - "POSTGRES_IMAGE_LAST_UPDATED": "2024-11-15T03:09:24.646521Z", - "POSTGRES_IMAGE_VERSION": "13.17-bookworm" + "IMAGE_RELEASE_VERSION": "1", + "POSTGRES_IMAGE_LAST_UPDATED": "2024-11-22T21:07:54.089998Z", + "POSTGRES_IMAGE_VERSION": "13.18-bookworm" } diff --git a/Debian/13/bookworm/Dockerfile b/Debian/13/bookworm/Dockerfile index c4b0b740..5b9d6672 100644 --- a/Debian/13/bookworm/Dockerfile +++ b/Debian/13/bookworm/Dockerfile @@ -14,17 +14,17 @@ # See the License for the specific language governing permissions and # limitations under the License. # -FROM postgres:13.17-bookworm +FROM postgres:13.18-bookworm # Do not split the description, otherwise we will see a blank space in the labels LABEL name="PostgreSQL Container Images" \ vendor="The CloudNativePG Contributors" \ version="${PG_VERSION}" \ - release="5" \ + release="1" \ summary="PostgreSQL Container images." \ - description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 13.17-bookworm." + description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 13.18-bookworm." -LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 13.17-bookworm." +LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 13.18-bookworm." COPY requirements.txt / diff --git a/Debian/13/bullseye/.versions.json b/Debian/13/bullseye/.versions.json index 961cd495..671bf854 100644 --- a/Debian/13/bullseye/.versions.json +++ b/Debian/13/bullseye/.versions.json @@ -1,6 +1,6 @@ { "BARMAN_VERSION": "3.12.0", - "IMAGE_RELEASE_VERSION": "5", - "POSTGRES_IMAGE_LAST_UPDATED": "2024-11-15T03:09:26.479913Z", - "POSTGRES_IMAGE_VERSION": "13.17-bullseye" + "IMAGE_RELEASE_VERSION": "1", + "POSTGRES_IMAGE_LAST_UPDATED": "2024-11-22T21:07:54.987808Z", + "POSTGRES_IMAGE_VERSION": "13.18-bullseye" } diff --git a/Debian/13/bullseye/Dockerfile b/Debian/13/bullseye/Dockerfile index ec35a230..778e51f9 100644 --- a/Debian/13/bullseye/Dockerfile +++ b/Debian/13/bullseye/Dockerfile @@ -14,17 +14,17 @@ # See the License for the specific language governing permissions and # limitations under the License. # -FROM postgres:13.17-bullseye +FROM postgres:13.18-bullseye # Do not split the description, otherwise we will see a blank space in the labels LABEL name="PostgreSQL Container Images" \ vendor="The CloudNativePG Contributors" \ version="${PG_VERSION}" \ - release="5" \ + release="1" \ summary="PostgreSQL Container images." \ - description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 13.17-bullseye." + description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 13.18-bullseye." -LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 13.17-bullseye." +LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 13.18-bullseye." COPY requirements.txt / diff --git a/Debian/14/bookworm/.versions.json b/Debian/14/bookworm/.versions.json index ab2c8851..481a4af5 100644 --- a/Debian/14/bookworm/.versions.json +++ b/Debian/14/bookworm/.versions.json @@ -1,6 +1,6 @@ { "BARMAN_VERSION": "3.12.0", - "IMAGE_RELEASE_VERSION": "5", - "POSTGRES_IMAGE_LAST_UPDATED": "2024-11-15T03:10:33.00923Z", - "POSTGRES_IMAGE_VERSION": "14.14-bookworm" + "IMAGE_RELEASE_VERSION": "1", + "POSTGRES_IMAGE_LAST_UPDATED": "2024-11-22T21:08:14.286996Z", + "POSTGRES_IMAGE_VERSION": "14.15-bookworm" } diff --git a/Debian/14/bookworm/Dockerfile b/Debian/14/bookworm/Dockerfile index d99c2ff4..f800d2c4 100644 --- a/Debian/14/bookworm/Dockerfile +++ b/Debian/14/bookworm/Dockerfile @@ -14,17 +14,17 @@ # See the License for the specific language governing permissions and # limitations under the License. # -FROM postgres:14.14-bookworm +FROM postgres:14.15-bookworm # Do not split the description, otherwise we will see a blank space in the labels LABEL name="PostgreSQL Container Images" \ vendor="The CloudNativePG Contributors" \ version="${PG_VERSION}" \ - release="5" \ + release="1" \ summary="PostgreSQL Container images." \ - description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 14.14-bookworm." + description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 14.15-bookworm." -LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 14.14-bookworm." +LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 14.15-bookworm." COPY requirements.txt / diff --git a/Debian/14/bullseye/.versions.json b/Debian/14/bullseye/.versions.json index cf611cfa..27f124f0 100644 --- a/Debian/14/bullseye/.versions.json +++ b/Debian/14/bullseye/.versions.json @@ -1,6 +1,6 @@ { "BARMAN_VERSION": "3.12.0", - "IMAGE_RELEASE_VERSION": "5", - "POSTGRES_IMAGE_LAST_UPDATED": "2024-11-15T03:10:34.832225Z", - "POSTGRES_IMAGE_VERSION": "14.14-bullseye" + "IMAGE_RELEASE_VERSION": "1", + "POSTGRES_IMAGE_LAST_UPDATED": "2024-11-22T21:08:15.203868Z", + "POSTGRES_IMAGE_VERSION": "14.15-bullseye" } diff --git a/Debian/14/bullseye/Dockerfile b/Debian/14/bullseye/Dockerfile index 654f4bf1..dcbd0709 100644 --- a/Debian/14/bullseye/Dockerfile +++ b/Debian/14/bullseye/Dockerfile @@ -14,17 +14,17 @@ # See the License for the specific language governing permissions and # limitations under the License. # -FROM postgres:14.14-bullseye +FROM postgres:14.15-bullseye # Do not split the description, otherwise we will see a blank space in the labels LABEL name="PostgreSQL Container Images" \ vendor="The CloudNativePG Contributors" \ version="${PG_VERSION}" \ - release="5" \ + release="1" \ summary="PostgreSQL Container images." \ - description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 14.14-bullseye." + description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 14.15-bullseye." -LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 14.14-bullseye." +LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 14.15-bullseye." COPY requirements.txt / diff --git a/Debian/15/bookworm/.versions.json b/Debian/15/bookworm/.versions.json index bbc1be27..98a26d87 100644 --- a/Debian/15/bookworm/.versions.json +++ b/Debian/15/bookworm/.versions.json @@ -1,6 +1,6 @@ { "BARMAN_VERSION": "3.12.0", - "IMAGE_RELEASE_VERSION": "5", - "POSTGRES_IMAGE_LAST_UPDATED": "2024-11-15T03:11:32.432298Z", - "POSTGRES_IMAGE_VERSION": "15.9-bookworm" + "IMAGE_RELEASE_VERSION": "1", + "POSTGRES_IMAGE_LAST_UPDATED": "2024-11-22T21:08:34.726116Z", + "POSTGRES_IMAGE_VERSION": "15.10-bookworm" } diff --git a/Debian/15/bookworm/Dockerfile b/Debian/15/bookworm/Dockerfile index c520c453..a1046d0f 100644 --- a/Debian/15/bookworm/Dockerfile +++ b/Debian/15/bookworm/Dockerfile @@ -14,17 +14,17 @@ # See the License for the specific language governing permissions and # limitations under the License. # -FROM postgres:15.9-bookworm +FROM postgres:15.10-bookworm # Do not split the description, otherwise we will see a blank space in the labels LABEL name="PostgreSQL Container Images" \ vendor="The CloudNativePG Contributors" \ version="${PG_VERSION}" \ - release="5" \ + release="1" \ summary="PostgreSQL Container images." \ - description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 15.9-bookworm." + description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 15.10-bookworm." -LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 15.9-bookworm." +LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 15.10-bookworm." COPY requirements.txt / diff --git a/Debian/15/bullseye/.versions.json b/Debian/15/bullseye/.versions.json index 3e74abe8..ee1d31fc 100644 --- a/Debian/15/bullseye/.versions.json +++ b/Debian/15/bullseye/.versions.json @@ -1,6 +1,6 @@ { "BARMAN_VERSION": "3.12.0", - "IMAGE_RELEASE_VERSION": "5", - "POSTGRES_IMAGE_LAST_UPDATED": "2024-11-15T03:11:34.24642Z", - "POSTGRES_IMAGE_VERSION": "15.9-bullseye" + "IMAGE_RELEASE_VERSION": "1", + "POSTGRES_IMAGE_LAST_UPDATED": "2024-11-22T21:08:35.667874Z", + "POSTGRES_IMAGE_VERSION": "15.10-bullseye" } diff --git a/Debian/15/bullseye/Dockerfile b/Debian/15/bullseye/Dockerfile index 70d9a5b6..f1e82a27 100644 --- a/Debian/15/bullseye/Dockerfile +++ b/Debian/15/bullseye/Dockerfile @@ -14,17 +14,17 @@ # See the License for the specific language governing permissions and # limitations under the License. # -FROM postgres:15.9-bullseye +FROM postgres:15.10-bullseye # Do not split the description, otherwise we will see a blank space in the labels LABEL name="PostgreSQL Container Images" \ vendor="The CloudNativePG Contributors" \ version="${PG_VERSION}" \ - release="5" \ + release="1" \ summary="PostgreSQL Container images." \ - description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 15.9-bullseye." + description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 15.10-bullseye." -LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 15.9-bullseye." +LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 15.10-bullseye." COPY requirements.txt / diff --git a/Debian/16/bookworm/.versions.json b/Debian/16/bookworm/.versions.json index 22aba8c4..a9ddb8ae 100644 --- a/Debian/16/bookworm/.versions.json +++ b/Debian/16/bookworm/.versions.json @@ -1,6 +1,6 @@ { "BARMAN_VERSION": "3.12.0", - "IMAGE_RELEASE_VERSION": "5", - "POSTGRES_IMAGE_LAST_UPDATED": "2024-11-15T00:17:47.471477Z", - "POSTGRES_IMAGE_VERSION": "16.5-bookworm" + "IMAGE_RELEASE_VERSION": "1", + "POSTGRES_IMAGE_LAST_UPDATED": "2024-11-22T21:08:55.084641Z", + "POSTGRES_IMAGE_VERSION": "16.6-bookworm" } diff --git a/Debian/16/bookworm/Dockerfile b/Debian/16/bookworm/Dockerfile index 58597fc3..dd45c3b8 100644 --- a/Debian/16/bookworm/Dockerfile +++ b/Debian/16/bookworm/Dockerfile @@ -14,17 +14,17 @@ # See the License for the specific language governing permissions and # limitations under the License. # -FROM postgres:16.5-bookworm +FROM postgres:16.6-bookworm # Do not split the description, otherwise we will see a blank space in the labels LABEL name="PostgreSQL Container Images" \ vendor="The CloudNativePG Contributors" \ version="${PG_VERSION}" \ - release="5" \ + release="1" \ summary="PostgreSQL Container images." \ - description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 16.5-bookworm." + description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 16.6-bookworm." -LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 16.5-bookworm." +LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 16.6-bookworm." COPY requirements.txt / diff --git a/Debian/16/bullseye/.versions.json b/Debian/16/bullseye/.versions.json index 6a227d09..7caea8aa 100644 --- a/Debian/16/bullseye/.versions.json +++ b/Debian/16/bullseye/.versions.json @@ -1,6 +1,6 @@ { "BARMAN_VERSION": "3.12.0", - "IMAGE_RELEASE_VERSION": "5", - "POSTGRES_IMAGE_LAST_UPDATED": "2024-11-15T00:17:49.658567Z", - "POSTGRES_IMAGE_VERSION": "16.5-bullseye" + "IMAGE_RELEASE_VERSION": "1", + "POSTGRES_IMAGE_LAST_UPDATED": "2024-11-22T21:08:56.006445Z", + "POSTGRES_IMAGE_VERSION": "16.6-bullseye" } diff --git a/Debian/16/bullseye/Dockerfile b/Debian/16/bullseye/Dockerfile index 6663150d..90de6c9c 100644 --- a/Debian/16/bullseye/Dockerfile +++ b/Debian/16/bullseye/Dockerfile @@ -14,17 +14,17 @@ # See the License for the specific language governing permissions and # limitations under the License. # -FROM postgres:16.5-bullseye +FROM postgres:16.6-bullseye # Do not split the description, otherwise we will see a blank space in the labels LABEL name="PostgreSQL Container Images" \ vendor="The CloudNativePG Contributors" \ version="${PG_VERSION}" \ - release="5" \ + release="1" \ summary="PostgreSQL Container images." \ - description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 16.5-bullseye." + description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 16.6-bullseye." -LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 16.5-bullseye." +LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 16.6-bullseye." COPY requirements.txt / diff --git a/Debian/17/bookworm/.versions.json b/Debian/17/bookworm/.versions.json index 1df5924f..83f54460 100644 --- a/Debian/17/bookworm/.versions.json +++ b/Debian/17/bookworm/.versions.json @@ -1,6 +1,6 @@ { "BARMAN_VERSION": "3.12.0", - "IMAGE_RELEASE_VERSION": "5", - "POSTGRES_IMAGE_LAST_UPDATED": "2024-11-15T00:20:11.92271Z", - "POSTGRES_IMAGE_VERSION": "17.1-bookworm" + "IMAGE_RELEASE_VERSION": "1", + "POSTGRES_IMAGE_LAST_UPDATED": "2024-11-22T21:09:15.267735Z", + "POSTGRES_IMAGE_VERSION": "17.2-bookworm" } diff --git a/Debian/17/bookworm/Dockerfile b/Debian/17/bookworm/Dockerfile index 5ab31739..98cd46fd 100644 --- a/Debian/17/bookworm/Dockerfile +++ b/Debian/17/bookworm/Dockerfile @@ -14,17 +14,17 @@ # See the License for the specific language governing permissions and # limitations under the License. # -FROM postgres:17.1-bookworm +FROM postgres:17.2-bookworm # Do not split the description, otherwise we will see a blank space in the labels LABEL name="PostgreSQL Container Images" \ vendor="The CloudNativePG Contributors" \ version="${PG_VERSION}" \ - release="5" \ + release="1" \ summary="PostgreSQL Container images." \ - description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 17.1-bookworm." + description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 17.2-bookworm." -LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 17.1-bookworm." +LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 17.2-bookworm." COPY requirements.txt / diff --git a/Debian/17/bullseye/.versions.json b/Debian/17/bullseye/.versions.json index 3f7b5061..2d7e4cc1 100644 --- a/Debian/17/bullseye/.versions.json +++ b/Debian/17/bullseye/.versions.json @@ -1,6 +1,6 @@ { "BARMAN_VERSION": "3.12.0", - "IMAGE_RELEASE_VERSION": "5", - "POSTGRES_IMAGE_LAST_UPDATED": "2024-11-15T00:20:14.374199Z", - "POSTGRES_IMAGE_VERSION": "17.1-bullseye" + "IMAGE_RELEASE_VERSION": "1", + "POSTGRES_IMAGE_LAST_UPDATED": "2024-11-22T21:09:16.206874Z", + "POSTGRES_IMAGE_VERSION": "17.2-bullseye" } diff --git a/Debian/17/bullseye/Dockerfile b/Debian/17/bullseye/Dockerfile index 8efdc6aa..1f6a3ac2 100644 --- a/Debian/17/bullseye/Dockerfile +++ b/Debian/17/bullseye/Dockerfile @@ -14,17 +14,17 @@ # See the License for the specific language governing permissions and # limitations under the License. # -FROM postgres:17.1-bullseye +FROM postgres:17.2-bullseye # Do not split the description, otherwise we will see a blank space in the labels LABEL name="PostgreSQL Container Images" \ vendor="The CloudNativePG Contributors" \ version="${PG_VERSION}" \ - release="5" \ + release="1" \ summary="PostgreSQL Container images." \ - description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 17.1-bullseye." + description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 17.2-bullseye." -LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 17.1-bullseye." +LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 17.2-bullseye." COPY requirements.txt /