Update INFO.yaml

Issue-ID: INT-1724

Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: I712d4bfff37c35919907841e8ab790a2bd59899b
Signed-off-by: mrichomme <morgan.richomme@orange.com>
1 file changed
tree: bd6601752d5045ec687ca4e3d2450f14eea5a4b9
  1. releases/
  2. .coafile
  3. .yamllint
  4. Dockerfile
  5. INFO.yaml
  6. LICENSE
  7. README.md
  8. tox.ini
  9. version.properties
README.md

onap-java

This project aims to produce a reference ONAP baseline including JAVA 11.

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.

You may sepecif 2 env variable to customize the way you are stating java:

  • ENV JAVA_OPTS: by default set to -Xms256m -Xmx1g
  • ENV JAVA_SEC_OPTS: empty by default