This is an automated email from the ASF dual-hosted git repository.

zrlw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-samples.git


The following commit(s) were added to refs/heads/master by this push:
     new d4cbfb915 Change dubbo-test-runner docker jdk image builder from 
openjdk to eclipse-temurin (#1258)
d4cbfb915 is described below

commit d4cbfb915541ea548528e7e1cda6b20d58dba9f3
Author: zrlw <[email protected]>
AuthorDate: Tue Nov 4 15:26:38 2025 +0800

    Change dubbo-test-runner docker jdk image builder from openjdk to 
eclipse-temurin (#1258)
---
 test/dubbo-test-runner/src/docker/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/dubbo-test-runner/src/docker/Dockerfile 
b/test/dubbo-test-runner/src/docker/Dockerfile
index f399cd214..799fc3176 100644
--- a/test/dubbo-test-runner/src/docker/Dockerfile
+++ b/test/dubbo-test-runner/src/docker/Dockerfile
@@ -14,7 +14,7 @@
 #   limitations under the License.
 
 ARG JAVA_VER=8
-FROM openjdk:${JAVA_VER}-jdk-bullseye
+FROM eclipse-temurin:${JAVA_VER}-jdk
 
 ARG DEBIAN_MIRROR
 RUN if [ -n "$DEBIAN_MIRROR" ]; then \


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to