-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
feat(linux): add support on Linux for JDK 25 preview in Docker build configurations #2072
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
gounthar
wants to merge
17
commits into
jenkinsci:master
from
gounthar:refactor/deduplicate-jlink-modules-default
Closed
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
c6924e3
chore: Add support for JDK 25 in Docker configurations
gounthar b042763
chore: Update JDK 25 module list in Dockerfile for jlink configuration
gounthar 2215a9c
chore: Update JDK 25 module list in Dockerfile for additional modules
gounthar 735df02
chore: Define default JLINK modules for JDK 25 in Dockerfile
gounthar 8068078
chore: Simplify JLINK module assignment for JDK 25 in Dockerfile
gounthar a03a210
Merge branch 'master' into refactor/deduplicate-jlink-modules-default
gounthar df134dd
chore: Add support for slim JDK 25 and expand platform support in doc…
gounthar ad1dadf
Merge remote-tracking branch 'upstream/master' into refactor/deduplic…
gounthar 9167247
Merge branch 'refactor/deduplicate-jlink-modules-default' of https://…
gounthar 5328f9b
chore: Update JENKINS_SHA to WAR_SHA and add WAR_URL in docker-bake.hcl
gounthar e047079
refactor: declare JLINK_MODULES_DEFAULT ARG just above its first use
gounthar e259f04
Merge remote-tracking branch 'upstream/master' into refactor/deduplic…
gounthar 5fca1b4
fix: update Dockerfile references from Bookworm to Trixie
gounthar a79bd69
fix: standardize TRIXIE_TAG variable naming to uppercase
gounthar 3f160a8
fix: update title to reflect Trixie Linux version in debian.yaml
gounthar 146242f
Merge branch 'master' into refactor/deduplicate-jlink-modules-default
gounthar 8441f07
Merge branch 'master' into refactor/deduplicate-jlink-modules-default
gounthar File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Question: what's the purpose of having two variables for jlink modules?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The goal was to have
JLINK_MODULES
configurable via the command line if needed, but it may be unneeded complexity. 🤔