Add 'openssl' to onap-java11 docker image

Issue-ID: OOM-2560
Signed-off-by: Jan Malkiewicz <jan.malkiewicz@nokia.com>
Change-Id: Ib5d102a95df6aa5697e72b3e40ca47a078512cd7
(cherry picked from commit beaaa274cf87fc7f45673c562cfcc31cb5d2e505)
2 files changed
tree: 455b76c53366f97039035d9b5cea1079987bdf48
  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.

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