Skip to content

Commit

Permalink
Merge pull request #28 from damdo/update-manager-binary-path
Browse files Browse the repository at this point in the history
OCPCLOUD-1609: Update manager binary path
  • Loading branch information
openshift-merge-bot[bot] committed Feb 13, 2024
2 parents 8f83040 + f2ff9fa commit 80c2c63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openshift/Dockerfile.openshift
Expand Up @@ -11,9 +11,9 @@ FROM registry.ci.openshift.org/ocp/4.16:base-rhel9

LABEL description="Cluster API Provider vSphere Controller Manager"

COPY --from=builder /build/manager /bin/manager
COPY --from=builder /build/manager /manager
COPY --from=builder /build/openshift/manifests /manifests

ENTRYPOINT [ "/bin/manager" ]
ENTRYPOINT [ "/manager" ]

LABEL io.openshift.release.operator true

0 comments on commit 80c2c63

Please sign in to comment.