Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .konflux/bundle/bundle.konflux.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
3 changes: 2 additions & 1 deletion .konflux/must-gather/must-gather.konflux.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
3 changes: 2 additions & 1 deletion .konflux/operator/konflux.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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."
vendor="Red Hat, Inc." \
cpe="cpe:/a:redhat:openshift:4.20::el9"