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

Check for Windows JDK releases, same as Linux #1852

Merged

Conversation

MarkEWaite
Copy link
Contributor

@MarkEWaite MarkEWaite commented Apr 22, 2024

Check for Windows JDK releases, same as Linux

The Windows container images no longer depend on upstream containers from Eclipse Temurin. We use the Eclipse Temurin Windows MSI.

The download URL script returns the URL of the zip file, not the URL of the MSI file. The Windows container definitions do not depend on the results from this shell script, so it is not an issue that it returns the zip file URL and not the MSI file URL.

  • d9abecfaeac55766772bcdafe1bf0d148c28427e Check for Windows JDK releases, same as Linux
  • 52618f5 Simplify updatecli JDK existence check for Windows

Testing done

Checked for expected results with JDK 11.0.23, 17.0.11, and 21.0.3:

$ sh ./jdk-download-url.sh 21.0.3+9 windows "x64"
https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.3%2B9/OpenJDK21U-jdk_x64_windows_hotspot_21.0.3_9.zip

$ sh ./jdk-download-url.sh 17.0.11+9 windows "x64"
https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.11%2B9/OpenJDK17U-jdk_x64_windows_hotspot_17.0.11_9.zip

$ sh ./jdk-download-url.sh 11.0.23+9 windows "x64"
https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.23%2B9/OpenJDK11U-jdk_x64_windows_hotspot_11.0.23_9.zip

Submitter checklist

Returns the URL of the zip file, not the URL of the MSI file.  The Windows
container definitions do not depend on the results from this shell script,
so it is not an issue that it returns the zip file URL and not the MSI
file URL.

For example:

$ sh ./jdk-download-url.sh 21.0.3+9 windows "x64"
https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.3%2B9/OpenJDK21U-jdk_x64_windows_hotspot_21.0.3_9.zip

$ sh ./jdk-download-url.sh 17.0.11+9 windows "x64"
https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.11%2B9/OpenJDK17U-jdk_x64_windows_hotspot_17.0.11_9.zip

$ sh ./jdk-download-url.sh 11.0.23+9 windows "x64"
https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.23%2B9/OpenJDK11U-jdk_x64_windows_hotspot_11.0.23_9.zip
@MarkEWaite MarkEWaite requested a review from a team as a code owner April 22, 2024 16:02
@MarkEWaite
Copy link
Contributor Author

MarkEWaite commented Apr 22, 2024

This is a desired step so that we can use Java 11.0.23, Java 17.0.11, and Java 21.03 in the Jenkins weekly 2.455 on 23 Apr 2024. Refer to:

Once this is merged, then updatecli should propose the upgrades to Java 11.0.23, Java 17.0.11, and Java 21.03. I plan to merge this once the CI job passes. The CI job won't assess this change, but I'd rather wait for the CI job to pass than risk breaking the CI job by some mistake in this pull request.

The Windows container images no longer depend on upstream containers
from Eclipse Temurin.  We use the Eclipse Temurin Windows MSI.
@MarkEWaite
Copy link
Contributor Author

The updatecli run for this pull request showed that the Alpine Linux build for JDK 11.0.23 is not yet available. JDK 11.0.23 will be skipped in the proposed updates. JDJK 17.0.11 and JDK 21.0.3 should both be included in the proposed updates.

@MarkEWaite
Copy link
Contributor Author

Merging based on the updatecli results in the GitHub actions log. No need to complete the Windows tests or the multi-arch tests. They are unaffected by this change.

@MarkEWaite MarkEWaite merged commit 5857607 into jenkinsci:master Apr 22, 2024
14 of 16 checks passed
@MarkEWaite MarkEWaite deleted the check-for-windows-jdk-releases branch April 22, 2024 16:36
lemeurherve pushed a commit to lemeurherve/docker that referenced this pull request Apr 24, 2024
* Check for Windows JDK releases, same as Linux

Returns the URL of the zip file, not the URL of the MSI file.  The Windows
container definitions do not depend on the results from this shell script,
so it is not an issue that it returns the zip file URL and not the MSI
file URL.

For example:

$ sh ./jdk-download-url.sh 21.0.3+9 windows "x64"
https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.3%2B9/OpenJDK21U-jdk_x64_windows_hotspot_21.0.3_9.zip

$ sh ./jdk-download-url.sh 17.0.11+9 windows "x64"
https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.11%2B9/OpenJDK17U-jdk_x64_windows_hotspot_17.0.11_9.zip

