summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSai Gandham <sg481n@att.com>2018-06-05 20:31:51 +0000
committerSai Gandham <sg481n@att.com>2018-06-05 20:31:59 +0000
commit4092fa84c2af69b58c8a7ba2893f54824169ed29 (patch)
tree261e0cb95379801abb2ef73b436e7de0270ee207
parent42d6eff8b584adbbe4e9b13fe3244d02723b37c7 (diff)
Release docker version & update manifest
Rlease aaf 2.1.1 version and update manifest file in integration project Issue-ID: AAF-349 Change-Id: Iadbca84f4b192dbef6b5a975dfb44d7df470a1e5 Signed-off-by: Sai Gandham <sg481n@att.com>
-rw-r--r--auth/docker/d.props2
-rw-r--r--auth/docker/dpush.sh1
2 files changed, 3 insertions, 0 deletions
diff --git a/auth/docker/d.props b/auth/docker/d.props
index 4522c2b4..8c7b736a 100644
--- a/auth/docker/d.props
+++ b/auth/docker/d.props
@@ -3,6 +3,8 @@ ORG=onap
PROJECT=aaf
DOCKER_REPOSITORY=nexus3.onap.org:10003
OLD_VERSION=2.1.0-SNAPSHOT
+VERSION_2.1.0=2.1.0
+VERSION_2.1.1=2.1.1
VERSION=2.1.1-SNAPSHOT
CONF_ROOT_DIR=/opt/app/osaaf
diff --git a/auth/docker/dpush.sh b/auth/docker/dpush.sh
index 8d0c2f6d..c110f43d 100644
--- a/auth/docker/dpush.sh
+++ b/auth/docker/dpush.sh
@@ -13,5 +13,6 @@ fi
for AAF_COMPONENT in ${AAF_COMPONENTS}; do
docker push ${DOCKER_REPOSITORY}/${ORG}/${PROJECT}/aaf_${AAF_COMPONENT}:${OLD_VERSION}
docker push ${DOCKER_REPOSITORY}/${ORG}/${PROJECT}/aaf_${AAF_COMPONENT}:${VERSION}
+ docker push ${DOCKER_REPOSITORY}/${ORG}/${PROJECT}/aaf_${AAF_COMPONENT}:${VERSION_2.1.1}
done