Skip to content

Commit

Permalink
Revert "Add eclipse-temurin:21-jre as a new image runtime (#11464)"
Browse files Browse the repository at this point in the history
This reverts commit 789df66.
  • Loading branch information
wu-sheng authored Nov 8, 2023
1 parent 7b01a4a commit 9d71555
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/publish-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 0 additions & 2 deletions docs/en/changes/changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9d71555

Please sign in to comment.