aboutsummaryrefslogtreecommitdiffstats
path: root/ci/centos7/juno/Dockerfile
diff options
context:
space:
mode:
authorChigang(Justin) <chigang@huawei.com>2015-08-18 12:17:22 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2015-08-18 12:17:22 +0000
commit8df99c5890236b6acc7578f663f36fd0deafa453 (patch)
tree8b3e63682d7c3cbb78e4fe0d811086cfa1d93dea /ci/centos7/juno/Dockerfile
parentade17ce57eb08dbf262cb9b6f1893367e2832dc1 (diff)
parent3656b2525c9b4e8c5e1f45625adb1cd143425dc0 (diff)
Merge "Generate ppa repositories automatically"
Diffstat (limited to 'ci/centos7/juno/Dockerfile')
-rw-r--r--ci/centos7/juno/Dockerfile20
1 files changed, 20 insertions, 0 deletions
diff --git a/ci/centos7/juno/Dockerfile b/ci/centos7/juno/Dockerfile
new file mode 100644
index 00000000..f3d41044
--- /dev/null
+++ b/ci/centos7/juno/Dockerfile
@@ -0,0 +1,20 @@
+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