From 03b551f9d6e622763a09e67c46fa93ce7379f814 Mon Sep 17 00:00:00 2001 From: ItaloBC Date: Mon, 12 Jun 2017 13:06:41 -0400 Subject: [PATCH] Change to official repository Elastic.co announced they will pull out their official images from the Docker Registry and user their own. There will be no updates starting 6/20/2017. Pulling needs explicit version. Currently 5.4.1 --- elasticsearch/Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/elasticsearch/Dockerfile b/elasticsearch/Dockerfile index 363932e4..914761ee 100644 --- a/elasticsearch/Dockerfile +++ b/elasticsearch/Dockerfile @@ -1,5 +1,3 @@ -FROM elasticsearch:latest - -MAINTAINER Bo-Yi Wu +FROM docker.elastic.co/elasticsearch/elasticsearch:5.4.1 EXPOSE 9200 9300