aboutsummaryrefslogtreecommitdiffstats
path: root/build/os
diff options
context:
space:
mode:
authorJustin chi <chigang@huawei.com>2015-11-17 07:29:20 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2015-11-17 07:29:21 +0000
commitb2c43e6309342b450cbd895d28ae2da2ad0847e8 (patch)
tree6ed75cc63e214f1130277da99c4294577de2da32 /build/os
parentbc68ab08a3c3d4058a798ba59eafae6126ffd3e4 (diff)
parent40559d47089d66c0c81b9d7fd1a2c81b490a5927 (diff)
Merge "using ELK in web-ui for running log"
Diffstat (limited to 'build/os')
-rw-r--r--build/os/centos/rhel6/compass/Dockerfile.tmpl4
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