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

Must specify elasticsearch docker image version

Open jseminck opened this issue 6 years ago • 2 comments

joachim@DESKTOP-O4ENA28 E:\projects\elasticsearch-intro
> docker-compose up
Pulling elasticsearch (elasticsearch:latest)...
ERROR: manifest for elasticsearch:latest not found

According to https://github.com/elastic/elasticsearch-docker/issues/215 - it seems that a version needs to be specified. I used 6.5.0. Is that good?

Edit: The same for Kibana

Edit 2: With this version of elasticsearch, I had to update the elasticsearch-js client also

jseminck avatar Jan 12 '19 11:01 jseminck

Had the same issue, and adding the version to both worked for me. image: elasticsearch:6.4.2 and image: kibana:6.4.2

swaffzor avatar Jan 17 '19 19:01 swaffzor

Version 6 fails for me with similar error as in https://github.com/elastic/elasticsearch-docker/issues/187. Version 5.6 for both elasticsearch & kibana work. At the moment of writing video in lesson #2 was also using v5 of elasticsearch in node script.

webuniverseio avatar Jun 02 '19 22:06 webuniverseio