Uploaded image for project: 'OpenShift GitOps'
  1. OpenShift GitOps
  2. GITOPS-2996

Missing image reference in openshift-gitops

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Undefined Undefined
    • None
    • None
    • Operator
    • None
    • False
    • None
    • False

      Description of problem:

      Cannot mirror openshift-gitops-operator using oc-mirror tool

      Workaround:
      run oc-mirror with --skip-missing --continue-on-error flags

      Prerequisites (if any, like setup, operators/versions):

      oc-mirror client installed (v4.12.19)

      Steps to Reproduce

      • Create ImageSetConfiguration including openshift-gitops-operator
        apiVersion: mirror.openshift.io/v1alpha2
        kind: ImageSetConfiguration
        archiveSize: 16
        storageConfig: 
          local: 
            path: /tmp
        mirror: 
          operators: 
          - catalog: registry.redhat.io/redhat/redhat-operator-index:v4.12
            full: false
            packages: 
            - name: openshift-gitops-operator
        
      • run
        oc-mirror --config=imagesetconfig.yaml file:///tmp
        

       

      Actual results:

      error: unable to retrieve source image registry.redhat.io/openshift-gitops-1/must-gather-rhel8 manifest sha256:4a5b9b97466b53e7775d887a0d920507cebbf892e7bc6a5334c784c55f9e3dd8: unknown: Not Found
      

      Expected results:

      Operator gets mirrored with no errors

      Reproducibility (Always/Intermittent/Only Once):

      Always

      Acceptance criteria: 

      Operator can mirror with no errors

       

      Definition of Done:

      Build Details:

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

       

       *

            aveerama@redhat.com Abhishek Veeramalla
            jadolph@redhat.com Jack Adolph
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: