From bc8f2ecef242b962e49f0498b7436917759f558b Mon Sep 17 00:00:00 2001 From: Alexander Mazuruk Date: Thu, 18 Feb 2021 17:25:57 +0100 Subject: Change openjdk baseOS img to integration-java11 Since 7.2.0 integration images switched over to alpine, adjusted Dockerfile to accomodate the switch. 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 Change-Id: I6c3fc2aae136a7f361a7e15cb52b75931392f34a --- prh-commons/pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'prh-commons') diff --git a/prh-commons/pom.xml b/prh-commons/pom.xml index 8de00baa..9cc3539f 100644 --- a/prh-commons/pom.xml +++ b/prh-commons/pom.xml @@ -4,6 +4,7 @@ ~ PNF-REGISTRATION-HANDLER ~ ================================================================================ ~ Copyright (C) 2018-2021 NOKIA Intellectual Property. All rights reserved. + ~ Copyright (C) 2021 Samsung electronics. All rights reserved. ~ ================================================================================ ~ Licensed under the Apache License, Version 2.0 (the "License"); ~ you may not use this file except in compliance with the License. @@ -26,7 +27,7 @@ org.onap.dcaegen2.services prh - 1.5.6-SNAPSHOT + 1.6.0-SNAPSHOT org.onap.dcaegen2.services.prh -- cgit 1.2.3-korg