Bug 1292621
Summary: | jenkins-ephemeral template points at centos instead of rhel | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Eric Jones <erjones> |
Component: | ImageStreams | Assignee: | Ben Parees <bparees> |
Status: | CLOSED ERRATA | QA Contact: | Wang Haoran <haowang> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 3.1.0 | CC: | aos-bugs, bleanhar, bparees, jokerman, mmccomas, pruan, wewang |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: |
OpenShift Enterprise v3.1
|
|
Last Closed: | 2016-01-26 19:20:21 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Eric Jones
2015-12-17 23:11:00 UTC
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 |