diff --git a/Debian/16/bookworm/.versions.json b/Debian/16/bookworm/.versions.json index ff173b9e..b9e66fc3 100644 --- a/Debian/16/bookworm/.versions.json +++ b/Debian/16/bookworm/.versions.json @@ -1,6 +1,6 @@ { "BARMAN_VERSION": "3.11.1", - "IMAGE_RELEASE_VERSION": "22", - "POSTGRES_IMAGE_LAST_UPDATED": "2024-09-05T23:10:21.349001Z", + "IMAGE_RELEASE_VERSION": "23", + "POSTGRES_IMAGE_LAST_UPDATED": "2024-09-27T02:09:24.258633Z", "POSTGRES_IMAGE_VERSION": "16.4-bookworm" } diff --git a/Debian/16/bookworm/Dockerfile b/Debian/16/bookworm/Dockerfile index c74e2cf5..0d9e8c83 100644 --- a/Debian/16/bookworm/Dockerfile +++ b/Debian/16/bookworm/Dockerfile @@ -20,7 +20,7 @@ FROM postgres:16.4-bookworm LABEL name="PostgreSQL Container Images" \ vendor="The CloudNativePG Contributors" \ version="${PG_VERSION}" \ - release="22" \ + release="23" \ summary="PostgreSQL Container images." \ description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 16.4-bookworm." diff --git a/Debian/16/bullseye/.versions.json b/Debian/16/bullseye/.versions.json index 2c9849ec..53233fcf 100644 --- a/Debian/16/bullseye/.versions.json +++ b/Debian/16/bullseye/.versions.json @@ -1,6 +1,6 @@ { "BARMAN_VERSION": "3.11.1", - "IMAGE_RELEASE_VERSION": "23", - "POSTGRES_IMAGE_LAST_UPDATED": "2024-09-06T23:24:41.09928Z", + "IMAGE_RELEASE_VERSION": "24", + "POSTGRES_IMAGE_LAST_UPDATED": "2024-09-27T02:09:26.359204Z", "POSTGRES_IMAGE_VERSION": "16.4-bullseye" } diff --git a/Debian/16/bullseye/Dockerfile b/Debian/16/bullseye/Dockerfile index f106b680..3fb7799d 100644 --- a/Debian/16/bullseye/Dockerfile +++ b/Debian/16/bullseye/Dockerfile @@ -20,7 +20,7 @@ FROM postgres:16.4-bullseye LABEL name="PostgreSQL Container Images" \ vendor="The CloudNativePG Contributors" \ version="${PG_VERSION}" \ - release="23" \ + release="24" \ summary="PostgreSQL Container images." \ description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 16.4-bullseye." diff --git a/Debian/17/bookworm/.versions.json b/Debian/17/bookworm/.versions.json index 7237898f..cba97811 100644 --- a/Debian/17/bookworm/.versions.json +++ b/Debian/17/bookworm/.versions.json @@ -1,6 +1,6 @@ { "BARMAN_VERSION": "3.11.1", - "IMAGE_RELEASE_VERSION": "18", - "POSTGRES_IMAGE_LAST_UPDATED": "2024-09-07T02:11:33.555234Z", - "POSTGRES_IMAGE_VERSION": "17rc1-bookworm" + "IMAGE_RELEASE_VERSION": "1", + "POSTGRES_IMAGE_LAST_UPDATED": "2024-09-27T05:15:08.360564Z", + "POSTGRES_IMAGE_VERSION": "17.0-bookworm" } diff --git a/Debian/17/bookworm/Dockerfile b/Debian/17/bookworm/Dockerfile index bcd550b1..03b3d2be 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:17rc1-bookworm +FROM postgres:17.0-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="18" \ + release="1" \ summary="PostgreSQL Container images." \ - description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 17rc1-bookworm." + description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 17.0-bookworm." -LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 17rc1-bookworm." +LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 17.0-bookworm." COPY requirements.txt / diff --git a/Debian/17/bullseye/.versions.json b/Debian/17/bullseye/.versions.json index 942a0414..e45aceba 100644 --- a/Debian/17/bullseye/.versions.json +++ b/Debian/17/bullseye/.versions.json @@ -1,6 +1,6 @@ { "BARMAN_VERSION": "3.11.1", - "IMAGE_RELEASE_VERSION": "18", - "POSTGRES_IMAGE_LAST_UPDATED": "2024-09-07T02:11:45.189541Z", - "POSTGRES_IMAGE_VERSION": "17rc1-bullseye" + "IMAGE_RELEASE_VERSION": "1", + "POSTGRES_IMAGE_LAST_UPDATED": "2024-09-27T02:10:39.813373Z", + "POSTGRES_IMAGE_VERSION": "17.0-bullseye" } diff --git a/Debian/17/bullseye/Dockerfile b/Debian/17/bullseye/Dockerfile index 0c99bea7..59f66852 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:17rc1-bullseye +FROM postgres:17.0-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="18" \ + release="1" \ summary="PostgreSQL Container images." \ - description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 17rc1-bullseye." + description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 17.0-bullseye." -LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 17rc1-bullseye." +LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 17.0-bullseye." COPY requirements.txt /