diff options
author | Idan Amit <ia096e@intl.att.com> | 2017-12-10 15:00:20 +0200 |
---|---|---|
committer | Idan Amit <ia096e@intl.att.com> | 2017-12-10 15:01:03 +0200 |
commit | b5cc2e0695f195716d6ccdc65e73807a6632ec70 (patch) | |
tree | e83fe16fbd03187dae2a161b092564f4ac3be2f0 /utils/webseal-simulator/sdc-simulator | |
parent | db3d5543edcbf63a83ddb954313e7d27f686383c (diff) |
Rename dockers from openecomp to onap
Updated the sdc-simulator docker to use the new bae jetty docker
Change-Id: I5afe31338761ce94b7527d6b85681d058680095b
Issue-ID: SDC-710
Signed-off-by: Idan Amit <ia096e@intl.att.com>
Diffstat (limited to 'utils/webseal-simulator/sdc-simulator')
-rw-r--r-- | utils/webseal-simulator/sdc-simulator/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/webseal-simulator/sdc-simulator/Dockerfile b/utils/webseal-simulator/sdc-simulator/Dockerfile index 99fad58fe8..e546d48655 100644 --- a/utils/webseal-simulator/sdc-simulator/Dockerfile +++ b/utils/webseal-simulator/sdc-simulator/Dockerfile @@ -1,4 +1,4 @@ -FROM openecomp/base_sdc-frontend:v1.0.0 +FROM onap/base_sdc-jetty:1.2.0-SNAPSHOT-latest COPY chef-solo /root/chef-solo/ |