Skip to content

Commit

Permalink
set non root group
Browse files Browse the repository at this point in the history
Signed-off-by: Max Usanin <[email protected]>
  • Loading branch information
UsaninMax committed Dec 10, 2020
1 parent e48622a commit bb05fa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ COPY --from=builder /go/bin/jaeger-operator-${TARGETARCH} ${OPERATOR}

ENTRYPOINT ["/usr/local/bin/jaeger-operator"]

USER ${USER_UID}
USER ${USER_UID}:${USER_UID}

0 comments on commit bb05fa9

Please sign in to comment.