Skip to content
Open
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
3 changes: 2 additions & 1 deletion bundle.openshift.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN ./update_bundle_rbac.sh
FROM scratch
ARG SPO_VERSION

LABEL name=security-profiles-operator-bundle
LABEL name="compliance/openshift-security-profiles-operator-bundle"
LABEL version=${SPO_VERSION}
LABEL summary='OpenShift Security Profiles Operator'
LABEL maintainer='Infrastructure Security and Compliance Team <[email protected]>'
Expand All @@ -26,6 +26,7 @@ LABEL vendor="Red Hat, Inc."
LABEL distribution-scope="public"
LABEL description='Security Profiles Operator'
LABEL com.redhat.component=security-profiles-operator-bundle-container
LABEL cpe="cpe:/a:redhat:openshift_security_profiles_operator:1::el9"
LABEL com.redhat.delivery.appregistry=false
LABEL com.redhat.delivery.operator.bundle=true
LABEL com.redhat.openshift.versions="v4.12"
Expand Down