Skip to content

Commit 769001f

Browse files
committed
Upgraded to Elasticsearch 2.3.3 and Alpine 3.4.
1 parent a60e079 commit 769001f

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.2
1+
FROM quay.io/pires/docker-elasticsearch:2.3.3
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.2 --verbose
9+
RUN /elasticsearch/bin/plugin install io.fabric8/elasticsearch-cloud-kubernetes/2.3.3 --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,20 +1,20 @@
11
# docker-elasticsearch-kubernetes
22

3-
Ready to use lean (157MB) Elasticsearch Docker image ready for using within a Kubernetes cluster.
3+
Ready to use lean (146MB) 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

99
* OpenJDK JRE 8u92
10-
* Elasticsearch 2.3.2
11-
* Kubernetes discovery plug-in 2.3.2
10+
* Elasticsearch 2.3.3
11+
* Kubernetes discovery plug-in 2.3.3
1212

1313
## Run
1414

1515
See [pires/kubernetes-elasticsearch-cluster](https://github.com/pires/kubernetes-elasticsearch-cluster) for instructions on how to run, scale and use Elasticsearch on Kubernetes.
1616

17-
## ENV variables
17+
## Environment variables
1818
(that can be used in replication controller)
1919

2020
*Elasticsearch configuration variables*

0 commit comments

Comments
 (0)