From 15c61b5f810ec20353f4a42d0c0c343d2a9914c0 Mon Sep 17 00:00:00 2001 From: Alice Ferrazzi Date: Mon, 29 Jun 2020 16:31:32 +0900 Subject: Add build_args option explanation to the README file Signed-off-by: Alice Ferrazzi --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- cgit 1.2.3-korg