aboutsummaryrefslogtreecommitdiffstats
path: root/services/activity-spec/activity-spec-web
diff options
context:
space:
mode:
authorsheetalm <sheetal.mudholkar@amdocs.com>2018-04-18 11:21:26 +0530
committerVitaly Emporopulo <Vitaliy.Emporopulo@amdocs.com>2018-04-22 18:59:43 +0000
commitaafdcc2c4373806401de81ae4cc32fa4c66cabd2 (patch)
tree47c0e5af73934d29c73e81c5976598d5a22f44aa /services/activity-spec/activity-spec-web
parent669c984de1c9b0dcf1dcd25e62ac611e4d3ff1c3 (diff)
ActivitySpec-Change the base images in dockerfile
Change the base images in dockerfile Use cqlsh on alpine base image instead of onap/cqlsh. Remove default 9042 port since this image works on 9160 Default port to 9160 Add version to jetty base image Change-Id: I88a631174801769452551d3607fe744a831068a4 Issue-ID: SDC-1048 Signed-off-by: sheetalm <sheetal.mudholkar@amdocs.com>
Diffstat (limited to 'services/activity-spec/activity-spec-web')
-rw-r--r--services/activity-spec/activity-spec-web/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/activity-spec/activity-spec-web/Dockerfile b/services/activity-spec/activity-spec-web/Dockerfile
index 3ef0ef3eb1..fe7e20bd3c 100644
--- a/services/activity-spec/activity-spec-web/Dockerfile
+++ b/services/activity-spec/activity-spec-web/Dockerfile
@@ -1,4 +1,4 @@
-FROM jetty:alpine
+FROM jetty:9.4.9-alpine
EXPOSE 8080
EXPOSE 8443