Skip to content

Commit 37d16e8

Browse files
tmshortci-robot
authored andcommitted
UPSTREAM: <carry>: Fix error to build the image
Copy correct (new) executable name for operator-controller Signed-off-by: Todd Short <[email protected]>
1 parent dfcc001 commit 37d16e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openshift/operator-controller.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ RUN make go-build-local
55

66
FROM registry.ci.openshift.org/ocp/4.19:base-rhel9
77
USER 1001
8-
COPY --from=builder /build/bin/manager /manager
8+
COPY --from=builder /build/bin/operator-controller /operator-controller
99
COPY openshift/manifests /openshift/manifests
1010

1111
LABEL io.k8s.display-name="OpenShift Operator Lifecycle Manager Operator Controller" \

0 commit comments

Comments
 (0)