We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22c7422 commit 35ce9ebCopy full SHA for 35ce9eb
Dockerfile
@@ -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
@@ -0,0 +1,2 @@
+path:
+ plugins: /elasticsearch/plugins
0 commit comments