Daily automatic update

This commit is contained in:
CloudNativePG Automated Updates
2025-02-24 00:16:23 +00:00
parent 8c70808d56
commit 343f846e3a
20 changed files with 70 additions and 70 deletions

View File

@@ -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"
}

View File

@@ -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 /

View File

@@ -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"
}

View File

@@ -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 /