You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by ch...@apache.org on 2022/09/22 22:40:57 UTC

[apisix] branch release/2.13 updated: ci: change base JDK images to eclipse-temurin as openjdk is being deprecated (#7970)

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

chenjunxu pushed a commit to branch release/2.13
in repository https://gitbox.apache.org/repos/asf/apisix.git


The following commit(s) were added to refs/heads/release/2.13 by this push:
     new 66a847105 ci: change base JDK images to eclipse-temurin as openjdk is being deprecated (#7970)
66a847105 is described below

commit 66a847105f3619910e110ee6423a64a315a6a0d8
Author: tzssangglass <tz...@gmail.com>
AuthorDate: Fri Sep 23 06:40:44 2022 +0800

    ci: change base JDK images to eclipse-temurin as openjdk is being deprecated (#7970)
---
 .github/workflows/chaos.yml     | 2 +-
 ci/pod/nacos/service/Dockerfile | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/chaos.yml b/.github/workflows/chaos.yml
index 94445df47..fffce52fa 100644
--- a/.github/workflows/chaos.yml
+++ b/.github/workflows/chaos.yml
@@ -23,7 +23,7 @@ jobs:
       - name: Setup go
         uses: actions/setup-go@v3
         with:
-          go-version: "1.16"
+          go-version: "1.17"
 
       - uses: actions/cache@v2.1.7
         with:
diff --git a/ci/pod/nacos/service/Dockerfile b/ci/pod/nacos/service/Dockerfile
index f76ba1585..d279c7497 100644
--- a/ci/pod/nacos/service/Dockerfile
+++ b/ci/pod/nacos/service/Dockerfile
@@ -15,7 +15,7 @@
 # limitations under the License.
 #
 
-FROM java
+FROM eclipse-temurin:8
 
 ENV SUFFIX_NUM=${SUFFIX_NUM:-1}
 ENV NACOS_ADDR=${NACOS_ADDR:-127.0.0.1:8848}