diff --git a/.konflux/bundle/bundle.konflux.Dockerfile b/.konflux/bundle/bundle.konflux.Dockerfile index 743b19fc6f..80a8770a6b 100644 --- a/.konflux/bundle/bundle.konflux.Dockerfile +++ b/.konflux/bundle/bundle.konflux.Dockerfile @@ -45,6 +45,7 @@ LABEL distribution-scope="public" LABEL release="${OPENSHIFT_VERSION}" LABEL url="https://github.com/openshift-kni/numaresources-operator" LABEL vendor="Red Hat, Inc." +LABEL cpe="cpe:/a:redhat:openshift:4.20::el9" LABEL io.openshift.expose-services="" LABEL io.openshift.tags="numa,topology,node" diff --git a/.konflux/must-gather/must-gather.konflux.Dockerfile b/.konflux/must-gather/must-gather.konflux.Dockerfile index 3794daf4e8..4af2d8b263 100644 --- a/.konflux/must-gather/must-gather.konflux.Dockerfile +++ b/.konflux/must-gather/must-gather.konflux.Dockerfile @@ -36,4 +36,5 @@ LABEL com.redhat.component="numaresources-must-gather-container" \ distribution-scope="public" \ release="${OPENSHIFT_VERSION}" \ url="https://github.com/openshift-kni/numaresources-operator" \ - vendor="Red Hat, Inc." + vendor="Red Hat, Inc." \ + cpe="cpe:/a:redhat:openshift:4.20::el9" diff --git a/.konflux/operator/konflux.Dockerfile b/.konflux/operator/konflux.Dockerfile index 0dff1f557d..5cea77c2fa 100644 --- a/.konflux/operator/konflux.Dockerfile +++ b/.konflux/operator/konflux.Dockerfile @@ -40,4 +40,5 @@ LABEL com.redhat.component="numaresources-operator-container" \ distribution-scope="public" \ release="${OPENSHIFT_VERSION}" \ url="https://github.com/openshift-kni/numaresources-operator" \ - vendor="Red Hat, Inc." \ No newline at end of file + vendor="Red Hat, Inc." \ + cpe="cpe:/a:redhat:openshift:4.20::el9" \ No newline at end of file