aboutsummaryrefslogtreecommitdiffstats
path: root/dabuild.conf
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@alpinelinux.org>2020-01-11 17:49:45 +0100
committerCarlo Landmeter <clandmeter@alpinelinux.org>2020-01-17 10:57:36 +0100
commit08211018f3604ac016bf37ce6eb3ea83a394ced7 (patch)
tree64d9a3892f3ae9eabffe3f9019556dcf81ad2c3e /dabuild.conf
parent314f30b4c9176699e5c0cb97060b79340bd7a713 (diff)
downloaddocker-abuild-08211018f3604ac016bf37ce6eb3ea83a394ced7.tar.bz2
docker-abuild-08211018f3604ac016bf37ce6eb3ea83a394ced7.tar.xz
make distfiles named volume/bind configuable:
- set to true to enable named volume - set to absolute path to enable bind mount
Diffstat (limited to 'dabuild.conf')
-rw-r--r--dabuild.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/dabuild.conf b/dabuild.conf
index 227bb92..1d7cd37 100644
--- a/dabuild.conf
+++ b/dabuild.conf
@@ -17,6 +17,11 @@
# acting as caches.
# DABUILD_CLEAN=false
+# Use a bind mount or a named volume to store distfiles.
+# to enable as a named volume set it to true
+# to enable as a bind mount set it to an absolute path
+# DABUILD_DISTFILES=false
+
# Output debug messages to stdout.
# DABUILD_DEBUG=false