From bf9a56ae347ee7bf23d4524c97dd23395aa6d810 Mon Sep 17 00:00:00 2001 From: Mohamed Mahmoud Date: Thu, 5 Sep 2024 15:25:55 -0400 Subject: [PATCH] Add konflux needed release labels to bundle dockerfile Signed-off-by: Mohamed Mahmoud --- Containerfile.bpfman-agent.openshift | 2 +- Containerfile.bpfman-operator.openshift | 2 +- Containerfile.bundle | 10 ++++++++++ 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/Containerfile.bpfman-agent.openshift b/Containerfile.bpfman-agent.openshift index 3d8c24641..49cded6b9 100644 --- a/Containerfile.bpfman-agent.openshift +++ b/Containerfile.bpfman-agent.openshift @@ -46,6 +46,6 @@ LABEL name="bpfman/bpfman-agent" \ io.k8s.description="The bpfman-agent manage bpfman programs on every node. ." \ io.openshift.tags="bpfman-agent" \ version="0.5.1" \ - vendor="Red Hat Inc." + vendor="Red Hat, Inc." ENTRYPOINT ["/bpfman-agent"] diff --git a/Containerfile.bpfman-operator.openshift b/Containerfile.bpfman-operator.openshift index 8a11f9ce7..07857c6ab 100644 --- a/Containerfile.bpfman-operator.openshift +++ b/Containerfile.bpfman-operator.openshift @@ -43,7 +43,7 @@ LABEL name="bpfman/bpfman-operator" \ io.k8s.description="The bpfman-operator repository exists to deploy and manage bpfman within a Kubernetes cluster. ." \ io.openshift.tags="bpfman-operator" \ version="0.5.1" \ - vendor="Red Hat Inc." + vendor="Red Hat, Inc." USER 65532:65532 diff --git a/Containerfile.bundle b/Containerfile.bundle index 8b60c6cb5..fa1937df7 100644 --- a/Containerfile.bundle +++ b/Containerfile.bundle @@ -18,3 +18,13 @@ LABEL operators.operatorframework.io.test.config.v1=tests/scorecard/ COPY bundle/manifests /manifests/ COPY bundle/metadata /metadata/ COPY bundle/tests/scorecard /tests/scorecard/ + +# Labels for konflux to release the images +LABEL name="bpfman/bpfman-agent" \ + com.redhat.component="bpfman-agent" \ + io.k8s.display-name="Bpfman Agent" \ + description="The bpfman-agent manage bpfman ebpf programs on every node." \ + io.k8s.description="The bpfman-agent manage bpfman programs on every node. ." \ + io.openshift.tags="bpfman-agent" \ + version="0.5.1" \ + vendor="Red Hat, Inc."