elasticsearch-head
elasticsearch-head copied to clipboard
No Docker image for ElasticSearch 6.X
Some bug fixe was done last year to support ES6.0 with the excellent elasticsearch-head. And current GIT master version work like a charm with last ES verision. But there isn't yet a docker image for version 6.X. Do you plan to offer an ES6.0 compatiblie docker image ?
Regards, Damien.
DEPRECATION NOTICE
This image has been deprecated in favor of the official elasticsearch
image provided and maintained by elastic.co. The list of images available from Elastic can be found at www.docker.elastic.co.
https://hub.docker.com/_/elasticsearch/
I forked this repo and built the Dockerfile, now it works with Elasticsearch 6:
docker pull tobias74/elasticsearch-head:6
@tobias74 thanks!
When image elasticsearch-head:6
will officially available in https://hub.docker.com/u/mobz/ ?
Hi @Hronom !
I do not know when this will be added to the docker-hub since I am not part of this project. Maybe the owner of this repo @mobz can answer this question?
Thanks! Tobias
I forked this repo and built the Dockerfile, now it works with Elasticsearch 6:
docker pull tobias74/elasticsearch-head:6
https://hub.docker.com/r/tobias74/elasticsearch-head/ thanks @tobias74
love u!!!
There's really no need afaik to have a elasticsearch-head:6 tag, the elasticsearch-head:5 image seems to work just fine against my ES 6.5.2 cluster