diff options
author | Dileep Ranganathan <dileep.ranganathan@intel.com> | 2018-10-10 07:52:21 -0700 |
---|---|---|
committer | Dileep Ranganathan <dileep.ranganathan@intel.com> | 2018-10-10 07:52:21 -0700 |
commit | 048928149ed45e685d07c4a589f817c303185047 (patch) | |
tree | 2912390e6677998b71a7a1bde233cc95f2551557 /scripts/optf-has | |
parent | 8bd9d8268d47bd445ae27cf91aac4075b661ba8d (diff) |
Upgrade docker image version
Upgrade docker version to 1.2.2
Change-Id: I8f9c5bdc5cd8f6bfa6aea357e43ab6604fc15403
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 7f77dbbb..1364c87b 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.1-SNAPSHOT-latest +IMAGE_VER=1.2.2-SNAPSHOT-latest BUNDLE=/tmp/conductor/properties/AAF_RootCA.cer mkdir -p /tmp/conductor/properties |