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

Ecosystem task git-clone references wrong image

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • Pipelines 1.18.1
    • Pipelines 1.18.0
    • Operator
    • None
    • Pipelines Sprint Pioneers 24

      Description of problem:

      Shipped task git-clone uses image
      registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:c4b2183f7c7997bd401d86b33eefb637b3ef2fa90618e875106292cd69a15c14

      while relatedImages in CSV reference

      registry.stage.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:a7eb236e9d11438077327ea1d51d02447e1b3c9bcfb14a31452bbd84847a8062

      Notice rhel8 vs rhel9 in image name. This will affect customers with disconnected installation because the wrong image will not appear in the list of images to mirror.

      Workaround

      For disconnected clusters, manually mirror image, e.g. using "skopeo copy"
       

      Actual results:

      Expected results:

      Reproducibility (Always/Intermittent/Only Once):

      Always

      Acceptance criteria: 

       

      Definition of Done:

      Build Details:

      Additional info (Such as Logs, Screenshots, etc):

       

      $ oc get catalogsource custom-operators -n openshift-marketplace -o jsonpath={.spec.image}
      
      quay.io/openshift-pipeline/rh-osbs/iib:935088
      
      $ oc get task git-clone -n openshift-pipelines -o jsonpath={.spec.steps[0].image}
      
      registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:c4b2183f7c7997bd401d86b33eefb637b3ef2fa90618e875106292cd69a15c14
      

      To get CSV, run something like

      podman run -it --rm --name index_image --entrypoint /bin/sh quay.io/openshift-pipeline/rh-osbs/iib:935088
      
      podman cp index_image:/configs/openshift-pipelines-operator-rh/catalog.json .
      

              sashture Savita .
              ppitonak Pavol Pitoňák
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: