aboutsummaryrefslogtreecommitdiffstats
path: root/dabuild.conf
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@alpinelinux.org>2019-12-31 02:31:49 +0100
committerCarlo Landmeter <clandmeter@alpinelinux.org>2019-12-31 02:37:13 +0100
commitd7f7a1dd300d087c522ffe24512ab0ff6d3f412a (patch)
tree5281f6eccb580e7b2ee2baaf515ff9c70808de2d /dabuild.conf
parent5be366fee521c47bca4b4fc9966a53cadef71423 (diff)
downloaddocker-abuild-d7f7a1dd300d087c522ffe24512ab0ff6d3f412a.tar.bz2
docker-abuild-d7f7a1dd300d087c522ffe24512ab0ff6d3f412a.tar.xz
add dabuild.conf support
Diffstat (limited to 'dabuild.conf')
-rw-r--r--dabuild.conf32
1 files changed, 32 insertions, 0 deletions
diff --git a/dabuild.conf b/dabuild.conf
new file mode 100644
index 0000000..227bb92
--- /dev/null
+++ b/dabuild.conf
@@ -0,0 +1,32 @@
+# docker-abuild (dabuild) configuration file
+# uncomment to enable (defaults and options are provided)
+# NOTE: these settings will override environment variables
+
+# Override hosts architecture for build container.
+# Options are: x86|x86_64|aarch64|armhf|armv7
+# DABUILD_ARCH=$(uname -m)
+
+# Arguments to Passed through to the container run command line.
+# DABUILD_ARGS=
+
+# Create and use Docker named volumes as caches for the running container,
+# persisting changes across invocations
+# DABUILD_CACHE=false
+
+# If set while DABUILD_CACHE=true then remove and recreate the volumes
+# acting as caches.
+# DABUILD_CLEAN=false
+
+# Output debug messages to stdout.
+# DABUILD_DEBUG=false
+
+# Sets the CLI tool to use to run the container.
+# Options are docker or podman.
+# DABUILD_DOCKER=docker
+
+# Do not remove intermediate containers if set to false.
+# DABUILD_RM=true
+
+# Sets the Alpine version of the container in which the abuild invocation takes
+# place. Defaults to your aports current branch, either N.N-stable or edge
+# DABUILD_VERSION=