Uploaded image for project: 'OpenShift Pipelines'
  1. OpenShift Pipelines
  2. SRVKP-1960

Allow an option to provide the whole image in ClusterTasks

XMLWordPrintable

    • False
    • False
    • 0
    • 0% 0%

      RHOCP 4.9

      In some of ClusterTask such s2i-python the namespace is now hardcoded in the command line of s2i:

      ~~~
      image-registry.openshift-image-registry.svc:5000/openshift/python:$(params.VERSION)
      ~~~

      Can the namespace parameter be reintroduced, and the above amended to:

      ~~~
      image-registry.openshift-image-registry.svc:5000/$(params.NAMESPACE)/python:$(params.VERSION)
      ~~~

      Checking for more ClusterTask to confirm but seems to apply to all of them

      Thank you!

      Regards,

            Unassigned Unassigned
            rhn-support-npaez Nelson Paez
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: