diff options
author | Dileep Ranganathan <dileep.ranganathan@intel.com> | 2018-10-23 17:39:18 -0700 |
---|---|---|
committer | Dileep Ranganathan <dileep.ranganathan@intel.com> | 2018-10-24 06:34:45 -0700 |
commit | 96028b74964d833bfb82322b8f5cc10d29b3da9b (patch) | |
tree | b406cd76adf3f388ef522ed20cdeee58b1f613cc /scripts/optf-has | |
parent | bc842470fba30371c0b07afa679388cc6139b5c9 (diff) |
Upgrade docker image version
Upgrade docker version to 1.2.3
Change-Id: I64f21e287d3b419726b1c172deafa242ba57df49
Issue-ID: OPTFRA-370
Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
Diffstat (limited to 'scripts/optf-has')
-rwxr-xr-x | scripts/optf-has/has/has_script.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/optf-has/has/has_script.sh b/scripts/optf-has/has/has_script.sh index 08663f4e..bee7dad6 100755 --- a/scripts/optf-has/has/has_script.sh +++ b/scripts/optf-has/has/has_script.sh @@ -31,7 +31,7 @@ cd ${DIR} COND_CONF=/tmp/conductor/properties/conductor.conf LOG_CONF=/tmp/conductor/properties/log.conf IMAGE_NAME=nexus3.onap.org:10001/onap/optf-has -IMAGE_VER=1.2.2-SNAPSHOT-latest +IMAGE_VER=1.2.3-SNAPSHOT-latest BUNDLE=/tmp/conductor/properties/AAF_RootCA.cer mkdir -p /tmp/conductor/properties |