Description of problem: jenkins-ephemeral template points at centos instead of rhel Version-Release number of selected component (if applicable): How reproducible: 100% Steps to Reproduce: 1. oc get templates -n openshift jenkins-ephemeral -ojson | grep -e 'centos' -e 'rhel' Actual results: "value": "openshift/jenkins-1-centos7" Expected results: the same but with rhel
This has already been fixed, the current template points to the jenkins imagestream, so you'll get whatever image your jenkins imagestream points to: https://github.com/openshift/origin/blob/master/examples/jenkins/jenkins-ephemeral-template.json#L81 you can replace the template in your installation with that one to pick up the change. (you need to ensure you have a jenkins imagestream defined in the openshift namespace, however).
on_qa to validate the new version of the template makes it into the next OSE release.
Hi, The customer also identified the following templates as pointing to centos rather than RHEL: "value": "openshift/mysql-55-centos7" "value": "openshift/mysql-55-centos7" "value": "openshift/postgresql-92-centos7" "value": "openshift/jenkins-1-centos7" "value": "openshift/jenkins-1-centos7" "value": "openshift/mongodb-24-centos7" "value": "openshift/postgresql-92-centos7" These should also be pointing to imagestreams rather than centos images. Thanks
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2016:0070