Skip to content

Commit

Permalink
set non root group (jaegertracing#1339)
Browse files Browse the repository at this point in the history
  • Loading branch information
UsaninMax authored Dec 10, 2020
1 parent d550480 commit 7d8cab9
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 7d8cab9

Please sign in to comment.