From 2fd3a3ec79288f694b2b64a6add7dde89263f4b2 Mon Sep 17 00:00:00 2001 From: "Lott, Christopher (cl778h)" Date: Fri, 6 Sep 2019 10:34:46 -0400 Subject: [PATCH] Add docker build argument --network-host Attempt to solve network failures in LF build minions Signed-off-by: Lott, Christopher (cl778h) Change-Id: I23b82df65058aa394b17a23f6e1793d236b96265 --- jjb/it-test/it-test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jjb/it-test/it-test.yaml b/jjb/it-test/it-test.yaml index 40819b13..c6981c1a 100644 --- a/jjb/it-test/it-test.yaml +++ b/jjb/it-test/it-test.yaml @@ -40,7 +40,7 @@ # start in parent directory with shared files docker-root: ric_robot_suite # dockerfile is in subdir of docker root - docker-build-args: -f docker/nanobot/Dockerfile + docker-build-args: '--network=host -f docker/nanobot/Dockerfile' # tag file is in subdir container-tag-yaml-dir: ric_robot_suite/docker/nanobot # build only on relevant changes @@ -58,7 +58,7 @@ # start in parent directory with shared files docker-root: ric_robot_suite # dockerfile is in subdir of docker root - docker-build-args: -f docker/ric-robot/Dockerfile + docker-build-args: '--network=host -f docker/ric-robot/Dockerfile' # tag file is in subdir container-tag-yaml-dir: ric_robot_suite/docker/ric-robot # build only on relevant changes -- 2.16.6