Skip to content

[fix](docker) fix jdk image missing problem - #57695

Merged
gavinchou merged 2 commits into
apache:masterfrom
HaolinGuan7211:ghl/fix_jdk_image
Nov 11, 2025
Merged

[fix](docker) fix jdk image missing problem#57695
gavinchou merged 2 commits into
apache:masterfrom
HaolinGuan7211:ghl/fix_jdk_image

Conversation

@HaolinGuan7211

Copy link
Copy Markdown
Contributor

The JDK_IMAGE env var in the Dockerfile points to 'openjdk:17-jdk-slim', which no longer exists on Docker Hub.
Update the reference to the available image 'openjdk:17.0.1-jdk-slim'.

@Thearas

Copy link
Copy Markdown
Contributor

Thank you for your contribution to Apache Doris.
Don't know what should be done next? See How to process your PR.

Please clearly describe your PR:

  1. What problem was fixed (it's best to include specific error reporting information). How it was fixed.
  2. Which behaviors were modified. What was the previous behavior, what is it now, why was it modified, and what possible impacts might there be.
  3. What features were added. Why was this function added?
  4. Which code was refactored and why was this part of the code refactored?
  5. Which functions were optimized and what is the difference before and after the optimization?

@HaolinGuan7211HaolinGuan7211 changed the title [Fix] : fix jdk image missing problem[fix] fix jdk image missing problemNov 4, 2025
@HaolinGuan7211
HaolinGuan7211 marked this pull request as ready for review November 5, 2025 01:02

@deardengdeardeng left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM

@github-actions

Copy link
Copy Markdown
Contributor

PR approved by anyone and no changes requested.

@github-actionsgithub-actionsBot added the approved Indicates a PR has been approved by one committer. label Nov 10, 2025
@github-actions

Copy link
Copy Markdown
Contributor

PR approved by at least one committer and no changes requested.

@gavinchou

Copy link
Copy Markdown
Contributor

run buildall

@dataroaringdataroaring left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM

@gavinchougavinchou changed the title [fix] fix jdk image missing problem[fix](docker) fix jdk image missing problemNov 11, 2025
@gavinchou
gavinchou merged commit 0a4ae5d into apache:masterNov 11, 2025
26 checks passed
wyxxxcat pushed a commit to wyxxxcat/doris that referenced this pull request Nov 13, 2025
The JDK_IMAGE env var in the Dockerfile points to 'openjdk:17-jdk-slim',
which no longer exists on Docker Hub.
Update the reference to the available image 'openjdk:17.0.1-jdk-slim'.
wyxxxcat pushed a commit to wyxxxcat/doris that referenced this pull request Nov 18, 2025
The JDK_IMAGE env var in the Dockerfile points to 'openjdk:17-jdk-slim',
which no longer exists on Docker Hub.
Update the reference to the available image 'openjdk:17.0.1-jdk-slim'.
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approvedIndicates a PR has been approved by one committer.reviewed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@HaolinGuan7211@Thearas@gavinchou@deardeng@dataroaring