aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authormrichomme <morgan.richomme@orange.com>2020-04-20 14:59:34 +0200
committermrichomme <morgan.richomme@orange.com>2020-04-20 14:59:34 +0200
commite0649bc68fc30f547994b31f3f2aa6e01407d147 (patch)
tree0a6726afba5d759da17f4232e4750b7317673f55 /README.md
parentb29c3e7cbd3b6155355e9cb68596bf63f500b7ba (diff)
Resync java11 baseline repository
Issue-ID: INT-1447 Signed-off-by: mrichomme <morgan.richomme@orange.com> Change-Id: I30afe37ed0876814850e880d0dee569095c8876d
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 5 insertions, 9 deletions
diff --git a/README.md b/README.md
index 9f3bce2..a63f2d4 100644
--- a/README.md
+++ b/README.md
@@ -1,16 +1,12 @@
# onap-java
This project aims to produce a reference ONAP baseline including JAVA 11.
-It is based on the image 11.0.5-jre-slim maintained by the upstream community
-openjdk.
+It is based on the image 11.0.6-jre-slim.
-It includes a user and a group onap.
+When you create your docker from this docker you need to copy your jar file
+under /opt/onap/app.jar.
-When you create your own docker from this baseline docker (build thanks to the
-Dockerfile hosted in this repository), 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:
-You may specify 2 env variable to customize the way you are starting java:
-
-- ENV JAVA_OPTS: set to -Xms256m -Xmx1g by default
+- ENV JAVA_OPTS: by default set to -Xms256m -Xmx1g
- ENV JAVA_SEC_OPTS: empty by default