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.
567 rails db:create error: Could not find mysql2-0.5.4 in any of the sources
599 GDB gets version error when attempting to debug with the Presense SDK (IDE)
577 PHP ssh2_scp_send fails to send files as intended
886 When building Fast API+Uvicorn environment with PyInstaller, console=False results in an error
© 2024 OneMinuteCode. All rights reserved.