Change openjdk baseOS img to integration-java11 11/118111/2
authorAlexander Mazuruk <a.mazuruk@samsung.com>
Fri, 19 Feb 2021 14:26:25 +0000 (15:26 +0100)
committerAlexander Mazuruk <a.mazuruk@samsung.com>
Mon, 22 Feb 2021 07:55:12 +0000 (08:55 +0100)
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 (: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: Ia7bb95a5518e77ba6eddb7e4512528c920f9e381

packages/docker/src/main/docker/docker-files/Dockerfile.so-base-image

index a1f4fc1..4dadd1f 100644 (file)
@@ -1,4 +1,4 @@
-FROM adoptopenjdk/openjdk11:jre-11.0.8_10-alpine
+FROM nexus3.onap.org:10001/onap/integration-java11:latest
 
 ARG http_proxy
 ARG https_proxy