elasticsearch-head icon indicating copy to clipboard operation
elasticsearch-head copied to clipboard

No Docker image for ElasticSearch 6.X

Open daimoc opened this issue 6 years ago • 6 comments

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.

daimoc avatar Mar 08 '18 13:03 daimoc

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/

zhangskills avatar May 11 '18 00:05 zhangskills

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/

tobias74 avatar Jul 26 '18 16:07 tobias74

@tobias74 thanks!

When image elasticsearch-head:6 will officially available in https://hub.docker.com/u/mobz/ ?

Hronom avatar Sep 23 '18 19:09 Hronom

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

tobias74 avatar Sep 24 '18 08:09 tobias74

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!!!

wushuaiping avatar Nov 26 '18 09:11 wushuaiping

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

seafoodbuffet avatar Dec 08 '18 17:12 seafoodbuffet