Which is the right link for Elastic 5.1.1 on http://packages.elastic.co/elasticsearch

Good evening,

I'm following

to create a dockerfile in order to run elasticsearch 5.1.1

I know that there is a official docker release, based in alpine, but I can't use it since i need to install nodejs binaries

from the webpage detailed above

RUN apt-key adv --keyserver pgp.mit.edu --recv-keys 46095ACC8548582C1A2699A9D27D666CD88E42B4 &&
add-apt-repository -y "deb http://packages.elastic.co/elasticsearch/2.x/debian stable main" --keyserver https://pgp.mit.edu/ &&
apt-get update &&
apt-get install -y --no-install-recommends elasticsearch

I've changed the 2.x for 5.1 with no luck

anyone knows the right link and command to download the 5.1.1 version and get it installed

regards

The URL changed from 2>5 - https://www.elastic.co/guide/en/elasticsearch/reference/current/deb.html

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.