openeuler/jenkinsThe official Jenkins docker image.
Maintained by: openEuler CloudNative SIG.
Where to get help: openEuler CloudNative SIG, openEuler.
Current Jenkins docker images are built on the openEuler. This repository is free to use and exempted from per-user rate limits.
Jenkins is a self-contained, open source automation server which can be used to automate all sorts of tasks related to building, testing, and delivering or deploying software.
Learn more about Jenkins on Jenkins documentation.
The tag of each jenkins docker image is consist of the version of jenkins and the version of basic image. The details are as follows
| Tag | Currently | Architectures |
|---|---|---|
| 2.548-oe2403sp3 | jenkins 2.548 on openEuler 24.03-LTS-SP3 | amd64, arm64 |
| 2.545-oe2403sp3 | jenkins 2.545 on openEuler 24.03-LTS-SP3 | amd64, arm64 |
| 2.536-oe2403sp2 | jenkins 2.536 on openEuler 24.03-LTS-SP2 | amd64, arm64 |
| 2.535-oe2403sp2 | jenkins 2.535 on openEuler 24.03-LTS-SP2 | amd64, arm64 |
| 2.534-oe2403sp2 | jenkins 2.534 on openEuler 24.03-LTS-SP2 | amd64, arm64 |
| 2.529-oe2403sp2 | jenkins 2.529 on openEuler 24.03-LTS-SP2 | amd64, arm64 |
| 2.526-oe2403sp1 | jenkins 2.526 on openEuler 24.03-LTS-SP1 | amd64, arm64 |
| 2.525-oe2403sp1 | jenkins 2.525 on openEuler 24.03-LTS-SP1 | amd64, arm64 |
| 2.502-oe2403sp1 | Jenkins 2.502 on openEuler 24.03-LTS-SP1 | amd64, arm64 |
| 2.523-oe2403sp1 | Jenkins 2.523 on openEuler 24.03-LTS-SP1 | amd64, arm64 |
| 2.524-oe2403sp2 | Jenkins 2.524 on openEuler 24.03-LTS-SP2 | amd64, arm64 |
In this usage, users can select the corresponding {Tag} based on their requirements.
Start a jenkins instance
bashdocker run -d --name my-jenkins -p 8080:8080 openeuler/jenkins:{Tag}
...... 2025-08-20 01:40:48.403+0000 [id=45] INFO jenkins.install.SetupWizard#init: ************************************************************* ************************************************************* ************************************************************* Jenkins initial setup is required. An admin user has been created and a password generated. Please use the following password to proceed to installation: be31b4b99afe42538822ffce31fa8103 This may also be found at: /root/.jenkins/secrets/initialAdminPassword ************************************************************* ************************************************************* ************************************************************* 2025-08-20 01:40:53.216+0000 [id=45] INFO jenkins.InitReactorRunner$1#onAttained: Completed initialization ......
View container running logs
bashdocker logs -f my-jenkins
To get an interactive shell
bashdocker exec -it my-jenkins bash
If you have any questions or want to use some special features, please submit an issue or a pull request on openeuler-docker-images.
manifest unknown 错误
TLS 证书验证失败
DNS 解析超时
410 错误:版本过低
402 错误:流量耗尽
身份认证失败错误
429 限流错误
凭证保存错误
来自真实用户的反馈,见证轩辕镜像的优质服务