aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authormrichomme <morgan.richomme@orange.com>2020-01-20 18:23:08 +0100
committermrichomme <morgan.richomme@orange.com>2020-01-27 09:00:56 +0100
commitb095cb9cc362e557611b2e1a92c96df0c76989ad (patch)
tree6ad41f7b6ba8b3b9448e722cd00021b12e4257e4 /README.md
parent1116e46f92201756198079f242dc41375060dc2b (diff)
Add Dockerfile to build onap-java docker based on jdk11
Issue-ID: INT-1393 Signed-off-by: mrichomme <morgan.richomme@orange.com> Change-Id: I97af60a9c2acb8e9cd6ea0323ad906e759b822d7 Signed-off-by: mrichomme <morgan.richomme@orange.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..9f3bce2
--- /dev/null
+++ b/README.md
@@ -0,0 +1,16 @@
+# 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 includes a user and a group onap.
+
+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 specify 2 env variable to customize the way you are starting java:
+
+- ENV JAVA_OPTS: set to -Xms256m -Xmx1g by default
+- ENV JAVA_SEC_OPTS: empty by default