diff --git a/.konflux/bundle/bundle.konflux.Dockerfile b/.konflux/bundle/bundle.konflux.Dockerfile index 3d52b68532..cfb631212a 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.19::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 4772322b6e..4c71949f93 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." \ No newline at end of file + vendor="Red Hat, Inc." \ + cpe="cpe:/a:redhat:openshift:4.19::el9" \ No newline at end of file diff --git a/.konflux/operator/konflux.Dockerfile b/.konflux/operator/konflux.Dockerfile index dc8c539025..3a8cd49472 100644 --- a/.konflux/operator/konflux.Dockerfile +++ b/.konflux/operator/konflux.Dockerfile @@ -39,4 +39,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.19::el9" \ No newline at end of file