GitHub - azar8git/docker
https://github.com/azar8git/dockerVersions installed by the docker image are tracked through a marker file. To force upgrades of plugins that have been manually upgraded, run the docker image with -e PLUGINS_FORCE_UPGRADE=true. The default behaviour when upgrading from a docker image that didn't write marker files is to leave existing plugins in place.
Docker
https://www.jenkins.io/doc/book/installing/dockerThe recommended Docker image to use is the Official jenkins/jenkins image (from the Docker Hub repository).This image contains the current Long-Term Support (LTS) release of Jenkins (which is production-ready). However this image doesn’t have docker CLI inside it and is not bundled with frequently used Blue Ocean plugins and features.
GitHub - docker/scan-cli-plugin: Docker Scan is a Command ...
github.com › docker › scan-cli-pluginAlternatively, you can manually install the scan docker plugin on top of your existing docker setup : Download the binary from the latest release and copy it in the cli-plugins directory mkdir -p ~ /.docker/cli-plugins && \ curl https://github.com/docker/scan-cli-plugin/releases/latest/download/docker-scan_linux_amd64 -L -s -S -o ~ /.docker/cli-plugins/docker-scan && \ chmod +x ~ /.docker/cli-plugins/docker-scan