A docker image for the service weekly.ci.jenkins.io.
bash ./bin/update-plugins.sh
This script uses the Jenkins Plugin Manager Tool command line under the hood to update the plugins.
VERSION=$(jv get --version-identifier latest)
SUFFIX=jdk17
FULL_VERSION=jenkins/jenkins:${VERSION}-${SUFFIX}
sed -i 's|FROM .*|FROM '"${FULL_VERSION}"'|' Dockerfile