Skip to content

[ZEPPELIN-6502] Replace deprecated openjdk Docker image with Eclipse Temurin - #5331

Merged
tbonelee merged 1 commit into
apache:masterfrom
celinayk:ZEPPELIN-6502
Jul 21, 2026
Merged

[ZEPPELIN-6502] Replace deprecated openjdk Docker image with Eclipse Temurin#5331
tbonelee merged 1 commit into
apache:masterfrom
celinayk:ZEPPELIN-6502

Conversation

@celinayk

Copy link
Copy Markdown
Contributor

What is this PR for?

The root Dockerfile used the openjdk:11 base image for its build stage, but that image is deprecated on Docker Hub and no longer receives updates. This PR replaces it with eclipse-temurin:11-jdk, the community-recommended drop-in successor, and uppercases the AS keyword to match modern Dockerfile (BuildKit) convention

What type of PR is it?

Improvement

Todos

  • Replace FROM openjdk:11 as builder with FROM eclipse-temurin:11-jdk AS builder

What is the Jira issue?

ZEPPELIN-6502

How should this be tested?

  • docker build --check -f Dockerfile . — confirms the image resolves and the Dockerfile has no lint warnings
  • Optionally run a full docker build -f Dockerfile . to confirm the image still builds and produces a working Zeppelin distribution

Screenshots (if appropriate)

N/A (Dockerfile change, no UI

Questions:

  • Does the license files need to update? No
  • Is there breaking changes for older versions? No
  • Does this needs documentation? No

@ParkGyeongTae ParkGyeongTae left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM +1

@tbonelee
tbonelee merged commit 554fffe into apache:master Jul 21, 2026
17 of 18 checks passed
@tbonelee

Copy link
Copy Markdown
Contributor

Merged to master

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants