From c638713dd68a7ef79c790869e69c02d3aaba6be1 Mon Sep 17 00:00:00 2001 From: "Lott, Christopher (cl778h)" Date: Tue, 3 Sep 2019 13:58:40 -0400 Subject: [PATCH] Add missing --network=host docker option Signed-off-by: Lott, Christopher (cl778h) Change-Id: I43ebe666574be16b0723675ca0df0bb4b3b480a1 --- jjb/ric-plt-lib-rmr/ric-plt-lib-rmr.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/jjb/ric-plt-lib-rmr/ric-plt-lib-rmr.yaml b/jjb/ric-plt-lib-rmr/ric-plt-lib-rmr.yaml index 735e81d5..951211c3 100644 --- a/jjb/ric-plt-lib-rmr/ric-plt-lib-rmr.yaml +++ b/jjb/ric-plt-lib-rmr/ric-plt-lib-rmr.yaml @@ -28,7 +28,7 @@ name: ric-plt-lib-rmr # image name docker-name: '{name}' - # use host network to clone from our gerrit + # use host network to use network resources docker-build-args: '--network=host -f ci/Dockerfile' # image tag; use a fixed value container-tag-method: latest @@ -50,8 +50,8 @@ container-tag-method: latest # subdirectory docker-root: src/bindings/rmr-python - # Dockerfile - docker-build-args: '-f Dockerfile-Unit-Test' + # use host network to use network resources + docker-build-args: '--network=host -f Dockerfile-Unit-Test' stream: - master: branch: master -- 2.16.6