diff options
author | MichaelMorris <michael.morris@est.tech> | 2020-03-01 10:51:27 +0000 |
---|---|---|
committer | Yuli Shlosberg <ys9693@att.com> | 2020-03-05 09:11:48 +0000 |
commit | 0b4c1941df3e0019471742e3edaab81b06ef6f44 (patch) | |
tree | fa02efcc0955bd2605d58469414539c2b758365b | |
parent | cf65d5f1aa842965848de276cd8eb50a932f5757 (diff) |
Stepping base_sdc-jetty and base_sdc-cassandra version
Change-Id: Ia26fa595502c677dc1014e280cee09581f013452
Issue-ID: SDC-2761
Signed-off-by: MichaelMorris <michael.morris@est.tech>
-rw-r--r-- | catalog-be/sdc-backend/Dockerfile | 2 | ||||
-rw-r--r-- | catalog-fe/sdc-frontend/Dockerfile | 2 | ||||
-rw-r--r-- | openecomp-be/dist/sdc-onboard-backend-docker/artifacts/Dockerfile | 2 | ||||
-rw-r--r-- | sdc-os-chef/sdc-cassandra/Dockerfile | 2 | ||||
-rw-r--r-- | utils/webseal-simulator/sdc-simulator/Dockerfile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/catalog-be/sdc-backend/Dockerfile b/catalog-be/sdc-backend/Dockerfile index 2e23d41910..104bbd9274 100644 --- a/catalog-be/sdc-backend/Dockerfile +++ b/catalog-be/sdc-backend/Dockerfile @@ -1,4 +1,4 @@ -FROM onap/base_sdc-jetty:1.4.1 +FROM onap/base_sdc-jetty:1.6.0 COPY chef-solo /root/chef-solo/ diff --git a/catalog-fe/sdc-frontend/Dockerfile b/catalog-fe/sdc-frontend/Dockerfile index a4273f3d8a..5733dd25f5 100644 --- a/catalog-fe/sdc-frontend/Dockerfile +++ b/catalog-fe/sdc-frontend/Dockerfile @@ -1,4 +1,4 @@ -FROM onap/base_sdc-jetty:1.4.1 +FROM onap/base_sdc-jetty:1.6.0 COPY chef-solo /root/chef-solo/ diff --git a/openecomp-be/dist/sdc-onboard-backend-docker/artifacts/Dockerfile b/openecomp-be/dist/sdc-onboard-backend-docker/artifacts/Dockerfile index b499966e93..e6a0dc1ec2 100644 --- a/openecomp-be/dist/sdc-onboard-backend-docker/artifacts/Dockerfile +++ b/openecomp-be/dist/sdc-onboard-backend-docker/artifacts/Dockerfile @@ -1,4 +1,4 @@ -FROM onap/base_sdc-jetty:1.4.1 +FROM onap/base_sdc-jetty:1.6.0 COPY chef-solo /root/chef-solo/ diff --git a/sdc-os-chef/sdc-cassandra/Dockerfile b/sdc-os-chef/sdc-cassandra/Dockerfile index 15151bfd35..e7d5cf2fa3 100644 --- a/sdc-os-chef/sdc-cassandra/Dockerfile +++ b/sdc-os-chef/sdc-cassandra/Dockerfile @@ -1,4 +1,4 @@ -FROM onap/base_sdc-cassandra:1.5.0-SNAPSHOT-latest +FROM onap/base_sdc-cassandra:1.6.0 COPY chef-solo /root/chef-solo/ diff --git a/utils/webseal-simulator/sdc-simulator/Dockerfile b/utils/webseal-simulator/sdc-simulator/Dockerfile index 70539086a9..411cdc8996 100644 --- a/utils/webseal-simulator/sdc-simulator/Dockerfile +++ b/utils/webseal-simulator/sdc-simulator/Dockerfile @@ -1,4 +1,4 @@ -FROM onap/base_sdc-jetty:1.4.1 +FROM onap/base_sdc-jetty:1.6.0 COPY chef-solo /root/chef-solo/ |