diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -1,7 +1,18 @@ # onap-java This project aims to produce a reference ONAP baseline including JAVA 11. -It is based on the image 11.0.6-jre-slim. + +## versions + +### 7.1.0 + +It is based on adoptopenjdk/openjdk11:jre-11.0.8_10-alpine + +Alpine images are GPLv3 free, which is required by the TSC. + +### 7.0.0 + +It is based on the Debian image 11.0.6-jre-slim. When you create your docker from this docker you need to copy your jar file under /opt/onap/app.jar. |