Skip to content

Commit

Permalink
updates for open distro-based images for using non-1000 UIDs
Browse files Browse the repository at this point in the history
  • Loading branch information
mmguero committed Feb 9, 2021
1 parent e0aec2a commit 045d7e6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfiles/kibana.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,11 @@ RUN yum install -y epel-release && \
/usr/share/kibana/bin/kibana-plugin remove opendistroReportsKibana --allow-root

ADD kibana/kibana.yml /usr/share/kibana/config/kibana.yml
ADD shared/bin/docker-uid-gid-setup.sh /usr/local/bin/

USER $DEFAULT_UID
ENTRYPOINT ["/usr/local/bin/docker-uid-gid-setup.sh"]

CMD ["/usr/local/bin/kibana-docker"]

EXPOSE 5601

Expand Down

0 comments on commit 045d7e6

Please sign in to comment.