Skip to content

Commit 592cc1b

Browse files
authored
Add "compliance" prefix to image name labels (#961)
OpenShift image name labels must match their name in RHEC Catalog.
1 parent 985ddf9 commit 592cc1b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build/Dockerfile.openshift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ LABEL \
3030
com.redhat.delivery.appregistry="false" \
3131
maintainer="Red Hat ISC <isc-team@redhat.com>" \
3232
License="GPLv2+" \
33-
name="openshift-file-integrity-operator" \
33+
name="compliance/openshift-file-integrity-operator" \
3434
com.redhat.component="openshift-file-integrity-operator-container" \
3535
io.openshift.maintainer.product="OpenShift Container Platform" \
3636
io.openshift.maintainer.component="File Integrity Operator" \

bundle.openshift.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ FROM scratch
2020

2121
ARG FIO_NEW_VERSION
2222

23-
LABEL name=openshift-file-integrity-operator-bundle
23+
LABEL name="compliance/openshift-file-integrity-operator-bundle"
2424
LABEL version=${FIO_NEW_VERSION}
2525
LABEL summary='OpenShift File Integrity Operator'
2626
LABEL maintainer='Infrastructure Security and Compliance Team <isc-team@redhat.com>'

0 commit comments

Comments
 (0)