Skip to content

Commit

Permalink
Merge pull request #151 from Fedosin/add_label
Browse files Browse the repository at this point in the history
Add "io.openshift.release.operator true" label to the Dockerfile
  • Loading branch information
openshift-merge-robot committed Dec 3, 2021
2 parents 7256c98 + 7a8ed74 commit cc160d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions openshift/Dockerfile.openshift
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ LABEL description="Cluster API Controller Manager"
COPY --from=builder /build/cluster-api-controller-manager /bin/cluster-api-controller-manager

ENTRYPOINT [ "/bin/cluster-api-controller-manager" ]

LABEL io.openshift.release.operator true

0 comments on commit cc160d9

Please sign in to comment.