Skip to content

Commit

Permalink
New Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
psap-ci-robot committed Jul 15, 2019
1 parent 55ada25 commit d4cf597
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
7 changes: 4 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ USER cluster-nfd-operator
ENTRYPOINT ["/usr/bin/cluster-nfd-operator"]
LABEL io.k8s.display-name="OpenShift cluster-nfd-operator" \
io.k8s.description="This is a component of OpenShift and manages the node feature discovery." \
io.openshift.release.operator=true

LABEL com.redhat.delivery.appregistry=true
io.openshift.release.operator=true \
io.openshift.tags="openshift" \
com.redhat.delivery.appregistry=true \
maintainer="ATS Auto Tuning Scalability <aos-scalability@redhat.com>"


6 changes: 4 additions & 2 deletions Dockerfile.rhel7
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ USER cluster-nfd-operator
ENTRYPOINT ["/usr/bin/cluster-nfd-operator"]
LABEL io.k8s.display-name="OpenShift cluster-nfd-operator" \
io.k8s.description="This is a component of OpenShift and manages the node feature discovery." \
io.openshift.release.operator=true
io.openshift.release.operator=true \
io.openshift.tags="openshift" \
com.redhat.delivery.appregistry=true \
maintainer="ATS Auto Tuning Scalability <aos-scalability@redhat.com>"

LABEL com.redhat.delivery.appregistry=true
3 changes: 1 addition & 2 deletions manifests/olm-catalog/4.2/image-references
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,4 @@ spec:
- name: cluster-nfd-operator
from:
kind: DockerImage
name: quay.io/openshift/origin-cluster-nfd-operator
© 2019 GitHub, Inc.
name: quay.io/openshift/origin-cluster-nfd-operator

0 comments on commit d4cf597

Please sign in to comment.