Page MenuHomeDevCentral

Switch Jenkins containers to the jenkins/jenkins image
ClosedPublic

Authored by dereckson on Sep 22 2018, 23:36.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Oct 31, 13:13
Unknown Object (File)
Fri, Oct 25, 11:40
Unknown Object (File)
Fri, Oct 25, 10:40
Unknown Object (File)
Oct 10 2024, 22:13
Unknown Object (File)
Oct 10 2024, 16:29
Unknown Object (File)
Oct 10 2024, 16:04
Unknown Object (File)
Oct 9 2024, 16:19
Unknown Object (File)
Oct 9 2024, 08:26
Subscribers
None

Details

Summary

The jenkinsci/jenkins image has been deprecated.

Both LTS and weekly versions are now provided
by the jenkins/jenkins repository.

References:

Test Plan

Respin Jenkins containers

Diff Detail

Repository
rOPS Nasqueron Operations
Lint
Lint Passed
Unit
No Test Coverage
Branch
jenkins-image (branched from master)
Build Status
Buildable 2824
Build 3072: arc lint + arc unit

Event Timeline

dereckson created this revision.

Both Jenkins containers are live on 2.142 with the good image.

Equatower
$ docker ps -a | grep jenkins_
840d896ff18f        jenkins/jenkins                 "/sbin/tini -- /usr/…"   15 seconds ago      Up 9 seconds            0.0.0.0:42080->8080/tcp, 0.0.0.0:55000->50000/tcp                                                                                                                                                   
                                                                                                                                      jenkins_ci              
c5a31ab1cf1e        jenkins/jenkins                 "/sbin/tini -- /usr/…"   20 seconds ago      Up 16 seconds           0.0.0.0:50000->50000/tcp, 0.0.0.0:38080->8080/tcp                                                                                                                                                   
                                                                                                                                      jenkins_cd      
This revision is now accepted and ready to land.Sep 22 2018, 23:56
This revision was automatically updated to reflect the committed changes.