pires/docker-elasticsearch-kubernetes

Upgrade Elasticsearch to 2.4.0

Closed this issue · 0 comments

pires commented

A new version of the plug-in was released but the merge didn't work out fabric8io/elasticsearch-cloud-kubernetes#43.

$ docker build -t quay.io/pires/docker-elasticsearch-kubernetes:2.4.0 .
Sending build context to Docker daemon 136.7 kB
Step 1 : FROM quay.io/pires/docker-elasticsearch:2.4.0
 ---> 9665d441ec66
Step 2 : MAINTAINER <....>
 ---> Using cache
 ---> d6aecc8468bf
Step 3 : ADD do_not_use.yml /elasticsearch/config/elasticsearch.yml
 ---> Using cache
 ---> 3e4dd14d6a94
Step 4 : RUN /elasticsearch/bin/plugin install io.fabric8/elasticsearch-cloud-kubernetes/2.4.0 --verbose
 ---> Running in 9ee2d1c42fad
-> Installing io.fabric8/elasticsearch-cloud-kubernetes/2.4.0...
Plugins directory [/elasticsearch/plugins] does not exist. Creating...
Trying https://download.elastic.co/io.fabric8/elasticsearch-cloud-kubernetes/elasticsearch-cloud-kubernetes-2.4.0.zip ...
Failed: FileNotFoundException[https://download.elastic.co/io.fabric8/elasticsearch-cloud-kubernetes/elasticsearch-cloud-kubernetes-2.4.0.zip]; nested: FileNotFoundException[https://download.elastic.co/io.fabric8/elasticsearch-cloud-kubernetes/elasticsearch-cloud-kubernetes-2.4.0.zip];
Trying https://search.maven.org/remotecontent?filepath=io/fabric8/elasticsearch-cloud-kubernetes/2.4.0/elasticsearch-cloud-kubernetes-2.4.0.zip ...
Downloading ..............................................................................................................................................................................................................................................................................................................................................................................................................DONE
Verifying https://search.maven.org/remotecontent?filepath=io/fabric8/elasticsearch-cloud-kubernetes/2.4.0/elasticsearch-cloud-kubernetes-2.4.0.zip checksums if available ...
Downloading .DONE
ERROR: Plugin [cloud-kubernetes] is incompatible with Elasticsearch [2.4.0]. Was designed for version [2.3.5]
The command '/bin/sh -c /elasticsearch/bin/plugin install io.fabric8/elasticsearch-cloud-kubernetes/2.4.0 --verbose' returned a non-zero code: 64