From 30df311ec2df59f454764bcb6eca3a4f8fdade75 Mon Sep 17 00:00:00 2001 From: ItaloBC Date: Mon, 12 Jun 2017 13:02:08 -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 --- kibana/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kibana/Dockerfile b/kibana/Dockerfile index f90cebee..572f15ac 100644 --- a/kibana/Dockerfile +++ b/kibana/Dockerfile @@ -1,3 +1,3 @@ -FROM kibana:latest +FROM docker.elastic.co/kibana/kibana:5.4.1 -EXPOSE 5601 \ No newline at end of file +EXPOSE 5601