| Summary: | [dev-preview-prod] build always failed when using default template "dancer-mysql-example" | ||
|---|---|---|---|
| Product: | OpenShift Online | Reporter: | Bing Li <bingli> |
| Component: | Image | Assignee: | Vu Dinh <vdinh> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Bing Li <bingli> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 3.x | CC: | abhgupta, aos-bugs, jokerman, mmccomas |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-10-04 13:06:42 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: | |
|
Description
Bing Li
2016-09-12 06:08:03 UTC
This has been fixed in devpreview STG Template "dancer-mysql-example" works well now in dev-preview-stg.
Move this bug to verified.
$ oc get template dancer-mysql-example -n openshift -o json
....
"strategy": {
"type": "Source",
"sourceStrategy": {
"from": {
"kind": "ImageStreamTag",
"namespace": "openshift",
"name": "perl:5.20"
},
"env": [
{
"name": "CPAN_MIRROR",
"value": "${CPAN_MIRROR}"
}
]
}
},
....
{
"name": "CPAN_MIRROR",
"displayName": "Custom CPAN Mirror URL",
"description": "The custom CPAN mirror URL"
}
|