diff options
author | Kiran Kamineni <kiran.k.kamineni@intel.com> | 2018-10-30 14:27:18 -0700 |
---|---|---|
committer | Kiran Kamineni <kiran.k.kamineni@intel.com> | 2018-10-30 14:27:21 -0700 |
commit | ccacdc36474ea2fa952e7369ffc2d72e4368bac8 (patch) | |
tree | 168cfefcf2658f05b4ce329bf4b155a94a9c8944 /sms-service | |
parent | 30840d4634d68d6536bfef1e169e8f8376779d7b (diff) |
Update version to 3.0.1 for release3.0.13.0.0-ONAPcasablanca
Update image version to 3.0.1 for release
tagging.
Issue-ID: AAF-390
Change-Id: If675f209f852fd783f16feb40b92c54e1f160c91
Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
Diffstat (limited to 'sms-service')
-rwxr-xr-x | sms-service/bin/build_quorum_image.sh | 4 | ||||
-rwxr-xr-x | sms-service/bin/build_sms_image.sh | 2 | ||||
-rw-r--r-- | sms-service/bin/quorumdockerfile | 2 | ||||
-rw-r--r-- | sms-service/bin/smsdockerfile | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/sms-service/bin/build_quorum_image.sh b/sms-service/bin/build_quorum_image.sh index ad7afd1..05fef61 100755 --- a/sms-service/bin/build_quorum_image.sh +++ b/sms-service/bin/build_quorum_image.sh @@ -7,7 +7,7 @@ cd ${DOCKER_BUILD_DIR} BUILD_ARGS="--no-cache" ORG="onap" -VERSION="3.0.0" +VERSION="3.0.1" PROJECT="aaf" IMAGE="smsquorumclient" DOCKER_REPOSITORY="nexus3.onap.org:10003" @@ -60,4 +60,4 @@ generate_binary copy_certificates build_image push_image -cleanup
\ No newline at end of file +cleanup diff --git a/sms-service/bin/build_sms_image.sh b/sms-service/bin/build_sms_image.sh index f5beb4d..ff7c5b0 100755 --- a/sms-service/bin/build_sms_image.sh +++ b/sms-service/bin/build_sms_image.sh @@ -7,7 +7,7 @@ cd ${DOCKER_BUILD_DIR} BUILD_ARGS="--no-cache" ORG="onap" -VERSION="3.0.0" +VERSION="3.0.1" PROJECT="aaf" IMAGE="sms" DOCKER_REPOSITORY="nexus3.onap.org:10003" diff --git a/sms-service/bin/quorumdockerfile b/sms-service/bin/quorumdockerfile index 8224025..92753a9 100644 --- a/sms-service/bin/quorumdockerfile +++ b/sms-service/bin/quorumdockerfile @@ -1,7 +1,7 @@ FROM alpine:3.7 LABEL name="aaf-sms-quorumclient" -LABEL version=3.0.0 +LABEL version=3.0.1 LABEL maintainer="Girish Havaldar <hg0071052@techmahindra.com>" RUN mkdir -p /quorumclient/auth diff --git a/sms-service/bin/smsdockerfile b/sms-service/bin/smsdockerfile index cdb8494..9efee1a 100644 --- a/sms-service/bin/smsdockerfile +++ b/sms-service/bin/smsdockerfile @@ -1,7 +1,7 @@ FROM alpine:3.7 LABEL name="aaf-sms" -LABEL version=3.0.0 +LABEL version=3.0.1 LABEL maintainer="vamshi krishna <vn00480215@techmahindra.com>" EXPOSE 10443 |