Skip to content

Commit b83235b

Browse files
committed
Upgraded to JRE 8u92 and Elasticsearch 2.3.2.
1 parent b07a0e5 commit b83235b

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.3.1
1+
FROM quay.io/pires/docker-elasticsearch:2.3.2
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.3.1 --verbose
9+
RUN /elasticsearch/bin/plugin install io.fabric8/elasticsearch-cloud-kubernetes/2.3.2 --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 (213MB) Elasticsearch Docker image ready for using within a Kubernetes cluster.
3+
Ready to use lean (157MB) 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 74
10-
* Elasticsearch 2.3.1
11-
* Kubernetes discovery plug-in 2.3.1
9+
* Oracle JRE 8 Update 92
10+
* Elasticsearch 2.3.2
11+
* Kubernetes discovery plug-in 2.3.2
1212

1313
## Run
1414

0 commit comments

Comments
 (0)