This is an automated email from the ASF dual-hosted git repository.
jshao pushed a commit to branch branch-1.0
in repository https://gitbox.apache.org/repos/asf/gravitino.git
The following commit(s) were added to refs/heads/branch-1.0 by this push:
new bd76485a93 [#8425] fix(docker): docker image build failed in github
workflow (#8427)
bd76485a93 is described below
commit bd76485a93cefaa071909a4632003f78e73922ca
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Sep 4 15:48:45 2025 +0800
[#8425] fix(docker): docker image build failed in github workflow (#8427)
### 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
Co-authored-by: FANNG <[email protected]>
---
.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