File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- FROM quay.io/pires/docker-elasticsearch:2.3.4
1
+ FROM quay.io/pires/docker-elasticsearch:2.3.5
2
2
3
3
MAINTAINER pjpires@gmail.com
4
4
5
5
# Override elasticsearch.yml config, otherwise plug-in install will fail
6
6
ADD do_not_use.yml /elasticsearch/config/elasticsearch.yml
7
7
8
8
# Install Elasticsearch plug-ins
9
- RUN /elasticsearch/bin/plugin install io.fabric8/elasticsearch-cloud-kubernetes/2.3.4 --verbose
9
+ RUN /elasticsearch/bin/plugin install io.fabric8/elasticsearch-cloud-kubernetes/2.3.5 --verbose
10
10
11
11
# Override elasticsearch.yml config, otherwise plug-in install will fail
12
12
ADD elasticsearch.yml /elasticsearch/config/elasticsearch.yml
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ Ready to use lean (146MB) Elasticsearch Docker image ready for using within a Ku
7
7
## Current software
8
8
9
9
* OpenJDK JRE 8u92
10
- * Elasticsearch 2.3.4
11
- * Kubernetes discovery plug-in 2.3.4
10
+ * Elasticsearch 2.3.5
11
+ * Kubernetes discovery plug-in 2.3.5
12
12
13
13
## Run
14
14
You can’t perform that action at this time.
0 commit comments