Skip to content

Commit

Permalink
Removed user_setup script (#890)
Browse files Browse the repository at this point in the history
Signed-off-by: Juraci Paixão Kröhling <juraci@kroehling.de>
  • Loading branch information
jpkrohling authored Feb 6, 2020
1 parent f825832 commit 6a2a17b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 29 deletions.
5 changes: 1 addition & 4 deletions build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ COPY scripts/* /scripts/
# install operator binary
COPY build/_output/bin/jaeger-operator ${OPERATOR}

COPY build/bin /usr/local/bin
RUN /usr/local/bin/user_setup

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

USER ${USER_UID}
12 changes: 0 additions & 12 deletions build/bin/entrypoint

This file was deleted.

13 changes: 0 additions & 13 deletions build/bin/user_setup

This file was deleted.

0 comments on commit 6a2a17b

Please sign in to comment.