commit | ae3a86d73ed732c0d3a3c46e98445c40a79582c0 | [log] [tgz] |
---|---|---|
author | Tal Gitelman <tal.gitelman@att.com> | Tue Oct 30 19:45:19 2018 +0200 |
committer | Tal Gitelman <tal.gitelman@att.com> | Thu Nov 01 09:02:27 2018 +0000 |
tree | 9247a9d25483a4dd3c99daa6d4a142ca93f717fb | |
parent | c401f4faae5b11d0ccf8c706380a89be7abf510d [diff] [blame] |
upgrading jetty Change-Id: Ie6307656f88cab59346bb17bcfc75ca494b572d7 Issue-ID: SDC-1767 Signed-off-by: Tal Gitelman <tal.gitelman@att.com>
diff --git a/utils/webseal-simulator/sdc-simulator/Dockerfile b/utils/webseal-simulator/sdc-simulator/Dockerfile index 47c9dca..7053908 100644 --- a/utils/webseal-simulator/sdc-simulator/Dockerfile +++ b/utils/webseal-simulator/sdc-simulator/Dockerfile
@@ -1,11 +1,9 @@ -FROM onap/base_sdc-jetty:1.4.0 +FROM onap/base_sdc-jetty:1.4.1 COPY chef-solo /root/chef-solo/ COPY chef-repo/cookbooks /root/chef-solo/cookbooks/ -#RUN cp ${JETTY_HOME}/resources/log4j.properties ${JETTY_BASE}/resources/log4j.properties - ADD WSSimulator*.war ${JETTY_BASE}/webapps/ USER root