Why Build fails to trigger in Openshift

Solution Verified - Updated -

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.

Current Customers and Partners

Log in for full access

Log In
Close

Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.