From e1d51849c7d5da79d92f8e0f5ba5ae6638e7a352 Mon Sep 17 00:00:00 2001 From: "ying.yunlong" Date: Mon, 4 Sep 2017 17:17:59 +0800 Subject: Update vfc vnfmgr jjb template Update vnfmgr jjb template file and add vfc vnfmgr docker build shell file to build gvnfm vnfres docker image. Change-Id: Ib01ef5a17977465e40deb1e3029abc857244f7f6 Issue-ID: CIMAN-47 Signed-off-by: ying.yunlong --- jjb/vfc/build-gvnfm-vnfmgr-docker-image.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 jjb/vfc/build-gvnfm-vnfmgr-docker-image.sh (limited to 'jjb/vfc/build-gvnfm-vnfmgr-docker-image.sh') diff --git a/jjb/vfc/build-gvnfm-vnfmgr-docker-image.sh b/jjb/vfc/build-gvnfm-vnfmgr-docker-image.sh new file mode 100644 index 000000000..b16fa2deb --- /dev/null +++ b/jjb/vfc/build-gvnfm-vnfmgr-docker-image.sh @@ -0,0 +1,11 @@ +#!/bin/bash + +echo '============== CALLING SCRIPT TO BUILD DOCKER IMAGES =================' + +CURRENTDIR="$(pwd)" +echo $CURRENTDIR + +chmod 755 ./mgr/docker/*.* + +./mgr/docker/build_image.sh + -- cgit 1.2.3-korg