summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKiran Kamineni <kiran.k.kamineni@intel.com>2018-04-24 16:28:44 -0700
committerGirish Havaldar <hg0071052@techmahindra.com>2018-04-26 05:15:05 +0000
commit74d37f1a153d121256a643bba00659b8f53074f0 (patch)
tree53dc7b5fdbdc63d0b75a494cd479ad54df722e8d
parentada842ca55c4947764cb1a6507dc4f378c78731c (diff)
Updating version for docker images to 2.0.0
Docker images are getting loaded with version 1.1.0 They need to be 2.0.0 Issue-ID: AAF-258 Change-Id: I5643ccdaf5eae1e7101e37dbbe858ae346ff0e30 Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
-rwxr-xr-xsms-service/bin/build_quorum_image.sh3
-rwxr-xr-xsms-service/bin/build_sms_image.sh3
-rw-r--r--sms-service/bin/quorumdockerfile2
-rw-r--r--sms-service/bin/smsdockerfile2
4 files changed, 4 insertions, 6 deletions
diff --git a/sms-service/bin/build_quorum_image.sh b/sms-service/bin/build_quorum_image.sh
index 16bb378..4691067 100755
--- a/sms-service/bin/build_quorum_image.sh
+++ b/sms-service/bin/build_quorum_image.sh
@@ -6,7 +6,7 @@ cd ${DOCKER_BUILD_DIR}
BUILD_ARGS="--no-cache"
ORG="onap"
-VERSION="1.1.0"
+VERSION="2.0.0"
PROJECT="aaf"
IMAGE="smsquorumclient"
DOCKER_REPOSITORY="nexus3.onap.org:10003"
@@ -48,7 +48,6 @@ function push_image {
docker push ${IMAGE_NAME}:latest
push_image_tag ${IMAGE_NAME}:${VERSION}-SNAPSHOT-latest
- push_image_tag ${IMAGE_NAME}:${VERSION}-STAGING-latest
}
generate_binary
diff --git a/sms-service/bin/build_sms_image.sh b/sms-service/bin/build_sms_image.sh
index 3599c77..a89e64e 100755
--- a/sms-service/bin/build_sms_image.sh
+++ b/sms-service/bin/build_sms_image.sh
@@ -6,7 +6,7 @@ cd ${DOCKER_BUILD_DIR}
BUILD_ARGS="--no-cache"
ORG="onap"
-VERSION="1.1.0"
+VERSION="2.0.0"
PROJECT="aaf"
IMAGE="sms"
DOCKER_REPOSITORY="nexus3.onap.org:10003"
@@ -48,7 +48,6 @@ function push_image {
docker push ${IMAGE_NAME}:latest
push_image_tag ${IMAGE_NAME}:${VERSION}-SNAPSHOT-latest
- push_image_tag ${IMAGE_NAME}:${VERSION}-STAGING-latest
}
generate_binary
diff --git a/sms-service/bin/quorumdockerfile b/sms-service/bin/quorumdockerfile
index 08676dc..fa4a159 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=1.0.0
+LABEL version=2.0.0
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 d130449..629fcd5 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=1.0.0
+LABEL version=2.0.0
LABEL maintainer="vamshi krishna <vn00480215@techmahindra.com>"
EXPOSE 10443