-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
Bump JDK21 preview version (EA) to 21.0.1+12 #1743
Bump JDK21 preview version (EA) to 21.0.1+12 #1743
Conversation
... -bake.hcl file Made with ❤️️ by updatecli
…5540c8f06a90d685071757162ada535a
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.
Need changes in preview Dockerfile
s at (example)
docker/21/debian/bookworm/hotspot/preview/Dockerfile
Lines 13 to 16 in 544eda3
&& BUILD_NUMBER=$(echo $JAVA_VERSION | cut -d'+' -f2) \ | |
&& JAVA_VERSION_ENCODED=$(echo "$JAVA_VERSION" | jq "@uri" -jRr) \ | |
&& CONVERTED_ARCH=$(arch | sed -e 's/x86_64/x64/' -e 's/armv7l/arm/') \ | |
&& wget --quiet https://github.com/adoptium/temurin21-binaries/releases/download/jdk-"${JAVA_VERSION_ENCODED}"-ea-beta/OpenJDK21U-jdk_"${CONVERTED_ARCH}"_linux_hotspot_ea_21-0-"${BUILD_NUMBER}".tar.gz -O /tmp/jdk.tar.gz \ |
The URL construction used is (now) wrong,
OpenJDK21U-jdk_"${CONVERTED_ARCH}"_linux_hotspot_ea_21-0-"${BUILD_NUMBER}".tar.gz
should be something like OpenJDK21U-jdk_"${CONVERTED_ARCH}"_linux_hotspot_ea_"${JAVA_PREVIEW_WITH-DASHES}".tar.gz
Preparing a PR to fix that.
…5540c8f06a90d685071757162ada535a
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.
Release download URL fixed in #1747
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [jenkins/jenkins](https://www.jenkins.io/) ([source](https://togithub.com/jenkinsci/docker)) | minor | `2.414.3-lts` -> `2.426.2-lts` | --- ### Release Notes <details> <summary>jenkinsci/docker (jenkins/jenkins)</summary> ### [`v2.426.2`](https://togithub.com/jenkinsci/docker/releases/tag/2.426.2) [Compare Source](https://togithub.com/jenkinsci/docker/compare/2.426.1...2.426.2) <!-- Optional: add a release summary here --> #### 📦 Jenkins Core updates - Update to Jenkins 2.426.2 ([changelog](https://jenkins.io/changelog-stable/#v2.426.2)) #### 🚀 New features and improvements - Bump Alpine Linux Version to 3.19.0 ([#​1795](https://togithub.com/jenkinsci/docker/issues/1795)) [@​github-actions](https://togithub.com/github-actions) #### 👻 Maintenance - chore: replace `curl.exe` by `Invoke-WebRequest` ([#​1796](https://togithub.com/jenkinsci/docker/issues/1796)) [@​lemeurherve](https://togithub.com/lemeurherve) #### 📦 Dependency updates - chore(deps): bump plugin manager to 2.12.14 ([#​1794](https://togithub.com/jenkinsci/docker/issues/1794)) [@​jenkins-dependency-updater](https://togithub.com/jenkins-dependency-updater) - chore(deps): bump updatecli/updatecli-action from 2.49.1 to 2.50.0 ([#​1793](https://togithub.com/jenkinsci/docker/issues/1793)) [@​dependabot](https://togithub.com/dependabot) - chore(deps): bump almalinux from 8.8 to 8.9 in /11/almalinux/almalinux8/hotspot ([#​1791](https://togithub.com/jenkinsci/docker/issues/1791)) [@​dependabot](https://togithub.com/dependabot) - Bump Debian Bookworm Linux Version to [`2023112`](https://togithub.com/jenkinsci/docker/commit/20231120) ([#​1790](https://togithub.com/jenkinsci/docker/issues/1790)) [@​github-actions](https://togithub.com/github-actions) #### 🐛 Bug fixes - fix(Windows): add `lts-` prefix to LTS short tags not including Jenkins version ([#​1784](https://togithub.com/jenkinsci/docker/issues/1784)) [@​lemeurherve](https://togithub.com/lemeurherve) #### 📝 Documentation updates - Add `JENKINS_PLUGIN_INFO` to the "Setting update centers" README section ([#​1785](https://togithub.com/jenkinsci/docker/issues/1785)) [@​lemeurherve](https://togithub.com/lemeurherve) **Full Changelog**: jenkinsci/docker@2.426.1...2.426.2 ### [`v2.426.1`](https://togithub.com/jenkinsci/docker/releases/tag/2.426.1) [Compare Source](https://togithub.com/jenkinsci/docker/compare/2.414.3...2.426.1) #### 📦 Jenkins Core updates - Update to Jenkins 2.426.1 ([changelog](https://www.jenkins.io/changelog-stable/#v2.426.1) and [upgrade guide](https://www.jenkins.io/doc/upgrade-guide/2.426/#upgrading-to-jenkins-lts-2-426-1) ) #### 💥 Breaking changes - Remove CentOS 7 container images by [@​MarkEWaite](https://togithub.com/MarkEWaite) in [https://github.com/jenkinsci/docker/pull/1777](https://togithub.com/jenkinsci/docker/pull/1777) - breaking(Windows): set Java 17 as default by [@​lemeurherve](https://togithub.com/lemeurherve) in [https://github.com/jenkinsci/docker/pull/1773](https://togithub.com/jenkinsci/docker/pull/1773) #### 🚀 New features and improvements - feat(Windows): refactor build process by [@​lemeurherve](https://togithub.com/lemeurherve) in [https://github.com/jenkinsci/docker/pull/1770](https://togithub.com/jenkinsci/docker/pull/1770) - Switch from a `windowsservercore-1809` Temurin base image to a `windowsservercore-ltsc2019` Microsoft base image ([#​1775](https://togithub.com/jenkinsci/docker/issues/1775)) - A proper set of tags is now published, and they include "ltsc2019" instead of only "2019" ([#​1489](https://togithub.com/jenkinsci/docker/issues/1489)) - A JDK11 image is published again alongside the JDK17 one ([#​1774](https://togithub.com/jenkinsci/docker/issues/1774)) - As Java 17 is the default JDK, short tags without "jdk" in them are using Java 17 ([#​1724](https://togithub.com/jenkinsci/docker/issues/1724)) - Switch to GA eclipse-temurin:jdk21 images by [@​lemeurherve](https://togithub.com/lemeurherve) in [https://github.com/jenkinsci/docker/pull/1738](https://togithub.com/jenkinsci/docker/pull/1738) #### 🐛 Bug fixes - fix: add additional tags for default Java images by [@​lemeurherve](https://togithub.com/lemeurherve) in [https://github.com/jenkinsci/docker/pull/1756](https://togithub.com/jenkinsci/docker/pull/1756) - fixup: shortest jdk17 tags only for weekly releases by [@​lemeurherve](https://togithub.com/lemeurherve) in [https://github.com/jenkinsci/docker/pull/1757](https://togithub.com/jenkinsci/docker/pull/1757) #### 📦 Dependency updates - Bump Debian Bookworm Linux Version to [`2023103`](https://togithub.com/jenkinsci/docker/commit/20231030) by [@​github-actions](https://togithub.com/github-actions) in [https://github.com/jenkinsci/docker/pull/1765](https://togithub.com/jenkinsci/docker/pull/1765) - Use JDK 21.0.1+12, not 21+35 by [@​MarkEWaite](https://togithub.com/MarkEWaite) in [https://github.com/jenkinsci/docker/pull/1779](https://togithub.com/jenkinsci/docker/pull/1779) - Bump JDK21 preview version (EA) to 21.0.1+12 by [@​github-actions](https://togithub.com/github-actions) in [https://github.com/jenkinsci/docker/pull/1743](https://togithub.com/jenkinsci/docker/pull/1743) - Use Java 17.0.9\_9 by [@​MarkEWaite](https://togithub.com/MarkEWaite) in [https://github.com/jenkinsci/docker/pull/1778](https://togithub.com/jenkinsci/docker/pull/1778) - Bump JDK11 version to 11.0.21\_9 by [@​github-actions](https://togithub.com/github-actions) in [https://github.com/jenkinsci/docker/pull/1762](https://togithub.com/jenkinsci/docker/pull/1762) & [@​lemeurherve](https://togithub.com/lemeurherve) in [https://github.com/jenkinsci/docker/pull/1782](https://togithub.com/jenkinsci/docker/pull/1782) - chore(deps): bump ubi9/ubi to 9.3-1361 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/jenkinsci/docker/pull/1776](https://togithub.com/jenkinsci/docker/pull/1776) - chore(deps): bump ubi8/ubi to 8.8-1067.1698056881 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/jenkinsci/docker/pull/1760](https://togithub.com/jenkinsci/docker/pull/1760) **Full Changelog**: jenkinsci/docker@2.414.3...2.426.1 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/PingCAP-QE/ee-ops). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy41OS44IiwidXBkYXRlZEluVmVyIjoiMzcuODcuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Bump JDK21 preview version (EA) for all Linux images
Bump JDK21 preview version (EA) for Linux images in the docker-bake.hcl file
path "variable.JAVA21_PREVIEW_VERSION.default" updated from "21+35" to "21.0.1+12" in file "docker-bake.hcl"
Created automatically by Updatecli
Options:
Most of Updatecli configuration is done via its manifest(s).
Feel free to report any issues at github.com/updatecli/updatecli.
If you find this tool useful, do not hesitate to star our GitHub repository as a sign of appreciation, and/or to tell us directly on our chat!