aboutsummaryrefslogtreecommitdiffstats
path: root/ci/trusty/juno/Dockerfile
diff options
context:
space:
mode:
authorbaigk <baiguoku@huawei.com>2015-09-12 11:28:51 +0800
committerbaigk <baiguoku@huawei.com>2015-09-12 11:28:51 +0800
commit9322711b6347bab9c2a7b47792373ddabae3a8a6 (patch)
treec62631ef1e08aa6195f4ab1f46fce0d53b1b6fbc /ci/trusty/juno/Dockerfile
parent6ec9d66787b01e710de5514f377830a94e32a4d2 (diff)
delete unused dir and config item
JIRA: COMPASS-45 Change-Id: Ica089d58ba339c2093ce2d47524ccf2e5e301cf4 Signed-off-by: baigk <baiguoku@huawei.com>
Diffstat (limited to 'ci/trusty/juno/Dockerfile')
-rw-r--r--ci/trusty/juno/Dockerfile19
1 files changed, 0 insertions, 19 deletions
diff --git a/ci/trusty/juno/Dockerfile b/ci/trusty/juno/Dockerfile
deleted file mode 100644
index 2936d0ea..00000000
--- a/ci/trusty/juno/Dockerfile
+++ /dev/null
@@ -1,19 +0,0 @@
-FROM ubuntu:14.04.3
-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
-
-#RUN apt-get update
-
-RUN rm -f /etc/apt/apt.conf.d/docker-clean
-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