This is an automated email from the ASF dual-hosted git repository.
jshao pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/gravitino.git
The following commit(s) were added to refs/heads/main by this push:
new a28c87fbf1 [#8425] fix(docker): docker image build failed in github
workflow (#8424)
a28c87fbf1 is described below
commit a28c87fbf1f181e7c3c9e3026950602c52c80a11
Author: FANNG <[email protected]>
AuthorDate: Thu Sep 4 15:19:02 2025 +0900
[#8425] fix(docker): docker image build failed in github workflow (#8424)
### What changes were proposed in this pull request?
upgrade JDK from `8` to `17` to build Gravitino package
### Why are the changes needed?
Fix: #8425
### Does this PR introduce _any_ user-facing change?
no
### How was this patch tested?
workflow run successfully
---
.github/workflows/docker-image.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/docker-image.yml
b/.github/workflows/docker-image.yml
index ab841315df..f08b7f9934 100644
--- a/.github/workflows/docker-image.yml
+++ b/.github/workflows/docker-image.yml
@@ -126,7 +126,7 @@ jobs:
- uses: actions/setup-java@v4
with:
- java-version: '8'
+ java-version: '17'
distribution: 'temurin'
- name: Build and Push the Docker image