Daily automatic update

This commit is contained in:
CloudNativePG Automated Updates
2024-09-27 09:42:25 +00:00
parent 156225b294
commit 003408e7f6
8 changed files with 20 additions and 20 deletions

View File

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

View File

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