diff --git a/Dockerfile b/Dockerfile index f03f36c..87fa60e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,8 +10,8 @@ MAINTAINER openSUSE (https://www.opensuse.org/) # Define labels according to https://en.opensuse.org/Building_derived_containers # labelprefix=org.opensuse.application.postgres -LABEL org.opencontainers.image.title="openSUSE Tumbleweed PostgreSQL 14 Container Image" -LABEL org.opencontainers.image.description="PostgreSQL 14 based on the openSUSE Tumbleweed Base Container Image." +LABEL org.opencontainers.image.title="openSUSE Tumbleweed PostgreSQL 14" +LABEL org.opencontainers.image.description="PostgreSQL 14 container based on the openSUSE Tumbleweed Base Container Image." LABEL org.opencontainers.image.version="14" LABEL org.opencontainers.image.url="https://www.opensuse.org" LABEL org.opencontainers.image.created="%BUILDTIME%" diff --git a/postgres-14-image.changes b/postgres-14-image.changes index d0f7b37..9af9b08 100644 --- a/postgres-14-image.changes +++ b/postgres-14-image.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jun 23 15:33:33 UTC 2023 - Dirk Mueller <dmueller@suse.com> + +- label capitalization and related cleanups + ------------------------------------------------------------------- Tue May 30 06:52:56 UTC 2023 - Dan Čermák <dcermak@suse.com>