aboutsummaryrefslogtreecommitdiff
path: root/trusty-i386-tcwg-base
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2017-05-04 11:26:42 +0000
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2017-05-11 15:59:57 +0000
commit0e2b45ebd3a4efba4c55d12093d619c4841f2a14 (patch)
treecbf894b40b6738663719851644ad198d95ea5b53 /trusty-i386-tcwg-base
parent6aa786a8602ce99f6c6601e03396e7cf906832ae (diff)
*-tcwg-base: Remove unused volumes.
TCWG now starts docker container using jenkins-scripts, and volumes are handled there. Change-Id: I97916b3f7b2b7c71c365013e93341831c2eb0dea
Diffstat (limited to 'trusty-i386-tcwg-base')
-rw-r--r--trusty-i386-tcwg-base/trusty-i386-tcwg-build/Dockerfile13
1 files changed, 0 insertions, 13 deletions
diff --git a/trusty-i386-tcwg-base/trusty-i386-tcwg-build/Dockerfile b/trusty-i386-tcwg-base/trusty-i386-tcwg-build/Dockerfile
index 3853e661..59506abc 100644
--- a/trusty-i386-tcwg-base/trusty-i386-tcwg-build/Dockerfile
+++ b/trusty-i386-tcwg-base/trusty-i386-tcwg-build/Dockerfile
@@ -9,16 +9,3 @@ RUN groupadd -g 9000 tcwg-infra \
COPY tcwg-buildslave /home/tcwg-buildslave
RUN chown -R tcwg-buildslave:tcwg-infra /home/tcwg-buildslave/ \
&& chmod 0700 /home/tcwg-buildslave/.ssh/
-
-# Unfortunately, VOLUME doesn't support bind-mounts for portability reasons.
-# Therefore, the bind-mounts for the following paths are configured in
-# the ci.linaro.org's docker plugin.
-# Sources caches (read-only):
-# /home/tcwg-buildslave/snapshots-ref:/home/tcwg-buildslave/snapshots-ref:ro
-# Jenkins .jar cache (read-write):
-# /home/tcwg-buildslave/.jenkins:/home/tcwg-buildslave/.jenkins:rw
-
-# We write most of the data inside workspace, so make it a scratch mount.
-# Note that bind-mounting workspace from host will make jobs with parallel
-# builds fail.
-VOLUME /home/tcwg-buildslave/workspace