Skip to content

Commit 2d225e4

Browse files
committed
Upgraded to Elasticsearch 2.2.0.
1 parent 8cb52b9 commit 2d225e4

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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.1.1
1+
FROM quay.io/pires/docker-elasticsearch:2.2.0
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.1.1 --verbose
9+
RUN /elasticsearch/bin/plugin install io.fabric8/elasticsearch-cloud-kubernetes/2.2.0 --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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# docker-elasticsearch-kubernetes
22

3-
Ready to use lean (219MB) Elasticsearch Docker image ready for using within a Kubernetes cluster.
3+
Ready to use lean (213MB) Elasticsearch Docker image ready for using within a Kubernetes cluster.
44

55
[![Docker Repository on Quay.io](https://quay.io/repository/pires/docker-elasticsearch-kubernetes/status "Docker Repository on Quay.io")](https://quay.io/repository/pires/docker-elasticsearch-kubernetes)
66

77
## Current software
88

9-
* Oracle JRE 8 Update 66
10-
* Elasticsearch 2.1.1
11-
* Kubernetes discovery plug-in 2.1.1
9+
* Oracle JRE 8 Update 74
10+
* Elasticsearch 2.2.0
11+
* Kubernetes discovery plug-in 2.2.0
1212

1313
## Run
1414

0 commit comments

Comments
 (0)