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

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


The following commit(s) were added to refs/heads/master by this push:
     new 3cd149a46b Revert "Add eclipse-temurin:21-jre as a new image runtime 
(#11464)" (#11516)
3cd149a46b is described below

commit 3cd149a46b69607a6eba8e2336bbb4b65ca1c804
Author: 吴晟 Wu Sheng <wu.sh...@foxmail.com>
AuthorDate: Wed Nov 8 23:33:21 2023 +0800

    Revert "Add eclipse-temurin:21-jre as a new image runtime (#11464)" (#11516)
    
    This reverts commit 789df669b02db5725879e50e7c9d3482d0fd7343.
---
 .github/workflows/publish-docker.yaml | 5 -----
 docs/en/changes/changes.md            | 2 --
 2 files changed, 7 deletions(-)

diff --git a/.github/workflows/publish-docker.yaml 
b/.github/workflows/publish-docker.yaml
index 1410f39555..78f6cceefd 100644
--- a/.github/workflows/publish-docker.yaml
+++ b/.github/workflows/publish-docker.yaml
@@ -79,10 +79,5 @@ jobs:
           SW_OAP_BASE_IMAGE: eclipse-temurin:17-jre
           TAG: ${{ env.TAG }}-java17
         run: make build.all docker.push
-      - name: Build and push docker images based on Java 21
-        env:
-          SW_OAP_BASE_IMAGE: eclipse-temurin:21-jre
-          TAG: ${{ env.TAG }}-java21
-        run: make build.all docker.push
       - name: Build and push docker images
         run: make build.all docker.push
diff --git a/docs/en/changes/changes.md b/docs/en/changes/changes.md
index a18840d059..38c128d72f 100644
--- a/docs/en/changes/changes.md
+++ b/docs/en/changes/changes.md
@@ -5,8 +5,6 @@
 * Add distribution/graal module to make preliminary preparations for 
supporting native-image.
 * Bump Java agent to 9.1-dev in the e2e tests.
 * Bump up netty to 4.1.100.
-* Add eclipse-temurin:21-jre as a new image runtime. Now, 
eclipse-temurin:11-jre as default. Both eclipse-temurin:17-jre
-  eclipse-temurin:21-jre are available for every commit and release.
 
 #### OAP Server
 

Reply via email to