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 5874f87 commit eeeb045Copy full SHA for eeeb045
openshift/operator-controller.Dockerfile
@@ -6,5 +6,7 @@ RUN make go-build-local
6
FROM registry.ci.openshift.org/ocp/4.14:base
7
USER 1001
8
COPY --from=builder /build/bin/manager /manager
9
+COPY openshift/manifests /openshift/manifests
10
+
11
LABEL io.k8s.display-name="OpenShift Operator Lifecycle Manager Operator Controller" \
12
io.k8s.description="This is a component of OpenShift Container Platform that allows operator installation."
0 commit comments