Hi,
First our Jenkins setup: We run Jenkins (2.541.2) in a Docker container on RHEL 9.6, using docker-compose.
Our configuration is using a persistent volume.
We are long-term users of Jenkins.
We have noticed we do not get any new versions to choose from in our installed tools in Jenkins Tools (https://[jenkins]/manage/configureTools/).
The versions are stuck at what was there at our first installation of Jenkins in Docker.
The contents of directory $JENKINS_HOME/updates/ is never updated, it appears.
$JENKINS_HOME/updates/ is on our persistent volume.
We keep Jenkins and all its plugins updated very frequently.
We could of course manually update the files in the ./updates/ directory but that seems wrong.
Any suggestions?
Thanks in advance!