You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by zh...@apache.org on 2022/04/14 03:55:57 UTC

[shardingsphere] branch master updated: Raise the JDK base version of ShardingSphere Proxy image to OpenJDK 17 (#16775)

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

zhangliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new 6824aeb7b11 Raise the JDK base version of ShardingSphere Proxy image to OpenJDK 17 (#16775)
6824aeb7b11 is described below

commit 6824aeb7b11446516519162d5165bca420a23219
Author: Ling Hengqian <li...@outlook.com>
AuthorDate: Thu Apr 14 11:55:46 2022 +0800

    Raise the JDK base version of ShardingSphere Proxy image to OpenJDK 17 (#16775)
    
    * Raise the JDK base version of ShardingSphere Proxy image
    
    * Lock down JDK version to try to fix ERROR in Travis CI.
    
    * Adjust back JDK version.
---
 .../shardingsphere-proxy-distribution/Dockerfile                        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shardingsphere-distribution/shardingsphere-proxy-distribution/Dockerfile b/shardingsphere-distribution/shardingsphere-proxy-distribution/Dockerfile
index fbb69e5d27a..ad6df6ca66c 100644
--- a/shardingsphere-distribution/shardingsphere-proxy-distribution/Dockerfile
+++ b/shardingsphere-distribution/shardingsphere-proxy-distribution/Dockerfile
@@ -22,7 +22,7 @@ ENV LOCAL_PATH /opt/shardingsphere-proxy
 ADD target/${APP_NAME}.tar.gz /opt
 RUN mv /opt/${APP_NAME} ${LOCAL_PATH} && mkdir -p ${LOCAL_PATH}/ext-lib
 
-FROM openjdk:8-jdk-slim
+FROM openjdk:17-jdk-slim
 MAINTAINER ShardingSphere "dev@shardingsphere.apache.org"
 
 ENV LOCAL_PATH /opt/shardingsphere-proxy