summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorKevin Hilman <khilman@baylibre.com>2020-07-09 09:48:10 -0700
committerGitHub <noreply@github.com>2020-07-09 09:48:10 -0700
commit99756f222a94e58de30a84145dc2da4e4366cbad (patch)
tree1baacdc3ee9ab623c0c2b82a83dfb194e3141ab5 /README.md
parentec5e94afc7a51b89efe15094f735df411db030fb (diff)
parent15c61b5f810ec20353f4a42d0c0c343d2a9914c0 (diff)
Merge pull request #119 from aliceinwire/add_build_args
Add option to add docker build args
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3848bef..d634e79 100644
--- a/README.md
+++ b/README.md
@@ -223,6 +223,9 @@ masters:
persistent_db: True/False (default False) Is the postgres DB is persistent over reboot
http_fqdn: The FQDN used to access the LAVA web interface. This is necessary if you use https otherwise you will issue CSRF errors.
healthcheck_url: Hack healthchecks hosting URL. See hosting healthchecks below
+ build_args:
+ - line1 A list of line to set docker build-time variables
+ - line2
allowed_hosts: A list of FQDN used to access the LAVA master
- "fqdn1"
- "fqdn2"
@@ -291,6 +294,9 @@ slaves:
- p1:p2
extra_actions: An optional list of action to do at end of the docker build
- "apt-get install package"
+ build_args:
+ - line1 A list of line to set docker build-time variables
+ - line2
env:
- line1 A list of line to set as environment (See /etc/lava-server/env.yaml for examples)
- line2