From: aravind.est Date: Wed, 12 Nov 2025 11:05:24 +0000 (+0000) Subject: Replace openjdk docker base images X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=34d8a38c81a8bd2d1efc0499eadb30b811a3fb8b;p=nonrtric%2Fplt%2Frappmanager.git Replace openjdk docker base images openjdk docker base image replcaed with eclipse-temurin image Issue-ID: NONRTRIC-1082 Change-Id: I753c2ed40f4b4ff291f59e35f0cca032c3a12b8f Signed-off-by: aravind.est --- diff --git a/participants/participant-impl-dme/Dockerfile b/participants/participant-impl-dme/Dockerfile index ff17520..dfa6f7e 100755 --- a/participants/participant-impl-dme/Dockerfile +++ b/participants/participant-impl-dme/Dockerfile @@ -1,7 +1,7 @@ # # ============LICENSE_START======================================================= # Copyright (C) 2023 Nordix Foundation. -# Copyright (C) 2023 OpenInfra Foundation Europe. All rights reserved. +# Copyright (C) 2023-2025 OpenInfra Foundation Europe. All rights reserved. # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -18,7 +18,7 @@ # SPDX-License-Identifier: Apache-2.0 # ============LICENSE_END========================================================= # -FROM openjdk:17-jdk as jre-build +FROM nexus3.o-ran-sc.org:10001/eclipse-temurin:17-jdk as jre-build RUN $JAVA_HOME/bin/jlink \ --verbose \ diff --git a/rapp-manager-application/Dockerfile b/rapp-manager-application/Dockerfile index fc91c1f..6b717cb 100755 --- a/rapp-manager-application/Dockerfile +++ b/rapp-manager-application/Dockerfile @@ -1,6 +1,7 @@ # # ============LICENSE_START======================================================= # Copyright (C) 2023 Nordix Foundation. +# Copyright (C) 2023-2025 OpenInfra Foundation Europe. All rights reserved. # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -17,7 +18,7 @@ # SPDX-License-Identifier: Apache-2.0 # ============LICENSE_END========================================================= # -FROM openjdk:17-jdk as jre-build +FROM nexus3.o-ran-sc.org:10001/eclipse-temurin:17-jdk as jre-build RUN $JAVA_HOME/bin/jlink \ --verbose \