Kibana: include config file that doesn't refer to xpack
The default Kibana config file still has an option to enable X-pack, which is now removed.
This commit is contained in:
@@ -2,4 +2,5 @@ FROM docker.elastic.co/kibana/kibana:5.6.1
|
||||
LABEL maintainer Sybren A. Stüvel <sybren@blender.studio>
|
||||
|
||||
RUN bin/kibana-plugin remove x-pack
|
||||
ADD kibana.yml /usr/share/kibana/config/kibana.yml
|
||||
RUN kibana 2>&1 | grep -m 1 "Optimization of .* complete"
|
||||
|
Reference in New Issue
Block a user