Add missing --network=host docker option 79/879/1
authorLott, Christopher (cl778h) <cl778h@att.com>
Tue, 3 Sep 2019 17:58:40 +0000 (13:58 -0400)
committerLott, Christopher (cl778h) <cl778h@att.com>
Tue, 3 Sep 2019 17:59:23 +0000 (13:59 -0400)
Signed-off-by: Lott, Christopher (cl778h) <cl778h@att.com>
Change-Id: I43ebe666574be16b0723675ca0df0bb4b3b480a1

jjb/ric-plt-lib-rmr/ric-plt-lib-rmr.yaml

index 735e81d..951211c 100644 (file)
@@ -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