Hey,
I’m working with Jenkins Operator in an air-gapped environment. I’ve built an image with pre-downloaded plugins, and it runs fine initially. But whenever I need to restart Jenkins, it fails because it tries to fetch updates from the update center. The problem seems to come from the init.sh
script—it checks the cache, sees it’s outdated, and then tries to update it. The workaround is to build image every day and push to private repo. But im wonder if there is other solution for this