aboutsummaryrefslogtreecommitdiffstats
path: root/ccsdk-app-os/Dockerfile
AgeCommit message (Collapse)AuthorFilesLines
2021-03-08Readd zip to be avaliable in DockerguilinAlexander Mazuruk1-2/+2
It was removed as it seemed unused, was used by the entrypoint script. Issue-ID: CCSDK-3203 Signed-off-by: Alexander Mazuruk <a.mazuruk@samsung.com> Change-Id: Ib6a2d77c4de0d1b407b67728a092997afd667e54
2021-02-23Change openjdk baseOS img to integration-java11Alexander Mazuruk1-5/+5
This change should not have any effects on functionality as integration image is built on top of adoptopenjdk/openjdk11:jre-11.0.8_10-alpine. Benefits from switching over: * minimal {java11,python} images maintained by integration team * using currently "blessed by seccom" versions (if :latest tag used) * should limit spread of legal issues across layers * integration images will be the first to have automated compliance documentation * should limit spread of base layers (contributing to deployment footprint - more base layers = more to download, more to store etc...) Issue-ID: INT-1864 Signed-off-by: Alexander Mazuruk <a.mazuruk@samsung.com> Change-Id: Ief4ce98f55a97a3ae3d7cdb2ea8f351c79a475b8
2020-08-21java 11 upgrade and sonar scan fixesKotagiri, Ramprasad (rp5662)1-19/+26
Recompile java source code using jdk11 Run in ojdk11 JRE tomcat container upgrade alpine base image Issue-ID: DCAEGEN2-2298 Change-Id: Ic4bf2626e5805508589cafe52b7c4e91d7ae3580 Signed-off-by: Kotagiri, Ramprasad (rp5662) <rp5662@att.com>
2020-02-18DCAE dashboard updates ver 1.3.0Kotagiri, Ramprasad (rp5662)1-11/+8
Update DB Schema to include new menu items for API doc Update the page footer for latest copyright Issue-ID: DCAEGEN2-1856 Issue-ID: DCAEGEN2-1556 Change-Id: Ia7f52b6f0151db62f2155fa26d0f50a1157e7481 Signed-off-by: Kotagiri, Ramprasad (rp5662) <rp5662@att.com>
2020-02-06DCAE dashboard security fixesKotagiri, Ramprasad (rp5662)1-25/+20
Portal SDK ver 2.6.0, non-root user for docker container Change label on Dashboard Home page, API changes, Container optimization Change-Id: Ie2c8efd76d34fddc2b182d5ed494761522695914 Issue-ID: DCAEGEN2-1638 Issue-ID: CCSDK-1485 Issue-ID: DCAEGEN2-1921 Issue-ID: DCAEGEN2-1915 Issue-ID: DCAEGEN2-1856 Issue-ID: DCAEGEN2-1556 Issue-ID: DCAEGEN2-1592 Signed-off-by: Kotagiri, Ramprasad (rp5662) <rp5662@att.com>
2019-04-08copy war file in Docker imageKotagiri, Ramprasad (rp5662)1-1/+1
Add build argument in POM to set the ARG used in Dockerfile. Issue-ID: CCSDK-1011 Change-Id: Ie8181b8bf19770e39a8358149a29e9bfc5ce1a86 Signed-off-by: Kotagiri, Ramprasad (rp5662) <rp5662@att.com>
2019-04-08Fix issue with copying war file in Docker imageKotagiri, Ramprasad (rp5662)1-1/+1
Update Dockerfile to change instruction from ADD to COPY Issue-ID: CCSDK-1011 Change-Id: Ieda015fa26e47193fa4e6e41752eb84004ebd7f0 Signed-off-by: Kotagiri, Ramprasad (rp5662) <rp5662@att.com>
2019-03-28Docker container implementationKotagiri, Ramprasad (rp5662)1-0/+38
This change contains following items: 1) Update b2b-library.js to remove non-compliant code 2) Format source code for ccsdk-app-os module 3) Add Dockerfile and artifacts to create docker container 4) Update POM files for docker maven plugin and version changes Issue-ID: CCSDK-1011 Change-Id: Iae93b32e1d8c2e7b911b044bc07bba6b720742a5 Signed-off-by: ramprasad kotagiri <rp5662@att.com>