Revert "Add eclipse-temurin:21-jre as a new image runtime (#11464)" (#11516)

This reverts commit 789df669b0.
This commit is contained in:
吴晟 Wu Sheng 2023-11-08 23:33:21 +08:00 committed by GitHub
parent 7b01a4ab91
commit 3cd149a46b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 7 deletions

View File

@ -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

View File

@ -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