summaryrefslogtreecommitdiffstats
path: root/deliveries/Dockerfile.portal
AgeCommit message (Collapse)AuthorFilesLines
2020-04-03Migrate Dockerfile.portal to unprivileged userPawel Wieczorek1-0/+4
Issue-ID: PORTAL-849 Change-Id: I3060de8beddcba03be45f19ce8cd1fd0e32e62f5 Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com> (cherry picked from commit 048ca4538f32b27667271d1a32f5a95b0731f1f9)
2019-09-09Update tomcat to 8.5statta1-39/+25
Issue-ID: PORTAL-723 Change-Id: I4b57267c1e979c5f1bfd162cd1392cb6a0f316b9 Signed-off-by: statta <statta@research.att.com>
2019-03-04Reduce image size of containersSylvain Desbureaux1-16/+27
CIA project goal is to reduce image size of container and make the container multi architecture. Portal images are already multi architecure ready and portal-wms and portal-db are also done in an efficient way. Portal-app and portal-sdk although can be shrinked, using multi stage docker builds. This commit allow a noticeable shrink for both of them: from 708Mb to 298Mb for portal-app and from 388Mb to 257Mb for portal-sdk. Change-Id: Id5cca8b78d0d9ee1724259dab40b7ccff910c628 Issue-ID: INT-939 Issue-ID: INT-922 Issue-ID: INT-881 Issue-ID: INT-925 Issue-ID: INT-936 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
2019-02-08Upgrade Portal dockerFilesManoop Talasila1-1/+1
To use openjdk:8-alpine rather than frolvlad/alpine-oraclejdk8:slim as it is not available anymore in docker hub. Issue-ID: PORTAL-518 Change-Id: I1159065100aaba1db1cd83701be3ad66f1a0902e Signed-off-by: Manoop Talasila <talasila@research.att.com>
2018-11-08Disable portal-app default pageParshad Patel1-1/+1
Fix for Security: disable portal-app default page that targets tomcat 8.0.37 specific exploits issue Fix default tomcat webapps removal command in Dockerfile.portal Issue-ID: PORTAL-303 Change-Id: I9be563f0d824f687271fbdcf12e5785ff18ab83f Signed-off-by: Parshad Patel <pars.patel@samsung.com>
2018-09-26login and Certman AAF Integration changesKishore Reddy, Gujja (kg811t)1-0/+2
Issue-ID: PORTAL-386, PORTAL-389 failed to create user with special char in login_id Change-Id: I415adf615a7af97319d8d11a740e75d3dfa11583 Signed-off-by: Kishore Reddy, Gujja (kg811t) <kg811t@research.att.com>
2018-02-01Security/ Package Name changesst782s1-0/+55
Issue-ID: PORTAL-174, PORTAL-157, PORTAL-156, PORTAL-148, PORTAL-145, PORTAL-140, PORTAL-133, PORTAL-121, PORTAL-111, PORTAL-88 Includes security fixes, Role Centralization, replace certain ECOMP occurrences etc Change-Id: I3c8b706709c6b92e646e3cbe50c2d660e8a46ef4 Signed-off-by: st782s <statta@research.att.com>