Skip to content

Commit 35ce9eb

Browse files
committed
Added Docker image sources.
1 parent 22c7422 commit 35ce9eb

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

Dockerfile

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
FROM quay.io/pires/docker-elasticsearch:1.5.2
2+
3+
MAINTAINER pjpires@gmail.com
4+
5+
# Override elasticsearch.yml config, otherwise plug-in install will fail
6+
ADD elasticsearch.yml /elasticsearch/config/elasticsearch.yml
7+
8+
# Install Elasticsearch plug-ins
9+
RUN /elasticsearch/bin/plugin -i io.fabric8/elasticsearch-cloud-kubernetes/1.2.0 --verbose

elasticsearch.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
path:
2+
plugins: /elasticsearch/plugins

0 commit comments

Comments
 (0)