summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlice Ferrazzi <alice.ferrazzi@miraclelinux.com>2020-06-29 16:31:32 +0900
committerAlice Ferrazzi <alice.ferrazzi@miraclelinux.com>2020-07-01 14:42:05 +0900
commit15c61b5f810ec20353f4a42d0c0c343d2a9914c0 (patch)
tree3e2ee01bc4f46b9e2dfae2df821c83a7ee61d584
parentb1977629815f1a2fb39df1820e34e2481d9a23e5 (diff)
Add build_args option explanation to the README file
Signed-off-by: Alice Ferrazzi <alice.ferrazzi@miraclelinux.com>
-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