diff --git a/README b/README index 5459fce..5bd9e89 100644 --- a/README +++ b/README @@ -5,8 +5,8 @@ This service can be enabled to run during buildtime, when it will edit the Dockerfile to expand the LABEL instruction. A new syntax using entry/exit flags has been introduced to provide -compatibility with stock docker build command while allowing OBS -to add its prefix to existing LABEL instructions values. +compatibility with stock docker build command while allowing to add prefixed +labels based on existing LABEL instructions. Both new and old syntax are supported, but you should not mix both in the same Dockerfile. diff --git a/docker_label_helper.service b/docker_label_helper.service index 68aa4e9..415e68a 100644 --- a/docker_label_helper.service +++ b/docker_label_helper.service @@ -1,4 +1,4 @@ - Allows automatic duplication of labels with a custom prefix. - Expand LABEL instructions with mandatory openSUSE prefixes for Dockerfile. + Add prefixed labels in Dockerfile builds + An OBS service which expands LABEL instructions in Dockerfile with prefixes. Useful for implementing https://en.opensuse.org/Building_derived_containers#Labels. diff --git a/obs-service-docker_label_helper.changes b/obs-service-docker_label_helper.changes index 6663c54..f93b605 100644 --- a/obs-service-docker_label_helper.changes +++ b/obs-service-docker_label_helper.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Dec 15 14:52:19 UTC 2021 - Fabian Vogt + +- Improve summary, description and README.md a bit +- Mention bsc#1193428 in this changelog + ------------------------------------------------------------------- Fri Jul 23 08:50:08 UTC 2021 - Bruno Leon diff --git a/obs-service-docker_label_helper.spec b/obs-service-docker_label_helper.spec index 3ca00b8..d0d2435 100644 --- a/obs-service-docker_label_helper.spec +++ b/obs-service-docker_label_helper.spec @@ -19,7 +19,7 @@ Name: obs-service-docker_label_helper Version: 0.0 Release: 0 -Summary: Service to duplicate labels with a custom prefix +Summary: OBS Service to add prefixed labels in Dockerfile builds License: GPL-2.0-or-later Group: Development/Tools/Building URL: https://build.opensuse.org @@ -33,8 +33,8 @@ BuildArch: noarch BuildRequires: diffutils %description -This service can be used during buildtime to expand LABEL -instructions with mandatory openSUSE prefixes. +An OBS service which expands LABEL instructions in Dockerfile with prefixes. +Useful for implementing https://en.opensuse.org/Building_derived_containers#Labels. %prep %setup -q -D -T -n .