chore: switch to Adoptium archives installers instead of custom scripts - #695
Open
dduportal wants to merge 5 commits into
Open
chore: switch to Adoptium archives installers instead of custom scripts#695dduportal wants to merge 5 commits into
dduportal wants to merge 5 commits into
Conversation
Contributor
Author
|
(putting as draft as there is still one last naming PR to perform on docker-agents that I would want to include here) |
Twin of jenkinsci/docker-agents#1272 Signed-off-by: Damien Duportal <damien.duportal@gmail.com>
…I and ensure all targets uses coherent names - Twin of jenkinsci/docker-agents#1313 - Add `jdk` in the name of Debian and Alpine targets Signed-off-by: Damien Duportal <damien.duportal@gmail.com>
Signed-off-by: Damien Duportal <damien.duportal@gmail.com>
dduportal
force-pushed
the
chore/linux/adoptium-zip-installer
branch
from
August 17, 2026 17:39
0c97038 to
bcf1e0b
Compare
dduportal
marked this pull request as ready for review
August 17, 2026 17:44
Member
|
Not sure what's wrong, running The Windows test failures are unrelated to this PR, hitting: |
lemeurherve
enabled auto-merge (squash)
August 20, 2026 16:23
6 tasks
lemeurherve
reviewed
Aug 20, 2026
lemeurherve
reviewed
Aug 20, 2026
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.
Twin of jenkinsci/docker-agents#1272
A few changes introduces by this PR (1 commit per change):
chore: switch to Adoptium archives installers instead of custom scripts. Transplanted from chore: switch to Adoptium archives installers instead of custom scripts docker-agents#1272 but with a minor adaptation to this repository (nolinux/riscv64machine)fixup: chore: use 'java relase' as a coherent naming with Adoptium API and ensure all targets uses coherent names). It is a twin of chore: use 'java relase' as a coherent naming with Adoptium API docker-agents#1313 BUT also renames the 2 Debian and Alpine targets to havejdk:debian_25=>debian_jdk25. The goal is to be coherent with not only the Windows images but also the other repository jenkinsci/docker-agents.updateclimanifest. We already integrated it in the other repository: let's roll with it without subsequent PRs. It includes all "fixes up" from docker-agents and we expected the GitHub check to fail, but local tests went fine.