Skip to content

Commit 4af8feb

Browse files
authored
chore(KONFLUX-6210): fix and set name and cpe label for orchestrator-operator-bundle-1-6 (#279)
For https://issues.redhat.com/browse/KONFLUX-6210, clair needs access to a name and cpe label that it can use to look up the image in VEX statements. See also release-engineering/rhtap-ec-policy#149 Signed-off-by: Ralph Bean <rbean@redhat.com> Assisted-by: Gemini ## Summary by Sourcery Set correct image name label and add CPE label in the orchestrator operator bundle Dockerfile to support vulnerability lookups. Chores: - Update the name label to use the dev-preview-beta path for orchestrator-operator-bundle - Add a CPE label for RH DH version 1.6 on EL9
2 parents a2ec38c + 753d6b0 commit 4af8feb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bundle.konflux.Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ LABEL controller="registry.redhat.io/rhdh-orchestrator-dev-preview-beta/controll
1717
# Required labels
1818
LABEL com.redhat.component="RHDH Orchestrator Operator"
1919
LABEL distribution-scope="public"
20-
LABEL name="rhdh-orchestrator-go-operator-bundle"
20+
LABEL name="rhdh-orchestrator-dev-preview-beta/orchestrator-operator-bundle"
21+
LABEL cpe="cpe:/a:redhat:rhdh:1.6::el9"
2122
LABEL release="1.6.1"
2223
LABEL version="1.6.1"
2324
LABEL maintainer="Red Hat jubah@redhat.com"

0 commit comments

Comments
 (0)