File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ MAINTAINER pjpires@gmail.com
6
6
ADD do_not_use.yml /elasticsearch/config/elasticsearch.yml
7
7
8
8
# Install Elasticsearch plug-ins
9
- RUN /elasticsearch/bin/plugin install io.fabric8/elasticsearch-cloud-kubernetes/2.4.0 --verbose
9
+ RUN /elasticsearch/bin/plugin install io.fabric8/elasticsearch-cloud-kubernetes/2.4.0_01 --verbose
10
10
11
11
# Override elasticsearch.yml config, otherwise plug-in install will fail
12
12
ADD elasticsearch.yml /elasticsearch/config/elasticsearch.yml
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Ready to use lean (146MB) Elasticsearch Docker image ready for using within a Ku
8
8
9
9
* OpenJDK JRE 8u92
10
10
* Elasticsearch 2.4.0
11
- * Kubernetes discovery plug-in 2.4.0
11
+ * Kubernetes discovery plug-in 2.4.0_01
12
12
13
13
## Run
14
14
You can’t perform that action at this time.
0 commit comments