From b081323f740420a72894c066deeb78172553736f Mon Sep 17 00:00:00 2001 From: Olivier Cazade Date: Fri, 20 Sep 2024 15:20:28 +0000 Subject: [PATCH] Add description label to downstream container image (#722) --- hack/update-build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/hack/update-build.sh b/hack/update-build.sh index ec0384d8e..269485789 100755 --- a/hack/update-build.sh +++ b/hack/update-build.sh @@ -15,6 +15,7 @@ LABEL maintainer="support@redhat.com" LABEL io.openshift.tags="network-observability-flowlogs-pipeline" LABEL upstream-vcs-ref="${COMMIT}" LABEL upstream-vcs-type="git" +LABEL description="Flow-Logs Pipeline (a.k.a. FLP) is an observability tool that consumes logs from various inputs, transform them and export logs to loki and / or time series metrics to prometheus." EOF