diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2020-02-07 18:56:48 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-02-07 18:56:48 +0000 |
commit | b29c3e7cbd3b6155355e9cb68596bf63f500b7ba (patch) | |
tree | 07f7149668356e0321e055aebc8a57689115ef37 /README.md | |
parent | 2698bb73e33ad3bfae48387bd5539a6c572abb09 (diff) | |
parent | b095cb9cc362e557611b2e1a92c96df0c76989ad (diff) |
Merge "Add Dockerfile to build onap-java docker based on jdk11"
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 16 |
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 |