blob: 9f3bce22c8aa3f1c346f878df672c7035cd6d2e9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
|