From 40559d47089d66c0c81b9d7fd1a2c81b490a5927 Mon Sep 17 00:00:00 2001 From: grakiss Date: Mon, 16 Nov 2015 11:07:54 +0800 Subject: using ELK in web-ui for running log JIRA: COMPASS-142 - make repo for elk Change-Id: I3f0cc25d0485463edeff40f2ded03863c16fe8b5 Signed-off-by: grakiss --- build/os/centos/rhel6/compass/Dockerfile.tmpl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'build/os/centos/rhel6/compass') diff --git a/build/os/centos/rhel6/compass/Dockerfile.tmpl b/build/os/centos/rhel6/compass/Dockerfile.tmpl index 8a8318e1..df2bcb77 100644 --- a/build/os/centos/rhel6/compass/Dockerfile.tmpl +++ b/build/os/centos/rhel6/compass/Dockerfile.tmpl @@ -1,6 +1,10 @@ FROM centos:6.6 MAINTAINER Chigang(Justin) +# add repo files first, then update +ADD ./elasticsearch.repo /etc/yum.repos.d/elasticsearch.repo +ADD ./logstash.repo /etc/yum.repos.d/logstash.repo + # TODO: Is there some easy way to get the fastest/closest mirror? RUN yum update -y -- cgit 1.2.3-korg