From 8998dffe1ccbb4ebd6113ce6d59a08b743c47ee7 Mon Sep 17 00:00:00 2001 From: mrichomme Date: Wed, 12 Aug 2020 18:18:14 +0200 Subject: Create java baseline image based on alpine This version 7.1.0 is based on Alpine The image has been tested on CVE (with gitlab.com scanner) and Tern (no presence of GPLv3 confirmed) Issue-ID: INT-1680 Signed-off-by: mrichomme Change-Id: I63f01d3cff985986153c0f38a3b991fa6d3c1e9e --- README.md | 13 ++++++++++++- releases/7.1.0-container.yaml | 8 ++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 releases/7.1.0-container.yaml diff --git a/README.md b/README.md index a63f2d4..ac4dce7 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,18 @@ # onap-java This project aims to produce a reference ONAP baseline including JAVA 11. -It is based on the image 11.0.6-jre-slim. + +## versions + +### 7.1.0 + +It is based on adoptopenjdk/openjdk11:jre-11.0.8_10-alpine + +Alpine images are GPLv3 free, which is required by the TSC. + +### 7.0.0 + +It is based on the Debian image 11.0.6-jre-slim. When you create your docker from this docker you need to copy your jar file under /opt/onap/app.jar. diff --git a/releases/7.1.0-container.yaml b/releases/7.1.0-container.yaml new file mode 100644 index 0000000..c3602f3 --- /dev/null +++ b/releases/7.1.0-container.yaml @@ -0,0 +1,8 @@ +distribution_type: 'container' +container_release_tag: '7.1.0' +project: 'integration/docker/onap-java11' +log_dir: 'integration-docker-onap-java11-docker-merge-master/20/' +ref: 529ee210e9e6465de781ab5bae5d02e7474d80ff +containers: + - name: 'integration-java11' + version: 'latest' -- cgit 1.2.3-korg