Uploaded image for project: 'Red Hat OpenShift AI Engineering'
  1. Red Hat OpenShift AI Engineering
  2. RHOAIENG-3372

DS Pipeline Run references registry.access.redhat.com/ubi8/ubi-micro

XMLWordPrintable

    • False
    • Hide

      None

      Show
      None
    • False
    • Release Notes
    • No
    • Hide
      Pipeline runs in disconnected environments fail due to image URL

      Data science pipeline runs reference the `registry.access.redhat.com/ubi8/ubi-micro` image URL instead of `registry.redhat.io/ubi8/ubi-micro`. In disconnected environments, this will cause pipeline run failures.

      Workaround:

      1. Create a new custom resource (CR) containing the following, where `my-disconnected-registry.com:8443` is your image registry URL:


      apiVersion: operator.openshift.io/v1alpha1

      kind: ImageContentSourcePolicy

      metadata:

        name: workaround-3372 # Enter a unique name

      spec:

        repositoryDigestMirrors:

        - mirrors:

          - my-disconnected-registry.com:8443/ubi8 # Use your image registry URL

          source: registry.access.redhat.com/ubi8

      2. Run the pipeline again.
      Show
      Pipeline runs in disconnected environments fail due to image URL Data science pipeline runs reference the `registry.access.redhat.com/ubi8/ubi-micro` image URL instead of `registry.redhat.io/ubi8/ubi-micro`. In disconnected environments, this will cause pipeline run failures. Workaround: 1. Create a new custom resource (CR) containing the following, where `my-disconnected-registry.com:8443` is your image registry URL: apiVersion: operator.openshift.io/v1alpha1 kind: ImageContentSourcePolicy metadata:   name: workaround-3372 # Enter a unique name spec:   repositoryDigestMirrors:   - mirrors:     - my-disconnected-registry.com:8443/ubi8 # Use your image registry URL     source: registry.access.redhat.com/ubi8 2. Run the pipeline again.
    • Known Issue
    • Done
    • No
    • Testable

      DS Pipeline Run references registry.access.redhat.com/ubi8/ubi-micro instead of referencing registry.redhat.io/ubi8/ubi-micro (notice the image registry url).

      The bundle odh-operator-bundle-container defines

        relatedImages:
        - name: ubi-micro-396baed3d689157d96aa7d8988fdfea7eb36684c8335eb391cf1952573e689c1-annotation
          image: registry.redhat.io/ubi8/ubi-micro@sha256:396baed3d689157d96aa7d8988fdfea7eb36684c8335eb391cf1952573e689c1
      

      The only difference is in the image registry url and it is not a problem in a connected env.

            Unassigned Unassigned
            apodhrad@redhat.com Andrej Podhradsky
            RHOAI Data Science Pipelines
            Votes:
            0 Vote for this issue
            Watchers:
            10 Start watching this issue

              Created:
              Updated:
              Resolved: