We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfcc001 commit 37d16e8Copy full SHA for 37d16e8
openshift/operator-controller.Dockerfile
@@ -5,7 +5,7 @@ RUN make go-build-local
5
6
FROM registry.ci.openshift.org/ocp/4.19:base-rhel9
7
USER 1001
8
-COPY --from=builder /build/bin/manager /manager
+COPY --from=builder /build/bin/operator-controller /operator-controller
9
COPY openshift/manifests /openshift/manifests
10
11
LABEL io.k8s.display-name="OpenShift Operator Lifecycle Manager Operator Controller" \
0 commit comments