From 48d5bc8451375adc9e737f91163f331ab9e6ed35 Mon Sep 17 00:00:00 2001
From: Olivier Cazade <ocazade@redhat.com>
Date: Thu, 3 Oct 2024 11:54:43 +0000
Subject: [PATCH] Add description label to downstream container image (#415)

---
 hack/update-build.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hack/update-build.sh b/hack/update-build.sh
index 25d85289..fba496b5 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-ebpf-agent"
 LABEL upstream-vcs-ref="${COMMIT}"
 LABEL upstream-vcs-type="git"
+LABEL description="The Network Observability eBPF Agent allows collecting and aggregating all the ingress and egress flows on a Linux host."
 EOF
 
 sed -i 's/\(FROM.*\)docker.io\/library\/golang:1.22\(.*\)/\1brew.registry.redhat.io\/rh-osbs\/openshift-golang-builder:v1.22.5-202407301806.g4c8b32d.el9\2/g' ./Dockerfile
-- 
GitLab