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-osdf | |
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-osdf')
-rwxr-xr-x | scripts/optf-osdf/osdf/osdf_script.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/optf-osdf/osdf/osdf_script.sh b/scripts/optf-osdf/osdf/osdf_script.sh index 77359696..6eb2aa81 100755 --- a/scripts/optf-osdf/osdf/osdf_script.sh +++ b/scripts/optf-osdf/osdf/osdf_script.sh @@ -34,7 +34,7 @@ cd ${DIR} # run docker containers OSDF_CONF=/tmp/osdf/properties/osdf_config.yaml IMAGE_NAME=nexus3.onap.org:10001/onap/optf-osdf -IMAGE_VER=1.2.2-SNAPSHOT-latest +IMAGE_VER=1.2.3-SNAPSHOT-latest mkdir -p /tmp/osdf/properties mkdir -p /tmp/sms/properties |