[INTEGRATION] Update committers list

That change was done by automated integration tool to maintain commiters list in INFO.yaml

Issue-ID: INT-2146
Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl>
Change-Id: I2902510d56a8c4acefb41408e9912d803e6d9bc8
1 file changed
tree: a662fd02792a2380aa4ca784307c1bcda88c8a40
  1. releases/
  2. .coafile
  3. .gitignore
  4. .yamllint
  5. BareAlpine.Dockerfile
  6. Dockerfile
  7. INFO.yaml
  8. LICENSE
  9. README.md
  10. tox.ini
  11. version.properties
README.md

onap-java

This project aims to produce a reference ONAP baseline including JAVA 11 following the seccom receommendations 1

versions

9.0.0

Update to Java 11.0.11 on alpine 3.13.5 based on image adoptopenjdk/openjdk11:jre-11.0.11_9-alpine

8.0.0

Update Java to 11.0.9

7.2.0

Added 'openssl' (OpenSSL 1.1.1g 21 Apr 2020)

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 /app/app.jar.

You may specify two env variables to customize the way you are starting java:

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