commit | 7065034da9d53e520647dee6a16c30073e7d0c81 | [log] [tgz] |
---|---|---|
author | Marek SzwaĆkiewicz <marek.szwalkiewicz@external.t-mobile.pl> | Thu Apr 13 14:55:39 2023 +0200 |
committer | Marek Szwa?kiewicz <marek.szwalkiewicz@external.t-mobile.pl> | Mon Apr 17 13:56:36 2023 +0000 |
tree | ae343143889ceebd8c938ced1e69a63bf8e6975d | |
parent | 59a5bd4cfe59146ae0c55ee235cdd9672d83b6b5 [diff] |
Update INFO.yaml with new PTL Marek Szwalkiewicz was added as the new INT PTL and committer. Issue-ID: INT-2218 Change-Id: I07472d9179148d517870e955fa08e87c5d3edcc1 Signed-off-by: Marek SzwaĆkiewicz <marek.szwalkiewicz@external.t-mobile.pl>
This project aims to produce a reference ONAP baseline including JAVA 11 following the seccom receommendations 1
ONAP Java Dockerfile allows user to build ONAP base Java image based on Java 11 and Java 17. Building each version depends on build-arg passed by user:
docker build . --build-arg java_ver=onap-java11
but in that case --build-arg
is optionaldocker build . --build-arg java_ver=onap-java17
Update Dockerfile to build both Java 11 and Java 17 base images Change base image to eclipse-temurin
Update to Java 11.0.11 on alpine 3.13.5 based on image adoptopenjdk/openjdk11:jre-11.0.11_9-alpine
Update Java to 11.0.9
Added 'openssl' (OpenSSL 1.1.1g 21 Apr 2020)
It is based on adoptopenjdk/openjdk11:jre-11.0.8_10-alpine
Alpine images are GPLv3 free, which is required by the TSC.
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 /app/app.jar.
You may specify two env variables to customize the way you are starting java: