Skip to content

Commit d1f12df

Browse files
committed
Upgraded Elasticsearch to 2.4.0. Fixes pires#18
1 parent c53b924 commit d1f12df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ MAINTAINER pjpires@gmail.com
66
ADD do_not_use.yml /elasticsearch/config/elasticsearch.yml
77

88
# Install Elasticsearch plug-ins
9-
RUN /elasticsearch/bin/plugin install io.fabric8/elasticsearch-cloud-kubernetes/2.4.0 --verbose
9+
RUN /elasticsearch/bin/plugin install io.fabric8/elasticsearch-cloud-kubernetes/2.4.0_01 --verbose
1010

1111
# Override elasticsearch.yml config, otherwise plug-in install will fail
1212
ADD elasticsearch.yml /elasticsearch/config/elasticsearch.yml

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Ready to use lean (146MB) Elasticsearch Docker image ready for using within a Ku
88

99
* OpenJDK JRE 8u92
1010
* Elasticsearch 2.4.0
11-
* Kubernetes discovery plug-in 2.4.0
11+
* Kubernetes discovery plug-in 2.4.0_01
1212

1313
## Run
1414

0 commit comments

Comments
 (0)