[#8774] Gravitino and IRC base image replacements#8822
Merged
jerryshao merged 4 commits intoapache:mainfrom Oct 17, 2025
Merged
[#8774] Gravitino and IRC base image replacements#8822jerryshao merged 4 commits intoapache:mainfrom
jerryshao merged 4 commits intoapache:mainfrom
Conversation
jerryshao
approved these changes
Oct 17, 2025
jerryshao
approved these changes
Oct 17, 2025
Contributor
|
@danhuawang Could you please create a PR to cherry-pick this commit to the branch-1.0? |
mchades
pushed a commit
to mchades/gravitino
that referenced
this pull request
Nov 13, 2025
### What changes were proposed in this pull request? 1. Replace base image from `openjdk:17-jdk-buster` to `eclipse-temurin:17.0.16_8-jdk-jammy` 2. As there's no `python` command in `eclipse-temurin:17.0.16_8-jdk-jammy`, add install command in Dockerfile 3. The "amazoncorretto" image use `yum`, but we used to use the ubuntu os, prevent to more script changes, choose the image from "eclipse-temurin". ### Why are the changes needed? Fix: apache#8774 ### Does this PR introduce _any_ user-facing change? N/A ### How was this patch tested? Manually test image build from `eclipse-temurin:17.0.16_8-jdk-jammy`. Test image: datastratosandbox/gravitino:1.1.0-SNAPSHOT-60, datastratosandbox/iceberg-rest-server:1.1.0-SNAPSHOT-60 Test OS: Ubuntu 22 , Ubuntu 24, Ubuntu 25, CentOS 9, Debian 12 --------- Co-authored-by: Jerry Shao <jerryshao@datastrato.com> (cherry picked from commit 4f287b4)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changes were proposed in this pull request?
openjdk:17-jdk-bustertoeclipse-temurin:17.0.16_8-jdk-jammypythoncommand ineclipse-temurin:17.0.16_8-jdk-jammy, add install command in Dockerfileyum, but we used to use the ubuntu os, prevent to more script changes, choose the image from "eclipse-temurin".Why are the changes needed?
Fix: #8774
Does this PR introduce any user-facing change?
N/A
How was this patch tested?
Manually test image build from
eclipse-temurin:17.0.16_8-jdk-jammy.Test image: datastratosandbox/gravitino:1.1.0-SNAPSHOT-60, datastratosandbox/iceberg-rest-server:1.1.0-SNAPSHOT-60
Test OS: Ubuntu 22 , Ubuntu 24, Ubuntu 25, CentOS 9, Debian 12