[CELEBORN-1901] updated base docker image tag
<!-- Thanks for sending a pull request! Here are some tips for you: - Make sure the PR title start w/ a JIRA ticket, e.g. '[CELEBORN-XXXX] Your PR title ...'. - Be sure to keep the PR description updated to reflect all changes. - Please write your PR title to summarize what this PR proposes. - If possible, provide a concise example to reproduce the issue for a faster review. --> CELEBORN-1901 ### What changes were proposed in this pull request? Update base docker image to ubuntu 24.04 (noble) ### Why are the changes needed? Current used ubuntu 20.04 is close to end-of-life ### Does this PR introduce _any_ user-facing change? no ### How was this patch tested? Tested on our celeborn installation Closes #3143 from jesusch/CELEBORN-1901-update-docker-base-image. Authored-by: Björn Boschman <bjoern.boschman@innovid.com> Signed-off-by: mingji <fengmingxiao.fmx@alibaba-inc.com>
This commit is contained in:
parent
05b6ad4a7b
commit
8d6c49aed3
@ -15,7 +15,7 @@
|
||||
# limitations under the License.
|
||||
#
|
||||
|
||||
ARG java_image_tag=8-jdk-focal
|
||||
ARG java_image_tag=8-jdk-noble
|
||||
FROM eclipse-temurin:${java_image_tag}
|
||||
|
||||
ARG celeborn_uid=10006
|
||||
|
||||
Loading…
Reference in New Issue
Block a user