From the documentation in the Official Dockerhub repository, I checked the Official Dockerfile and found that a version of 2.121.1 was specified.Also, just in case, I actually checked it myself with the command docker pull jenkins/jenkins&docker run jenkins/jenkins
, and the 2.141 Jenkins started.
Therefore, there should be no problem that the version you mentioned is old.
Perhaps you are using the deprecated old official repository or using the :lts
tag.
I think there is no problem with running it, but I feel that the benefits of using Docker have been lost.
© 2025 OneMinuteCode. All rights reserved.