summaryrefslogtreecommitdiffstats
path: root/run-dockers.sh
diff options
context:
space:
mode:
authorRuoyu <ruoyu.ying@intel.com>2018-11-22 03:42:09 +0000
committerRuoyu <ruoyu.ying@intel.com>2018-11-28 02:16:25 +0000
commit90e318d450e18075e991671c31ac87259a695e1e (patch)
tree0d251232460a0622960afc99a1b6a593328af0be /run-dockers.sh
parent633927402f317714069ae71e0ee766a0d54194ed (diff)
Return flavor-id in OOF response1.2.5
Add flavor-id in OOF response Change-Id: I56d33eef06504f66c41b793d93d132b21a27b0dc Issue-ID: OPTFRA-401 Signed-off-by: Ruoyu <ruoyu.ying@intel.com>
Diffstat (limited to 'run-dockers.sh')
-rwxr-xr-xrun-dockers.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/run-dockers.sh b/run-dockers.sh
index 220e9bf..f6836c6 100755
--- a/run-dockers.sh
+++ b/run-dockers.sh
@@ -4,7 +4,7 @@
BUILD_ARGS="--no-cache"
ORG="onap"
-VERSION="1.2.4"
+VERSION="1.2.5"
PROJECT="optf-has"
DOCKER_REPOSITORY="nexus3.onap.org:10003"
IMAGE_NAME="${DOCKER_REPOSITORY}/${ORG}/${PROJECT}"