The 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.562-oe2403sp4 | jenkins 2.562 on openEuler 24.03-LTS-SP4 | amd64, arm64 |
| 2.562-oe2403sp3 | jenkins 2.562 on openEuler 24.03-LTS-SP3 | amd64, arm64 |
| 2.555-oe2403sp3 | jenkins 2.555 on openEuler 24.03-LTS-SP3 | amd64, arm64 |
| 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
docker 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
docker logs -f my-jenkins
To get an interactive shell
docker 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.
Content type
Image
Digest
sha256:44c807df2…
Size
295 MB
Last updated
2 months ago
docker pull openeuler/jenkinsPulls:
96
Last week