From 9a9b636dddf856fc70dda6c600c49811316acaba9338ea0039bb63a355a1c130 Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Wed, 15 Dec 2021 14:53:37 +0000 Subject: [PATCH 1/2] - Improve summary, description and README.md a bit - Mention bsc#1193428 in this changelog OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/obs-service-docker_label_helper?expand=0&rev=4 --- README | 4 ++-- docker_label_helper.service | 4 ++-- obs-service-docker_label_helper.changes | 6 ++++++ obs-service-docker_label_helper.spec | 6 +++--- 4 files changed, 13 insertions(+), 7 deletions(-) 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 . From 536800aa7a46d1120e33684dd30fb0993d6815a363d4a02816c7452586120852 Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Wed, 15 Dec 2021 15:03:39 +0000 Subject: [PATCH 2/2] - Mention bsc#1193429 in this changelog OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/obs-service-docker_label_helper?expand=0&rev=5 --- obs-service-docker_label_helper.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/obs-service-docker_label_helper.changes b/obs-service-docker_label_helper.changes index f93b605..1db0618 100644 --- a/obs-service-docker_label_helper.changes +++ b/obs-service-docker_label_helper.changes @@ -2,7 +2,7 @@ Wed Dec 15 14:52:19 UTC 2021 - Fabian Vogt - Improve summary, description and README.md a bit -- Mention bsc#1193428 in this changelog +- Mention bsc#1193429 in this changelog ------------------------------------------------------------------- Fri Jul 23 08:50:08 UTC 2021 - Bruno Leon