aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
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