Why Build fails to trigger in Openshift
Issue
- After creating a new application the build is not automatically triggert when using STI with DockerImage strategie.
"strategy": {
"type": "Source",
"sourceStrategy": {
"from": {
"kind": "DockerImage",
- The build will only be triggered when using imagestreams
"strategy": {
"type": "Source",
"sourceStrategy": {
"from": {
"kind": "ImageStreamTag",
"namespace": "openshift",
"name": "php:5.5"
}
Environment
- Openshift Enterprise
- 3.x
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
