-
Notifications
You must be signed in to change notification settings - Fork 182
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update jenkins base image #261
Comments
the image reference in that file is ultimately irrelevant @dustymabe because it is ultimately overridden to be the image reference from the install payload, as the jenkins images are included in the OKD (and OCP) install payloads that said, the jenkins team (@akram and @waveywaves ) and I have discussed in the past keeping it somewhat current in case users of the jenkins images who deploy them outside of OKD/OCP (i.e. use the image ref in the imagestream file as the basis for what to pull to install in their non OKD / OCP clusters) but any changes along those lines would stem from issues / changes in https://github.com/openshift/jenkins feel free to engage with those folks there, taking into account the items I noted above this repo then has a periodic job that pull in updates from the various upstreams as they occur |
to summarize:
The reason I dug in this far is because the imagestreams for OKD 4.5 are broken so I was trying to dig in and find the source so I could get unblocked. |
I see ... I can't speak to details aroun @vrutkovs 's comment At most, users can manually install community imagestreams on 4.5 OKD ... in which case if you wanted the jenkins imagestreams updated, work in that repo as I previously noted. Otherwise, and again aside from not knowing how existing installations would break per @vrutkovs , you've have to duplicate the list of commits Epic/story level work IMO .... I'm sure @vrutkovs could shed more light on the work needed to have full fledged samples operator on OKD 4.5 |
Agree with @gabemontero - Jenkins is included in the payload, so it shouldn't be ancient. In latest 4.5 its pointing to quay.io/openshift/okd-content@sha256:4d260147f803ebc165c02da94bf5b175f0c43c4af7ca109b66f838fc19641e12, which is built from https://github.com/openshift/jenkins/commits/bff850168142a6de2716bf14aa09bcfb40e5eb78 |
The current version used is
v4.0
:library/community/jenkins/imagestreams/jenkins-centos.json
Lines 45 to 48 in 56a82c1
which was last built two years ago. Could/should we update it with a newer version: https://quay.io/repository/openshift/origin-jenkins?tab=tags
The text was updated successfully, but these errors were encountered: