Allow building docker image from specified path 51/48551/2
authorYujun Zhang <zhangyujun@gmail.com>
Thu, 7 Dec 2017 18:56:41 +0000 (10:56 -0800)
committerYujun Zhang <zhang.yujunz@zte.com.cn>
Mon, 25 Dec 2017 01:06:40 +0000 (09:06 +0800)
Change-Id: Iab40fc2c719050d36a614fe529ca22634b59b7bc
Signed-off-by: Yujun Zhang <zhangyujun@gmail.com>
jjb/releng/opnfv-docker.sh
jjb/releng/opnfv-docker.yml

index 9ba6e2b..7f646f1 100644 (file)
@@ -61,7 +61,9 @@ done
 # Remove the existing containers and images before building
 remove_containers_images
 
-cd "$WORKSPACE/$DOCKER_DIR" || exit 1
+DOCKER_PATH=$WORKSPACE/$DOCKER_DIR
+
+cd $DOCKER_PATH || exit 1
 HOST_ARCH="$(uname -m)"
 #If there is a patch for other arch then x86, apply the patch and
 #replace Dockerfile file
@@ -108,7 +110,7 @@ echo "--------------------------------------------------------"
 echo
 cmd="docker build --no-cache -t $DOCKER_REPO_NAME:$DOCKER_TAG --build-arg BRANCH=$BUILD_BRANCH
     $ARCH_BUILD_ARG
-    -f $DOCKERFILE ."
+    -f $DOCKERFILE $DOCKER_PATH"
 
 echo ${cmd}
 ${cmd}
index 49b3fde..f23594e 100644 (file)
@@ -61,6 +61,8 @@
           <<: *other-receivers
       - 'qtip':
           project: 'qtip'
+          dockerdir: '.'
+          dockerfile: 'docker/Dockerfile'
           <<: *master
           <<: *other-receivers
       - 'storperf-master':