diff options
author | Justin chi <chigang@huawei.com> | 2015-11-17 07:29:20 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2015-11-17 07:29:21 +0000 |
commit | b2c43e6309342b450cbd895d28ae2da2ad0847e8 (patch) | |
tree | 6ed75cc63e214f1130277da99c4294577de2da32 /build/os/centos/rhel6 | |
parent | bc68ab08a3c3d4058a798ba59eafae6126ffd3e4 (diff) | |
parent | 40559d47089d66c0c81b9d7fd1a2c81b490a5927 (diff) |
Merge "using ELK in web-ui for running log"
Diffstat (limited to 'build/os/centos/rhel6')
-rw-r--r-- | build/os/centos/rhel6/compass/Dockerfile.tmpl | 4 |
1 files changed, 4 insertions, 0 deletions
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) <chigang@huawei.com> +# 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 |