Daily automatic update

This commit is contained in:
CloudNativePG Automated Updates
2024-11-22 21:38:32 +00:00
parent f2627da680
commit a024740cb0
24 changed files with 84 additions and 84 deletions

View File

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

View File

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

View File

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

View File

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