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, tools, and much more.

Current Customers and Partners

Log in for full access

Log In

New to Red Hat?

Learn more about Red Hat subscriptions

Using a Red Hat product through a public cloud?

How to access this content