Skip to content

Commit 572a139

Browse files
authored
fix operator again (#382)
* fix op * manager
1 parent 9e48f90 commit 572a139

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile.operator

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ RUN if [ "${license}" = "true" ] ; then go-licenses save . --save_path THIRD_PAR
2525
# Refer to https://github.com/GoogleContainerTools/distroless for more details
2626
FROM gcr.io/distroless/static:debug-nonroot
2727
WORKDIR /
28-
COPY --from=builder /workspace/operator .
28+
COPY --from=builder /workspace/operator /manager
2929
COPY --from=builder /workspace/THIRD_PARTY_LICENSES ./THIRD_PARTY
3030
USER 65532:65532
3131

32-
ENTRYPOINT ["/operator"]
32+
ENTRYPOINT ["/manager"]

0 commit comments

Comments
 (0)