Many plugins cannot be installed with jenkinsci/blueocean container image


这个 ```
jenkinsci/blueocean
镜像很老么?我按照这个安装很多插件都装不上
如果是这个镜像的版本的老了的话,能否把这个文档更新下?

As noted on hub.docker.com, the jenkins/blueocean container image has not been updated in 2 years. That container image is not being maintained. It should not be used. Use the jenkins/jenkins container image. It is current and well maintained.

The Blue Ocean documentation also says:

Blue Ocean status

Blue Ocean will not receive further functionality updates. Blue Ocean will continue to provide easy-to-use Pipeline visualization, but it will not be enhanced further. It will only receive selective updates for significant security issues or functional defects.

Alternative options for Pipeline visualization, such as the Pipeline: Stage View and Pipeline Graph View plugins, are available and offer some of the same functionality. While not complete replacements for Blue Ocean, contributions are encouraged from the community for continued development of these plugins.

The Pipeline syntax snippet generator assists users as they define Pipeline steps with their arguments. It is the preferred tool for Jenkins Pipeline creation, as it provides online help for the Pipeline steps available in your Jenkins controller. It uses the plugins installed on your Jenkins controller to generate the Pipeline syntax. Refer to the Pipeline steps reference page for information on all available Pipeline steps.

You’ll have a better experience if you switch to other Pipeline visualizations, like Pipeline graph view.

The Chinese language documentation site is multiple years out of date and has no active maintainers. We plan to remove the Chinese language documentation site in the future because it now contains significant errors, especially in the installation instructions.

Refer to the English language documentation for current installation instructions.