aboutsummaryrefslogtreecommitdiffstats
path: root/sources/hv-collector-kafka-consumer/Dockerfile
AgeCommit message (Collapse)AuthorFilesLines
2021-04-22Change openjdk baseOS img to integration-java11Alexander Mazuruk1-8/+7
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: Ibd6f379b869306c5f14f06f6efe60c5a3c32f779
2019-06-14Create Kafka Consumer project stubJakub Dudycz1-0/+18
Change-Id: Ib45ca6a9ab282dab509e34f9a3d3682373d794d3 Signed-off-by: Jakub Dudycz <jakub.dudycz@nokia.com> Issue-ID: DCAEGEN2-1619