Skip to content
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

breaking: set Java 17 as default #520

Merged
merged 5 commits into from
Oct 12, 2023

Conversation

lemeurherve
Copy link
Member

@lemeurherve lemeurherve commented Oct 11, 2023

This PR sets Java 17 as the default JDK and short tags like what has been done in the official Docker image: jenkinsci/docker#1724

Changes:

Testing done

Submitter checklist

@lemeurherve lemeurherve changed the title feat!: set JDK17 as default feat!: set Java 17 as default Oct 11, 2023
@lemeurherve lemeurherve marked this pull request as ready for review October 11, 2023 22:42
@lemeurherve lemeurherve requested a review from a team as a code owner October 11, 2023 22:42
README.md Outdated Show resolved Hide resolved
docker-bake.hcl Outdated Show resolved Hide resolved
docker-bake.hcl Outdated Show resolved Hide resolved
docker-bake.hcl Outdated Show resolved Hide resolved
Copy link
Contributor

@dduportal dduportal left a comment

Choose a reason for hiding this comment

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

This is really a good change! I'm in favor of adding Archlinux 17.

I'm approving but:

  • We want another pair of eyes (e.g. another maintainer reviewing this) given the impact of this change (note that I've triggered a release right before merging this to spread the changes across multiple tags)
  • We need confirmation with @MarkEWaite that this change is compliant with his JDK timeline for the Jenkins project
  • @lemeurherve do you mind updating the title to materialize that it is breaking? The title being used "as it' by the release-drafter process to generate release notes, it's not obvious for users that it is a breaking change.

@lemeurherve lemeurherve changed the title feat!: set Java 17 as default breaking: set Java 17 as default Oct 12, 2023
@lemeurherve
Copy link
Member Author

Title updated 🙂

@lemeurherve
Copy link
Member Author

Not sure why but a second build started a few minutes ago on a git(hub) event while there haven't been any new commit, and the build status page seems strange:

image

docker-bake.hcl Outdated
"${REGISTRY}/${JENKINS_REPO}:archlinux-jdk11",
"${REGISTRY}/${JENKINS_REPO}:latest-archlinux-jdk11",
]
platforms = ["linux/amd64"]
}

target "archlinux_jdk17" {
Copy link
Member

Choose a reason for hiding this comment

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

let's not add this, it doesn't make sense for me that we need an arch image

Copy link
Member Author

Choose a reason for hiding this comment

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

Removed in 7fc8b83, can be reverted or added in another PR if needed.

archlinux/Dockerfile Outdated Show resolved Hide resolved
@lemeurherve lemeurherve merged commit ba25e6d into jenkinsci:master Oct 12, 2023
9 checks passed
@lemeurherve lemeurherve deleted the set-jd17-as-default-tag branch October 12, 2023 17:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update README with complete list of images
3 participants