summaryrefslogtreecommitdiffstats
path: root/components/bbs-event-processor/Dockerfile
AgeCommit message (Collapse)AuthorFilesLines
2021-04-22Change bbs-e-p baseOS img to integration-2.1.1Alexander Mazuruk1-7/+11
Benefits from switching over: * minimal {java11,python} images maintained by integration team * using currently "blessed by seccom" versions (: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 Issue-ID: DCAEGEN2-2420 Signed-off-by: Alexander Mazuruk <a.mazuruk@samsung.com> Change-Id: I48f6dda04e8a31bf175501e82aa776aba34aba72
2020-03-03Upgrade of BBS-ep serviceStavros Kanarakis1-2/+5
Upgraded service to use latest DCAE-SDK Upgraded many of the dependencies to latest versions Introduced Java 11 Change-Id: I29d265d2a75aa80749f567cfb10920b2c45c2cec Issue-ID: DCAEGEN2-2105 Signed-off-by: Stavros Kanarakis <stavros.kanarakis@nokia.com>
2019-04-22Run BBS-ep docker container as non-rootStavros Kanarakis1-0/+21
Replaced docker maven plugin to introduce Dockerfile. Corrected component blueprint to deploy BBS-ep as a service component instead of a platform one. Change-Id: If3af67eef1a9f68554ee215d24b54f9cd4b7ce80 Issue-ID: DCAEGEN2-1446 Signed-off-by: Stavros Kanarakis <stavros.kanarakis@nokia.com>