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 9e48f90 commit 572a139Copy full SHA for 572a139
Dockerfile.operator
@@ -25,8 +25,8 @@ RUN if [ "${license}" = "true" ] ; then go-licenses save . --save_path THIRD_PAR
25
# Refer to https://github.com/GoogleContainerTools/distroless for more details
26
FROM gcr.io/distroless/static:debug-nonroot
27
WORKDIR /
28
-COPY --from=builder /workspace/operator .
+COPY --from=builder /workspace/operator /manager
29
COPY --from=builder /workspace/THIRD_PARTY_LICENSES ./THIRD_PARTY
30
USER 65532:65532
31
32
-ENTRYPOINT ["/operator"]
+ENTRYPOINT ["/manager"]
0 commit comments