$ sh ./jdk-download-url.sh 11.0.23+9 windows "x64"
https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.23%2B9/OpenJDK11U-jdk_x64_windows_hotspot_11.0.23_9.zip

* Simplify updatecli JDK existence check for Windows

The Windows container images no longer depend on upstream containers
from Eclipse Temurin.  We use the Eclipse Temurin Windows MSI.
ti-chi-bot bot referenced this pull request in PingCAP-QE/ee-ops Aug 5, 2024
[![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.426.2-lts` -> `2.452.3-lts` |

---

### Release Notes

<details>
<summary>jenkinsci/docker (jenkins/jenkins)</summary>

###
[`v2.452.3`](https://togithub.com/jenkinsci/docker/releases/tag/2.452.3)

[Compare
Source](https://togithub.com/jenkinsci/docker/compare/2.452.2...2.452.3)

#### What's Changed

- Remove Java 11 images on weekly release line by
[@&#8203;lemeurherve](https://togithub.com/lemeurherve) in
[https://github.com/jenkinsci/docker/pull/1891](https://togithub.com/jenkinsci/docker/pull/1891)
- hotfix(updatecli): adapt jdk manifests to also target
build-windows-lts-with-jdk11.yaml by
[@&#8203;lemeurherve](https://togithub.com/lemeurherve) in
[https://github.com/jenkinsci/docker/pull/1892](https://togithub.com/jenkinsci/docker/pull/1892)
- Bump Debian Bookworm Linux Version to
[`2024061`](https://togithub.com/jenkinsci/docker/commit/20240612) by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[https://github.com/jenkinsci/docker/pull/1893](https://togithub.com/jenkinsci/docker/pull/1893)
- chore(deps): bump ubi9/ubi from 9.4-947.1717074712 to 9.4-1123 in
/rhel/ubi9/hotspot by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/jenkinsci/docker/pull/1895](https://togithub.com/jenkinsci/docker/pull/1895)
- chore(deps): bump updatecli/updatecli-action from 2.59.0 to 2.60.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/jenkinsci/docker/pull/1897](https://togithub.com/jenkinsci/docker/pull/1897)
- chore(deps): bump updatecli/updatecli-action from 2.60.0 to 2.61.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/jenkinsci/docker/pull/1898](https://togithub.com/jenkinsci/docker/pull/1898)
- Bump Alpine Linux Version to 3.20.1 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[https://github.com/jenkinsci/docker/pull/1899](https://togithub.com/jenkinsci/docker/pull/1899)
- Use 'ENV variable=xxx' instead of 'ENV variable xxx' by
[@&#8203;MarkEWaite](https://togithub.com/MarkEWaite) in
[https://github.com/jenkinsci/docker/pull/1900](https://togithub.com/jenkinsci/docker/pull/1900)
- chore(deps): bump ubi9/ubi from 9.4-1123 to 9.4-1123.1719560047 in
/rhel/ubi9/hotspot by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/jenkinsci/docker/pull/1901](https://togithub.com/jenkinsci/docker/pull/1901)
- chore(deps): bump ubi8/ubi from 8.10-901.1717584420 to 8.10-1020 in
/rhel/ubi8/hotspot by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/jenkinsci/docker/pull/1902](https://togithub.com/jenkinsci/docker/pull/1902)
- Bump Debian Bookworm Linux Version to
[`2024070`](https://togithub.com/jenkinsci/docker/commit/20240701) by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[https://github.com/jenkinsci/docker/pull/1903](https://togithub.com/jenkinsci/docker/pull/1903)

**Full Changelog**:
jenkinsci/docker@2.452.2...2.452.3

###
[`v2.452.2`](https://togithub.com/jenkinsci/docker/releases/tag/2.452.2)

[Compare
Source](https://togithub.com/jenkinsci/docker/compare/2.452.1...2.452.2)

#### 📦 Jenkins Core updates

- Update to Jenkins 2.452.2
([changelog](https://jenkins.io/changelog-stable/2.452.2))

#### 📦 Dependency updates

- Bump Alpine Linux Version to 3.20.0 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[https://github.com/jenkinsci/docker/pull/1881](https://togithub.com/jenkinsci/docker/pull/1881)
- chore(deps): bump ubi8/ubi from 8.9-1160.1715068735 to 8.10-901 in
/rhel/ubi8/hotspot by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/jenkinsci/docker/pull/1882](https://togithub.com/jenkinsci/docker/pull/1882)
- chore(deps): bump updatecli/updatecli-action from 2.58.0 to 2.59.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/jenkinsci/docker/pull/1883](https://togithub.com/jenkinsci/docker/pull/1883)
- chore(deps): bump almalinux from 8.9 to 8.10 in
/almalinux/almalinux8/hotspot by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/jenkinsci/docker/pull/1884](https://togithub.com/jenkinsci/docker/pull/1884)
- chore(deps): bump ubi9/ubi from 9.4-947.1714667021 to
9.4-947.1716476138 in /rhel/ubi9/hotspot by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/jenkinsci/docker/pull/1885](https://togithub.com/jenkinsci/docker/pull/1885)
- chore(deps): bump ubi8/ubi from 8.10-901 to 8.10-901.1716482497 in
/rhel/ubi8/hotspot by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/jenkinsci/docker/pull/1886](https://togithub.com/jenkinsci/docker/pull/1886)
- chore(deps): bump ubi8/ubi from 8.10-901.1716482497 to
8.10-901.1716497712 in /rhel/ubi8/hotspot by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/jenkinsci/docker/pull/1887](https://togithub.com/jenkinsci/docker/pull/1887)
- chore(deps): bump ubi8/ubi from 8.10-901.1716497712 to
8.10-901.1717584420 in /rhel/ubi8/hotspot by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/jenkinsci/docker/pull/1888](https://togithub.com/jenkinsci/docker/pull/1888)
- chore(deps): bump ubi9/ubi from 9.4-947.1716476138 to
9.4-947.1717074712 in /rhel/ubi9/hotspot by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/jenkinsci/docker/pull/1889](https://togithub.com/jenkinsci/docker/pull/1889)

**Full Changelog**:
jenkinsci/docker@2.452.1...2.452.2

###
[`v2.452.1`](https://togithub.com/jenkinsci/docker/releases/tag/2.452.1)

[Compare
Source](https://togithub.com/jenkinsci/docker/compare/2.440.3...2.452.1)

#### 📦 Jenkins Core updates

- Update to Jenkins 2.452.1
([changelog](https://jenkins.io/changelog-stable/2.452.1))

#### 📦 Dependency updates

- chore(linux): Switch from Temurin base images to Temurin JDK binaries
by [@&#8203;gounthar](https://togithub.com/gounthar) in
[https://github.com/jenkinsci/docker/pull/1847](https://togithub.com/jenkinsci/docker/pull/1847)
- chore(windows): Switch from Temurin base images to Temurin JDK
binaries by [@&#8203;gounthar](https://togithub.com/gounthar) in
[https://github.com/jenkinsci/docker/pull/1848](https://togithub.com/jenkinsci/docker/pull/1848)
- Bump Debian Bookworm Linux Version to
[`2024051`](https://togithub.com/jenkinsci/docker/commit/20240513)
([#&#8203;1879](https://togithub.com/jenkinsci/docker/issues/1879))
[@&#8203;github-actions](https://togithub.com/github-actions)
- chore(deps): bump ubi8/ubi from 8.9-1160 to 8.9-1160.1715068735 in
/rhel/ubi8/hotspot by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/jenkinsci/docker/pull/1877](https://togithub.com/jenkinsci/docker/pull/1877)
- chore(deps): bump ubi9/ubi from 9.3-1610 to 9.4-947 in
/17/rhel/ubi9/hotspot by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/jenkinsci/docker/pull/1872](https://togithub.com/jenkinsci/docker/pull/1872)
- Bump JDK17 version to 17.0.11\_9 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[https://github.com/jenkinsci/docker/pull/1853](https://togithub.com/jenkinsci/docker/pull/1853)
and
[https://github.com/jenkinsci/docker/pull/1855](https://togithub.com/jenkinsci/docker/pull/1855)
- Bump JDK21 version to 21.0.3\_9 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[https://github.com/jenkinsci/docker/pull/1854](https://togithub.com/jenkinsci/docker/pull/1854)
and
[https://github.com/jenkinsci/docker/pull/1856](https://togithub.com/jenkinsci/docker/pull/1856)
- Bump JDK11 version to 11.0.23\_9 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[https://github.com/jenkinsci/docker/pull/1860](https://togithub.com/jenkinsci/docker/pull/1860)
- chore(deps): bump plugin manager to 2.13.0 by
[@&#8203;jenkins-dependency-updater](https://togithub.com/jenkins-dependency-updater)
in
[https://github.com/jenkinsci/docker/pull/1874](https://togithub.com/jenkinsci/docker/pull/1874)
- chore(deps): bump updatecli/updatecli-action to 2.58.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/jenkinsci/docker/pull/1875](https://togithub.com/jenkinsci/docker/pull/1875)

#### 👻 Maintenance

- chore(updatecli): Check the validity of releases thanks to the
Adoptium API. by [@&#8203;gounthar](https://togithub.com/gounthar) in
[https://github.com/jenkinsci/docker/pull/1851](https://togithub.com/jenkinsci/docker/pull/1851)
- chore(updatecli): adapt manifests to unique Dockerfile per Linux
variant by [@&#8203;lemeurherve](https://togithub.com/lemeurherve) in
[https://github.com/jenkinsci/docker/pull/1873](https://togithub.com/jenkinsci/docker/pull/1873)
- Use correct Dockerfiles in dependabot by
[@&#8203;MarkEWaite](https://togithub.com/MarkEWaite) in
[https://github.com/jenkinsci/docker/pull/1876](https://togithub.com/jenkinsci/docker/pull/1876)
- Check for Windows JDK releases, same as Linux by
[@&#8203;MarkEWaite](https://togithub.com/MarkEWaite) in
[https://github.com/jenkinsci/docker/pull/1852](https://togithub.com/jenkinsci/docker/pull/1852)
- Track Java versions for Windows with updatecli by
[@&#8203;lemeurherve](https://togithub.com/lemeurherve) in
[https://github.com/jenkinsci/docker/pull/1781](https://togithub.com/jenkinsci/docker/pull/1781)
- chore(updatecli): add manifests for hadolint & shellcheck in tools
scripts by [@&#8203;lemeurherve](https://togithub.com/lemeurherve) in
[https://github.com/jenkinsci/docker/pull/1858](https://togithub.com/jenkinsci/docker/pull/1858)
- Bump `shellcheck` version to 0.10.0 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[https://github.com/jenkinsci/docker/pull/1861](https://togithub.com/jenkinsci/docker/pull/1861)
- cleanup: remove deprecated `install-plugin.sh` script from Linux jdk11
images by [@&#8203;lemeurherve](https://togithub.com/lemeurherve) in
[https://github.com/jenkinsci/docker/pull/1863](https://togithub.com/jenkinsci/docker/pull/1863)
- fix: set jlink compression arg to `zip-6` for Windows jdk21 image by
[@&#8203;lemeurherve](https://togithub.com/lemeurherve) in
[https://github.com/jenkinsci/docker/pull/1864](https://togithub.com/jenkinsci/docker/pull/1864)
- Use permanent changelog location and default to weekly by
[@&#8203;timja](https://togithub.com/timja) in
[https://github.com/jenkinsci/docker/pull/1865](https://togithub.com/jenkinsci/docker/pull/1865)
- Verify SHA256 checksum of plugin installation manager tool by
[@&#8203;basil](https://togithub.com/basil) in
[https://github.com/jenkinsci/docker/pull/1868](https://togithub.com/jenkinsci/docker/pull/1868)
- cleanup: remove unused `.ci/common-functions.sh` script by
[@&#8203;lemeurherve](https://togithub.com/lemeurherve) in
[https://github.com/jenkinsci/docker/pull/1869](https://togithub.com/jenkinsci/docker/pull/1869)
- chore: keep only one Dockerfile per Linux image variant by
[@&#8203;lemeurherve](https://togithub.com/lemeurherve) in
[https://github.com/jenkinsci/docker/pull/1857](https://togithub.com/jenkinsci/docker/pull/1857)

**Full Changelog**:
jenkinsci/docker@2.440.3...2.452.1

###
[`v2.440.3`](https://togithub.com/jenkinsci/docker/releases/tag/2.440.3)

[Compare
Source](https://togithub.com/jenkinsci/docker/compare/2.440.2...2.440.3)

#### 📦 Jenkins Core updates

- Update to Jenkins 2.440.3
([changelog](https://jenkins.io/changelog-stable/2.440.3))

#### 👻 Maintenance

- fix(windows): remove `ConvertFrom-Json` issue by simplifying tags
management by [@&#8203;lemeurherve](https://togithub.com/lemeurherve) in
[https://github.com/jenkinsci/docker/pull/1841](https://togithub.com/jenkinsci/docker/pull/1841)

#### 📦 Dependency updates

- chore(deps): bump ubi8/ubi from 8.9-1136 to 8.9-1160 in
/11/rhel/ubi8/hotspot by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/jenkinsci/docker/pull/1845](https://togithub.com/jenkinsci/docker/pull/1845)
- Bump Debian Bookworm Linux Version to
[`2024040`](https://togithub.com/jenkinsci/docker/commit/20240408) by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[https://github.com/jenkinsci/docker/pull/1846](https://togithub.com/jenkinsci/docker/pull/1846)

**Full Changelog**:
jenkinsci/docker@2.440.2...2.440.3

###
[`v2.440.2`](https://togithub.com/jenkinsci/docker/releases/tag/2.440.2)

[Compare
Source](https://togithub.com/jenkinsci/docker/compare/2.440.1...2.440.2)

#### 📦 Jenkins Core updates

- Update to Jenkins 2.440.2
([changelog](https://jenkins.io/changelog-stable/2.440.2))

#### 👻 Maintenance

- Remove JDK 19 from updatecli script
([#&#8203;1836](https://togithub.com/jenkinsci/docker/issues/1836))
[@&#8203;MarkEWaite](https://togithub.com/MarkEWaite)

#### 📦 Dependency updates

- Bump Debian Bookworm Linux Version to
[`2024031`](https://togithub.com/jenkinsci/docker/commit/20240311)
([#&#8203;1839](https://togithub.com/jenkinsci/docker/issues/1839))
[@&#8203;github-actions](https://togithub.com/github-actions)
- chore(deps): bump ubi9/ubi from 9.3-1552 to 9.3-1610 in
/17/rhel/ubi9/hotspot
([#&#8203;1837](https://togithub.com/jenkinsci/docker/issues/1837))
[@&#8203;dependabot](https://togithub.com/dependabot)

###
[`v2.440.1`](https://togithub.com/jenkinsci/docker/releases/tag/2.440.1)

[Compare
Source](https://togithub.com/jenkinsci/docker/compare/2.426.3...2.440.1)

#### 📦 Jenkins Core updates

- Update to Jenkins 2.440.1
([changelog](https://jenkins.io/changelog-stable/#v2.440.1))

#### What's Changed

- chore(deps): bump ubi9/ubi from 9.3-1476 to 9.3-1552 in
/17/rhel/ubi9/hotspot by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/jenkinsci/docker/pull/1812](https://togithub.com/jenkinsci/docker/pull/1812)
- Use latest Java releases by
[@&#8203;MarkEWaite](https://togithub.com/MarkEWaite) in
[https://github.com/jenkinsci/docker/pull/1810](https://togithub.com/jenkinsci/docker/pull/1810)
- chore(deps): bump updatecli/updatecli-action from 2.53.0 to 2.54.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/jenkinsci/docker/pull/1813](https://togithub.com/jenkinsci/docker/pull/1813)
- Remove updatecli ref to non-existent file by
[@&#8203;MarkEWaite](https://togithub.com/MarkEWaite) in
[https://github.com/jenkinsci/docker/pull/1814](https://togithub.com/jenkinsci/docker/pull/1814)
- Bump Alpine Linux Version to 3.19.1 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[https://github.com/jenkinsci/docker/pull/1815](https://togithub.com/jenkinsci/docker/pull/1815)
- Only run actions from jenkinsci org by
[@&#8203;MarkEWaite](https://togithub.com/MarkEWaite) in
[https://github.com/jenkinsci/docker/pull/1809](https://togithub.com/jenkinsci/docker/pull/1809)
- Use Alpine 3.19.1, no 3.18.4 for Java 17 container default by
[@&#8203;MarkEWaite](https://togithub.com/MarkEWaite) in
[https://github.com/jenkinsci/docker/pull/1816](https://togithub.com/jenkinsci/docker/pull/1816)
- Remove install-plugins.sh from ubi9 Java 17 and Java 21 by
[@&#8203;MarkEWaite](https://togithub.com/MarkEWaite) in
[https://github.com/jenkinsci/docker/pull/1817](https://togithub.com/jenkinsci/docker/pull/1817)
- Use consistent jlink args within Java versions by
[@&#8203;MarkEWaite](https://togithub.com/MarkEWaite) in
[https://github.com/jenkinsci/docker/pull/1818](https://togithub.com/jenkinsci/docker/pull/1818)
- Reduce diffs between similar files by
[@&#8203;MarkEWaite](https://togithub.com/MarkEWaite) in
[https://github.com/jenkinsci/docker/pull/1819](https://togithub.com/jenkinsci/docker/pull/1819)
- Add Java 21 Windows container by
[@&#8203;MarkEWaite](https://togithub.com/MarkEWaite) in
[https://github.com/jenkinsci/docker/pull/1820](https://togithub.com/jenkinsci/docker/pull/1820)
- Use Jenkins 2.442 as default version by
[@&#8203;MarkEWaite](https://togithub.com/MarkEWaite) in
[https://github.com/jenkinsci/docker/pull/1821](https://togithub.com/jenkinsci/docker/pull/1821)
- Remove ppc64le jdk21-preview images, add jdk21 image by
[@&#8203;ksalerno99](https://togithub.com/ksalerno99) in
[https://github.com/jenkinsci/docker/pull/1823](https://togithub.com/jenkinsci/docker/pull/1823)
- chore(deps): bump plugin manager to 2.12.15 by
[@&#8203;jenkins-dependency-updater](https://togithub.com/jenkins-dependency-updater)
in
[https://github.com/jenkinsci/docker/pull/1824](https://togithub.com/jenkinsci/docker/pull/1824)
- Bump Debian Bookworm Linux Version to
[`2024013`](https://togithub.com/jenkinsci/docker/commit/20240130) by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[https://github.com/jenkinsci/docker/pull/1825](https://togithub.com/jenkinsci/docker/pull/1825)
- chore(deps): bump release-drafter/release-drafter from 5 to 6 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/jenkinsci/docker/pull/1827](https://togithub.com/jenkinsci/docker/pull/1827)
- Replace Java 21 previews with released versions by
[@&#8203;MarkEWaite](https://togithub.com/MarkEWaite) in
[https://github.com/jenkinsci/docker/pull/1822](https://togithub.com/jenkinsci/docker/pull/1822)
- chore(deps): bump ubi8/ubi from 8.9-1107.1705420509 to
8.9-1107.1706791207 in /11/rhel/ubi8/hotspot by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/jenkinsci/docker/pull/1826](https://togithub.com/jenkinsci/docker/pull/1826)
- chore(deps): bump peter-evans/create-pull-request from 5 to 6 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/jenkinsci/docker/pull/1828](https://togithub.com/jenkinsci/docker/pull/1828)
- Bump Debian Bookworm Linux Version to
[`2024021`](https://togithub.com/jenkinsci/docker/commit/20240211) by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[https://github.com/jenkinsci/docker/pull/1830](https://togithub.com/jenkinsci/docker/pull/1830)
- chore(deps): bump updatecli/updatecli-action from 2.54.0 to 2.55.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/jenkinsci/docker/pull/1831](https://togithub.com/jenkinsci/docker/pull/1831)

**Full Changelog**:
jenkinsci/docker@2.426.3...2.440.1

###
[`v2.426.3`](https://togithub.com/jenkinsci/docker/releases/tag/2.426.3)

[Compare
Source](https://togithub.com/jenkinsci/docker/compare/2.426.2...2.426.3)

<!-- Optional: add a release summary here -->

#### 📦 Jenkins Core updates

- Update to Jenkins 2.426.3
([changelog](https://jenkins.io/changelog-stable/#v2.426.3))

#### 📦 Dependency updates

- Bump UBI 9 version to 9.3-1476
([#&#8203;1798](https://togithub.com/jenkinsci/docker/issues/1798))
[@&#8203;dependabot](https://togithub.com/dependabot)
- Bump UBI 8 version to 8.9-1107.1705420509
([#&#8203;1807](https://togithub.com/jenkinsci/docker/issues/1807))
[@&#8203;dependabot](https://togithub.com/dependabot)
- Bump Debian Bookworm Linux Version to
[`2024011`](https://togithub.com/jenkinsci/docker/commit/20240110)
([#&#8203;1799](https://togithub.com/jenkinsci/docker/issues/1799))

#### 🐛 Bug fixes

- Improve logging for common write permission failure
([#&#8203;1801](https://togithub.com/jenkinsci/docker/issues/1801))
[@&#8203;clintonsteiner](https://togithub.com/clintonsteiner)

**Full Changelog**:
jenkinsci/docker@2.426.2...2.426.3

</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 was generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View the
[repository job
log](https://developer.mend.io/github/PingCAP-QE/ee-ops).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMTMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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.

1 participant