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
3 changes: 2 additions & 1 deletion bundle.openshift.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ FROM scratch

ARG CO_NEW_VERSION

LABEL name=openshift-compliance-operator-bundle
LABEL name=compliance/openshift-compliance-operator-bundle
LABEL version=${CO_NEW_VERSION}
LABEL summary='OpenShift Compliance Operator'
LABEL maintainer='Infrastructure Security and Compliance Team <isc-team@redhat.com>'
Expand All @@ -31,6 +31,7 @@ LABEL url="https://github.com/ComplianceAsCode/compliance-operator"
LABEL distribution-scope=public

LABEL com.redhat.component=openshift-compliance-operator-bundle-container
LABEL cpe=cpe:/a:redhat:openshift_compliance_operator:1::el9
LABEL com.redhat.delivery.appregistry=false
LABEL com.redhat.delivery.operator.bundle=true
LABEL com.redhat.openshift.versions="v4.10"
Expand Down
3 changes: 2 additions & 1 deletion images/must-gather/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ LABEL \
description="An image to collect debug information from compliance-operator" \
maintainer="Red Hat ISC <isc-team@redhat.com>" \
License="GPLv2+" \
name="openshift-compliance-must-gather" \
name="compliance/openshift-compliance-must-gather-rhel8" \
cpe="cpe:/a:redhat:openshift_compliance_operator:1::el9" \
com.redhat.component="openshift-compliance-must-gather-container" \
io.openshift.maintainer.product="OpenShift Container Platform" \
io.openshift.maintainer.component="Compliance Operator" \
Expand Down
3 changes: 2 additions & 1 deletion images/openscap/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ LABEL \
description="An OpenSCAP operand for the compliance-operator" \
maintainer="Red Hat ISC <isc-team@redhat.com>" \
License="GPLv2+" \
name="openshift-compliance-openscap" \
name="compliance/openshift-compliance-openscap-rhel8" \
cpe="cpe:/a:redhat:openshift_compliance_operator:1::el9" \
com.redhat.component="openshift-compliance-openscap-container" \
io.openshift.maintainer.product="OpenShift Container Platform" \
io.openshift.maintainer.component="Compliance Operator" \
Expand Down
3 changes: 2 additions & 1 deletion images/operator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ LABEL \
description="An operator that performs compliance scanning and remediation on a cluster" \
maintainer="Red Hat ISC <isc-team@redhat.com>" \
License="GPLv2+" \
name="openshift-compliance-operator" \
name="compliance/openshift-compliance-rhel8-operator" \
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should fix these names at some point so their note specific RHEL versions.

cpe="cpe:/a:redhat:openshift_compliance_operator:1::el9" \
com.redhat.component="openshift-compliance-operator-container" \
io.openshift.maintainer.product="OpenShift Container Platform" \
io.openshift.maintainer.component="Compliance Operator" \
Expand Down
Loading