Uploaded image for project: 'Cluster Observability Operator'
  1. Cluster Observability Operator
  2. COO-1267

[COO] Images are using the wrong manifest format

XMLWordPrintable

    • Incidents & Support
    • False
    • Hide

      None

      Show
      None
    • False
    • 3
    • None
    • MON Sprint 278

      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.
      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.
       application/vnd.oci.image.index.v1+json

      examples)
      $ skopeo inspect --raw docker://registry.redhat.io/cluster-observability-operator/cluster-observability-rhel9-operator:1.2.2-1752661671 | jq -rM .mediaType
      application/vnd.oci.image.index.v1+json

      $ skopeo inspect --raw docker://registry.redhat.io/cluster-observability-operator/dashboards-console-plugin-0-4-rhel9:1.2.2-1752687226 | jq -rM .mediaType
      application/vnd.oci.image.index.v1+json

      $ skopeo inspect --raw docker://registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-1-0-rhel9:1.2.2-1752687310 | jq -rM .mediaType
      application/vnd.oci.image.index.v1+json

      $ skopeo inspect --raw docker://registry.redhat.io/cluster-observability-operator/korrel8r-rhel9:1.2.2-1752659953 | jq -rM .mediaType
      application/vnd.oci.image.index.v1+json

      $ skopeo inspect --raw docker://registry.redhat.io/cluster-observability-operator/logging-console-plugin-6-1-rhel9:1.2.2-1752686634 | jq -rM .mediaType
      application/vnd.oci.image.index.v1+json

      Expected results:
      Images continue to use the older manifest format.
       application/vnd.docker.distribution.manifest.list.v2+json

              dmellado1@redhat.com Daniel Mellado Area
              rhn-support-hfukumot Hideshi Fukumoto
              None
              None
              Hongyan Li Hongyan Li
              None
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

                Created:
                Updated:
                Resolved: