Commit be006dec authored by caiyanming's avatar caiyanming

update to version 6.2.4

Change-Id: I91df7e6d861ec2c6679c3af6d2bcf5fc4c141a7c
parent 23f5b7fb
FROM quay.io/pires/docker-elasticsearch:6.3.0 FROM quay.io/pires/docker-elasticsearch:6.2.4
MAINTAINER xt MAINTAINER pjpires@gmail.com
# Override config, otherwise plug-in install will fail # Override config, otherwise plug-in install will fail
ADD config /elasticsearch/config ADD config /elasticsearch/config
......
...@@ -7,9 +7,7 @@ Ready to use, lean Elasticsearch Docker image ready for using within a Kubernete ...@@ -7,9 +7,7 @@ Ready to use, lean Elasticsearch Docker image ready for using within a Kubernete
## Current software ## Current software
* OpenJDK JRE 8u151 * OpenJDK JRE 8u151
* Elasticsearch 6.3.0 * Elasticsearch 6.2.4
**Note:** `x-pack-ml` module is forcibly disabled as it's not supported on Alpine Linux.
## Run ## Run
......
...@@ -31,5 +31,3 @@ discovery: ...@@ -31,5 +31,3 @@ discovery:
zen: zen:
ping.unicast.hosts: ${DISCOVERY_SERVICE} ping.unicast.hosts: ${DISCOVERY_SERVICE}
minimum_master_nodes: ${NUMBER_OF_MASTERS} minimum_master_nodes: ${NUMBER_OF_MASTERS}
xpack.ml.enabled: false
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment