Skip to content

Commit 003408e

Browse files
author
CloudNativePG Automated Updates
committed
Daily automatic update
1 parent 156225b commit 003408e

File tree

8 files changed

+20
-20
lines changed

8 files changed

+20
-20
lines changed

Debian/16/bookworm/.versions.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"BARMAN_VERSION": "3.11.1",
3-
"IMAGE_RELEASE_VERSION": "22",
4-
"POSTGRES_IMAGE_LAST_UPDATED": "2024-09-05T23:10:21.349001Z",
3+
"IMAGE_RELEASE_VERSION": "23",
4+
"POSTGRES_IMAGE_LAST_UPDATED": "2024-09-27T02:09:24.258633Z",
55
"POSTGRES_IMAGE_VERSION": "16.4-bookworm"
66
}

Debian/16/bookworm/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ FROM postgres:16.4-bookworm
2020
LABEL name="PostgreSQL Container Images" \
2121
vendor="The CloudNativePG Contributors" \
2222
version="${PG_VERSION}" \
23-
release="22" \
23+
release="23" \
2424
summary="PostgreSQL Container images." \
2525
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 16.4-bookworm."
2626

Debian/16/bullseye/.versions.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"BARMAN_VERSION": "3.11.1",
3-
"IMAGE_RELEASE_VERSION": "23",
4-
"POSTGRES_IMAGE_LAST_UPDATED": "2024-09-06T23:24:41.09928Z",
3+
"IMAGE_RELEASE_VERSION": "24",
4+
"POSTGRES_IMAGE_LAST_UPDATED": "2024-09-27T02:09:26.359204Z",
55
"POSTGRES_IMAGE_VERSION": "16.4-bullseye"
66
}

Debian/16/bullseye/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ FROM postgres:16.4-bullseye
2020
LABEL name="PostgreSQL Container Images" \
2121
vendor="The CloudNativePG Contributors" \
2222
version="${PG_VERSION}" \
23-
release="23" \
23+
release="24" \
2424
summary="PostgreSQL Container images." \
2525
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 16.4-bullseye."
2626

Debian/17/bookworm/.versions.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"BARMAN_VERSION": "3.11.1",
3-
"IMAGE_RELEASE_VERSION": "18",
4-
"POSTGRES_IMAGE_LAST_UPDATED": "2024-09-07T02:11:33.555234Z",
5-
"POSTGRES_IMAGE_VERSION": "17rc1-bookworm"
3+
"IMAGE_RELEASE_VERSION": "1",
4+
"POSTGRES_IMAGE_LAST_UPDATED": "2024-09-27T05:15:08.360564Z",
5+
"POSTGRES_IMAGE_VERSION": "17.0-bookworm"
66
}

Debian/17/bookworm/Dockerfile

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616
#
17-
FROM postgres:17rc1-bookworm
17+
FROM postgres:17.0-bookworm
1818

1919
# Do not split the description, otherwise we will see a blank space in the labels
2020
LABEL name="PostgreSQL Container Images" \
2121
vendor="The CloudNativePG Contributors" \
2222
version="${PG_VERSION}" \
23-
release="18" \
23+
release="1" \
2424
summary="PostgreSQL Container images." \
25-
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 17rc1-bookworm."
25+
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 17.0-bookworm."
2626

27-
LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 17rc1-bookworm."
27+
LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 17.0-bookworm."
2828

2929
COPY requirements.txt /
3030

Debian/17/bullseye/.versions.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"BARMAN_VERSION": "3.11.1",
3-
"IMAGE_RELEASE_VERSION": "18",
4-
"POSTGRES_IMAGE_LAST_UPDATED": "2024-09-07T02:11:45.189541Z",
5-
"POSTGRES_IMAGE_VERSION": "17rc1-bullseye"
3+
"IMAGE_RELEASE_VERSION": "1",
4+
"POSTGRES_IMAGE_LAST_UPDATED": "2024-09-27T02:10:39.813373Z",
5+
"POSTGRES_IMAGE_VERSION": "17.0-bullseye"
66
}

Debian/17/bullseye/Dockerfile

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616
#
17-
FROM postgres:17rc1-bullseye
17+
FROM postgres:17.0-bullseye
1818

1919
# Do not split the description, otherwise we will see a blank space in the labels
2020
LABEL name="PostgreSQL Container Images" \
2121
vendor="The CloudNativePG Contributors" \
2222
version="${PG_VERSION}" \
23-
release="18" \
23+
release="1" \
2424
summary="PostgreSQL Container images." \
25-
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 17rc1-bullseye."
25+
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 17.0-bullseye."
2626

27-
LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 17rc1-bullseye."
27+
LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 17.0-bullseye."
2828

2929
COPY requirements.txt /
3030

0 commit comments

Comments
 (0)