Uploaded image for project: 'OpenShift Bugs'
  1. OpenShift Bugs
  2. OCPBUGS-55009

cert-manager-operator 1.14.2 upgrade fails due to missing bundle arm64 manifest

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • None
    • 4.16.z
    • cert-manager
    • Quality / Stability / Reliability
    • False
    • Hide

      None

      Show
      None
    • None
    • Important
    • None
    • None
    • None
    • OAPE Sprint 270
    • 1
    • In Progress
    • Release Note Not Required
    • None
    • None
    • None
    • None
    • None

      cert-manager 1.14.2 upgrade fails, as OLM reports ErrImagePull due to missing [0][1] arm64 images:

       
      [0]

      # v1.14.2
      $ podman manifest inspect registry.redhat.io/cert-manager/cert-manager-operator-bundle@sha256:002b18058d6c369eb6ab87f44f47017b6a86828f0056e34dd6b7e86a60c54467 | jq -r
      {
        "schemaVersion": 2,
        "mediaType": "application/vnd.oci.image.index.v1+json",
        "manifests": [
          {
            "mediaType": "application/vnd.oci.image.manifest.v1+json",
            "size": 934,
            "digest": "sha256:a2a1f3e0d6395d19e12e8d7a12f2b0039637fd9a8117c4b522ad8fa36aac279b",
            "platform": {
              "architecture": "amd64",
              "os": "linux"
            }
          }
        ]
      }
      

      [1]

      # v1.14.1-1
      $ podman manifest inspect registry.redhat.io/cert-manager/cert-manager-operator-bundle@sha256:66a1caee4f98cb8adf7438ec1f9972d31fa2e3621a47a57f008312e2849c676e | jq -r 
      {
        "schemaVersion": 2,
        "mediaType": "application/vnd.docker.distribution.manifest.list.v2+json",
        "manifests": [
          {
            "mediaType": "application/vnd.docker.distribution.manifest.v2+json",
            "size": 426,
            "digest": "sha256:721f500553fe6f5d7a4080e56cda30ffaf15555fc3454d847050c0944b94a233",
            "platform": {
              "architecture": "amd64",
              "os": "linux"
            }
          },
          {
            "mediaType": "application/vnd.docker.distribution.manifest.v2+json",
            "size": 426,
            "digest": "sha256:085db0e99f8431283109137a7c0841aa4464b8cc45ba7b5ac6bda94cb7ae1d3c",
            "platform": {
              "architecture": "arm64",
              "os": "linux"
            }
          },
          {
            "mediaType": "application/vnd.docker.distribution.manifest.v2+json",
            "size": 426,
            "digest": "sha256:548cb782ae5fc4bdfdf7ac5317ed907cfdd9f3b3879bc0acda4abeecafb07c82",
            "platform": {
              "architecture": "ppc64le",
              "os": "linux"
            }
          },
          {
            "mediaType": "application/vnd.docker.distribution.manifest.v2+json",
            "size": 426,
            "digest": "sha256:5e34689feed7efe2f952fa12367eb8bcecedb39427e487f1296c858f16b3f5e5",
            "platform": {
              "architecture": "s390x",
              "os": "linux"
            }
          }
        ]
      }

      Slack thread: https://redhat-internal.slack.com/archives/C04JVEQ8C79/p1744707697401939

              swghosh@redhat.com Swarup Ghosh
              rhn-support-rsandu Robert Sandu
              None
              None
              Yuedong Wu Yuedong Wu
              None
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: