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 789df669b0 Add eclipse-temurin:21-jre as a new image runtime (#11464)
789df669b0 is described below

commit 789df669b02db5725879e50e7c9d3482d0fd7343
Author: 吴晟 Wu Sheng <wu.sh...@foxmail.com>
AuthorDate: Fri Oct 27 19:50:13 2023 +0800

    Add eclipse-temurin:21-jre as a new image runtime (#11464)
---
 .github/workflows/publish-docker.yaml | 5 +++++
 docs/en/changes/changes.md            | 2 ++
 2 files changed, 7 insertions(+)

diff --git a/.github/workflows/publish-docker.yaml 
b/.github/workflows/publish-docker.yaml
index 78f6cceefd..1410f39555 100644
--- a/.github/workflows/publish-docker.yaml
+++ b/.github/workflows/publish-docker.yaml
@@ -79,5 +79,10 @@ 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 668a114909..00828c2569 100644
--- a/docs/en/changes/changes.md
+++ b/docs/en/changes/changes.md
@@ -5,6 +5,8 @@
 * 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