Skip to content

Commit f38fe44

Browse files
committed
Upgraded to Elasticsearch 2.3.1.
1 parent 4460dba commit f38fe44

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
FROM quay.io/pires/docker-elasticsearch:2.2.1
1+
FROM quay.io/pires/docker-elasticsearch:2.3.1
22

33
MAINTAINER pjpires@gmail.com
44

55
# Override elasticsearch.yml config, otherwise plug-in install will fail
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.2.1_01 --verbose
9+
RUN /elasticsearch/bin/plugin install io.fabric8/elasticsearch-cloud-kubernetes/2.3.1 --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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ Ready to use lean (213MB) Elasticsearch Docker image ready for using within a Ku
77
## Current software
88

99
* Oracle JRE 8 Update 74
10-
* Elasticsearch 2.2.1
11-
* Kubernetes discovery plug-in 2.2.1
10+
* Elasticsearch 2.3.1
11+
* Kubernetes discovery plug-in 2.3.1
1212

1313
## Run
1414

0 commit comments

Comments
 (0)