diff options
author | Justin chi <chigang@huawei.com> | 2015-09-12 08:15:08 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2015-09-12 08:15:08 +0000 |
commit | c8bfaecc87a732f8b31fbb8629893d8df4af7468 (patch) | |
tree | 83eacc46a182f863602f742279963383f6604746 /ci/centos7/juno/Dockerfile | |
parent | 0e31ef15f4765216d7d7c2354c09576681cda7ff (diff) | |
parent | 9322711b6347bab9c2a7b47792373ddabae3a8a6 (diff) |
Merge "delete unused dir and config item"
Diffstat (limited to 'ci/centos7/juno/Dockerfile')
-rw-r--r-- | ci/centos7/juno/Dockerfile | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/ci/centos7/juno/Dockerfile b/ci/centos7/juno/Dockerfile deleted file mode 100644 index f3d41044..00000000 --- a/ci/centos7/juno/Dockerfile +++ /dev/null @@ -1,20 +0,0 @@ -FROM centos:7.1.1503 -MAINTAINER Chigang(Justin) <chigang@huawei.com> - -# TODO: Is there some easy way to get the fastest/closest mirror? -#RUN sed -i 's/archive.ubuntu.com/mirrors.163.com/g' /etc/apt/sources.list - -#set cache enable -RUN sed -i 's/keepcache=0/keepcache=1/g' /etc/yum.conf - -ADD ./centos7/juno/centos7-comps.xml / -ADD ./install_packages.sh /tmp/chigang/ -RUN chmod +x /tmp/chigang/install_packages.sh -RUN /tmp/chigang/install_packages.sh - -ADD ./cp_repo.sh /tmp/chigang/ -RUN chmod +x /tmp/chigang/cp_repo.sh -RUN mkdir /result - -CMD ["/tmp/chigang/cp_repo.sh"] -#VOLUME /tmp/chigang |