This repository has been archived by the owner on Jan 21, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 525
feat(jdk): Add preview images for jdk21 #397
Merged
Merged
Conversation
This file contains 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
ERROR: docker.io/jenkins/agent:3131.vf2b_b_798b_ce99-4-alpine-jdk21-preview: not found
ERROR: docker.io/jenkins/agent:3131.vf2b_b_798b_ce99-4-alpine-jdk21-preview: not found
timja
approved these changes
Sep 8, 2023
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.
lgtm, one concern on alpine is we don't know if they will actually offer it at GA but i guess we can remove it when we swap to non preview tags if so
dduportal
approved these changes
Sep 8, 2023
lemeurherve
pushed a commit
to lemeurherve/docker-agent
that referenced
this pull request
Nov 28, 2023
…unthar/jdk21-preview feat(jdk): Add preview images for jdk21
lemeurherve
pushed a commit
to lemeurherve/docker-agent
that referenced
this pull request
Nov 28, 2023
…unthar/jdk21-preview feat(jdk): Add preview images for jdk21
lemeurherve
pushed a commit
to lemeurherve/docker-agent
that referenced
this pull request
Nov 28, 2023
…unthar/jdk21-preview feat(jdk): Add preview images for jdk21
lemeurherve
pushed a commit
to lemeurherve/docker-agent
that referenced
this pull request
Nov 28, 2023
…unthar/jdk21-preview feat(jdk): Add preview images for jdk21
lemeurherve
pushed a commit
to lemeurherve/docker-agent
that referenced
this pull request
Nov 28, 2023
…unthar/jdk21-preview feat(jdk): Add preview images for jdk21
lemeurherve
pushed a commit
to lemeurherve/docker-agent
that referenced
this pull request
Nov 28, 2023
…unthar/jdk21-preview feat(jdk): Add preview images for jdk21
lemeurherve
pushed a commit
to lemeurherve/docker-agent
that referenced
this pull request
Jan 12, 2024
…dk21-preview feat(jdk): Add preview images for jdk21
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Fixes jenkinsci/docker-agent#587 .
This is something that was discussed in jenkinsci/docker-agent#587 .
This work follows the issue and PR brought by @nbr23.
I had to modify
TEST_VERSION="3148.v532a_7e715ee3"
intests.bats
because there is no3131xxx
version for JDK21.The first JDK21-compatible version is
3148.v532a_7e715ee3
.Testing done
Submitter checklist