Replace openjdk docker base images 19/15219/1
authoraravind.est <aravindhan.a@est.tech>
Wed, 12 Nov 2025 11:05:24 +0000 (11:05 +0000)
committeraravind.est <aravindhan.a@est.tech>
Wed, 12 Nov 2025 11:05:24 +0000 (11:05 +0000)
openjdk docker base image replcaed with eclipse-temurin image

Issue-ID: NONRTRIC-1082
Change-Id: I753c2ed40f4b4ff291f59e35f0cca032c3a12b8f
Signed-off-by: aravind.est <aravindhan.a@est.tech>
participants/participant-impl-dme/Dockerfile
rapp-manager-application/Dockerfile

index ff17520..dfa6f7e 100755 (executable)
@@ -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 \
index fc91c1f..6b717cb 100755 (executable)
@@ -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 \