Short tags (without "jdk" in them) such as jenkins/jenkins:2.414.3-alpine
are using Java 17 and not Java 11 like previously. If you need to keep using Java 11, use tags like jenkins/jenkins:2.414.3-jdk11
. Also note that two new tags (2.414.3-alpine-jdk17 & 2.414.3-slim-jdk17) have been published without any content change a week later than the original ones.
Looking to upgrade?
Check the Upgrade Guide for assistance
Security
Major enhancement
Major bug fix
-
Do not create a large number of threads when making numerous HTTP requests.
JENKINS-72016
-
Reduce high memory usage from
XStream2.AssociatedConverterImpl
(regression in 2.405).
JENKINS-72076
Enhancement
Bug fix
-
Restore context menus of model links in build history views and administrative monitors (regression in 2.402).
JENKINS-71890