diff options
author | morganrol <morgan.richomme@orange.com> | 2021-05-25 18:15:44 +0200 |
---|---|---|
committer | morganrol <morgan.richomme@orange.com> | 2021-05-25 18:26:10 +0200 |
commit | 01c80fa3cb519477da28769509ebfb44987e936e (patch) | |
tree | abace242dfe9b915bf344f58f56e998b246551b2 | |
parent | 4655ca2e578f4f46651a4bbf325110a2a97ddcdb (diff) |
[BASELINE] Update Java baseline image for Istanbul9.0.0
jre 11.0.11
alpine 3.13.5
Issue-ID: INT-1924
Signed-off-by: morganrol <morgan.richomme@orange.com>
Change-Id: I7b01c02072a3b155a3f5c2c770e0e7e671efb216
-rw-r--r-- | Dockerfile | 2 | ||||
-rw-r--r-- | README.md | 5 |
2 files changed, 6 insertions, 1 deletions
@@ -1,4 +1,4 @@ -FROM adoptopenjdk/openjdk11:jre-11.0.9.1_1-alpine +FROM adoptopenjdk/openjdk11:jre-11.0.11_9-alpine LABEL maintainer="ONAP Integration team, morgan.richomme@orange.com" LABEL Description="Reference ONAP JAVA 11 image based on alpine" @@ -5,6 +5,11 @@ following the seccom receommendations [1] ## versions +### 9.0.0 + +Update to Java 11.0.11 on alpine 3.13.5 +based on image adoptopenjdk/openjdk11:jre-11.0.11\_9-alpine + ### 8.0.0 Update Java to 11.0.9 |