Uploaded image for project: 'OpenShift Service Mesh'
  1. OpenShift Service Mesh
  2. OSSM-11139

[OSSM] Images are using the wrong manifest format

XMLWordPrintable

    • False
    • Hide

      None

      Show
      None
    • False
    • Release Notes
    • Hide
      Images in OpenShift Service Mesh 3.1.3 are using application/vnd.docker.distribution.manifest.list.v2+json format but the mirroring process is by default pulling also older images which are still using application/vnd.oci.image.index.v1+json format. Mirroring of those images will fail when using registries which does not support that format. It is not possible to re-release already released images but it is possible to specify a minimal version of the operator during the mirroring process to avoid the issue.
      Show
      Images in OpenShift Service Mesh 3.1.3 are using application/vnd.docker.distribution.manifest.list.v2+json format but the mirroring process is by default pulling also older images which are still using application/vnd.oci.image.index.v1+json format. Mirroring of those images will fail when using registries which does not support that format. It is not possible to re-release already released images but it is possible to specify a minimal version of the operator during the mirroring process to avoid the issue.

      Description of problem:
      Instead of using the application/vnd.docker.distribution.manifest.list.v2+json format the application/vnd.oci.image.index.v1+json format is used.
      Images are using the wrong manifest format

      This is causing issues when mirroring these images to older registries which do not support the newer manifest formats.

      Actual results:
      Images use the new manifest format.

      Expected results:
      Images continue to use the older manifest format.

              fbrychta@redhat.com Filip Brychta
              rhn-support-hfukumot Hideshi Fukumoto
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: