aboutsummaryrefslogtreecommitdiffstats
path: root/build/os/centos/rhel7/liberty/Dockerfile.tmpl
diff options
context:
space:
mode:
authorbaigk <baiguoku@huawei.com>2016-02-14 23:42:36 +0800
committerJustin chi <chigang@huawei.com>2016-03-14 08:01:47 +0000
commit5d782101be072c1459b2f384eb634e8857e2cd8a (patch)
treea51fc57244222127541e02b03bf8f937c1c6ef32 /build/os/centos/rhel7/liberty/Dockerfile.tmpl
parentd79338373f2706485e5e8f14d80af08bfad9f208 (diff)
support to make liberty ppa of centos
JIRA: COMPASS-310 Change-Id: I9689ffed010a39c4a9dee6895e834f3ad58ab964 Signed-off-by: baigk <baiguoku@huawei.com> (cherry picked from commit b91704aa1eb8f3ee3cb0d6acab70ececdf361172)
Diffstat (limited to 'build/os/centos/rhel7/liberty/Dockerfile.tmpl')
-rw-r--r--build/os/centos/rhel7/liberty/Dockerfile.tmpl27
1 files changed, 27 insertions, 0 deletions
diff --git a/build/os/centos/rhel7/liberty/Dockerfile.tmpl b/build/os/centos/rhel7/liberty/Dockerfile.tmpl
new file mode 100644
index 00000000..adb930ff
--- /dev/null
+++ b/build/os/centos/rhel7/liberty/Dockerfile.tmpl
@@ -0,0 +1,27 @@
+FROM centos:7.1.1503
+MAINTAINER Chigang(Justin) <chigang@huawei.com>
+
+# 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/redhat_packages/$package /var/cache/yum/x86_64/7/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 ./comps.xml /
+ADD ./ceph_key_release.asc /
+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