summaryrefslogtreecommitdiffstats
path: root/distribution/src/main/docker
AgeCommit message (Collapse)AuthorFilesLines
2018-07-25Replaced old implementation at rootvempo1-96/+0
Old project files and directories has been moved under 'deprecated-workflow-designer'. The old project is not built by the CI anymore, but can be still built manually. New modules/directories have been moved up and integrated with the CI system. Change-Id: I1528c792bcbcce9e50bfc294a1328a20e72c91cf Issue-ID: SDC-1559 Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
2018-05-16Fix library CVEs in sdc-workflow-designerGary Wu1-21/+45
Address additional CVEs in systme libraries. Remove explicit version numbers because those versions could get removed from the ubuntu repos, which will cause build failures. Instead, upgrade to the latest available versions. Change-Id: I02c28bfa64f12ca55ec6e731cf1056b4aa934765 Issue-ID: SDC-1201 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-04-17Fix library CVEs in sdc-workflow-designerGary Wu1-29/+29
Fix additional CVEs: libtiff5 4.0.8-5ubuntu0.1 For CVE-2017-9117 CVE-2016-9540 CVE-2016-9539 CVE-2016-9538 CVE-2016-9537 CVE-2016-9536 CVE-2016-9535 CVE-2016-9534 CVE-2016-9533 CVE-2015-8668 CVE-2015-7554 CVE-2016-6223 CVE-2017-5563 CVE-2016-3621 CVE-2016-8331 shadow 1:4.5-1ubuntu1 For CVE-2017-12424 perl-base 5.26.0-8ubuntu1.1 For CVE-2015-8608 CVE-2017-12883 openssl 1.1.0g-2ubuntu3 For CVE-2016-6303 CVE-2016-2182 CVE-2016-2177 CVE-2016-2176 Also refactored to use ubuntu apt repos instead of manually installing from launchpad. Change-Id: If679f90e98091fed33f6a655abe28c33d15e9a43 Issue-ID: SDC-1201 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-04-10Fix library CVEs in sdc-workflow-designerGary Wu1-0/+46
Install specific system libraries to fix the following CVE vulnerabilities: krb5 1.16-2build1 For CVE-2017-15088 CVE-2017-11462 libvorbis 1.3.2-1.3ubuntu1.2 For CVE-2017-14632 CVE-2017-14160 libx11 1.6.4-3 For CVE-2016-7943 CVE-2016-7942 libxtst 1.2.3-1 For CVE-2016-7951 ncurses 6.1-1ubuntu1 For CVE-2017-10685 CVE-2017-10684 libsqllite3-0 3.22.0-1 For CVE-2017-10989 zlib1g 1.2.11.dfsg-0ubuntu2 For CVE-2016-9843 CVE-2016-9841 CVE-2016-9842 CVE-2016-9840 Change-Id: I50920cf929bbf79dba0ea7da76d15e7b1e3945ec Issue-ID: SDC-1201 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-03-28Update DockerfileYuanHu1-1/+1
Update Dockerfile Issue-ID: SDC-1131 Change-Id: Id89a76a02f2735bf7236709c74a0c88011083cbc Signed-off-by: YuanHu <yuan.hu1@zte.com.cn>
2018-02-13Setup and Publish Backend Service.YuanHu1-0/+26
Setup backend service with dropwizard application framework. Integrate backend with frontend to one micro-service. Issue-ID: SDC-408 Change-Id: Ia6949302ee7c7ad6a4ce31e263f6a38183adfee3 Signed-off-by: YuanHu <yuan.hu1@zte.com.cn>