diff --git a/Debian/13/bookworm/.versions.json b/Debian/13/bookworm/.versions.json index d867a656..173d3847 100644 --- a/Debian/13/bookworm/.versions.json +++ b/Debian/13/bookworm/.versions.json @@ -1,6 +1,6 @@ { "BARMAN_VERSION": "3.13.0", - "IMAGE_RELEASE_VERSION": "2", - "POSTGRES_IMAGE_LAST_UPDATED": "2025-02-14T06:07:34.021255Z", - "POSTGRES_IMAGE_VERSION": "13.19-bookworm" + "IMAGE_RELEASE_VERSION": "1", + "POSTGRES_IMAGE_LAST_UPDATED": "2025-02-22T09:07:36.274457Z", + "POSTGRES_IMAGE_VERSION": "13.20-bookworm" } diff --git a/Debian/13/bookworm/Dockerfile b/Debian/13/bookworm/Dockerfile index f8c56935..c6ba8973 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.19-bookworm +FROM postgres:13.20-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="2" \ + release="1" \ summary="PostgreSQL Container images." \ - description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 13.19-bookworm." + description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 13.20-bookworm." -LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 13.19-bookworm." +LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 13.20-bookworm." COPY requirements.txt / diff --git a/Debian/13/bullseye/.versions.json b/Debian/13/bullseye/.versions.json index 93c01b87..58790650 100644 --- a/Debian/13/bullseye/.versions.json +++ b/Debian/13/bullseye/.versions.json @@ -1,6 +1,6 @@ { "BARMAN_VERSION": "3.13.0", - "IMAGE_RELEASE_VERSION": "2", - "POSTGRES_IMAGE_LAST_UPDATED": "2025-02-14T03:08:01.8851Z", - "POSTGRES_IMAGE_VERSION": "13.19-bullseye" + "IMAGE_RELEASE_VERSION": "1", + "POSTGRES_IMAGE_LAST_UPDATED": "2025-02-22T06:07:46.910428Z", + "POSTGRES_IMAGE_VERSION": "13.20-bullseye" } diff --git a/Debian/13/bullseye/Dockerfile b/Debian/13/bullseye/Dockerfile index 01f029c7..7cc53b9c 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.19-bullseye +FROM postgres:13.20-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="2" \ + release="1" \ summary="PostgreSQL Container images." \ - description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 13.19-bullseye." + description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 13.20-bullseye." -LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 13.19-bullseye." +LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 13.20-bullseye." COPY requirements.txt / diff --git a/Debian/14/bookworm/.versions.json b/Debian/14/bookworm/.versions.json index 8ee2f52e..6952b654 100644 --- a/Debian/14/bookworm/.versions.json +++ b/Debian/14/bookworm/.versions.json @@ -1,6 +1,6 @@ { "BARMAN_VERSION": "3.13.0", - "IMAGE_RELEASE_VERSION": "2", - "POSTGRES_IMAGE_LAST_UPDATED": "2025-02-14T06:08:07.834878Z", - "POSTGRES_IMAGE_VERSION": "14.16-bookworm" + "IMAGE_RELEASE_VERSION": "1", + "POSTGRES_IMAGE_LAST_UPDATED": "2025-02-22T06:08:25.847807Z", + "POSTGRES_IMAGE_VERSION": "14.17-bookworm" } diff --git a/Debian/14/bookworm/Dockerfile b/Debian/14/bookworm/Dockerfile index 17f53125..ecb08bbc 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.16-bookworm +FROM postgres:14.17-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="2" \ + release="1" \ summary="PostgreSQL Container images." \ - description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 14.16-bookworm." + description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 14.17-bookworm." -LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 14.16-bookworm." +LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 14.17-bookworm." COPY requirements.txt / diff --git a/Debian/14/bullseye/.versions.json b/Debian/14/bullseye/.versions.json index 8864c4e2..772452e3 100644 --- a/Debian/14/bullseye/.versions.json +++ b/Debian/14/bullseye/.versions.json @@ -1,6 +1,6 @@ { "BARMAN_VERSION": "3.13.0", - "IMAGE_RELEASE_VERSION": "2", - "POSTGRES_IMAGE_LAST_UPDATED": "2025-02-14T03:08:55.464377Z", - "POSTGRES_IMAGE_VERSION": "14.16-bullseye" + "IMAGE_RELEASE_VERSION": "1", + "POSTGRES_IMAGE_LAST_UPDATED": "2025-02-22T06:08:27.342384Z", + "POSTGRES_IMAGE_VERSION": "14.17-bullseye" } diff --git a/Debian/14/bullseye/Dockerfile b/Debian/14/bullseye/Dockerfile index 71901c9c..ff840843 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.16-bullseye +FROM postgres:14.17-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="2" \ + release="1" \ summary="PostgreSQL Container images." \ - description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 14.16-bullseye." + description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 14.17-bullseye." -LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 14.16-bullseye." +LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 14.17-bullseye." COPY requirements.txt / diff --git a/Debian/15/bookworm/.versions.json b/Debian/15/bookworm/.versions.json index 3a7887de..7bc1e0c9 100644 --- a/Debian/15/bookworm/.versions.json +++ b/Debian/15/bookworm/.versions.json @@ -1,6 +1,6 @@ { "BARMAN_VERSION": "3.13.0", - "IMAGE_RELEASE_VERSION": "2", - "POSTGRES_IMAGE_LAST_UPDATED": "2025-02-14T03:09:40.091103Z", - "POSTGRES_IMAGE_VERSION": "15.11-bookworm" + "IMAGE_RELEASE_VERSION": "1", + "POSTGRES_IMAGE_LAST_UPDATED": "2025-02-22T06:09:02.333115Z", + "POSTGRES_IMAGE_VERSION": "15.12-bookworm" } diff --git a/Debian/15/bookworm/Dockerfile b/Debian/15/bookworm/Dockerfile index db48e4f1..5042b333 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.11-bookworm +FROM postgres:15.12-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="2" \ + release="1" \ summary="PostgreSQL Container images." \ - description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 15.11-bookworm." + description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 15.12-bookworm." -LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 15.11-bookworm." +LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 15.12-bookworm." COPY requirements.txt / diff --git a/Debian/15/bullseye/.versions.json b/Debian/15/bullseye/.versions.json index 8676a3c4..2bbee876 100644 --- a/Debian/15/bullseye/.versions.json +++ b/Debian/15/bullseye/.versions.json @@ -1,6 +1,6 @@ { "BARMAN_VERSION": "3.13.0", - "IMAGE_RELEASE_VERSION": "2", - "POSTGRES_IMAGE_LAST_UPDATED": "2025-02-14T03:09:41.649068Z", - "POSTGRES_IMAGE_VERSION": "15.11-bullseye" + "IMAGE_RELEASE_VERSION": "1", + "POSTGRES_IMAGE_LAST_UPDATED": "2025-02-22T03:12:08.297857Z", + "POSTGRES_IMAGE_VERSION": "15.12-bullseye" } diff --git a/Debian/15/bullseye/Dockerfile b/Debian/15/bullseye/Dockerfile index 474ff6c3..5207461a 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.11-bullseye +FROM postgres:15.12-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="2" \ + release="1" \ summary="PostgreSQL Container images." \ - description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 15.11-bullseye." + description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 15.12-bullseye." -LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 15.11-bullseye." +LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 15.12-bullseye." COPY requirements.txt / diff --git a/Debian/16/bookworm/.versions.json b/Debian/16/bookworm/.versions.json index 8f762f9e..85756db7 100644 --- a/Debian/16/bookworm/.versions.json +++ b/Debian/16/bookworm/.versions.json @@ -1,6 +1,6 @@ { "BARMAN_VERSION": "3.13.0", - "IMAGE_RELEASE_VERSION": "2", - "POSTGRES_IMAGE_LAST_UPDATED": "2025-02-14T06:08:58.494909Z", - "POSTGRES_IMAGE_VERSION": "16.7-bookworm" + "IMAGE_RELEASE_VERSION": "1", + "POSTGRES_IMAGE_LAST_UPDATED": "2025-02-22T03:14:04.997284Z", + "POSTGRES_IMAGE_VERSION": "16.8-bookworm" } diff --git a/Debian/16/bookworm/Dockerfile b/Debian/16/bookworm/Dockerfile index 2f42d6a7..5201124d 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.7-bookworm +FROM postgres:16.8-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="2" \ + release="1" \ summary="PostgreSQL Container images." \ - description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 16.7-bookworm." + description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 16.8-bookworm." -LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 16.7-bookworm." +LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 16.8-bookworm." COPY requirements.txt / diff --git a/Debian/16/bullseye/.versions.json b/Debian/16/bullseye/.versions.json index 47c28294..aaba3c99 100644 --- a/Debian/16/bullseye/.versions.json +++ b/Debian/16/bullseye/.versions.json @@ -1,6 +1,6 @@ { "BARMAN_VERSION": "3.13.0", - "IMAGE_RELEASE_VERSION": "2", - "POSTGRES_IMAGE_LAST_UPDATED": "2025-02-14T03:10:31.480017Z", - "POSTGRES_IMAGE_VERSION": "16.7-bullseye" + "IMAGE_RELEASE_VERSION": "1", + "POSTGRES_IMAGE_LAST_UPDATED": "2025-02-22T03:14:06.331071Z", + "POSTGRES_IMAGE_VERSION": "16.8-bullseye" } diff --git a/Debian/16/bullseye/Dockerfile b/Debian/16/bullseye/Dockerfile index 99fdf325..00c20c4f 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.7-bullseye +FROM postgres:16.8-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="2" \ + release="1" \ summary="PostgreSQL Container images." \ - description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 16.7-bullseye." + description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 16.8-bullseye." -LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 16.7-bullseye." +LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 16.8-bullseye." COPY requirements.txt / diff --git a/Debian/17/bookworm/.versions.json b/Debian/17/bookworm/.versions.json index 209ac41b..98afaf51 100644 --- a/Debian/17/bookworm/.versions.json +++ b/Debian/17/bookworm/.versions.json @@ -1,6 +1,6 @@ { "BARMAN_VERSION": "3.13.0", - "IMAGE_RELEASE_VERSION": "2", - "POSTGRES_IMAGE_LAST_UPDATED": "2025-02-19T03:10:23.900714Z", - "POSTGRES_IMAGE_VERSION": "17.3-bookworm" + "IMAGE_RELEASE_VERSION": "1", + "POSTGRES_IMAGE_LAST_UPDATED": "2025-02-22T03:15:58.818047Z", + "POSTGRES_IMAGE_VERSION": "17.4-bookworm" } diff --git a/Debian/17/bookworm/Dockerfile b/Debian/17/bookworm/Dockerfile index c5c99677..2024dfd5 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.3-bookworm +FROM postgres:17.4-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="2" \ + release="1" \ summary="PostgreSQL Container images." \ - description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 17.3-bookworm." + description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 17.4-bookworm." -LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 17.3-bookworm." +LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 17.4-bookworm." COPY requirements.txt / diff --git a/Debian/17/bullseye/.versions.json b/Debian/17/bullseye/.versions.json index aad54cab..e20f13aa 100644 --- a/Debian/17/bullseye/.versions.json +++ b/Debian/17/bullseye/.versions.json @@ -1,6 +1,6 @@ { "BARMAN_VERSION": "3.13.0", - "IMAGE_RELEASE_VERSION": "2", - "POSTGRES_IMAGE_LAST_UPDATED": "2025-02-19T03:10:25.313629Z", - "POSTGRES_IMAGE_VERSION": "17.3-bullseye" + "IMAGE_RELEASE_VERSION": "1", + "POSTGRES_IMAGE_LAST_UPDATED": "2025-02-22T03:16:00.191834Z", + "POSTGRES_IMAGE_VERSION": "17.4-bullseye" } diff --git a/Debian/17/bullseye/Dockerfile b/Debian/17/bullseye/Dockerfile index 569ce361..2a3e0e38 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.3-bullseye +FROM postgres:17.4-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="2" \ + release="1" \ summary="PostgreSQL Container images." \ - description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 17.3-bullseye." + description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 17.4-bullseye." -LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 17.3-bullseye." +LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 17.4-bullseye." COPY requirements.txt /