aboutsummaryrefslogtreecommitdiffstats
path: root/build/os/centos/rhel6/compass/Dockerfile.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'build/os/centos/rhel6/compass/Dockerfile.tmpl')
-rw-r--r--build/os/centos/rhel6/compass/Dockerfile.tmpl32
1 files changed, 0 insertions, 32 deletions
diff --git a/build/os/centos/rhel6/compass/Dockerfile.tmpl b/build/os/centos/rhel6/compass/Dockerfile.tmpl
deleted file mode 100644
index df2bcb77..00000000
--- a/build/os/centos/rhel6/compass/Dockerfile.tmpl
+++ /dev/null
@@ -1,32 +0,0 @@
-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
-
-# set cache enable
-RUN sed -i 's/keepcache=0/keepcache=1/g' /etc/yum.conf
-#set packages = $getVar('spcial_packages', [])
-#for package in $packages
-ADD ./RedHat/packages/$package /var/cache/yum/x86_64/6/base/packages/
-#end for
-#set scripts = $getVar('scripts', [])
-#for script in $scripts
-ADD ./RedHat/script/$script /tmp/chigang/$script
-RUN chmod +x /tmp/chigang/$script
-RUN /tmp/chigang/$script
-#end for
-ADD ./install_packages.sh /tmp/chigang/install_packages.sh
-RUN chmod +x /tmp/chigang/install_packages.sh
-RUN /tmp/chigang/install_packages.sh
-
-ADD ./cp_repo.sh /tmp/chigang/cp_repo.sh
-RUN chmod +x /tmp/chigang/cp_repo.sh
-RUN mkdir /result
-
-CMD ["/tmp/chigang/cp_repo.sh"]
-#VOLUME /tmp/chigang