Skip to content

Commit 9f767df

Browse files
committed
update the cpe label to match the bundle version is 1.2.2, but the CPE label still references version 1.1. Let me search for where this CPE label is defined.
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
1 parent 491ded1 commit 9f767df

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ LABEL distribution-scope="public"
4747
LABEL name="multiarch-tuning/multiarch-tuning-operator"
4848
LABEL release="1.2.2"
4949
LABEL version="1.2.2"
50-
LABEL cpe="cpe:/a:redhat:multiarch_tuning_operator:1.1::el9"
50+
LABEL cpe="cpe:/a:redhat:multiarch_tuning_operator:1.2::el9"
5151
LABEL url="https://github.com/openshift/multiarch-tuning-operator"
5252
LABEL vendor="Red Hat, Inc."
5353
LABEL description="The Multiarch Tuning Operator enhances the user experience for administrators of Openshift \

bundle.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ LABEL distribution-scope="public"
2626
LABEL name="multiarch-tuning/multiarch-tuning-operator-bundle"
2727
LABEL release="1.2.2"
2828
LABEL version="1.2.2"
29-
LABEL cpe="cpe:/a:redhat:multiarch_tuning_operator:1.1::el9"
29+
LABEL cpe="cpe:/a:redhat:multiarch_tuning_operator:1.2::el9"
3030
LABEL url="https://github.com/openshift/multiarch-tuning-operator"
3131
LABEL vendor="Red Hat, Inc."
3232
LABEL description="The Multiarch Tuning Operator enhances the user experience for administrators of Openshift \

bundle.konflux.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ LABEL distribution-scope="public"
3838
LABEL name="multiarch-tuning/multiarch-tuning-operator-bundle"
3939
LABEL release="1.2.2"
4040
LABEL version="1.2.2"
41-
LABEL cpe="cpe:/a:redhat:multiarch_tuning_operator:1.1::el9"
41+
LABEL cpe="cpe:/a:redhat:multiarch_tuning_operator:1.2::el9"
4242
LABEL url="https://github.com/openshift/multiarch-tuning-operator"
4343
LABEL vendor="Red Hat, Inc."
4444
LABEL description="The Multiarch Tuning Operator enhances the user experience for administrators of Openshift \

hack/patch-bundle-dockerfile.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ LABEL distribution-scope="public"
88
LABEL name="multiarch-tuning/multiarch-tuning-operator-bundle"
99
LABEL release="'"${VERSION:-0.9.0}"'"
1010
LABEL version="'"${VERSION:-0.9.0}"'"
11-
LABEL cpe="cpe:/a:redhat:multiarch_tuning_operator:1.1::el9"
11+
LABEL cpe="cpe:/a:redhat:multiarch_tuning_operator:1.2::el9"
1212
LABEL url="https://github.com/openshift/multiarch-tuning-operator"
1313
LABEL vendor="Red Hat, Inc."
1414
LABEL description="The Multiarch Tuning Operator enhances the user experience for administrators of Openshift \

konflux.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ LABEL distribution-scope="public"
3939
LABEL name="multiarch-tuning/multiarch-tuning-rhel9-operator"
4040
LABEL release="1.2.2"
4141
LABEL version="1.2.2"
42-
LABEL cpe="cpe:/a:redhat:multiarch_tuning_operator:1.1::el9"
42+
LABEL cpe="cpe:/a:redhat:multiarch_tuning_operator:1.2::el9"
4343
LABEL url="https://github.com/openshift/multiarch-tuning-operator"
4444
LABEL vendor="Red Hat, Inc."
4545
LABEL description="The Multiarch Tuning Operator enhances the user experience for administrators of Openshift \

0 commit comments

Comments
 (0)