Fix jar file path in README

Change-Id: Id60b937c525efe32dad4e32bc6f3183866f7b387
Issue-ID: INT-1808
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
1 file changed
tree: 0483e6f17a4eb8b585aa24d7615c41e92d07285f
  1. releases/
  2. .coafile
  3. .gitignore
  4. .yamllint
  5. Dockerfile
  6. INFO.yaml
  7. LICENSE
  8. README.md
  9. tox.ini
  10. version.properties
README.md

onap-java

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

versions

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