RHSA-2026:7252

Vulnerability from csaf_redhat - Published: 2026-04-16 10:06 - Updated: 2026-04-16 20:07
Summary
Red Hat Security Advisory: OpenShift Container Platform 4.13.65 bug fix and security update
Severity
Moderate
Notes
Topic: Red Hat OpenShift Container Platform release 4.13.65 is now available with updates to packages and images that fix several bugs and add enhancements. This release includes a security update for Red Hat OpenShift Container Platform 4.13. Red Hat Product Security has rated this update as having a security impact of Low. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details: Red Hat OpenShift Container Platform is Red Hat's cloud computing Kubernetes application platform solution designed for on-premise or private cloud deployments. This advisory contains the container images for Red Hat OpenShift Container Platform 4.13.65. See the following advisory for the RPM packages for this release: https://access.redhat.com/errata/RHSA-2026:7238 Space precludes documenting all of the container images in this advisory. See the following Release Notes documentation, which will be updated shortly for this release, for details about these changes: https://docs.redhat.com/en/documentation/openshift_container_platform/4.13/html/release_notes
Terms of Use: This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.

A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.

CWE-362 - Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')
Vendor Fix For OpenShift Container Platform 4.13 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update: https://docs.redhat.com/en/documentation/openshift_container_platform/4.13/html/release_notes You may download the oc tool and use it to inspect release image metadata for x86_64 architecture. The image digest may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags. The sha value for the release is as follows: (For x86_64 architecture) The image digest is sha256:8f2d90675314d5860aa070a036e7b2ecc57ed56df6fddb229835cdb674364874 All OpenShift Container Platform 4.13 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.13/html-single/updating_clusters/index#updating-cluster-within-minor. https://access.redhat.com/errata/RHSA-2026:7252

A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.

CWE-770 - Allocation of Resources Without Limits or Throttling
Vendor Fix For OpenShift Container Platform 4.13 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update: https://docs.redhat.com/en/documentation/openshift_container_platform/4.13/html/release_notes You may download the oc tool and use it to inspect release image metadata for x86_64 architecture. The image digest may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags. The sha value for the release is as follows: (For x86_64 architecture) The image digest is sha256:8f2d90675314d5860aa070a036e7b2ecc57ed56df6fddb229835cdb674364874 All OpenShift Container Platform 4.13 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.13/html-single/updating_clusters/index#updating-cluster-within-minor. https://access.redhat.com/errata/RHSA-2026:7252
Workaround Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.

A denial-of-service vulnerability in github.com/sirupsen/logrus occurs when Entry.Writer() processes a single-line payload larger than 64KB with no newline characters. Due to a limitation in Go’s internal bufio.Scanner, the read operation fails with a “token too long” error, causing the underlying writer pipe to close. In affected versions, this leaves the Writer interface unusable and can disrupt logging functionality, potentially degrading application availability.

CWE-400 - Uncontrolled Resource Consumption
Vendor Fix For OpenShift Container Platform 4.13 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update: https://docs.redhat.com/en/documentation/openshift_container_platform/4.13/html/release_notes You may download the oc tool and use it to inspect release image metadata for x86_64 architecture. The image digest may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags. The sha value for the release is as follows: (For x86_64 architecture) The image digest is sha256:8f2d90675314d5860aa070a036e7b2ecc57ed56df6fddb229835cdb674364874 All OpenShift Container Platform 4.13 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.13/html-single/updating_clusters/index#updating-cluster-within-minor. https://access.redhat.com/errata/RHSA-2026:7252
Workaround Mitigation is either unavailable or does not meet Red Hat Product Security standards for usability, deployment, applicability, or stability.
References
https://access.redhat.com/errata/RHSA-2026:7252 self
https://access.redhat.com/security/cve/CVE-2025-47907 external
https://access.redhat.com/security/cve/CVE-2025-58183 external
https://access.redhat.com/security/cve/CVE-2025-65637 external
https://access.redhat.com/security/updates/classi… external
https://security.access.redhat.com/data/csaf/v2/a… self
https://access.redhat.com/security/cve/CVE-2025-47907 self
https://bugzilla.redhat.com/show_bug.cgi?id=2387083 external
https://www.cve.org/CVERecord?id=CVE-2025-47907 external
https://nvd.nist.gov/vuln/detail/CVE-2025-47907 external
https://go.dev/cl/693735 external
https://go.dev/issue/74831 external
https://groups.google.com/g/golang-announce/c/x5M… external
https://pkg.go.dev/vuln/GO-2025-3849 external
https://access.redhat.com/security/cve/CVE-2025-58183 self
https://bugzilla.redhat.com/show_bug.cgi?id=2407258 external
https://www.cve.org/CVERecord?id=CVE-2025-58183 external
https://nvd.nist.gov/vuln/detail/CVE-2025-58183 external
https://go.dev/cl/709861 external
https://go.dev/issue/75677 external
https://groups.google.com/g/golang-announce/c/4Em… external
https://pkg.go.dev/vuln/GO-2025-4014 external
https://access.redhat.com/security/cve/CVE-2025-65637 self
https://bugzilla.redhat.com/show_bug.cgi?id=2418900 external
https://www.cve.org/CVERecord?id=CVE-2025-65637 external
https://nvd.nist.gov/vuln/detail/CVE-2025-65637 external
https://github.com/mjuanxd/logrus-dos-poc external
https://github.com/mjuanxd/logrus-dos-poc/blob/ma… external
https://github.com/sirupsen/logrus/issues/1370 external
https://github.com/sirupsen/logrus/pull/1376 external
https://github.com/sirupsen/logrus/releases/tag/v1.8.3 external
https://github.com/sirupsen/logrus/releases/tag/v1.9.1 external
https://github.com/sirupsen/logrus/releases/tag/v1.9.3 external
https://security.snyk.io/vuln/SNYK-GOLANG-GITHUBC… external

{
  "document": {
    "aggregate_severity": {
      "namespace": "https://access.redhat.com/security/updates/classification/",
      "text": "Moderate"
    },
    "category": "csaf_security_advisory",
    "csaf_version": "2.0",
    "distribution": {
      "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
      "tlp": {
        "label": "WHITE",
        "url": "https://www.first.org/tlp/"
      }
    },
    "lang": "en",
    "notes": [
      {
        "category": "summary",
        "text": "Red Hat OpenShift Container Platform release 4.13.65 is now available with updates to packages and images that fix several bugs and add enhancements.\n\nThis release includes a security update for Red Hat OpenShift Container Platform 4.13.\n\nRed Hat Product Security has rated this update as having a security impact of  Low. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
        "title": "Topic"
      },
      {
        "category": "general",
        "text": "Red Hat OpenShift Container Platform is Red Hat\u0027s cloud computing Kubernetes application platform solution designed for on-premise or private cloud deployments.\n\nThis advisory contains the container images for Red Hat OpenShift Container Platform 4.13.65. See the following advisory for the RPM packages for this release:\n\nhttps://access.redhat.com/errata/RHSA-2026:7238\n\nSpace precludes documenting all of the container images in this advisory. See the following Release Notes documentation, which will be updated shortly for this release, for details about these changes:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.13/html/release_notes",
        "title": "Details"
      },
      {
        "category": "legal_disclaimer",
        "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
        "title": "Terms of Use"
      }
    ],
    "publisher": {
      "category": "vendor",
      "contact_details": "https://access.redhat.com/security/team/contact/",
      "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
      "name": "Red Hat Product Security",
      "namespace": "https://www.redhat.com"
    },
    "references": [
      {
        "category": "self",
        "summary": "https://access.redhat.com/errata/RHSA-2026:7252",
        "url": "https://access.redhat.com/errata/RHSA-2026:7252"
      },
      {
        "category": "external",
        "summary": "https://access.redhat.com/security/cve/CVE-2025-47907",
        "url": "https://access.redhat.com/security/cve/CVE-2025-47907"
      },
      {
        "category": "external",
        "summary": "https://access.redhat.com/security/cve/CVE-2025-58183",
        "url": "https://access.redhat.com/security/cve/CVE-2025-58183"
      },
      {
        "category": "external",
        "summary": "https://access.redhat.com/security/cve/CVE-2025-65637",
        "url": "https://access.redhat.com/security/cve/CVE-2025-65637"
      },
      {
        "category": "external",
        "summary": "https://access.redhat.com/security/updates/classification/",
        "url": "https://access.redhat.com/security/updates/classification/"
      },
      {
        "category": "self",
        "summary": "Canonical URL",
        "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_7252.json"
      }
    ],
    "title": "Red Hat Security Advisory: OpenShift Container Platform 4.13.65 bug fix and security update",
    "tracking": {
      "current_release_date": "2026-04-16T20:07:24+00:00",
      "generator": {
        "date": "2026-04-16T20:07:24+00:00",
        "engine": {
          "name": "Red Hat SDEngine",
          "version": "4.7.5"
        }
      },
      "id": "RHSA-2026:7252",
      "initial_release_date": "2026-04-16T10:06:20+00:00",
      "revision_history": [
        {
          "date": "2026-04-16T10:06:20+00:00",
          "number": "1",
          "summary": "Initial version"
        },
        {
          "date": "2026-04-16T10:06:54+00:00",
          "number": "2",
          "summary": "Last updated version"
        },
        {
          "date": "2026-04-16T20:07:24+00:00",
          "number": "3",
          "summary": "Last generated version"
        }
      ],
      "status": "final",
      "version": "3"
    }
  },
  "product_tree": {
    "branches": [
      {
        "branches": [
          {
            "branches": [
              {
                "category": "product_name",
                "name": "Red Hat OpenShift Container Platform 4.13",
                "product": {
                  "name": "Red Hat OpenShift Container Platform 4.13",
                  "product_id": "Red Hat OpenShift Container Platform 4.13",
                  "product_identification_helper": {
                    "cpe": "cpe:/a:redhat:openshift:4.13::el9"
                  }
                }
              }
            ],
            "category": "product_family",
            "name": "Red Hat OpenShift Container Platform"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:adf4b3207329ec7d3b056375c89c32215e222595ec20ed0ce6b5c69a559c1ed7_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:adf4b3207329ec7d3b056375c89c32215e222595ec20ed0ce6b5c69a559c1ed7_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:adf4b3207329ec7d3b056375c89c32215e222595ec20ed0ce6b5c69a559c1ed7_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-cluster-autoscaler@sha256%3Aadf4b3207329ec7d3b056375c89c32215e222595ec20ed0ce6b5c69a559c1ed7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775613591"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:4e596649375db56fc1876617cbc85ed3eb9c87cd27bdc1eebae506b6ab10455e_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:4e596649375db56fc1876617cbc85ed3eb9c87cd27bdc1eebae506b6ab10455e_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:4e596649375db56fc1876617cbc85ed3eb9c87cd27bdc1eebae506b6ab10455e_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-azure-file-csi-driver-rhel8@sha256%3A4e596649375db56fc1876617cbc85ed3eb9c87cd27bdc1eebae506b6ab10455e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775614067"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2ec8f52b90544fdc071a69b8fa4613abec74833ed53676ff313bda68d11ad9f3_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2ec8f52b90544fdc071a69b8fa4613abec74833ed53676ff313bda68d11ad9f3_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2ec8f52b90544fdc071a69b8fa4613abec74833ed53676ff313bda68d11ad9f3_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-azure-file-csi-driver-operator-rhel8@sha256%3A2ec8f52b90544fdc071a69b8fa4613abec74833ed53676ff313bda68d11ad9f3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775614002"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:6307dc9d7ceb8356be58cf50ebe5eff90dab81db2fb08797ce663c173e4b14a1_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:6307dc9d7ceb8356be58cf50ebe5eff90dab81db2fb08797ce663c173e4b14a1_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:6307dc9d7ceb8356be58cf50ebe5eff90dab81db2fb08797ce663c173e4b14a1_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-baremetal-machine-controllers@sha256%3A6307dc9d7ceb8356be58cf50ebe5eff90dab81db2fb08797ce663c173e4b14a1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775614322"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:546f8a9663cda47befffd4db90631459451707ba7eebf43132f42891a2e2d09d_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:546f8a9663cda47befffd4db90631459451707ba7eebf43132f42891a2e2d09d_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:546f8a9663cda47befffd4db90631459451707ba7eebf43132f42891a2e2d09d_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-baremetal-runtimecfg-rhel8@sha256%3A546f8a9663cda47befffd4db90631459451707ba7eebf43132f42891a2e2d09d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775613946"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:8b2603f3e242ae5c44344a775b0c26a0d79a4c0093132e533ffd4e7865b3b1e1_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:8b2603f3e242ae5c44344a775b0c26a0d79a4c0093132e533ffd4e7865b3b1e1_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:8b2603f3e242ae5c44344a775b0c26a0d79a4c0093132e533ffd4e7865b3b1e1_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-cluster-etcd-rhel8-operator@sha256%3A8b2603f3e242ae5c44344a775b0c26a0d79a4c0093132e533ffd4e7865b3b1e1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775613995"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:bd4e4545359329b30f6e4ccc237ed2696c5ef8654f3392e12cd131cadf4fee2a_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:bd4e4545359329b30f6e4ccc237ed2696c5ef8654f3392e12cd131cadf4fee2a_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:bd4e4545359329b30f6e4ccc237ed2696c5ef8654f3392e12cd131cadf4fee2a_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-cluster-monitoring-operator@sha256%3Abd4e4545359329b30f6e4ccc237ed2696c5ef8654f3392e12cd131cadf4fee2a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775614305"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:1608db6ad01e03f20e7bbae5008d283442b68ce2a58ff3c2e30c95bd1b4bfb79_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:1608db6ad01e03f20e7bbae5008d283442b68ce2a58ff3c2e30c95bd1b4bfb79_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:1608db6ad01e03f20e7bbae5008d283442b68ce2a58ff3c2e30c95bd1b4bfb79_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-cluster-network-operator@sha256%3A1608db6ad01e03f20e7bbae5008d283442b68ce2a58ff3c2e30c95bd1b4bfb79?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775613995"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:269a3f4cf534c540bcdd0ee311afb0d394c489ceb71b4867032f7b408de21a47_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:269a3f4cf534c540bcdd0ee311afb0d394c489ceb71b4867032f7b408de21a47_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:269a3f4cf534c540bcdd0ee311afb0d394c489ceb71b4867032f7b408de21a47_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-cluster-node-tuning-rhel9-operator@sha256%3A269a3f4cf534c540bcdd0ee311afb0d394c489ceb71b4867032f7b408de21a47?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775568951"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:e0d9531e894943157da70729fb243ec8e752b69ff733e12786d639ae5c0543f8_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:e0d9531e894943157da70729fb243ec8e752b69ff733e12786d639ae5c0543f8_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:e0d9531e894943157da70729fb243ec8e752b69ff733e12786d639ae5c0543f8_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-cluster-policy-controller-rhel8@sha256%3Ae0d9531e894943157da70729fb243ec8e752b69ff733e12786d639ae5c0543f8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775614213"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:4b1bd09e2560cee14575248cf886cd57eef21aedee70772b9827c0bb2f0be012_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:4b1bd09e2560cee14575248cf886cd57eef21aedee70772b9827c0bb2f0be012_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:4b1bd09e2560cee14575248cf886cd57eef21aedee70772b9827c0bb2f0be012_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-cluster-storage-operator@sha256%3A4b1bd09e2560cee14575248cf886cd57eef21aedee70772b9827c0bb2f0be012?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775613948"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:6922c15d5c5737989cf39e785725a40ea49f6a89ced9cb462b5b35ea4e7e0add_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:6922c15d5c5737989cf39e785725a40ea49f6a89ced9cb462b5b35ea4e7e0add_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:6922c15d5c5737989cf39e785725a40ea49f6a89ced9cb462b5b35ea4e7e0add_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-cluster-version-operator@sha256%3A6922c15d5c5737989cf39e785725a40ea49f6a89ced9cb462b5b35ea4e7e0add?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775613981"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:e86af1f70604971a91452d8d0e11c4d7246f1237aae808477649a7bb1bfbb226_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:e86af1f70604971a91452d8d0e11c4d7246f1237aae808477649a7bb1bfbb226_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:e86af1f70604971a91452d8d0e11c4d7246f1237aae808477649a7bb1bfbb226_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-configmap-reloader@sha256%3Ae86af1f70604971a91452d8d0e11c4d7246f1237aae808477649a7bb1bfbb226?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775613924"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-coredns@sha256:02771e91bcbb9e91626d377254c5ba0a10f3d524498bddad1aff97318868bef6_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-coredns@sha256:02771e91bcbb9e91626d377254c5ba0a10f3d524498bddad1aff97318868bef6_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-coredns@sha256:02771e91bcbb9e91626d377254c5ba0a10f3d524498bddad1aff97318868bef6_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-coredns@sha256%3A02771e91bcbb9e91626d377254c5ba0a10f3d524498bddad1aff97318868bef6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775613965"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:55f4b73b131d835720f3b523f81a453ff1aecd0175c2530bb84f4395c1e8c1c1_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:55f4b73b131d835720f3b523f81a453ff1aecd0175c2530bb84f4395c1e8c1c1_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:55f4b73b131d835720f3b523f81a453ff1aecd0175c2530bb84f4395c1e8c1c1_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-csi-external-attacher@sha256%3A55f4b73b131d835720f3b523f81a453ff1aecd0175c2530bb84f4395c1e8c1c1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775613924"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:55f4b73b131d835720f3b523f81a453ff1aecd0175c2530bb84f4395c1e8c1c1_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:55f4b73b131d835720f3b523f81a453ff1aecd0175c2530bb84f4395c1e8c1c1_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:55f4b73b131d835720f3b523f81a453ff1aecd0175c2530bb84f4395c1e8c1c1_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-csi-external-attacher@sha256%3A55f4b73b131d835720f3b523f81a453ff1aecd0175c2530bb84f4395c1e8c1c1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775613924"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:1e349a98fccf699339f457c706382c2f8c9757b884833eb9242aeba32f677f81_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:1e349a98fccf699339f457c706382c2f8c9757b884833eb9242aeba32f677f81_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:1e349a98fccf699339f457c706382c2f8c9757b884833eb9242aeba32f677f81_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-csi-driver-manila-rhel8@sha256%3A1e349a98fccf699339f457c706382c2f8c9757b884833eb9242aeba32f677f81?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775614021"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:fe5f3c2f446e78894726a1f3e89c711ca2855fe7ae609d827e2a85d704cd6113_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:fe5f3c2f446e78894726a1f3e89c711ca2855fe7ae609d827e2a85d704cd6113_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:fe5f3c2f446e78894726a1f3e89c711ca2855fe7ae609d827e2a85d704cd6113_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-csi-driver-manila-rhel8-operator@sha256%3Afe5f3c2f446e78894726a1f3e89c711ca2855fe7ae609d827e2a85d704cd6113?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775614216"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:bd5180d230672ae99ebd470e7c382bbf436f9351ff85e0dddda6341454aa8de5_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:bd5180d230672ae99ebd470e7c382bbf436f9351ff85e0dddda6341454aa8de5_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:bd5180d230672ae99ebd470e7c382bbf436f9351ff85e0dddda6341454aa8de5_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-csi-driver-nfs-rhel8@sha256%3Abd5180d230672ae99ebd470e7c382bbf436f9351ff85e0dddda6341454aa8de5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775613961"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:def2db87172600fc5603201208372b86c71927aef80ecf11381a372a92470d62_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:def2db87172600fc5603201208372b86c71927aef80ecf11381a372a92470d62_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:def2db87172600fc5603201208372b86c71927aef80ecf11381a372a92470d62_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-csi-livenessprobe@sha256%3Adef2db87172600fc5603201208372b86c71927aef80ecf11381a372a92470d62?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775614088"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:def2db87172600fc5603201208372b86c71927aef80ecf11381a372a92470d62_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:def2db87172600fc5603201208372b86c71927aef80ecf11381a372a92470d62_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:def2db87172600fc5603201208372b86c71927aef80ecf11381a372a92470d62_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-csi-livenessprobe@sha256%3Adef2db87172600fc5603201208372b86c71927aef80ecf11381a372a92470d62?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775614088"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:9140bbf737061a73ab190b8eed195dd661a33d9fb626b94a6a6fba81fbfa7b36_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:9140bbf737061a73ab190b8eed195dd661a33d9fb626b94a6a6fba81fbfa7b36_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:9140bbf737061a73ab190b8eed195dd661a33d9fb626b94a6a6fba81fbfa7b36_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-csi-node-driver-registrar@sha256%3A9140bbf737061a73ab190b8eed195dd661a33d9fb626b94a6a6fba81fbfa7b36?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775613964"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:9140bbf737061a73ab190b8eed195dd661a33d9fb626b94a6a6fba81fbfa7b36_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:9140bbf737061a73ab190b8eed195dd661a33d9fb626b94a6a6fba81fbfa7b36_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:9140bbf737061a73ab190b8eed195dd661a33d9fb626b94a6a6fba81fbfa7b36_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-csi-node-driver-registrar@sha256%3A9140bbf737061a73ab190b8eed195dd661a33d9fb626b94a6a6fba81fbfa7b36?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775613964"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:9c27fb99b6123a4034679ef5f717f735115b0e341950cb2a67b3216ab06c65ef_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:9c27fb99b6123a4034679ef5f717f735115b0e341950cb2a67b3216ab06c65ef_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:9c27fb99b6123a4034679ef5f717f735115b0e341950cb2a67b3216ab06c65ef_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-csi-external-provisioner@sha256%3A9c27fb99b6123a4034679ef5f717f735115b0e341950cb2a67b3216ab06c65ef?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775614196"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:9c27fb99b6123a4034679ef5f717f735115b0e341950cb2a67b3216ab06c65ef_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:9c27fb99b6123a4034679ef5f717f735115b0e341950cb2a67b3216ab06c65ef_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:9c27fb99b6123a4034679ef5f717f735115b0e341950cb2a67b3216ab06c65ef_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-csi-external-provisioner@sha256%3A9c27fb99b6123a4034679ef5f717f735115b0e341950cb2a67b3216ab06c65ef?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775614196"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:04e80bfe7c66273c5d4506e60671b1de5c35fde9691a18230ee8bbe943b4590d_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:04e80bfe7c66273c5d4506e60671b1de5c35fde9691a18230ee8bbe943b4590d_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:04e80bfe7c66273c5d4506e60671b1de5c35fde9691a18230ee8bbe943b4590d_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-csi-snapshot-validation-webhook-rhel8@sha256%3A04e80bfe7c66273c5d4506e60671b1de5c35fde9691a18230ee8bbe943b4590d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775614016"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e8552930ebf6dae03eee2f0c5ed79ba200fed2e41782b10e929b9b58a3c5946_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e8552930ebf6dae03eee2f0c5ed79ba200fed2e41782b10e929b9b58a3c5946_amd64",
                  "product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e8552930ebf6dae03eee2f0c5ed79ba200fed2e41782b10e929b9b58a3c5946_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/driver-toolkit-rhel9@sha256%3A0e8552930ebf6dae03eee2f0c5ed79ba200fed2e41782b10e929b9b58a3c5946?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775569928"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:3ada000e5fa1f1021e91bb17fe80addb1fe783c8b6efceec5607929cfe02d44a_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:3ada000e5fa1f1021e91bb17fe80addb1fe783c8b6efceec5607929cfe02d44a_amd64",
                  "product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:3ada000e5fa1f1021e91bb17fe80addb1fe783c8b6efceec5607929cfe02d44a_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/egress-router-cni-rhel8@sha256%3A3ada000e5fa1f1021e91bb17fe80addb1fe783c8b6efceec5607929cfe02d44a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775614071"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:fa3dc3a2b225e40acde008309b3dc435ffcf27b3eef4388ca5e74f4e627b028c_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:fa3dc3a2b225e40acde008309b3dc435ffcf27b3eef4388ca5e74f4e627b028c_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:fa3dc3a2b225e40acde008309b3dc435ffcf27b3eef4388ca5e74f4e627b028c_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-oauth-proxy@sha256%3Afa3dc3a2b225e40acde008309b3dc435ffcf27b3eef4388ca5e74f4e627b028c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775613580"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:a473e1664f42e2c2d3d250d2f3b9e77ea1c19b7ea4f791377b62fee23cffbe90_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:a473e1664f42e2c2d3d250d2f3b9e77ea1c19b7ea4f791377b62fee23cffbe90_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:a473e1664f42e2c2d3d250d2f3b9e77ea1c19b7ea4f791377b62fee23cffbe90_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-prometheus-alertmanager@sha256%3Aa473e1664f42e2c2d3d250d2f3b9e77ea1c19b7ea4f791377b62fee23cffbe90?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775613584"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:28feb9e6f9ac12c689724636e1c9c1a26197243921e87e291b098f25075a847a_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:28feb9e6f9ac12c689724636e1c9c1a26197243921e87e291b098f25075a847a_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:28feb9e6f9ac12c689724636e1c9c1a26197243921e87e291b098f25075a847a_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-prometheus-node-exporter@sha256%3A28feb9e6f9ac12c689724636e1c9c1a26197243921e87e291b098f25075a847a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775613593"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-prometheus@sha256:27490e87e5044f1d5dd22217c2f80e785494edb50655431fd06169317ce7fa93_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-prometheus@sha256:27490e87e5044f1d5dd22217c2f80e785494edb50655431fd06169317ce7fa93_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-prometheus@sha256:27490e87e5044f1d5dd22217c2f80e785494edb50655431fd06169317ce7fa93_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-prometheus@sha256%3A27490e87e5044f1d5dd22217c2f80e785494edb50655431fd06169317ce7fa93?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775613633"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:281181b7c60b3b3ebef789345ecca56305169aa98cc0d441017adf0deb69e012_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:281181b7c60b3b3ebef789345ecca56305169aa98cc0d441017adf0deb69e012_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:281181b7c60b3b3ebef789345ecca56305169aa98cc0d441017adf0deb69e012_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-hypershift-rhel8@sha256%3A281181b7c60b3b3ebef789345ecca56305169aa98cc0d441017adf0deb69e012?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775613971"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:cb1e53e2269a1131c1692fae5a988ad0f3b390ce6fb8bc88833987a7945012ac_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:cb1e53e2269a1131c1692fae5a988ad0f3b390ce6fb8bc88833987a7945012ac_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:cb1e53e2269a1131c1692fae5a988ad0f3b390ce6fb8bc88833987a7945012ac_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-ibm-vpc-node-label-updater-rhel8@sha256%3Acb1e53e2269a1131c1692fae5a988ad0f3b390ce6fb8bc88833987a7945012ac?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775614327"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c075c6cb5b66f75a34725342def071af692d3b4aed32fc5272aaa081f1423179_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c075c6cb5b66f75a34725342def071af692d3b4aed32fc5272aaa081f1423179_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c075c6cb5b66f75a34725342def071af692d3b4aed32fc5272aaa081f1423179_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-ironic-rhel9@sha256%3Ac075c6cb5b66f75a34725342def071af692d3b4aed32fc5272aaa081f1423179?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775652079"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:fc973eaa0402fc1c09cefd4ce35af1f70090aaaf16557fea76c7963731065e6d_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:fc973eaa0402fc1c09cefd4ce35af1f70090aaaf16557fea76c7963731065e6d_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:fc973eaa0402fc1c09cefd4ce35af1f70090aaaf16557fea76c7963731065e6d_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-ironic-agent-rhel9@sha256%3Afc973eaa0402fc1c09cefd4ce35af1f70090aaaf16557fea76c7963731065e6d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775652067"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ee30b1edffcc546061bda6f003a704ad1f6ef50814db55955f2143d457dd32cb_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ee30b1edffcc546061bda6f003a704ad1f6ef50814db55955f2143d457dd32cb_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ee30b1edffcc546061bda6f003a704ad1f6ef50814db55955f2143d457dd32cb_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-ironic-machine-os-downloader-rhel9@sha256%3Aee30b1edffcc546061bda6f003a704ad1f6ef50814db55955f2143d457dd32cb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775568887"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:24464b84b62d96802f924e63f2a6b5d034d51f8424755d09e6d24c544bd9fb5b_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:24464b84b62d96802f924e63f2a6b5d034d51f8424755d09e6d24c544bd9fb5b_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:24464b84b62d96802f924e63f2a6b5d034d51f8424755d09e6d24c544bd9fb5b_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-ironic-static-ip-manager-rhel9@sha256%3A24464b84b62d96802f924e63f2a6b5d034d51f8424755d09e6d24c544bd9fb5b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775568585"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:f0ae90fa89e56686278923abd1ec9ee2b7d320fbc69f8fef4e312b9d7a22c313_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:f0ae90fa89e56686278923abd1ec9ee2b7d320fbc69f8fef4e312b9d7a22c313_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:f0ae90fa89e56686278923abd1ec9ee2b7d320fbc69f8fef4e312b9d7a22c313_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-kube-proxy@sha256%3Af0ae90fa89e56686278923abd1ec9ee2b7d320fbc69f8fef4e312b9d7a22c313?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775614151"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:7008a4a186533c89c3e86582c54cdf7e5966930246a870858dd873516f07fd37_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:7008a4a186533c89c3e86582c54cdf7e5966930246a870858dd873516f07fd37_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:7008a4a186533c89c3e86582c54cdf7e5966930246a870858dd873516f07fd37_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-kube-rbac-proxy@sha256%3A7008a4a186533c89c3e86582c54cdf7e5966930246a870858dd873516f07fd37?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775614096"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:acf914de6dcc84d7b3d0eee191a2469ea6d7b5da824e6e9146bf8ff1b35c3f2c_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:acf914de6dcc84d7b3d0eee191a2469ea6d7b5da824e6e9146bf8ff1b35c3f2c_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:acf914de6dcc84d7b3d0eee191a2469ea6d7b5da824e6e9146bf8ff1b35c3f2c_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-kube-state-metrics@sha256%3Aacf914de6dcc84d7b3d0eee191a2469ea6d7b5da824e6e9146bf8ff1b35c3f2c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775613942"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:3a1b4e12519dbd18933634b52d0f68df630984176da921e1728d4ec284e3794d_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:3a1b4e12519dbd18933634b52d0f68df630984176da921e1728d4ec284e3794d_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:3a1b4e12519dbd18933634b52d0f68df630984176da921e1728d4ec284e3794d_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-kuryr-cni-rhel8@sha256%3A3a1b4e12519dbd18933634b52d0f68df630984176da921e1728d4ec284e3794d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775613615"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:42e1aa281762f8a8ed9c0603e142ffd3f39945245aa6c7ebc83c9257d19fd825_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:42e1aa281762f8a8ed9c0603e142ffd3f39945245aa6c7ebc83c9257d19fd825_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:42e1aa281762f8a8ed9c0603e142ffd3f39945245aa6c7ebc83c9257d19fd825_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-kuryr-controller-rhel8@sha256%3A42e1aa281762f8a8ed9c0603e142ffd3f39945245aa6c7ebc83c9257d19fd825?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775613567"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:49f5dc435a7868321177263e8ed5ee3d87b73ceebfaf6be10fcd3f5361fd93ee_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:49f5dc435a7868321177263e8ed5ee3d87b73ceebfaf6be10fcd3f5361fd93ee_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:49f5dc435a7868321177263e8ed5ee3d87b73ceebfaf6be10fcd3f5361fd93ee_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-operator-marketplace@sha256%3A49f5dc435a7868321177263e8ed5ee3d87b73ceebfaf6be10fcd3f5361fd93ee?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775614183"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-multus-cni@sha256:0306883be14db42de8498d6a68b3abef9c4615f5972e39706f0945fe2d4513f2_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-multus-cni@sha256:0306883be14db42de8498d6a68b3abef9c4615f5972e39706f0945fe2d4513f2_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-multus-cni@sha256:0306883be14db42de8498d6a68b3abef9c4615f5972e39706f0945fe2d4513f2_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-multus-cni@sha256%3A0306883be14db42de8498d6a68b3abef9c4615f5972e39706f0945fe2d4513f2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775614021"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:62e71caf9e998db56029dc1e68a73b1ba14ed13147149cda18803bbe27e62833_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:62e71caf9e998db56029dc1e68a73b1ba14ed13147149cda18803bbe27e62833_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:62e71caf9e998db56029dc1e68a73b1ba14ed13147149cda18803bbe27e62833_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-multus-networkpolicy-rhel8@sha256%3A62e71caf9e998db56029dc1e68a73b1ba14ed13147149cda18803bbe27e62833?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775614074"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:f1a831120663cd669d77c56fa6c4c5bf069a86e1455d56671241727b677a96be_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:f1a831120663cd669d77c56fa6c4c5bf069a86e1455d56671241727b677a96be_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:f1a831120663cd669d77c56fa6c4c5bf069a86e1455d56671241727b677a96be_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-oauth-server-rhel8@sha256%3Af1a831120663cd669d77c56fa6c4c5bf069a86e1455d56671241727b677a96be?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775613974"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:cc7f9374e6b2155e8f6154fc44b41980715536ec54fe429ec434a3ea519099e3_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:cc7f9374e6b2155e8f6154fc44b41980715536ec54fe429ec434a3ea519099e3_amd64",
                  "product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:cc7f9374e6b2155e8f6154fc44b41980715536ec54fe429ec434a3ea519099e3_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/oc-mirror-plugin-rhel8@sha256%3Acc7f9374e6b2155e8f6154fc44b41980715536ec54fe429ec434a3ea519099e3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775614307"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-docker-builder@sha256:28bf9956e7551279c391c4a1b9b2cc5d00c912bef1765b5b356de6e692c97a13_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-docker-builder@sha256:28bf9956e7551279c391c4a1b9b2cc5d00c912bef1765b5b356de6e692c97a13_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-docker-builder@sha256:28bf9956e7551279c391c4a1b9b2cc5d00c912bef1765b5b356de6e692c97a13_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-docker-builder@sha256%3A28bf9956e7551279c391c4a1b9b2cc5d00c912bef1765b5b356de6e692c97a13?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775613631"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-cli@sha256:32b4ab4489ff48435f000e9e44a9e2f481e586f2ec5d77b8197e34348e17f9e3_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-cli@sha256:32b4ab4489ff48435f000e9e44a9e2f481e586f2ec5d77b8197e34348e17f9e3_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-cli@sha256:32b4ab4489ff48435f000e9e44a9e2f481e586f2ec5d77b8197e34348e17f9e3_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-cli@sha256%3A32b4ab4489ff48435f000e9e44a9e2f481e586f2ec5d77b8197e34348e17f9e3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775614281"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-console@sha256:82ecf23af51595b79c4e3a05cb8ae4be3fc8c60f54eaa9cd88f8e97548a3cbc1_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-console@sha256:82ecf23af51595b79c4e3a05cb8ae4be3fc8c60f54eaa9cd88f8e97548a3cbc1_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-console@sha256:82ecf23af51595b79c4e3a05cb8ae4be3fc8c60f54eaa9cd88f8e97548a3cbc1_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-console@sha256%3A82ecf23af51595b79c4e3a05cb8ae4be3fc8c60f54eaa9cd88f8e97548a3cbc1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775050228"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-console-operator@sha256:8e6f4c82af29aa5ad18699069d26f2c8fdb261c94f2f912cfd5c714c19cff896_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-console-operator@sha256:8e6f4c82af29aa5ad18699069d26f2c8fdb261c94f2f912cfd5c714c19cff896_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-console-operator@sha256:8e6f4c82af29aa5ad18699069d26f2c8fdb261c94f2f912cfd5c714c19cff896_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-console-operator@sha256%3A8e6f4c82af29aa5ad18699069d26f2c8fdb261c94f2f912cfd5c714c19cff896?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775614023"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-deployer@sha256:8e22ee115efe612aaf62d0b8f724454d288a82c976675309d21d5bc621dab819_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-deployer@sha256:8e22ee115efe612aaf62d0b8f724454d288a82c976675309d21d5bc621dab819_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-deployer@sha256:8e22ee115efe612aaf62d0b8f724454d288a82c976675309d21d5bc621dab819_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-deployer@sha256%3A8e22ee115efe612aaf62d0b8f724454d288a82c976675309d21d5bc621dab819?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775615198"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:d2d397e2ba0e171f79a1251641a8a296252abd0bf61095f101c274c02ef469af_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:d2d397e2ba0e171f79a1251641a8a296252abd0bf61095f101c274c02ef469af_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:d2d397e2ba0e171f79a1251641a8a296252abd0bf61095f101c274c02ef469af_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-haproxy-router@sha256%3Ad2d397e2ba0e171f79a1251641a8a296252abd0bf61095f101c274c02ef469af?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775614870"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-hyperkube@sha256:f9e4ddb22ba0ea25627c59aa688ed34cde0ad5226b4eb76178c027626dc94874_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-hyperkube@sha256:f9e4ddb22ba0ea25627c59aa688ed34cde0ad5226b4eb76178c027626dc94874_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-hyperkube@sha256:f9e4ddb22ba0ea25627c59aa688ed34cde0ad5226b4eb76178c027626dc94874_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-hyperkube@sha256%3Af9e4ddb22ba0ea25627c59aa688ed34cde0ad5226b4eb76178c027626dc94874?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775613982"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:4911935291bdf9bd32fc151cc818c7f61b9844b40ac18317a958375cc33ccf0b_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:4911935291bdf9bd32fc151cc818c7f61b9844b40ac18317a958375cc33ccf0b_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:4911935291bdf9bd32fc151cc818c7f61b9844b40ac18317a958375cc33ccf0b_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-keepalived-ipfailover@sha256%3A4911935291bdf9bd32fc151cc818c7f61b9844b40ac18317a958375cc33ccf0b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775613968"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-pod@sha256:5bb94ffa77b73f4bd61e77b5f5723447f50307c4421ba8b3b41f280dcba24e44_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-pod@sha256:5bb94ffa77b73f4bd61e77b5f5723447f50307c4421ba8b3b41f280dcba24e44_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-pod@sha256:5bb94ffa77b73f4bd61e77b5f5723447f50307c4421ba8b3b41f280dcba24e44_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-pod@sha256%3A5bb94ffa77b73f4bd61e77b5f5723447f50307c4421ba8b3b41f280dcba24e44?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775614312"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-docker-registry@sha256:2fc4b21628197efa76c52f1a9f1384fa57554dec83c9a5d531af1c881448dbb4_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-docker-registry@sha256:2fc4b21628197efa76c52f1a9f1384fa57554dec83c9a5d531af1c881448dbb4_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-docker-registry@sha256:2fc4b21628197efa76c52f1a9f1384fa57554dec83c9a5d531af1c881448dbb4_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-docker-registry@sha256%3A2fc4b21628197efa76c52f1a9f1384fa57554dec83c9a5d531af1c881448dbb4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775613954"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-tests@sha256:492db7a17c3a330c80c6edc87322a2a06a085926c06ac2abe8539b779b16a0be_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-tests@sha256:492db7a17c3a330c80c6edc87322a2a06a085926c06ac2abe8539b779b16a0be_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-tests@sha256:492db7a17c3a330c80c6edc87322a2a06a085926c06ac2abe8539b779b16a0be_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-tests@sha256%3A492db7a17c3a330c80c6edc87322a2a06a085926c06ac2abe8539b779b16a0be?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775615846"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:1889f2a47d26217c991a5b5feec3c2c124936cf77cca722f4d8e376e99acf66e_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:1889f2a47d26217c991a5b5feec3c2c124936cf77cca722f4d8e376e99acf66e_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:1889f2a47d26217c991a5b5feec3c2c124936cf77cca722f4d8e376e99acf66e_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-openshift-state-metrics-rhel8@sha256%3A1889f2a47d26217c991a5b5feec3c2c124936cf77cca722f4d8e376e99acf66e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775614020"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:c9b0a5da0e6cffe8d46cdfc65affe7266c5a3942421cdd58c1973698365fe947_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:c9b0a5da0e6cffe8d46cdfc65affe7266c5a3942421cdd58c1973698365fe947_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:c9b0a5da0e6cffe8d46cdfc65affe7266c5a3942421cdd58c1973698365fe947_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-operator-lifecycle-manager@sha256%3Ac9b0a5da0e6cffe8d46cdfc65affe7266c5a3942421cdd58c1973698365fe947?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775614024"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-operator-registry@sha256:790f23380f9e12198322169a226baa088bb3f2a81423991314d57aa715e7c916_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-operator-registry@sha256:790f23380f9e12198322169a226baa088bb3f2a81423991314d57aa715e7c916_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-operator-registry@sha256:790f23380f9e12198322169a226baa088bb3f2a81423991314d57aa715e7c916_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-operator-registry@sha256%3A790f23380f9e12198322169a226baa088bb3f2a81423991314d57aa715e7c916?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775614064"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:3e5610de95b94bbd12e019a3d0dc260bc59c7fd229eeb1e86d830ff6a3ca5caa_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:3e5610de95b94bbd12e019a3d0dc260bc59c7fd229eeb1e86d830ff6a3ca5caa_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:3e5610de95b94bbd12e019a3d0dc260bc59c7fd229eeb1e86d830ff6a3ca5caa_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-agent-installer-api-server-rhel8@sha256%3A3e5610de95b94bbd12e019a3d0dc260bc59c7fd229eeb1e86d830ff6a3ca5caa?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775615316"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:ba7df9cea0a2e5b59171ca9d133c568b621d016b263561664231ae7266b61489_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:ba7df9cea0a2e5b59171ca9d133c568b621d016b263561664231ae7266b61489_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:ba7df9cea0a2e5b59171ca9d133c568b621d016b263561664231ae7266b61489_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-agent-installer-csr-approver-rhel8@sha256%3Aba7df9cea0a2e5b59171ca9d133c568b621d016b263561664231ae7266b61489?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775615260"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:f356193220c0cac496a3a3c496cbcc712a97167665ff2592aa52a61709010d6c_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:f356193220c0cac496a3a3c496cbcc712a97167665ff2592aa52a61709010d6c_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:f356193220c0cac496a3a3c496cbcc712a97167665ff2592aa52a61709010d6c_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-agent-installer-node-agent-rhel8@sha256%3Af356193220c0cac496a3a3c496cbcc712a97167665ff2592aa52a61709010d6c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775614015"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:10aa55210d4eccaa6369a9ffe48548b9bc3d9bbad5b0c733adb1eec1414e1704_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:10aa55210d4eccaa6369a9ffe48548b9bc3d9bbad5b0c733adb1eec1414e1704_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:10aa55210d4eccaa6369a9ffe48548b9bc3d9bbad5b0c733adb1eec1414e1704_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-agent-installer-orchestrator-rhel8@sha256%3A10aa55210d4eccaa6369a9ffe48548b9bc3d9bbad5b0c733adb1eec1414e1704?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775614384"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:947a8b30c79069483951056d8c05ac7938bebdb106448ce9715f4ecfe1347e55_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:947a8b30c79069483951056d8c05ac7938bebdb106448ce9715f4ecfe1347e55_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:947a8b30c79069483951056d8c05ac7938bebdb106448ce9715f4ecfe1347e55_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-alibaba-cloud-controller-manager-rhel8@sha256%3A947a8b30c79069483951056d8c05ac7938bebdb106448ce9715f4ecfe1347e55?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775613989"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:41c93b1974e27b361ae9243c6ab6104911d794fccd417b6cec81a4c9290377ce_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:41c93b1974e27b361ae9243c6ab6104911d794fccd417b6cec81a4c9290377ce_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:41c93b1974e27b361ae9243c6ab6104911d794fccd417b6cec81a4c9290377ce_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-alibaba-cloud-csi-driver-container-rhel8@sha256%3A41c93b1974e27b361ae9243c6ab6104911d794fccd417b6cec81a4c9290377ce?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775614214"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:e74694c0c30fb2a0da44d376677204f893d75a2d65c252462e162a3aa3ea6764_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:e74694c0c30fb2a0da44d376677204f893d75a2d65c252462e162a3aa3ea6764_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:e74694c0c30fb2a0da44d376677204f893d75a2d65c252462e162a3aa3ea6764_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256%3Ae74694c0c30fb2a0da44d376677204f893d75a2d65c252462e162a3aa3ea6764?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775614018"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:264f3b3a32c444e30c5c30c1df7e6286be82d6464f52fda953ae89534b052856_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:264f3b3a32c444e30c5c30c1df7e6286be82d6464f52fda953ae89534b052856_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:264f3b3a32c444e30c5c30c1df7e6286be82d6464f52fda953ae89534b052856_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-alibaba-machine-controllers-rhel8@sha256%3A264f3b3a32c444e30c5c30c1df7e6286be82d6464f52fda953ae89534b052856?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775613996"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:680ecae2a2ef7c0c80d445f4b35e22d60d6e2c6da7e86fe76a20c468a439447e_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:680ecae2a2ef7c0c80d445f4b35e22d60d6e2c6da7e86fe76a20c468a439447e_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:680ecae2a2ef7c0c80d445f4b35e22d60d6e2c6da7e86fe76a20c468a439447e_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-apiserver-network-proxy-rhel8@sha256%3A680ecae2a2ef7c0c80d445f4b35e22d60d6e2c6da7e86fe76a20c468a439447e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775613983"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:39bc3c72d0a07bac96e2d41ec927ddfaab50e5a29f64a9f56c48680ca809fec8_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:39bc3c72d0a07bac96e2d41ec927ddfaab50e5a29f64a9f56c48680ca809fec8_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:39bc3c72d0a07bac96e2d41ec927ddfaab50e5a29f64a9f56c48680ca809fec8_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-aws-cloud-controller-manager-rhel8@sha256%3A39bc3c72d0a07bac96e2d41ec927ddfaab50e5a29f64a9f56c48680ca809fec8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775614019"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:82218662d30e5716e6b0885f96bba658e5f44944cc2367e7f82528568138a473_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:82218662d30e5716e6b0885f96bba658e5f44944cc2367e7f82528568138a473_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:82218662d30e5716e6b0885f96bba658e5f44944cc2367e7f82528568138a473_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-aws-cluster-api-controllers-rhel8@sha256%3A82218662d30e5716e6b0885f96bba658e5f44944cc2367e7f82528568138a473?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775613971"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:d4a5bfcc63730cadaad1849155dc32d4c8212c9d6f21ae41011506e1b10824e0_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:d4a5bfcc63730cadaad1849155dc32d4c8212c9d6f21ae41011506e1b10824e0_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:d4a5bfcc63730cadaad1849155dc32d4c8212c9d6f21ae41011506e1b10824e0_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-aws-ebs-csi-driver-rhel8@sha256%3Ad4a5bfcc63730cadaad1849155dc32d4c8212c9d6f21ae41011506e1b10824e0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775614029"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:be8c06f56c29b0b478d093a698deb0ee9177be3c3fd8988be81fc8b22001b87d_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:be8c06f56c29b0b478d093a698deb0ee9177be3c3fd8988be81fc8b22001b87d_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:be8c06f56c29b0b478d093a698deb0ee9177be3c3fd8988be81fc8b22001b87d_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-aws-ebs-csi-driver-rhel8-operator@sha256%3Abe8c06f56c29b0b478d093a698deb0ee9177be3c3fd8988be81fc8b22001b87d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775614005"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:715e9c721b69d293511451836d7aae6b8841f0783b3779db466691b088ec2ee4_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:715e9c721b69d293511451836d7aae6b8841f0783b3779db466691b088ec2ee4_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:715e9c721b69d293511451836d7aae6b8841f0783b3779db466691b088ec2ee4_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-aws-pod-identity-webhook-rhel8@sha256%3A715e9c721b69d293511451836d7aae6b8841f0783b3779db466691b088ec2ee4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775614049"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:cb991575e8aa5424757123e6551add1f1a48dfbedb48fbc528af23b08f8c214c_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:cb991575e8aa5424757123e6551add1f1a48dfbedb48fbc528af23b08f8c214c_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:cb991575e8aa5424757123e6551add1f1a48dfbedb48fbc528af23b08f8c214c_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-azure-cloud-controller-manager-rhel8@sha256%3Acb991575e8aa5424757123e6551add1f1a48dfbedb48fbc528af23b08f8c214c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775613992"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:bef500d5b7a55988597abfd509c51edcdf126424ca547a5b688e2577dbce9788_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:bef500d5b7a55988597abfd509c51edcdf126424ca547a5b688e2577dbce9788_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:bef500d5b7a55988597abfd509c51edcdf126424ca547a5b688e2577dbce9788_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-azure-cloud-node-manager-rhel8@sha256%3Abef500d5b7a55988597abfd509c51edcdf126424ca547a5b688e2577dbce9788?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775614004"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:7a1f4cbfa65597798a792c875b9a329a7c551d65c1498f2440db8f01865315cb_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:7a1f4cbfa65597798a792c875b9a329a7c551d65c1498f2440db8f01865315cb_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:7a1f4cbfa65597798a792c875b9a329a7c551d65c1498f2440db8f01865315cb_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-azure-cluster-api-controllers-rhel8@sha256%3A7a1f4cbfa65597798a792c875b9a329a7c551d65c1498f2440db8f01865315cb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775614156"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:ffdc1114835b5aec86414db4d5f399b5fc1c1f2f33ed7e89c4bb82d6c245c499_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:ffdc1114835b5aec86414db4d5f399b5fc1c1f2f33ed7e89c4bb82d6c245c499_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:ffdc1114835b5aec86414db4d5f399b5fc1c1f2f33ed7e89c4bb82d6c245c499_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-azure-disk-csi-driver-rhel8@sha256%3Affdc1114835b5aec86414db4d5f399b5fc1c1f2f33ed7e89c4bb82d6c245c499?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775614048"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:91c544a7403fabb5a5222cb159420ec3ffdc777dc20da8802e16ad645fa873a5_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:91c544a7403fabb5a5222cb159420ec3ffdc777dc20da8802e16ad645fa873a5_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:91c544a7403fabb5a5222cb159420ec3ffdc777dc20da8802e16ad645fa873a5_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-azure-disk-csi-driver-rhel8-operator@sha256%3A91c544a7403fabb5a5222cb159420ec3ffdc777dc20da8802e16ad645fa873a5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775613933"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:4e882efe0d786dd2314e119affa1dd2e9c4a27b046ac24e2d0ee648e64826cc1_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:4e882efe0d786dd2314e119affa1dd2e9c4a27b046ac24e2d0ee648e64826cc1_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:4e882efe0d786dd2314e119affa1dd2e9c4a27b046ac24e2d0ee648e64826cc1_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-baremetal-installer-rhel8@sha256%3A4e882efe0d786dd2314e119affa1dd2e9c4a27b046ac24e2d0ee648e64826cc1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775614479"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:c7557194b650a8461fc1cb10edfc2622dd3c9f3036271d9e2067e8c5c0ddba8a_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:c7557194b650a8461fc1cb10edfc2622dd3c9f3036271d9e2067e8c5c0ddba8a_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:c7557194b650a8461fc1cb10edfc2622dd3c9f3036271d9e2067e8c5c0ddba8a_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-baremetal-rhel8-operator@sha256%3Ac7557194b650a8461fc1cb10edfc2622dd3c9f3036271d9e2067e8c5c0ddba8a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775614197"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:8a1a7658aef6a48c8023cc18ac52981a576c91349419aca409bd87d0167dbaa9_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:8a1a7658aef6a48c8023cc18ac52981a576c91349419aca409bd87d0167dbaa9_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:8a1a7658aef6a48c8023cc18ac52981a576c91349419aca409bd87d0167dbaa9_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-cli-artifacts@sha256%3A8a1a7658aef6a48c8023cc18ac52981a576c91349419aca409bd87d0167dbaa9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775615430"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:e56993e447d27d2719c4eea99b14c0e68aa0e7cd312f70529e44f11ee7a5c363_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:e56993e447d27d2719c4eea99b14c0e68aa0e7cd312f70529e44f11ee7a5c363_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:e56993e447d27d2719c4eea99b14c0e68aa0e7cd312f70529e44f11ee7a5c363_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-cloud-credential-operator@sha256%3Ae56993e447d27d2719c4eea99b14c0e68aa0e7cd312f70529e44f11ee7a5c363?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775614303"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:f66a0e70ff4db8eecd06be7221e1afc18f4cc4b971d73f72a54ccbb91144aeb5_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:f66a0e70ff4db8eecd06be7221e1afc18f4cc4b971d73f72a54ccbb91144aeb5_amd64",
                  "product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:f66a0e70ff4db8eecd06be7221e1afc18f4cc4b971d73f72a54ccbb91144aeb5_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/cloud-network-config-controller-rhel8@sha256%3Af66a0e70ff4db8eecd06be7221e1afc18f4cc4b971d73f72a54ccbb91144aeb5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775614042"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:305b44fdaa8cbbb98f0fadcfa1a08c134c475448ec5278d78ac7d658f3323500_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:305b44fdaa8cbbb98f0fadcfa1a08c134c475448ec5278d78ac7d658f3323500_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:305b44fdaa8cbbb98f0fadcfa1a08c134c475448ec5278d78ac7d658f3323500_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-cluster-api-rhel8@sha256%3A305b44fdaa8cbbb98f0fadcfa1a08c134c475448ec5278d78ac7d658f3323500?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775614207"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:ca3cd9ecc7d7f5c1059c79e13dbcd2622c8d5bc637888e9b472e6507e5d52ee1_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:ca3cd9ecc7d7f5c1059c79e13dbcd2622c8d5bc637888e9b472e6507e5d52ee1_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:ca3cd9ecc7d7f5c1059c79e13dbcd2622c8d5bc637888e9b472e6507e5d52ee1_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-cluster-authentication-operator@sha256%3Aca3cd9ecc7d7f5c1059c79e13dbcd2622c8d5bc637888e9b472e6507e5d52ee1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775614301"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:971d4594e7209ce0f3d0f50cfb5199b1e18b0030ba7d8708342c5579143645bc_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:971d4594e7209ce0f3d0f50cfb5199b1e18b0030ba7d8708342c5579143645bc_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:971d4594e7209ce0f3d0f50cfb5199b1e18b0030ba7d8708342c5579143645bc_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-cluster-autoscaler-operator@sha256%3A971d4594e7209ce0f3d0f50cfb5199b1e18b0030ba7d8708342c5579143645bc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775613974"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2ef9284558d4cf1995e03937d6116a2f6ba8e91a9ced8632bff0740d88de3c73_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2ef9284558d4cf1995e03937d6116a2f6ba8e91a9ced8632bff0740d88de3c73_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2ef9284558d4cf1995e03937d6116a2f6ba8e91a9ced8632bff0740d88de3c73_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-cluster-baremetal-operator-rhel8@sha256%3A2ef9284558d4cf1995e03937d6116a2f6ba8e91a9ced8632bff0740d88de3c73?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775613980"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:36a99b1f241c5e5e0a8fee16163c7c046904e18c32d5b8de3e486f1f216e38a7_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:36a99b1f241c5e5e0a8fee16163c7c046904e18c32d5b8de3e486f1f216e38a7_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:36a99b1f241c5e5e0a8fee16163c7c046904e18c32d5b8de3e486f1f216e38a7_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-cluster-bootstrap@sha256%3A36a99b1f241c5e5e0a8fee16163c7c046904e18c32d5b8de3e486f1f216e38a7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775614014"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:a782bef2310c40c84bc397d375f97748749eaf1f2182bc61dc0681b7021a2176_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:a782bef2310c40c84bc397d375f97748749eaf1f2182bc61dc0681b7021a2176_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:a782bef2310c40c84bc397d375f97748749eaf1f2182bc61dc0681b7021a2176_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-cluster-update-keys@sha256%3Aa782bef2310c40c84bc397d375f97748749eaf1f2182bc61dc0681b7021a2176?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775613877"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:81fb28c8d40044f4046edee60b752aadf7c0b4a4bee1551451360c8cf3bf85c0_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:81fb28c8d40044f4046edee60b752aadf7c0b4a4bee1551451360c8cf3bf85c0_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:81fb28c8d40044f4046edee60b752aadf7c0b4a4bee1551451360c8cf3bf85c0_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-cluster-capi-operator-container-rhel8@sha256%3A81fb28c8d40044f4046edee60b752aadf7c0b4a4bee1551451360c8cf3bf85c0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775614069"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:81fb28c8d40044f4046edee60b752aadf7c0b4a4bee1551451360c8cf3bf85c0_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:81fb28c8d40044f4046edee60b752aadf7c0b4a4bee1551451360c8cf3bf85c0_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:81fb28c8d40044f4046edee60b752aadf7c0b4a4bee1551451360c8cf3bf85c0_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-cluster-capi-operator-container-rhel8@sha256%3A81fb28c8d40044f4046edee60b752aadf7c0b4a4bee1551451360c8cf3bf85c0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775614069"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:b1a37041b4d0a83df1f220cb183493a725d44befd1b25d12f43230ffa1dfa46b_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:b1a37041b4d0a83df1f220cb183493a725d44befd1b25d12f43230ffa1dfa46b_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:b1a37041b4d0a83df1f220cb183493a725d44befd1b25d12f43230ffa1dfa46b_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-cluster-cloud-controller-manager-operator-rhel8@sha256%3Ab1a37041b4d0a83df1f220cb183493a725d44befd1b25d12f43230ffa1dfa46b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775613944"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:287d4b9b44aa682322234ef10e4597890c5c30ba1ec74926fbef67c64e72efcf_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:287d4b9b44aa682322234ef10e4597890c5c30ba1ec74926fbef67c64e72efcf_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:287d4b9b44aa682322234ef10e4597890c5c30ba1ec74926fbef67c64e72efcf_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-cluster-config-operator@sha256%3A287d4b9b44aa682322234ef10e4597890c5c30ba1ec74926fbef67c64e72efcf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775614006"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:f9337a3abda6ab098be6110a99f69ba0d1a390389e17d48e55d8da3b8d037c5d_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:f9337a3abda6ab098be6110a99f69ba0d1a390389e17d48e55d8da3b8d037c5d_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:f9337a3abda6ab098be6110a99f69ba0d1a390389e17d48e55d8da3b8d037c5d_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-cluster-control-plane-machine-set-operator-rhel8@sha256%3Af9337a3abda6ab098be6110a99f69ba0d1a390389e17d48e55d8da3b8d037c5d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775614055"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:dbdb53c34533f1104e1c767b1409f445724c15e293147204cd195f395927e7c3_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:dbdb53c34533f1104e1c767b1409f445724c15e293147204cd195f395927e7c3_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:dbdb53c34533f1104e1c767b1409f445724c15e293147204cd195f395927e7c3_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256%3Adbdb53c34533f1104e1c767b1409f445724c15e293147204cd195f395927e7c3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775613974"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:92da99d0dadb70ee55f7fca94031a728aaac5dc3bb31e018c502edf50afe4272_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:92da99d0dadb70ee55f7fca94031a728aaac5dc3bb31e018c502edf50afe4272_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:92da99d0dadb70ee55f7fca94031a728aaac5dc3bb31e018c502edf50afe4272_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-cluster-dns-operator@sha256%3A92da99d0dadb70ee55f7fca94031a728aaac5dc3bb31e018c502edf50afe4272?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775614305"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:45c9b8468d767a3114ca79266e8528aafa421d1088ecfa44483af788eba5158f_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:45c9b8468d767a3114ca79266e8528aafa421d1088ecfa44483af788eba5158f_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:45c9b8468d767a3114ca79266e8528aafa421d1088ecfa44483af788eba5158f_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-cluster-image-registry-operator@sha256%3A45c9b8468d767a3114ca79266e8528aafa421d1088ecfa44483af788eba5158f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775614176"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:82fc89a2dea00d0e2db8351131939f284029a635f944da6b44f75c4d8c2f5bb4_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:82fc89a2dea00d0e2db8351131939f284029a635f944da6b44f75c4d8c2f5bb4_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:82fc89a2dea00d0e2db8351131939f284029a635f944da6b44f75c4d8c2f5bb4_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-cluster-ingress-operator@sha256%3A82fc89a2dea00d0e2db8351131939f284029a635f944da6b44f75c4d8c2f5bb4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775613987"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:2606106d1aaac250505e3e282917873c7cc852eab6bd21126bc5cd8f44561848_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:2606106d1aaac250505e3e282917873c7cc852eab6bd21126bc5cd8f44561848_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:2606106d1aaac250505e3e282917873c7cc852eab6bd21126bc5cd8f44561848_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-cluster-kube-apiserver-operator@sha256%3A2606106d1aaac250505e3e282917873c7cc852eab6bd21126bc5cd8f44561848?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775614042"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:5233c4447b3477f819024ae75434f3f86c001da024f7cfa40a72dce9ef72e301_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:5233c4447b3477f819024ae75434f3f86c001da024f7cfa40a72dce9ef72e301_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:5233c4447b3477f819024ae75434f3f86c001da024f7cfa40a72dce9ef72e301_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-cluster-kube-cluster-api-rhel8-operator@sha256%3A5233c4447b3477f819024ae75434f3f86c001da024f7cfa40a72dce9ef72e301?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775613926"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:3a8e057da73675e08b11ea190cec49e714281697ee765d456b805d7333a18919_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:3a8e057da73675e08b11ea190cec49e714281697ee765d456b805d7333a18919_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:3a8e057da73675e08b11ea190cec49e714281697ee765d456b805d7333a18919_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-cluster-kube-controller-manager-operator@sha256%3A3a8e057da73675e08b11ea190cec49e714281697ee765d456b805d7333a18919?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775613995"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:86c9a509896876a5d89e56342bbb4754ef1017b393df1a81395965ea46625ad3_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:86c9a509896876a5d89e56342bbb4754ef1017b393df1a81395965ea46625ad3_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:86c9a509896876a5d89e56342bbb4754ef1017b393df1a81395965ea46625ad3_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-cluster-kube-scheduler-operator@sha256%3A86c9a509896876a5d89e56342bbb4754ef1017b393df1a81395965ea46625ad3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775614049"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:75634bdaa693c3983bfe2bbd4369163e350e0422022241c7f4f5422609baa4e4_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:75634bdaa693c3983bfe2bbd4369163e350e0422022241c7f4f5422609baa4e4_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:75634bdaa693c3983bfe2bbd4369163e350e0422022241c7f4f5422609baa4e4_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256%3A75634bdaa693c3983bfe2bbd4369163e350e0422022241c7f4f5422609baa4e4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775614020"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:761c7d51b1d482c2e751ee6dee6e8159ac9fac35ef6592ae4d4a0676d963080b_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:761c7d51b1d482c2e751ee6dee6e8159ac9fac35ef6592ae4d4a0676d963080b_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:761c7d51b1d482c2e751ee6dee6e8159ac9fac35ef6592ae4d4a0676d963080b_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-cluster-machine-approver@sha256%3A761c7d51b1d482c2e751ee6dee6e8159ac9fac35ef6592ae4d4a0676d963080b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775613992"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:ca6ec90fd75d94ab29d4326b1d7b6119ea66b22ea06313b80f00d0b4ef91d24d_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:ca6ec90fd75d94ab29d4326b1d7b6119ea66b22ea06313b80f00d0b4ef91d24d_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:ca6ec90fd75d94ab29d4326b1d7b6119ea66b22ea06313b80f00d0b4ef91d24d_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-cluster-openshift-apiserver-operator@sha256%3Aca6ec90fd75d94ab29d4326b1d7b6119ea66b22ea06313b80f00d0b4ef91d24d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775614011"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:a4ccc2a0c274052cbbe0e1c7a987bf00511f24952e2b72cb8c4a989e13509598_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:a4ccc2a0c274052cbbe0e1c7a987bf00511f24952e2b72cb8c4a989e13509598_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:a4ccc2a0c274052cbbe0e1c7a987bf00511f24952e2b72cb8c4a989e13509598_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-cluster-openshift-controller-manager-operator@sha256%3Aa4ccc2a0c274052cbbe0e1c7a987bf00511f24952e2b72cb8c4a989e13509598?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775614263"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:b9cbc81f1cf2e9800ccf2505cefc359f86d6a635bd389ae41f2571ca90558979_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:b9cbc81f1cf2e9800ccf2505cefc359f86d6a635bd389ae41f2571ca90558979_amd64",
                  "product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:b9cbc81f1cf2e9800ccf2505cefc359f86d6a635bd389ae41f2571ca90558979_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ovirt-csi-driver-rhel8-operator@sha256%3Ab9cbc81f1cf2e9800ccf2505cefc359f86d6a635bd389ae41f2571ca90558979?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775614068"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:1d54a2c229ad3d01bf3445cd543e9d65cf27fc5ac9aa9a3dc5b237ce96138bd5_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:1d54a2c229ad3d01bf3445cd543e9d65cf27fc5ac9aa9a3dc5b237ce96138bd5_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:1d54a2c229ad3d01bf3445cd543e9d65cf27fc5ac9aa9a3dc5b237ce96138bd5_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-cluster-platform-operators-manager-rhel8@sha256%3A1d54a2c229ad3d01bf3445cd543e9d65cf27fc5ac9aa9a3dc5b237ce96138bd5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775614064"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:90887577863ae56b7ec64d92e887f2fbd57bc814a7ff1b45837c0a316802afc1_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:90887577863ae56b7ec64d92e887f2fbd57bc814a7ff1b45837c0a316802afc1_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:90887577863ae56b7ec64d92e887f2fbd57bc814a7ff1b45837c0a316802afc1_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-cluster-samples-operator@sha256%3A90887577863ae56b7ec64d92e887f2fbd57bc814a7ff1b45837c0a316802afc1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775613581"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:8b5059576c10b4e449f9621f195b8383d50a81a304a2cd83ace4615df922d8f9_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:8b5059576c10b4e449f9621f195b8383d50a81a304a2cd83ace4615df922d8f9_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:8b5059576c10b4e449f9621f195b8383d50a81a304a2cd83ace4615df922d8f9_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-container-networking-plugins-rhel8@sha256%3A8b5059576c10b4e449f9621f195b8383d50a81a304a2cd83ace4615df922d8f9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775614083"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:b95708710c9876afd203c6091ddf5a32ffa2d36bcc5213ebd897cfdf19eb8f7c_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:b95708710c9876afd203c6091ddf5a32ffa2d36bcc5213ebd897cfdf19eb8f7c_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:b95708710c9876afd203c6091ddf5a32ffa2d36bcc5213ebd897cfdf19eb8f7c_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-csi-driver-shared-resource-rhel8@sha256%3Ab95708710c9876afd203c6091ddf5a32ffa2d36bcc5213ebd897cfdf19eb8f7c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775613989"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:745eb8f1b1b1ab2301309de55b495d0c2ec0baad7dd64ee0c17e537a607e044f_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:745eb8f1b1b1ab2301309de55b495d0c2ec0baad7dd64ee0c17e537a607e044f_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:745eb8f1b1b1ab2301309de55b495d0c2ec0baad7dd64ee0c17e537a607e044f_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-csi-driver-shared-resource-operator-rhel8@sha256%3A745eb8f1b1b1ab2301309de55b495d0c2ec0baad7dd64ee0c17e537a607e044f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775613961"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:da26759b9b8e8890c6db5e6daf783c35f6b6b81e3c32cf862c6ab3b140e52e31_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:da26759b9b8e8890c6db5e6daf783c35f6b6b81e3c32cf862c6ab3b140e52e31_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:da26759b9b8e8890c6db5e6daf783c35f6b6b81e3c32cf862c6ab3b140e52e31_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-csi-driver-shared-resource-webhook-rhel8@sha256%3Ada26759b9b8e8890c6db5e6daf783c35f6b6b81e3c32cf862c6ab3b140e52e31?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775613982"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e2a65ea66422e1af049d6e1d27f9ed83fc8cb4a329421f7fb3b661b6cfe60c6f_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e2a65ea66422e1af049d6e1d27f9ed83fc8cb4a329421f7fb3b661b6cfe60c6f_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e2a65ea66422e1af049d6e1d27f9ed83fc8cb4a329421f7fb3b661b6cfe60c6f_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-csi-external-resizer@sha256%3Ae2a65ea66422e1af049d6e1d27f9ed83fc8cb4a329421f7fb3b661b6cfe60c6f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775614077"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e2a65ea66422e1af049d6e1d27f9ed83fc8cb4a329421f7fb3b661b6cfe60c6f_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e2a65ea66422e1af049d6e1d27f9ed83fc8cb4a329421f7fb3b661b6cfe60c6f_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e2a65ea66422e1af049d6e1d27f9ed83fc8cb4a329421f7fb3b661b6cfe60c6f_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-csi-external-resizer@sha256%3Ae2a65ea66422e1af049d6e1d27f9ed83fc8cb4a329421f7fb3b661b6cfe60c6f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775614077"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:658c2dcb0736fe9ea464accf9534e5d2c96451f16252946e2e5320a48f6dcfbc_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:658c2dcb0736fe9ea464accf9534e5d2c96451f16252946e2e5320a48f6dcfbc_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:658c2dcb0736fe9ea464accf9534e5d2c96451f16252946e2e5320a48f6dcfbc_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-csi-external-snapshotter@sha256%3A658c2dcb0736fe9ea464accf9534e5d2c96451f16252946e2e5320a48f6dcfbc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775614161"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:658c2dcb0736fe9ea464accf9534e5d2c96451f16252946e2e5320a48f6dcfbc_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:658c2dcb0736fe9ea464accf9534e5d2c96451f16252946e2e5320a48f6dcfbc_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:658c2dcb0736fe9ea464accf9534e5d2c96451f16252946e2e5320a48f6dcfbc_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-csi-external-snapshotter@sha256%3A658c2dcb0736fe9ea464accf9534e5d2c96451f16252946e2e5320a48f6dcfbc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775614161"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:eb1d93464b304316f18781bdc63d008e62fb853b130ee04fcc09726b0fd0e04b_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:eb1d93464b304316f18781bdc63d008e62fb853b130ee04fcc09726b0fd0e04b_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:eb1d93464b304316f18781bdc63d008e62fb853b130ee04fcc09726b0fd0e04b_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-csi-snapshot-controller@sha256%3Aeb1d93464b304316f18781bdc63d008e62fb853b130ee04fcc09726b0fd0e04b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775613994"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:eb1d93464b304316f18781bdc63d008e62fb853b130ee04fcc09726b0fd0e04b_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:eb1d93464b304316f18781bdc63d008e62fb853b130ee04fcc09726b0fd0e04b_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:eb1d93464b304316f18781bdc63d008e62fb853b130ee04fcc09726b0fd0e04b_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-csi-snapshot-controller@sha256%3Aeb1d93464b304316f18781bdc63d008e62fb853b130ee04fcc09726b0fd0e04b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775613994"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:941eaa7cb95807c47b1de7b0834fa73bc0eeb04d6c2c419e618ceed3039a8066_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:941eaa7cb95807c47b1de7b0834fa73bc0eeb04d6c2c419e618ceed3039a8066_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:941eaa7cb95807c47b1de7b0834fa73bc0eeb04d6c2c419e618ceed3039a8066_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-etcd-rhel9@sha256%3A941eaa7cb95807c47b1de7b0834fa73bc0eeb04d6c2c419e618ceed3039a8066?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775568929"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:756e169bc3b8c299f151e160174eace0fa9bd34bbe150d9168ae5b65c323c48e_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:756e169bc3b8c299f151e160174eace0fa9bd34bbe150d9168ae5b65c323c48e_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:756e169bc3b8c299f151e160174eace0fa9bd34bbe150d9168ae5b65c323c48e_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-gcp-cloud-controller-manager-rhel8@sha256%3A756e169bc3b8c299f151e160174eace0fa9bd34bbe150d9168ae5b65c323c48e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775613987"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:e69b00efec3fc953f85bc83518eb5c1affa4e03f47b13be12600c58ea93d2eb2_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:e69b00efec3fc953f85bc83518eb5c1affa4e03f47b13be12600c58ea93d2eb2_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:e69b00efec3fc953f85bc83518eb5c1affa4e03f47b13be12600c58ea93d2eb2_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-gcp-cluster-api-controllers-rhel8@sha256%3Ae69b00efec3fc953f85bc83518eb5c1affa4e03f47b13be12600c58ea93d2eb2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775613921"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:44bccda804cb3755801870fcdadeb2d16e820c3bf14dd6f2c18947afba8ded23_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:44bccda804cb3755801870fcdadeb2d16e820c3bf14dd6f2c18947afba8ded23_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:44bccda804cb3755801870fcdadeb2d16e820c3bf14dd6f2c18947afba8ded23_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-rhel8@sha256%3A44bccda804cb3755801870fcdadeb2d16e820c3bf14dd6f2c18947afba8ded23?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775614040"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:2dfcc8883088010702d09f37d8a96ca681ebcf6c980da8700385746d4e67caa1_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:2dfcc8883088010702d09f37d8a96ca681ebcf6c980da8700385746d4e67caa1_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:2dfcc8883088010702d09f37d8a96ca681ebcf6c980da8700385746d4e67caa1_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-operator-rhel8@sha256%3A2dfcc8883088010702d09f37d8a96ca681ebcf6c980da8700385746d4e67caa1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775614078"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:7ea1e4d479fb50c1d2d7d1db200f13818b33f37afd416577710214dd716572aa_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:7ea1e4d479fb50c1d2d7d1db200f13818b33f37afd416577710214dd716572aa_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:7ea1e4d479fb50c1d2d7d1db200f13818b33f37afd416577710214dd716572aa_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-ibm-cloud-controller-manager-rhel8@sha256%3A7ea1e4d479fb50c1d2d7d1db200f13818b33f37afd416577710214dd716572aa?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775613974"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:bc4ab220c3090430afdea90882969b5465d404e8e688d408db187efc1d378d0e_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:bc4ab220c3090430afdea90882969b5465d404e8e688d408db187efc1d378d0e_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:bc4ab220c3090430afdea90882969b5465d404e8e688d408db187efc1d378d0e_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-ibm-vpc-block-csi-driver-rhel8@sha256%3Abc4ab220c3090430afdea90882969b5465d404e8e688d408db187efc1d378d0e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775613952"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:14bab08520a43f7d4dcd02853f03e3ff94931b20fad39c6dc35426f71f6f4ed8_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:14bab08520a43f7d4dcd02853f03e3ff94931b20fad39c6dc35426f71f6f4ed8_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:14bab08520a43f7d4dcd02853f03e3ff94931b20fad39c6dc35426f71f6f4ed8_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256%3A14bab08520a43f7d4dcd02853f03e3ff94931b20fad39c6dc35426f71f6f4ed8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775614035"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:048566d20f9da2255d40f1bcb989fe7debaee0be879d28889ccbabe56c4cd0b8_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:048566d20f9da2255d40f1bcb989fe7debaee0be879d28889ccbabe56c4cd0b8_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:048566d20f9da2255d40f1bcb989fe7debaee0be879d28889ccbabe56c4cd0b8_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-ibmcloud-cluster-api-controllers-rhel8@sha256%3A048566d20f9da2255d40f1bcb989fe7debaee0be879d28889ccbabe56c4cd0b8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775614021"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:a3023e4585ce3d8ae26b3b7b451d3b7adaf383fafd9d9d0df179c12078685f0c_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:a3023e4585ce3d8ae26b3b7b451d3b7adaf383fafd9d9d0df179c12078685f0c_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:a3023e4585ce3d8ae26b3b7b451d3b7adaf383fafd9d9d0df179c12078685f0c_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-ibmcloud-machine-controllers-rhel8@sha256%3Aa3023e4585ce3d8ae26b3b7b451d3b7adaf383fafd9d9d0df179c12078685f0c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775613952"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:7fa5e60b84ee5c85cd6ddf4c1e43b7cf1aadd15755640162b703768c43724bc8_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:7fa5e60b84ee5c85cd6ddf4c1e43b7cf1aadd15755640162b703768c43724bc8_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:7fa5e60b84ee5c85cd6ddf4c1e43b7cf1aadd15755640162b703768c43724bc8_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-image-customization-controller-rhel8@sha256%3A7fa5e60b84ee5c85cd6ddf4c1e43b7cf1aadd15755640162b703768c43724bc8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775614129"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:6b47e74af2c2bfd199dfd62e536ec953f10d5d979af787e2a4bc00359f14e5dd_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:6b47e74af2c2bfd199dfd62e536ec953f10d5d979af787e2a4bc00359f14e5dd_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:6b47e74af2c2bfd199dfd62e536ec953f10d5d979af787e2a4bc00359f14e5dd_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-insights-rhel8-operator@sha256%3A6b47e74af2c2bfd199dfd62e536ec953f10d5d979af787e2a4bc00359f14e5dd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775613932"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-installer@sha256:aff91424a41aae0661dc01ae555d09321ed5c2d7f6635771839f4abdc795ee01_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-installer@sha256:aff91424a41aae0661dc01ae555d09321ed5c2d7f6635771839f4abdc795ee01_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-installer@sha256:aff91424a41aae0661dc01ae555d09321ed5c2d7f6635771839f4abdc795ee01_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-installer@sha256%3Aaff91424a41aae0661dc01ae555d09321ed5c2d7f6635771839f4abdc795ee01?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775614432"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:3b3b1b4f9f12802a8b642f92fb0de653598a9cd997986007433bdf93872cb616_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:3b3b1b4f9f12802a8b642f92fb0de653598a9cd997986007433bdf93872cb616_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:3b3b1b4f9f12802a8b642f92fb0de653598a9cd997986007433bdf93872cb616_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-installer-artifacts@sha256%3A3b3b1b4f9f12802a8b642f92fb0de653598a9cd997986007433bdf93872cb616?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775618109"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:d5335f8b4366177223cab917923735cf3d15452c7d83a6c7a06a06ccfb8bd722_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:d5335f8b4366177223cab917923735cf3d15452c7d83a6c7a06a06ccfb8bd722_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:d5335f8b4366177223cab917923735cf3d15452c7d83a6c7a06a06ccfb8bd722_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-kube-storage-version-migrator-rhel8@sha256%3Ad5335f8b4366177223cab917923735cf3d15452c7d83a6c7a06a06ccfb8bd722?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775613968"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:c879806649c4c6eeaaec155d6a1a16a9c86c78c362b18298a6fe0d416607fbbc_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:c879806649c4c6eeaaec155d6a1a16a9c86c78c362b18298a6fe0d416607fbbc_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:c879806649c4c6eeaaec155d6a1a16a9c86c78c362b18298a6fe0d416607fbbc_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-kubevirt-cloud-controller-manager-rhel8@sha256%3Ac879806649c4c6eeaaec155d6a1a16a9c86c78c362b18298a6fe0d416607fbbc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775614379"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:99e37eef9ddf27de5f91fb06832a77dd7a752eb8854fb5fe03d0b888d8e4c787_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:99e37eef9ddf27de5f91fb06832a77dd7a752eb8854fb5fe03d0b888d8e4c787_amd64",
                  "product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:99e37eef9ddf27de5f91fb06832a77dd7a752eb8854fb5fe03d0b888d8e4c787_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/kubevirt-csi-driver-rhel8@sha256%3A99e37eef9ddf27de5f91fb06832a77dd7a752eb8854fb5fe03d0b888d8e4c787?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775613987"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:85e7f451bf607b3b94aad8ddff46b59de4bfedfdcd2670171017e33ba79f85dd_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:85e7f451bf607b3b94aad8ddff46b59de4bfedfdcd2670171017e33ba79f85dd_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:85e7f451bf607b3b94aad8ddff46b59de4bfedfdcd2670171017e33ba79f85dd_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-libvirt-machine-controllers@sha256%3A85e7f451bf607b3b94aad8ddff46b59de4bfedfdcd2670171017e33ba79f85dd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775613988"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:3a268add291bbb34e5ca839e5f5b26df74af0d2ddaeb1e805e12bdd5fb1f5156_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:3a268add291bbb34e5ca839e5f5b26df74af0d2ddaeb1e805e12bdd5fb1f5156_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:3a268add291bbb34e5ca839e5f5b26df74af0d2ddaeb1e805e12bdd5fb1f5156_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-machine-api-operator@sha256%3A3a268add291bbb34e5ca839e5f5b26df74af0d2ddaeb1e805e12bdd5fb1f5156?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775614384"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:7a61bd81c6d2b06e140aa8e61f18fab4dbec40162fe1817fbbfbcc439c69b40a_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:7a61bd81c6d2b06e140aa8e61f18fab4dbec40162fe1817fbbfbcc439c69b40a_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:7a61bd81c6d2b06e140aa8e61f18fab4dbec40162fe1817fbbfbcc439c69b40a_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-machine-api-provider-aws-rhel8@sha256%3A7a61bd81c6d2b06e140aa8e61f18fab4dbec40162fe1817fbbfbcc439c69b40a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775613997"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:298d6c6544d25a3e3aa1d147cd3ed262cdb3023a6acc8ac1677f870e508ca549_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:298d6c6544d25a3e3aa1d147cd3ed262cdb3023a6acc8ac1677f870e508ca549_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:298d6c6544d25a3e3aa1d147cd3ed262cdb3023a6acc8ac1677f870e508ca549_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-machine-api-provider-azure-rhel8@sha256%3A298d6c6544d25a3e3aa1d147cd3ed262cdb3023a6acc8ac1677f870e508ca549?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775614101"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:91c4862521ca3ccdf1011586a5e7af3ddd56289d8c11e01547846c8738f6f1aa_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:91c4862521ca3ccdf1011586a5e7af3ddd56289d8c11e01547846c8738f6f1aa_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:91c4862521ca3ccdf1011586a5e7af3ddd56289d8c11e01547846c8738f6f1aa_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-machine-api-provider-gcp-rhel8@sha256%3A91c4862521ca3ccdf1011586a5e7af3ddd56289d8c11e01547846c8738f6f1aa?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775614055"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:c6c48b29fa1cea376900d54c255e67493177b85fa3e32ba91006c6cca536d387_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:c6c48b29fa1cea376900d54c255e67493177b85fa3e32ba91006c6cca536d387_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:c6c48b29fa1cea376900d54c255e67493177b85fa3e32ba91006c6cca536d387_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-machine-api-provider-openstack-rhel8@sha256%3Ac6c48b29fa1cea376900d54c255e67493177b85fa3e32ba91006c6cca536d387?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775613981"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:200c16f7a9abf01d60c187dbbc23078f7947bd5b0a2fcc11b9d8539f54abacd5_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:200c16f7a9abf01d60c187dbbc23078f7947bd5b0a2fcc11b9d8539f54abacd5_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:200c16f7a9abf01d60c187dbbc23078f7947bd5b0a2fcc11b9d8539f54abacd5_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-machine-config-operator@sha256%3A200c16f7a9abf01d60c187dbbc23078f7947bd5b0a2fcc11b9d8539f54abacd5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775614020"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:c080ca25997926d589d19bffd73eed9df0c4a684fa2d24adea3c765d3394a76f_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:c080ca25997926d589d19bffd73eed9df0c4a684fa2d24adea3c765d3394a76f_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:c080ca25997926d589d19bffd73eed9df0c4a684fa2d24adea3c765d3394a76f_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-machine-os-images-rhel8@sha256%3Ac080ca25997926d589d19bffd73eed9df0c4a684fa2d24adea3c765d3394a76f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775617805"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:497cfa558b44847864bae1f9a9023891971ba7787dc3e7f29948b32953bc512c_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:497cfa558b44847864bae1f9a9023891971ba7787dc3e7f29948b32953bc512c_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:497cfa558b44847864bae1f9a9023891971ba7787dc3e7f29948b32953bc512c_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-multus-admission-controller@sha256%3A497cfa558b44847864bae1f9a9023891971ba7787dc3e7f29948b32953bc512c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775613995"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:98febaf7c070f4a3caf71a8fabc249652200f95a76b7a860bfd325a21a9f8015_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:98febaf7c070f4a3caf71a8fabc249652200f95a76b7a860bfd325a21a9f8015_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:98febaf7c070f4a3caf71a8fabc249652200f95a76b7a860bfd325a21a9f8015_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-multus-route-override-cni-rhel8@sha256%3A98febaf7c070f4a3caf71a8fabc249652200f95a76b7a860bfd325a21a9f8015?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775613601"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:eeef90cc63835b46eaddce2218300897c4c6c80ea745383da8e050ec505eae0d_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:eeef90cc63835b46eaddce2218300897c4c6c80ea745383da8e050ec505eae0d_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:eeef90cc63835b46eaddce2218300897c4c6c80ea745383da8e050ec505eae0d_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-multus-whereabouts-ipam-cni-rhel8@sha256%3Aeeef90cc63835b46eaddce2218300897c4c6c80ea745383da8e050ec505eae0d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775613605"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-must-gather@sha256:b2c97d1c5450a241ac457b76ff70cf2fdb87c2eb7dba0980c1e8c5cbb075f04c_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-must-gather@sha256:b2c97d1c5450a241ac457b76ff70cf2fdb87c2eb7dba0980c1e8c5cbb075f04c_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-must-gather@sha256:b2c97d1c5450a241ac457b76ff70cf2fdb87c2eb7dba0980c1e8c5cbb075f04c_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-must-gather@sha256%3Ab2c97d1c5450a241ac457b76ff70cf2fdb87c2eb7dba0980c1e8c5cbb075f04c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775615215"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:1597ed8b1dcab739359497dc3351c0f023fc6bed5b474bc0375ee491004b6ce0_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:1597ed8b1dcab739359497dc3351c0f023fc6bed5b474bc0375ee491004b6ce0_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:1597ed8b1dcab739359497dc3351c0f023fc6bed5b474bc0375ee491004b6ce0_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-network-interface-bond-cni-rhel8@sha256%3A1597ed8b1dcab739359497dc3351c0f023fc6bed5b474bc0375ee491004b6ce0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775614043"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:5a0fccdeb0c260d1971a01487e8ad7660e33e87edadcb6f83e9c4585507c23b9_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:5a0fccdeb0c260d1971a01487e8ad7660e33e87edadcb6f83e9c4585507c23b9_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:5a0fccdeb0c260d1971a01487e8ad7660e33e87edadcb6f83e9c4585507c23b9_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-network-metrics-daemon-rhel8@sha256%3A5a0fccdeb0c260d1971a01487e8ad7660e33e87edadcb6f83e9c4585507c23b9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775614016"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:382f064d9bca1c116e5462ed31d009c3956afdbc600145e48e5050e18e0c7333_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:382f064d9bca1c116e5462ed31d009c3956afdbc600145e48e5050e18e0c7333_amd64",
                  "product_id": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:382f064d9bca1c116e5462ed31d009c3956afdbc600145e48e5050e18e0c7333_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/network-tools-rhel8@sha256%3A382f064d9bca1c116e5462ed31d009c3956afdbc600145e48e5050e18e0c7333?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775615686"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:c7086c92c84fedb52c2cd0ffd54ab4f1d858b138c971469c99e11c7705b58e47_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:c7086c92c84fedb52c2cd0ffd54ab4f1d858b138c971469c99e11c7705b58e47_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:c7086c92c84fedb52c2cd0ffd54ab4f1d858b138c971469c99e11c7705b58e47_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-nutanix-cloud-controller-manager-rhel8@sha256%3Ac7086c92c84fedb52c2cd0ffd54ab4f1d858b138c971469c99e11c7705b58e47?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775614055"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:c074b238943c59def9025ff9ad0d05be4d4d02569dc9837eb707e2529ca2d614_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:c074b238943c59def9025ff9ad0d05be4d4d02569dc9837eb707e2529ca2d614_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:c074b238943c59def9025ff9ad0d05be4d4d02569dc9837eb707e2529ca2d614_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-nutanix-machine-controllers-rhel8@sha256%3Ac074b238943c59def9025ff9ad0d05be4d4d02569dc9837eb707e2529ca2d614?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775614151"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:c9418296bfa5722a0351c93b1935defaff1b667539b871df5536c9c7ce4560b0_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:c9418296bfa5722a0351c93b1935defaff1b667539b871df5536c9c7ce4560b0_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:c9418296bfa5722a0351c93b1935defaff1b667539b871df5536c9c7ce4560b0_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-oauth-apiserver-rhel8@sha256%3Ac9418296bfa5722a0351c93b1935defaff1b667539b871df5536c9c7ce4560b0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775613997"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:92a8ce4a3a16c69afa48040286a16260add8cbb876793c1766334e0c06a3cd6e_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:92a8ce4a3a16c69afa48040286a16260add8cbb876793c1766334e0c06a3cd6e_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:92a8ce4a3a16c69afa48040286a16260add8cbb876793c1766334e0c06a3cd6e_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-olm-rukpak-rhel8@sha256%3A92a8ce4a3a16c69afa48040286a16260add8cbb876793c1766334e0c06a3cd6e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775614298"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:83bb943d6b94158490bc8c4df7a1cab18e671fa40cce6c86ca709e9fb8251831_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:83bb943d6b94158490bc8c4df7a1cab18e671fa40cce6c86ca709e9fb8251831_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:83bb943d6b94158490bc8c4df7a1cab18e671fa40cce6c86ca709e9fb8251831_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-openshift-apiserver-rhel8@sha256%3A83bb943d6b94158490bc8c4df7a1cab18e671fa40cce6c86ca709e9fb8251831?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775614004"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:92ba26cd6cb8a2bbe5613a3a46c4e6bbd18d8cd987ddfe85df77e9aa1a2819bd_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:92ba26cd6cb8a2bbe5613a3a46c4e6bbd18d8cd987ddfe85df77e9aa1a2819bd_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:92ba26cd6cb8a2bbe5613a3a46c4e6bbd18d8cd987ddfe85df77e9aa1a2819bd_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-openshift-controller-manager-rhel8@sha256%3A92ba26cd6cb8a2bbe5613a3a46c4e6bbd18d8cd987ddfe85df77e9aa1a2819bd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775614301"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:60851d305c86f8d57815798e5d882f9e42de16889a493e3b2e5e2c4342f180a4_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:60851d305c86f8d57815798e5d882f9e42de16889a493e3b2e5e2c4342f180a4_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:60851d305c86f8d57815798e5d882f9e42de16889a493e3b2e5e2c4342f180a4_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel8@sha256%3A60851d305c86f8d57815798e5d882f9e42de16889a493e3b2e5e2c4342f180a4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775614205"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:1426b11534d341d805c87b50bf61732be3e09844a6599f60db03d22a06cadfef_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:1426b11534d341d805c87b50bf61732be3e09844a6599f60db03d22a06cadfef_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:1426b11534d341d805c87b50bf61732be3e09844a6599f60db03d22a06cadfef_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel8-operator@sha256%3A1426b11534d341d805c87b50bf61732be3e09844a6599f60db03d22a06cadfef?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775613942"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f31e024cecc3ae9cb681f0f2aef08dbce02603586e1c206b091aa0a2a3bcba18_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f31e024cecc3ae9cb681f0f2aef08dbce02603586e1c206b091aa0a2a3bcba18_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f31e024cecc3ae9cb681f0f2aef08dbce02603586e1c206b091aa0a2a3bcba18_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-openstack-cloud-controller-manager-rhel8@sha256%3Af31e024cecc3ae9cb681f0f2aef08dbce02603586e1c206b091aa0a2a3bcba18?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775614071"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:f8ace96e982f3833bcf1bd4c10888720657663bc9eb7ead2ab87c10e71a9985d_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:f8ace96e982f3833bcf1bd4c10888720657663bc9eb7ead2ab87c10e71a9985d_amd64",
                  "product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:f8ace96e982f3833bcf1bd4c10888720657663bc9eb7ead2ab87c10e71a9985d_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ovirt-csi-driver-rhel8@sha256%3Af8ace96e982f3833bcf1bd4c10888720657663bc9eb7ead2ab87c10e71a9985d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775613978"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:251cad98307415ac1fcff1942c816edb72f940f15d4ac5f12207d375c2403f18_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:251cad98307415ac1fcff1942c816edb72f940f15d4ac5f12207d375c2403f18_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:251cad98307415ac1fcff1942c816edb72f940f15d4ac5f12207d375c2403f18_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-ovirt-machine-controllers-rhel8@sha256%3A251cad98307415ac1fcff1942c816edb72f940f15d4ac5f12207d375c2403f18?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775613987"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:b14c82b954e211e760f8237f952341c6db4f36153c5551fb24b55ae9738ae0f1_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:b14c82b954e211e760f8237f952341c6db4f36153c5551fb24b55ae9738ae0f1_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:b14c82b954e211e760f8237f952341c6db4f36153c5551fb24b55ae9738ae0f1_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-ovn-kubernetes@sha256%3Ab14c82b954e211e760f8237f952341c6db4f36153c5551fb24b55ae9738ae0f1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775569749"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b14c82b954e211e760f8237f952341c6db4f36153c5551fb24b55ae9738ae0f1_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b14c82b954e211e760f8237f952341c6db4f36153c5551fb24b55ae9738ae0f1_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b14c82b954e211e760f8237f952341c6db4f36153c5551fb24b55ae9738ae0f1_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-ovn-kubernetes@sha256%3Ab14c82b954e211e760f8237f952341c6db4f36153c5551fb24b55ae9738ae0f1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775569749"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:330905cc874d9a6b0ca521227d599641a462d894ff2f7c4d8c98712c1f33c790_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:330905cc874d9a6b0ca521227d599641a462d894ff2f7c4d8c98712c1f33c790_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:330905cc874d9a6b0ca521227d599641a462d894ff2f7c4d8c98712c1f33c790_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-powervs-block-csi-driver-rhel8@sha256%3A330905cc874d9a6b0ca521227d599641a462d894ff2f7c4d8c98712c1f33c790?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775614206"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:6fcbd13b4bbb556e0be949749302b7b423310b83db21e5f73ff01e43c3801f4b_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:6fcbd13b4bbb556e0be949749302b7b423310b83db21e5f73ff01e43c3801f4b_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:6fcbd13b4bbb556e0be949749302b7b423310b83db21e5f73ff01e43c3801f4b_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-powervs-block-csi-driver-operator-rhel8@sha256%3A6fcbd13b4bbb556e0be949749302b7b423310b83db21e5f73ff01e43c3801f4b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775614027"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:542d91dac0fcb7cf8f1b89d295e9940b0dfa4a63fdb313cb311d532acb3e4644_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:542d91dac0fcb7cf8f1b89d295e9940b0dfa4a63fdb313cb311d532acb3e4644_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:542d91dac0fcb7cf8f1b89d295e9940b0dfa4a63fdb313cb311d532acb3e4644_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-powervs-cloud-controller-manager-rhel8@sha256%3A542d91dac0fcb7cf8f1b89d295e9940b0dfa4a63fdb313cb311d532acb3e4644?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775613923"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:c1beca437b956635f8bef63aa85ccd74153822db3382eae4bcf29398fb6d44a0_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:c1beca437b956635f8bef63aa85ccd74153822db3382eae4bcf29398fb6d44a0_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:c1beca437b956635f8bef63aa85ccd74153822db3382eae4bcf29398fb6d44a0_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-powervs-machine-controllers-rhel8@sha256%3Ac1beca437b956635f8bef63aa85ccd74153822db3382eae4bcf29398fb6d44a0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775614067"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:cac721d8cbbf65ed541cc36057eac10c5d26f16619bb2ee4b6bb5d892fed28a8_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:cac721d8cbbf65ed541cc36057eac10c5d26f16619bb2ee4b6bb5d892fed28a8_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:cac721d8cbbf65ed541cc36057eac10c5d26f16619bb2ee4b6bb5d892fed28a8_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-k8s-prometheus-adapter@sha256%3Acac721d8cbbf65ed541cc36057eac10c5d26f16619bb2ee4b6bb5d892fed28a8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775614299"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:68de08987d985df34dab868cdd41147d3814e4579331ccfb3c0ea3b730eccf56_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:68de08987d985df34dab868cdd41147d3814e4579331ccfb3c0ea3b730eccf56_amd64",
                  "product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:68de08987d985df34dab868cdd41147d3814e4579331ccfb3c0ea3b730eccf56_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/openshift-route-controller-manager-rhel8@sha256%3A68de08987d985df34dab868cdd41147d3814e4579331ccfb3c0ea3b730eccf56?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775613963"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:cf488bee23606956cffab893a2da062354d446deaecddfee3c80b186a8c80f1a_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:cf488bee23606956cffab893a2da062354d446deaecddfee3c80b186a8c80f1a_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:cf488bee23606956cffab893a2da062354d446deaecddfee3c80b186a8c80f1a_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-sdn-rhel8@sha256%3Acf488bee23606956cffab893a2da062354d446deaecddfee3c80b186a8c80f1a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775615313"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:2953271a80e742f808ff30e43bb94b8fc07c34e774adecf33d58c0249037e8e9_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:2953271a80e742f808ff30e43bb94b8fc07c34e774adecf33d58c0249037e8e9_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:2953271a80e742f808ff30e43bb94b8fc07c34e774adecf33d58c0249037e8e9_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-service-ca-operator@sha256%3A2953271a80e742f808ff30e43bb94b8fc07c34e774adecf33d58c0249037e8e9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775614132"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:7b5d6a4fb74fad50bc900545e71add8032800ede19a5c2dad49f01e3962bf6c2_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:7b5d6a4fb74fad50bc900545e71add8032800ede19a5c2dad49f01e3962bf6c2_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:7b5d6a4fb74fad50bc900545e71add8032800ede19a5c2dad49f01e3962bf6c2_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-tools-rhel8@sha256%3A7b5d6a4fb74fad50bc900545e71add8032800ede19a5c2dad49f01e3962bf6c2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775615229"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:1f16df34a09600689e321692c3922c00454663d6f872b5b30beb44e4a1689981_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:1f16df34a09600689e321692c3922c00454663d6f872b5b30beb44e4a1689981_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:1f16df34a09600689e321692c3922c00454663d6f872b5b30beb44e4a1689981_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-vmware-vsphere-csi-driver-rhel8@sha256%3A1f16df34a09600689e321692c3922c00454663d6f872b5b30beb44e4a1689981?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775614337"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:1f16df34a09600689e321692c3922c00454663d6f872b5b30beb44e4a1689981_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:1f16df34a09600689e321692c3922c00454663d6f872b5b30beb44e4a1689981_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:1f16df34a09600689e321692c3922c00454663d6f872b5b30beb44e4a1689981_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-vmware-vsphere-csi-driver-rhel8@sha256%3A1f16df34a09600689e321692c3922c00454663d6f872b5b30beb44e4a1689981?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775614337"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:d67274e6d71ebe731209c9d1a5ad72f3bbd876bb386e0da25db66e3b4cd51a03_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:d67274e6d71ebe731209c9d1a5ad72f3bbd876bb386e0da25db66e3b4cd51a03_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:d67274e6d71ebe731209c9d1a5ad72f3bbd876bb386e0da25db66e3b4cd51a03_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256%3Ad67274e6d71ebe731209c9d1a5ad72f3bbd876bb386e0da25db66e3b4cd51a03?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775613978"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:d67274e6d71ebe731209c9d1a5ad72f3bbd876bb386e0da25db66e3b4cd51a03_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:d67274e6d71ebe731209c9d1a5ad72f3bbd876bb386e0da25db66e3b4cd51a03_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:d67274e6d71ebe731209c9d1a5ad72f3bbd876bb386e0da25db66e3b4cd51a03_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256%3Ad67274e6d71ebe731209c9d1a5ad72f3bbd876bb386e0da25db66e3b4cd51a03?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775613978"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:f35b71b8ce08379ab215c2022dd204487c4a59f8607c8ee0c0e3419bc81754b7_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:f35b71b8ce08379ab215c2022dd204487c4a59f8607c8ee0c0e3419bc81754b7_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:f35b71b8ce08379ab215c2022dd204487c4a59f8607c8ee0c0e3419bc81754b7_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-vsphere-cloud-controller-manager-rhel8@sha256%3Af35b71b8ce08379ab215c2022dd204487c4a59f8607c8ee0c0e3419bc81754b7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775614060"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:55f2350f066bc607ee87cdb97e9c7aa7e100206a6da138be0d3150950ce369d0_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:55f2350f066bc607ee87cdb97e9c7aa7e100206a6da138be0d3150950ce369d0_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:55f2350f066bc607ee87cdb97e9c7aa7e100206a6da138be0d3150950ce369d0_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-vsphere-cluster-api-controllers-rhel8@sha256%3A55f2350f066bc607ee87cdb97e9c7aa7e100206a6da138be0d3150950ce369d0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775652123"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:eafe29fd0a0bbdc63b82a57c1d0da169a07db7bbde278efe15f803a90a924dc7_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:eafe29fd0a0bbdc63b82a57c1d0da169a07db7bbde278efe15f803a90a924dc7_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:eafe29fd0a0bbdc63b82a57c1d0da169a07db7bbde278efe15f803a90a924dc7_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-ovn-kubernetes-microshift-rhel9@sha256%3Aeafe29fd0a0bbdc63b82a57c1d0da169a07db7bbde278efe15f803a90a924dc7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775569552"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:dde404e0c7c7dad0a1432d63229cb55692e775ff61dd40a05b3179a4a1c3b1d8_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:dde404e0c7c7dad0a1432d63229cb55692e775ff61dd40a05b3179a4a1c3b1d8_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:dde404e0c7c7dad0a1432d63229cb55692e775ff61dd40a05b3179a4a1c3b1d8_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-prom-label-proxy@sha256%3Adde404e0c7c7dad0a1432d63229cb55692e775ff61dd40a05b3179a4a1c3b1d8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775613588"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:f927141c4dd5ad8c2aaf6ea5bea253e25a062c7c7e3d15a0782938621780eb18_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:f927141c4dd5ad8c2aaf6ea5bea253e25a062c7c7e3d15a0782938621780eb18_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:f927141c4dd5ad8c2aaf6ea5bea253e25a062c7c7e3d15a0782938621780eb18_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-prometheus-config-reloader@sha256%3Af927141c4dd5ad8c2aaf6ea5bea253e25a062c7c7e3d15a0782938621780eb18?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775614229"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:68f99395755784b2102ee608253e608511a62191f53d2081ea1c2019176b9796_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:68f99395755784b2102ee608253e608511a62191f53d2081ea1c2019176b9796_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:68f99395755784b2102ee608253e608511a62191f53d2081ea1c2019176b9796_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-prometheus-operator@sha256%3A68f99395755784b2102ee608253e608511a62191f53d2081ea1c2019176b9796?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775613997"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:c6753888672e9e5cb94b1bfc6bdf82012bd060593ccd171a90eb523bf13f583d_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:c6753888672e9e5cb94b1bfc6bdf82012bd060593ccd171a90eb523bf13f583d_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:c6753888672e9e5cb94b1bfc6bdf82012bd060593ccd171a90eb523bf13f583d_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-prometheus-operator-admission-webhook-rhel8@sha256%3Ac6753888672e9e5cb94b1bfc6bdf82012bd060593ccd171a90eb523bf13f583d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775613936"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-telemeter@sha256:5de3036194cefd7217d55f2147f6863215c432c1a1431f4d84302395bc67a8d7_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-telemeter@sha256:5de3036194cefd7217d55f2147f6863215c432c1a1431f4d84302395bc67a8d7_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-telemeter@sha256:5de3036194cefd7217d55f2147f6863215c432c1a1431f4d84302395bc67a8d7_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-telemeter@sha256%3A5de3036194cefd7217d55f2147f6863215c432c1a1431f4d84302395bc67a8d7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775614121"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:2b028522e33fcf9000799cc8be7dca119640a914b13312ff641e7dd424995f83_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:2b028522e33fcf9000799cc8be7dca119640a914b13312ff641e7dd424995f83_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:2b028522e33fcf9000799cc8be7dca119640a914b13312ff641e7dd424995f83_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-thanos-rhel8@sha256%3A2b028522e33fcf9000799cc8be7dca119640a914b13312ff641e7dd424995f83?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775614064"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:1509732324bd37a8eb622e7555fd4baefdc0582c7a4941a5c45f06514ba926ea_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:1509732324bd37a8eb622e7555fd4baefdc0582c7a4941a5c45f06514ba926ea_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:1509732324bd37a8eb622e7555fd4baefdc0582c7a4941a5c45f06514ba926ea_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-vsphere-csi-driver-syncer-rhel8@sha256%3A1509732324bd37a8eb622e7555fd4baefdc0582c7a4941a5c45f06514ba926ea?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775614009"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:5530afae0116bffb38e6231b2001707a5fb3acabacdb36ec9886a852270e8a82_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:5530afae0116bffb38e6231b2001707a5fb3acabacdb36ec9886a852270e8a82_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:5530afae0116bffb38e6231b2001707a5fb3acabacdb36ec9886a852270e8a82_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-vsphere-problem-detector-rhel8@sha256%3A5530afae0116bffb38e6231b2001707a5fb3acabacdb36ec9886a852270e8a82?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775614046"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "amd64"
          }
        ],
        "category": "vendor",
        "name": "Red Hat"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:f66a0e70ff4db8eecd06be7221e1afc18f4cc4b971d73f72a54ccbb91144aeb5_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:f66a0e70ff4db8eecd06be7221e1afc18f4cc4b971d73f72a54ccbb91144aeb5_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:f66a0e70ff4db8eecd06be7221e1afc18f4cc4b971d73f72a54ccbb91144aeb5_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e8552930ebf6dae03eee2f0c5ed79ba200fed2e41782b10e929b9b58a3c5946_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e8552930ebf6dae03eee2f0c5ed79ba200fed2e41782b10e929b9b58a3c5946_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e8552930ebf6dae03eee2f0c5ed79ba200fed2e41782b10e929b9b58a3c5946_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:3ada000e5fa1f1021e91bb17fe80addb1fe783c8b6efceec5607929cfe02d44a_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:3ada000e5fa1f1021e91bb17fe80addb1fe783c8b6efceec5607929cfe02d44a_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:3ada000e5fa1f1021e91bb17fe80addb1fe783c8b6efceec5607929cfe02d44a_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:99e37eef9ddf27de5f91fb06832a77dd7a752eb8854fb5fe03d0b888d8e4c787_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:99e37eef9ddf27de5f91fb06832a77dd7a752eb8854fb5fe03d0b888d8e4c787_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:99e37eef9ddf27de5f91fb06832a77dd7a752eb8854fb5fe03d0b888d8e4c787_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:382f064d9bca1c116e5462ed31d009c3956afdbc600145e48e5050e18e0c7333_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/network-tools-rhel8@sha256:382f064d9bca1c116e5462ed31d009c3956afdbc600145e48e5050e18e0c7333_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:382f064d9bca1c116e5462ed31d009c3956afdbc600145e48e5050e18e0c7333_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:cc7f9374e6b2155e8f6154fc44b41980715536ec54fe429ec434a3ea519099e3_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:cc7f9374e6b2155e8f6154fc44b41980715536ec54fe429ec434a3ea519099e3_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:cc7f9374e6b2155e8f6154fc44b41980715536ec54fe429ec434a3ea519099e3_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:68de08987d985df34dab868cdd41147d3814e4579331ccfb3c0ea3b730eccf56_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:68de08987d985df34dab868cdd41147d3814e4579331ccfb3c0ea3b730eccf56_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:68de08987d985df34dab868cdd41147d3814e4579331ccfb3c0ea3b730eccf56_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:3e5610de95b94bbd12e019a3d0dc260bc59c7fd229eeb1e86d830ff6a3ca5caa_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:3e5610de95b94bbd12e019a3d0dc260bc59c7fd229eeb1e86d830ff6a3ca5caa_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:3e5610de95b94bbd12e019a3d0dc260bc59c7fd229eeb1e86d830ff6a3ca5caa_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:ba7df9cea0a2e5b59171ca9d133c568b621d016b263561664231ae7266b61489_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:ba7df9cea0a2e5b59171ca9d133c568b621d016b263561664231ae7266b61489_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:ba7df9cea0a2e5b59171ca9d133c568b621d016b263561664231ae7266b61489_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:f356193220c0cac496a3a3c496cbcc712a97167665ff2592aa52a61709010d6c_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:f356193220c0cac496a3a3c496cbcc712a97167665ff2592aa52a61709010d6c_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:f356193220c0cac496a3a3c496cbcc712a97167665ff2592aa52a61709010d6c_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:10aa55210d4eccaa6369a9ffe48548b9bc3d9bbad5b0c733adb1eec1414e1704_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:10aa55210d4eccaa6369a9ffe48548b9bc3d9bbad5b0c733adb1eec1414e1704_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:10aa55210d4eccaa6369a9ffe48548b9bc3d9bbad5b0c733adb1eec1414e1704_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:947a8b30c79069483951056d8c05ac7938bebdb106448ce9715f4ecfe1347e55_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:947a8b30c79069483951056d8c05ac7938bebdb106448ce9715f4ecfe1347e55_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:947a8b30c79069483951056d8c05ac7938bebdb106448ce9715f4ecfe1347e55_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:41c93b1974e27b361ae9243c6ab6104911d794fccd417b6cec81a4c9290377ce_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:41c93b1974e27b361ae9243c6ab6104911d794fccd417b6cec81a4c9290377ce_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:41c93b1974e27b361ae9243c6ab6104911d794fccd417b6cec81a4c9290377ce_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:e74694c0c30fb2a0da44d376677204f893d75a2d65c252462e162a3aa3ea6764_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:e74694c0c30fb2a0da44d376677204f893d75a2d65c252462e162a3aa3ea6764_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:e74694c0c30fb2a0da44d376677204f893d75a2d65c252462e162a3aa3ea6764_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:264f3b3a32c444e30c5c30c1df7e6286be82d6464f52fda953ae89534b052856_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:264f3b3a32c444e30c5c30c1df7e6286be82d6464f52fda953ae89534b052856_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:264f3b3a32c444e30c5c30c1df7e6286be82d6464f52fda953ae89534b052856_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:680ecae2a2ef7c0c80d445f4b35e22d60d6e2c6da7e86fe76a20c468a439447e_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:680ecae2a2ef7c0c80d445f4b35e22d60d6e2c6da7e86fe76a20c468a439447e_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:680ecae2a2ef7c0c80d445f4b35e22d60d6e2c6da7e86fe76a20c468a439447e_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:39bc3c72d0a07bac96e2d41ec927ddfaab50e5a29f64a9f56c48680ca809fec8_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:39bc3c72d0a07bac96e2d41ec927ddfaab50e5a29f64a9f56c48680ca809fec8_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:39bc3c72d0a07bac96e2d41ec927ddfaab50e5a29f64a9f56c48680ca809fec8_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:82218662d30e5716e6b0885f96bba658e5f44944cc2367e7f82528568138a473_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:82218662d30e5716e6b0885f96bba658e5f44944cc2367e7f82528568138a473_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:82218662d30e5716e6b0885f96bba658e5f44944cc2367e7f82528568138a473_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:be8c06f56c29b0b478d093a698deb0ee9177be3c3fd8988be81fc8b22001b87d_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:be8c06f56c29b0b478d093a698deb0ee9177be3c3fd8988be81fc8b22001b87d_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:be8c06f56c29b0b478d093a698deb0ee9177be3c3fd8988be81fc8b22001b87d_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:d4a5bfcc63730cadaad1849155dc32d4c8212c9d6f21ae41011506e1b10824e0_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:d4a5bfcc63730cadaad1849155dc32d4c8212c9d6f21ae41011506e1b10824e0_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:d4a5bfcc63730cadaad1849155dc32d4c8212c9d6f21ae41011506e1b10824e0_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:715e9c721b69d293511451836d7aae6b8841f0783b3779db466691b088ec2ee4_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:715e9c721b69d293511451836d7aae6b8841f0783b3779db466691b088ec2ee4_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:715e9c721b69d293511451836d7aae6b8841f0783b3779db466691b088ec2ee4_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:cb991575e8aa5424757123e6551add1f1a48dfbedb48fbc528af23b08f8c214c_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:cb991575e8aa5424757123e6551add1f1a48dfbedb48fbc528af23b08f8c214c_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:cb991575e8aa5424757123e6551add1f1a48dfbedb48fbc528af23b08f8c214c_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:bef500d5b7a55988597abfd509c51edcdf126424ca547a5b688e2577dbce9788_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:bef500d5b7a55988597abfd509c51edcdf126424ca547a5b688e2577dbce9788_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:bef500d5b7a55988597abfd509c51edcdf126424ca547a5b688e2577dbce9788_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:7a1f4cbfa65597798a792c875b9a329a7c551d65c1498f2440db8f01865315cb_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:7a1f4cbfa65597798a792c875b9a329a7c551d65c1498f2440db8f01865315cb_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:7a1f4cbfa65597798a792c875b9a329a7c551d65c1498f2440db8f01865315cb_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:91c544a7403fabb5a5222cb159420ec3ffdc777dc20da8802e16ad645fa873a5_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:91c544a7403fabb5a5222cb159420ec3ffdc777dc20da8802e16ad645fa873a5_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:91c544a7403fabb5a5222cb159420ec3ffdc777dc20da8802e16ad645fa873a5_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:ffdc1114835b5aec86414db4d5f399b5fc1c1f2f33ed7e89c4bb82d6c245c499_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:ffdc1114835b5aec86414db4d5f399b5fc1c1f2f33ed7e89c4bb82d6c245c499_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:ffdc1114835b5aec86414db4d5f399b5fc1c1f2f33ed7e89c4bb82d6c245c499_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2ec8f52b90544fdc071a69b8fa4613abec74833ed53676ff313bda68d11ad9f3_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2ec8f52b90544fdc071a69b8fa4613abec74833ed53676ff313bda68d11ad9f3_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2ec8f52b90544fdc071a69b8fa4613abec74833ed53676ff313bda68d11ad9f3_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:4e596649375db56fc1876617cbc85ed3eb9c87cd27bdc1eebae506b6ab10455e_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:4e596649375db56fc1876617cbc85ed3eb9c87cd27bdc1eebae506b6ab10455e_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:4e596649375db56fc1876617cbc85ed3eb9c87cd27bdc1eebae506b6ab10455e_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:4e882efe0d786dd2314e119affa1dd2e9c4a27b046ac24e2d0ee648e64826cc1_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:4e882efe0d786dd2314e119affa1dd2e9c4a27b046ac24e2d0ee648e64826cc1_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:4e882efe0d786dd2314e119affa1dd2e9c4a27b046ac24e2d0ee648e64826cc1_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:6307dc9d7ceb8356be58cf50ebe5eff90dab81db2fb08797ce663c173e4b14a1_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:6307dc9d7ceb8356be58cf50ebe5eff90dab81db2fb08797ce663c173e4b14a1_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:6307dc9d7ceb8356be58cf50ebe5eff90dab81db2fb08797ce663c173e4b14a1_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:c7557194b650a8461fc1cb10edfc2622dd3c9f3036271d9e2067e8c5c0ddba8a_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:c7557194b650a8461fc1cb10edfc2622dd3c9f3036271d9e2067e8c5c0ddba8a_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:c7557194b650a8461fc1cb10edfc2622dd3c9f3036271d9e2067e8c5c0ddba8a_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:546f8a9663cda47befffd4db90631459451707ba7eebf43132f42891a2e2d09d_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:546f8a9663cda47befffd4db90631459451707ba7eebf43132f42891a2e2d09d_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:546f8a9663cda47befffd4db90631459451707ba7eebf43132f42891a2e2d09d_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:8a1a7658aef6a48c8023cc18ac52981a576c91349419aca409bd87d0167dbaa9_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:8a1a7658aef6a48c8023cc18ac52981a576c91349419aca409bd87d0167dbaa9_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:8a1a7658aef6a48c8023cc18ac52981a576c91349419aca409bd87d0167dbaa9_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-cli@sha256:32b4ab4489ff48435f000e9e44a9e2f481e586f2ec5d77b8197e34348e17f9e3_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli@sha256:32b4ab4489ff48435f000e9e44a9e2f481e586f2ec5d77b8197e34348e17f9e3_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-cli@sha256:32b4ab4489ff48435f000e9e44a9e2f481e586f2ec5d77b8197e34348e17f9e3_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:e56993e447d27d2719c4eea99b14c0e68aa0e7cd312f70529e44f11ee7a5c363_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:e56993e447d27d2719c4eea99b14c0e68aa0e7cd312f70529e44f11ee7a5c363_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:e56993e447d27d2719c4eea99b14c0e68aa0e7cd312f70529e44f11ee7a5c363_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:305b44fdaa8cbbb98f0fadcfa1a08c134c475448ec5278d78ac7d658f3323500_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:305b44fdaa8cbbb98f0fadcfa1a08c134c475448ec5278d78ac7d658f3323500_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:305b44fdaa8cbbb98f0fadcfa1a08c134c475448ec5278d78ac7d658f3323500_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:ca3cd9ecc7d7f5c1059c79e13dbcd2622c8d5bc637888e9b472e6507e5d52ee1_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:ca3cd9ecc7d7f5c1059c79e13dbcd2622c8d5bc637888e9b472e6507e5d52ee1_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:ca3cd9ecc7d7f5c1059c79e13dbcd2622c8d5bc637888e9b472e6507e5d52ee1_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:971d4594e7209ce0f3d0f50cfb5199b1e18b0030ba7d8708342c5579143645bc_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:971d4594e7209ce0f3d0f50cfb5199b1e18b0030ba7d8708342c5579143645bc_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:971d4594e7209ce0f3d0f50cfb5199b1e18b0030ba7d8708342c5579143645bc_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:adf4b3207329ec7d3b056375c89c32215e222595ec20ed0ce6b5c69a559c1ed7_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:adf4b3207329ec7d3b056375c89c32215e222595ec20ed0ce6b5c69a559c1ed7_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:adf4b3207329ec7d3b056375c89c32215e222595ec20ed0ce6b5c69a559c1ed7_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2ef9284558d4cf1995e03937d6116a2f6ba8e91a9ced8632bff0740d88de3c73_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2ef9284558d4cf1995e03937d6116a2f6ba8e91a9ced8632bff0740d88de3c73_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2ef9284558d4cf1995e03937d6116a2f6ba8e91a9ced8632bff0740d88de3c73_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:36a99b1f241c5e5e0a8fee16163c7c046904e18c32d5b8de3e486f1f216e38a7_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:36a99b1f241c5e5e0a8fee16163c7c046904e18c32d5b8de3e486f1f216e38a7_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:36a99b1f241c5e5e0a8fee16163c7c046904e18c32d5b8de3e486f1f216e38a7_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:81fb28c8d40044f4046edee60b752aadf7c0b4a4bee1551451360c8cf3bf85c0_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:81fb28c8d40044f4046edee60b752aadf7c0b4a4bee1551451360c8cf3bf85c0_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:81fb28c8d40044f4046edee60b752aadf7c0b4a4bee1551451360c8cf3bf85c0_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:81fb28c8d40044f4046edee60b752aadf7c0b4a4bee1551451360c8cf3bf85c0_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:81fb28c8d40044f4046edee60b752aadf7c0b4a4bee1551451360c8cf3bf85c0_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:81fb28c8d40044f4046edee60b752aadf7c0b4a4bee1551451360c8cf3bf85c0_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:b1a37041b4d0a83df1f220cb183493a725d44befd1b25d12f43230ffa1dfa46b_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:b1a37041b4d0a83df1f220cb183493a725d44befd1b25d12f43230ffa1dfa46b_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:b1a37041b4d0a83df1f220cb183493a725d44befd1b25d12f43230ffa1dfa46b_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:287d4b9b44aa682322234ef10e4597890c5c30ba1ec74926fbef67c64e72efcf_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:287d4b9b44aa682322234ef10e4597890c5c30ba1ec74926fbef67c64e72efcf_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:287d4b9b44aa682322234ef10e4597890c5c30ba1ec74926fbef67c64e72efcf_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:f9337a3abda6ab098be6110a99f69ba0d1a390389e17d48e55d8da3b8d037c5d_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:f9337a3abda6ab098be6110a99f69ba0d1a390389e17d48e55d8da3b8d037c5d_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:f9337a3abda6ab098be6110a99f69ba0d1a390389e17d48e55d8da3b8d037c5d_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:dbdb53c34533f1104e1c767b1409f445724c15e293147204cd195f395927e7c3_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:dbdb53c34533f1104e1c767b1409f445724c15e293147204cd195f395927e7c3_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:dbdb53c34533f1104e1c767b1409f445724c15e293147204cd195f395927e7c3_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:92da99d0dadb70ee55f7fca94031a728aaac5dc3bb31e018c502edf50afe4272_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:92da99d0dadb70ee55f7fca94031a728aaac5dc3bb31e018c502edf50afe4272_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:92da99d0dadb70ee55f7fca94031a728aaac5dc3bb31e018c502edf50afe4272_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:8b2603f3e242ae5c44344a775b0c26a0d79a4c0093132e533ffd4e7865b3b1e1_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:8b2603f3e242ae5c44344a775b0c26a0d79a4c0093132e533ffd4e7865b3b1e1_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:8b2603f3e242ae5c44344a775b0c26a0d79a4c0093132e533ffd4e7865b3b1e1_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:45c9b8468d767a3114ca79266e8528aafa421d1088ecfa44483af788eba5158f_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:45c9b8468d767a3114ca79266e8528aafa421d1088ecfa44483af788eba5158f_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:45c9b8468d767a3114ca79266e8528aafa421d1088ecfa44483af788eba5158f_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:82fc89a2dea00d0e2db8351131939f284029a635f944da6b44f75c4d8c2f5bb4_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:82fc89a2dea00d0e2db8351131939f284029a635f944da6b44f75c4d8c2f5bb4_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:82fc89a2dea00d0e2db8351131939f284029a635f944da6b44f75c4d8c2f5bb4_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:2606106d1aaac250505e3e282917873c7cc852eab6bd21126bc5cd8f44561848_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:2606106d1aaac250505e3e282917873c7cc852eab6bd21126bc5cd8f44561848_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:2606106d1aaac250505e3e282917873c7cc852eab6bd21126bc5cd8f44561848_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:5233c4447b3477f819024ae75434f3f86c001da024f7cfa40a72dce9ef72e301_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:5233c4447b3477f819024ae75434f3f86c001da024f7cfa40a72dce9ef72e301_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:5233c4447b3477f819024ae75434f3f86c001da024f7cfa40a72dce9ef72e301_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:3a8e057da73675e08b11ea190cec49e714281697ee765d456b805d7333a18919_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:3a8e057da73675e08b11ea190cec49e714281697ee765d456b805d7333a18919_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:3a8e057da73675e08b11ea190cec49e714281697ee765d456b805d7333a18919_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:86c9a509896876a5d89e56342bbb4754ef1017b393df1a81395965ea46625ad3_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:86c9a509896876a5d89e56342bbb4754ef1017b393df1a81395965ea46625ad3_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:86c9a509896876a5d89e56342bbb4754ef1017b393df1a81395965ea46625ad3_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:75634bdaa693c3983bfe2bbd4369163e350e0422022241c7f4f5422609baa4e4_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:75634bdaa693c3983bfe2bbd4369163e350e0422022241c7f4f5422609baa4e4_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:75634bdaa693c3983bfe2bbd4369163e350e0422022241c7f4f5422609baa4e4_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:761c7d51b1d482c2e751ee6dee6e8159ac9fac35ef6592ae4d4a0676d963080b_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:761c7d51b1d482c2e751ee6dee6e8159ac9fac35ef6592ae4d4a0676d963080b_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:761c7d51b1d482c2e751ee6dee6e8159ac9fac35ef6592ae4d4a0676d963080b_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:bd4e4545359329b30f6e4ccc237ed2696c5ef8654f3392e12cd131cadf4fee2a_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:bd4e4545359329b30f6e4ccc237ed2696c5ef8654f3392e12cd131cadf4fee2a_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:bd4e4545359329b30f6e4ccc237ed2696c5ef8654f3392e12cd131cadf4fee2a_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:1608db6ad01e03f20e7bbae5008d283442b68ce2a58ff3c2e30c95bd1b4bfb79_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:1608db6ad01e03f20e7bbae5008d283442b68ce2a58ff3c2e30c95bd1b4bfb79_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:1608db6ad01e03f20e7bbae5008d283442b68ce2a58ff3c2e30c95bd1b4bfb79_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:269a3f4cf534c540bcdd0ee311afb0d394c489ceb71b4867032f7b408de21a47_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:269a3f4cf534c540bcdd0ee311afb0d394c489ceb71b4867032f7b408de21a47_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:269a3f4cf534c540bcdd0ee311afb0d394c489ceb71b4867032f7b408de21a47_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:ca6ec90fd75d94ab29d4326b1d7b6119ea66b22ea06313b80f00d0b4ef91d24d_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:ca6ec90fd75d94ab29d4326b1d7b6119ea66b22ea06313b80f00d0b4ef91d24d_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:ca6ec90fd75d94ab29d4326b1d7b6119ea66b22ea06313b80f00d0b4ef91d24d_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:a4ccc2a0c274052cbbe0e1c7a987bf00511f24952e2b72cb8c4a989e13509598_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:a4ccc2a0c274052cbbe0e1c7a987bf00511f24952e2b72cb8c4a989e13509598_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:a4ccc2a0c274052cbbe0e1c7a987bf00511f24952e2b72cb8c4a989e13509598_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:1d54a2c229ad3d01bf3445cd543e9d65cf27fc5ac9aa9a3dc5b237ce96138bd5_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:1d54a2c229ad3d01bf3445cd543e9d65cf27fc5ac9aa9a3dc5b237ce96138bd5_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:1d54a2c229ad3d01bf3445cd543e9d65cf27fc5ac9aa9a3dc5b237ce96138bd5_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:e0d9531e894943157da70729fb243ec8e752b69ff733e12786d639ae5c0543f8_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:e0d9531e894943157da70729fb243ec8e752b69ff733e12786d639ae5c0543f8_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:e0d9531e894943157da70729fb243ec8e752b69ff733e12786d639ae5c0543f8_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:90887577863ae56b7ec64d92e887f2fbd57bc814a7ff1b45837c0a316802afc1_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:90887577863ae56b7ec64d92e887f2fbd57bc814a7ff1b45837c0a316802afc1_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:90887577863ae56b7ec64d92e887f2fbd57bc814a7ff1b45837c0a316802afc1_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:4b1bd09e2560cee14575248cf886cd57eef21aedee70772b9827c0bb2f0be012_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:4b1bd09e2560cee14575248cf886cd57eef21aedee70772b9827c0bb2f0be012_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:4b1bd09e2560cee14575248cf886cd57eef21aedee70772b9827c0bb2f0be012_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:a782bef2310c40c84bc397d375f97748749eaf1f2182bc61dc0681b7021a2176_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:a782bef2310c40c84bc397d375f97748749eaf1f2182bc61dc0681b7021a2176_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:a782bef2310c40c84bc397d375f97748749eaf1f2182bc61dc0681b7021a2176_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:6922c15d5c5737989cf39e785725a40ea49f6a89ced9cb462b5b35ea4e7e0add_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:6922c15d5c5737989cf39e785725a40ea49f6a89ced9cb462b5b35ea4e7e0add_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:6922c15d5c5737989cf39e785725a40ea49f6a89ced9cb462b5b35ea4e7e0add_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:e86af1f70604971a91452d8d0e11c4d7246f1237aae808477649a7bb1bfbb226_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:e86af1f70604971a91452d8d0e11c4d7246f1237aae808477649a7bb1bfbb226_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:e86af1f70604971a91452d8d0e11c4d7246f1237aae808477649a7bb1bfbb226_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-console-operator@sha256:8e6f4c82af29aa5ad18699069d26f2c8fdb261c94f2f912cfd5c714c19cff896_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console-operator@sha256:8e6f4c82af29aa5ad18699069d26f2c8fdb261c94f2f912cfd5c714c19cff896_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-console-operator@sha256:8e6f4c82af29aa5ad18699069d26f2c8fdb261c94f2f912cfd5c714c19cff896_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-console@sha256:82ecf23af51595b79c4e3a05cb8ae4be3fc8c60f54eaa9cd88f8e97548a3cbc1_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console@sha256:82ecf23af51595b79c4e3a05cb8ae4be3fc8c60f54eaa9cd88f8e97548a3cbc1_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-console@sha256:82ecf23af51595b79c4e3a05cb8ae4be3fc8c60f54eaa9cd88f8e97548a3cbc1_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:8b5059576c10b4e449f9621f195b8383d50a81a304a2cd83ace4615df922d8f9_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:8b5059576c10b4e449f9621f195b8383d50a81a304a2cd83ace4615df922d8f9_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:8b5059576c10b4e449f9621f195b8383d50a81a304a2cd83ace4615df922d8f9_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-coredns@sha256:02771e91bcbb9e91626d377254c5ba0a10f3d524498bddad1aff97318868bef6_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-coredns@sha256:02771e91bcbb9e91626d377254c5ba0a10f3d524498bddad1aff97318868bef6_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-coredns@sha256:02771e91bcbb9e91626d377254c5ba0a10f3d524498bddad1aff97318868bef6_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:fe5f3c2f446e78894726a1f3e89c711ca2855fe7ae609d827e2a85d704cd6113_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:fe5f3c2f446e78894726a1f3e89c711ca2855fe7ae609d827e2a85d704cd6113_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:fe5f3c2f446e78894726a1f3e89c711ca2855fe7ae609d827e2a85d704cd6113_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:1e349a98fccf699339f457c706382c2f8c9757b884833eb9242aeba32f677f81_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:1e349a98fccf699339f457c706382c2f8c9757b884833eb9242aeba32f677f81_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:1e349a98fccf699339f457c706382c2f8c9757b884833eb9242aeba32f677f81_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:bd5180d230672ae99ebd470e7c382bbf436f9351ff85e0dddda6341454aa8de5_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:bd5180d230672ae99ebd470e7c382bbf436f9351ff85e0dddda6341454aa8de5_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:bd5180d230672ae99ebd470e7c382bbf436f9351ff85e0dddda6341454aa8de5_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:745eb8f1b1b1ab2301309de55b495d0c2ec0baad7dd64ee0c17e537a607e044f_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:745eb8f1b1b1ab2301309de55b495d0c2ec0baad7dd64ee0c17e537a607e044f_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:745eb8f1b1b1ab2301309de55b495d0c2ec0baad7dd64ee0c17e537a607e044f_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:b95708710c9876afd203c6091ddf5a32ffa2d36bcc5213ebd897cfdf19eb8f7c_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:b95708710c9876afd203c6091ddf5a32ffa2d36bcc5213ebd897cfdf19eb8f7c_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:b95708710c9876afd203c6091ddf5a32ffa2d36bcc5213ebd897cfdf19eb8f7c_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:da26759b9b8e8890c6db5e6daf783c35f6b6b81e3c32cf862c6ab3b140e52e31_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:da26759b9b8e8890c6db5e6daf783c35f6b6b81e3c32cf862c6ab3b140e52e31_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:da26759b9b8e8890c6db5e6daf783c35f6b6b81e3c32cf862c6ab3b140e52e31_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:55f4b73b131d835720f3b523f81a453ff1aecd0175c2530bb84f4395c1e8c1c1_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:55f4b73b131d835720f3b523f81a453ff1aecd0175c2530bb84f4395c1e8c1c1_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:55f4b73b131d835720f3b523f81a453ff1aecd0175c2530bb84f4395c1e8c1c1_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:55f4b73b131d835720f3b523f81a453ff1aecd0175c2530bb84f4395c1e8c1c1_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:55f4b73b131d835720f3b523f81a453ff1aecd0175c2530bb84f4395c1e8c1c1_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:55f4b73b131d835720f3b523f81a453ff1aecd0175c2530bb84f4395c1e8c1c1_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:9c27fb99b6123a4034679ef5f717f735115b0e341950cb2a67b3216ab06c65ef_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:9c27fb99b6123a4034679ef5f717f735115b0e341950cb2a67b3216ab06c65ef_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:9c27fb99b6123a4034679ef5f717f735115b0e341950cb2a67b3216ab06c65ef_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:9c27fb99b6123a4034679ef5f717f735115b0e341950cb2a67b3216ab06c65ef_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:9c27fb99b6123a4034679ef5f717f735115b0e341950cb2a67b3216ab06c65ef_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:9c27fb99b6123a4034679ef5f717f735115b0e341950cb2a67b3216ab06c65ef_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e2a65ea66422e1af049d6e1d27f9ed83fc8cb4a329421f7fb3b661b6cfe60c6f_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e2a65ea66422e1af049d6e1d27f9ed83fc8cb4a329421f7fb3b661b6cfe60c6f_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e2a65ea66422e1af049d6e1d27f9ed83fc8cb4a329421f7fb3b661b6cfe60c6f_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e2a65ea66422e1af049d6e1d27f9ed83fc8cb4a329421f7fb3b661b6cfe60c6f_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e2a65ea66422e1af049d6e1d27f9ed83fc8cb4a329421f7fb3b661b6cfe60c6f_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e2a65ea66422e1af049d6e1d27f9ed83fc8cb4a329421f7fb3b661b6cfe60c6f_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:658c2dcb0736fe9ea464accf9534e5d2c96451f16252946e2e5320a48f6dcfbc_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:658c2dcb0736fe9ea464accf9534e5d2c96451f16252946e2e5320a48f6dcfbc_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:658c2dcb0736fe9ea464accf9534e5d2c96451f16252946e2e5320a48f6dcfbc_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:658c2dcb0736fe9ea464accf9534e5d2c96451f16252946e2e5320a48f6dcfbc_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:658c2dcb0736fe9ea464accf9534e5d2c96451f16252946e2e5320a48f6dcfbc_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:658c2dcb0736fe9ea464accf9534e5d2c96451f16252946e2e5320a48f6dcfbc_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:def2db87172600fc5603201208372b86c71927aef80ecf11381a372a92470d62_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:def2db87172600fc5603201208372b86c71927aef80ecf11381a372a92470d62_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:def2db87172600fc5603201208372b86c71927aef80ecf11381a372a92470d62_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:def2db87172600fc5603201208372b86c71927aef80ecf11381a372a92470d62_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:def2db87172600fc5603201208372b86c71927aef80ecf11381a372a92470d62_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:def2db87172600fc5603201208372b86c71927aef80ecf11381a372a92470d62_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:9140bbf737061a73ab190b8eed195dd661a33d9fb626b94a6a6fba81fbfa7b36_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:9140bbf737061a73ab190b8eed195dd661a33d9fb626b94a6a6fba81fbfa7b36_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:9140bbf737061a73ab190b8eed195dd661a33d9fb626b94a6a6fba81fbfa7b36_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:9140bbf737061a73ab190b8eed195dd661a33d9fb626b94a6a6fba81fbfa7b36_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:9140bbf737061a73ab190b8eed195dd661a33d9fb626b94a6a6fba81fbfa7b36_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:9140bbf737061a73ab190b8eed195dd661a33d9fb626b94a6a6fba81fbfa7b36_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:eb1d93464b304316f18781bdc63d008e62fb853b130ee04fcc09726b0fd0e04b_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:eb1d93464b304316f18781bdc63d008e62fb853b130ee04fcc09726b0fd0e04b_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:eb1d93464b304316f18781bdc63d008e62fb853b130ee04fcc09726b0fd0e04b_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:eb1d93464b304316f18781bdc63d008e62fb853b130ee04fcc09726b0fd0e04b_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:eb1d93464b304316f18781bdc63d008e62fb853b130ee04fcc09726b0fd0e04b_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:eb1d93464b304316f18781bdc63d008e62fb853b130ee04fcc09726b0fd0e04b_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:04e80bfe7c66273c5d4506e60671b1de5c35fde9691a18230ee8bbe943b4590d_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:04e80bfe7c66273c5d4506e60671b1de5c35fde9691a18230ee8bbe943b4590d_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:04e80bfe7c66273c5d4506e60671b1de5c35fde9691a18230ee8bbe943b4590d_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-deployer@sha256:8e22ee115efe612aaf62d0b8f724454d288a82c976675309d21d5bc621dab819_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-deployer@sha256:8e22ee115efe612aaf62d0b8f724454d288a82c976675309d21d5bc621dab819_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-deployer@sha256:8e22ee115efe612aaf62d0b8f724454d288a82c976675309d21d5bc621dab819_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-docker-builder@sha256:28bf9956e7551279c391c4a1b9b2cc5d00c912bef1765b5b356de6e692c97a13_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-builder@sha256:28bf9956e7551279c391c4a1b9b2cc5d00c912bef1765b5b356de6e692c97a13_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-docker-builder@sha256:28bf9956e7551279c391c4a1b9b2cc5d00c912bef1765b5b356de6e692c97a13_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-docker-registry@sha256:2fc4b21628197efa76c52f1a9f1384fa57554dec83c9a5d531af1c881448dbb4_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-registry@sha256:2fc4b21628197efa76c52f1a9f1384fa57554dec83c9a5d531af1c881448dbb4_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-docker-registry@sha256:2fc4b21628197efa76c52f1a9f1384fa57554dec83c9a5d531af1c881448dbb4_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:941eaa7cb95807c47b1de7b0834fa73bc0eeb04d6c2c419e618ceed3039a8066_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:941eaa7cb95807c47b1de7b0834fa73bc0eeb04d6c2c419e618ceed3039a8066_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:941eaa7cb95807c47b1de7b0834fa73bc0eeb04d6c2c419e618ceed3039a8066_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:756e169bc3b8c299f151e160174eace0fa9bd34bbe150d9168ae5b65c323c48e_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:756e169bc3b8c299f151e160174eace0fa9bd34bbe150d9168ae5b65c323c48e_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:756e169bc3b8c299f151e160174eace0fa9bd34bbe150d9168ae5b65c323c48e_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:e69b00efec3fc953f85bc83518eb5c1affa4e03f47b13be12600c58ea93d2eb2_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:e69b00efec3fc953f85bc83518eb5c1affa4e03f47b13be12600c58ea93d2eb2_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:e69b00efec3fc953f85bc83518eb5c1affa4e03f47b13be12600c58ea93d2eb2_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:2dfcc8883088010702d09f37d8a96ca681ebcf6c980da8700385746d4e67caa1_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:2dfcc8883088010702d09f37d8a96ca681ebcf6c980da8700385746d4e67caa1_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:2dfcc8883088010702d09f37d8a96ca681ebcf6c980da8700385746d4e67caa1_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:44bccda804cb3755801870fcdadeb2d16e820c3bf14dd6f2c18947afba8ded23_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:44bccda804cb3755801870fcdadeb2d16e820c3bf14dd6f2c18947afba8ded23_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:44bccda804cb3755801870fcdadeb2d16e820c3bf14dd6f2c18947afba8ded23_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:d2d397e2ba0e171f79a1251641a8a296252abd0bf61095f101c274c02ef469af_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-haproxy-router@sha256:d2d397e2ba0e171f79a1251641a8a296252abd0bf61095f101c274c02ef469af_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:d2d397e2ba0e171f79a1251641a8a296252abd0bf61095f101c274c02ef469af_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-hyperkube@sha256:f9e4ddb22ba0ea25627c59aa688ed34cde0ad5226b4eb76178c027626dc94874_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hyperkube@sha256:f9e4ddb22ba0ea25627c59aa688ed34cde0ad5226b4eb76178c027626dc94874_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-hyperkube@sha256:f9e4ddb22ba0ea25627c59aa688ed34cde0ad5226b4eb76178c027626dc94874_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:281181b7c60b3b3ebef789345ecca56305169aa98cc0d441017adf0deb69e012_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:281181b7c60b3b3ebef789345ecca56305169aa98cc0d441017adf0deb69e012_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:281181b7c60b3b3ebef789345ecca56305169aa98cc0d441017adf0deb69e012_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:7ea1e4d479fb50c1d2d7d1db200f13818b33f37afd416577710214dd716572aa_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:7ea1e4d479fb50c1d2d7d1db200f13818b33f37afd416577710214dd716572aa_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:7ea1e4d479fb50c1d2d7d1db200f13818b33f37afd416577710214dd716572aa_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:14bab08520a43f7d4dcd02853f03e3ff94931b20fad39c6dc35426f71f6f4ed8_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:14bab08520a43f7d4dcd02853f03e3ff94931b20fad39c6dc35426f71f6f4ed8_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:14bab08520a43f7d4dcd02853f03e3ff94931b20fad39c6dc35426f71f6f4ed8_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:bc4ab220c3090430afdea90882969b5465d404e8e688d408db187efc1d378d0e_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:bc4ab220c3090430afdea90882969b5465d404e8e688d408db187efc1d378d0e_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:bc4ab220c3090430afdea90882969b5465d404e8e688d408db187efc1d378d0e_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:cb1e53e2269a1131c1692fae5a988ad0f3b390ce6fb8bc88833987a7945012ac_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:cb1e53e2269a1131c1692fae5a988ad0f3b390ce6fb8bc88833987a7945012ac_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:cb1e53e2269a1131c1692fae5a988ad0f3b390ce6fb8bc88833987a7945012ac_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:048566d20f9da2255d40f1bcb989fe7debaee0be879d28889ccbabe56c4cd0b8_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:048566d20f9da2255d40f1bcb989fe7debaee0be879d28889ccbabe56c4cd0b8_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:048566d20f9da2255d40f1bcb989fe7debaee0be879d28889ccbabe56c4cd0b8_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:a3023e4585ce3d8ae26b3b7b451d3b7adaf383fafd9d9d0df179c12078685f0c_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:a3023e4585ce3d8ae26b3b7b451d3b7adaf383fafd9d9d0df179c12078685f0c_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:a3023e4585ce3d8ae26b3b7b451d3b7adaf383fafd9d9d0df179c12078685f0c_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:7fa5e60b84ee5c85cd6ddf4c1e43b7cf1aadd15755640162b703768c43724bc8_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:7fa5e60b84ee5c85cd6ddf4c1e43b7cf1aadd15755640162b703768c43724bc8_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:7fa5e60b84ee5c85cd6ddf4c1e43b7cf1aadd15755640162b703768c43724bc8_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:6b47e74af2c2bfd199dfd62e536ec953f10d5d979af787e2a4bc00359f14e5dd_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:6b47e74af2c2bfd199dfd62e536ec953f10d5d979af787e2a4bc00359f14e5dd_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:6b47e74af2c2bfd199dfd62e536ec953f10d5d979af787e2a4bc00359f14e5dd_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:3b3b1b4f9f12802a8b642f92fb0de653598a9cd997986007433bdf93872cb616_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:3b3b1b4f9f12802a8b642f92fb0de653598a9cd997986007433bdf93872cb616_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:3b3b1b4f9f12802a8b642f92fb0de653598a9cd997986007433bdf93872cb616_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-installer@sha256:aff91424a41aae0661dc01ae555d09321ed5c2d7f6635771839f4abdc795ee01_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer@sha256:aff91424a41aae0661dc01ae555d09321ed5c2d7f6635771839f4abdc795ee01_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-installer@sha256:aff91424a41aae0661dc01ae555d09321ed5c2d7f6635771839f4abdc795ee01_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:fc973eaa0402fc1c09cefd4ce35af1f70090aaaf16557fea76c7963731065e6d_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:fc973eaa0402fc1c09cefd4ce35af1f70090aaaf16557fea76c7963731065e6d_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:fc973eaa0402fc1c09cefd4ce35af1f70090aaaf16557fea76c7963731065e6d_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ee30b1edffcc546061bda6f003a704ad1f6ef50814db55955f2143d457dd32cb_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ee30b1edffcc546061bda6f003a704ad1f6ef50814db55955f2143d457dd32cb_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ee30b1edffcc546061bda6f003a704ad1f6ef50814db55955f2143d457dd32cb_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c075c6cb5b66f75a34725342def071af692d3b4aed32fc5272aaa081f1423179_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c075c6cb5b66f75a34725342def071af692d3b4aed32fc5272aaa081f1423179_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c075c6cb5b66f75a34725342def071af692d3b4aed32fc5272aaa081f1423179_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:24464b84b62d96802f924e63f2a6b5d034d51f8424755d09e6d24c544bd9fb5b_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:24464b84b62d96802f924e63f2a6b5d034d51f8424755d09e6d24c544bd9fb5b_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:24464b84b62d96802f924e63f2a6b5d034d51f8424755d09e6d24c544bd9fb5b_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:cac721d8cbbf65ed541cc36057eac10c5d26f16619bb2ee4b6bb5d892fed28a8_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:cac721d8cbbf65ed541cc36057eac10c5d26f16619bb2ee4b6bb5d892fed28a8_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:cac721d8cbbf65ed541cc36057eac10c5d26f16619bb2ee4b6bb5d892fed28a8_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:4911935291bdf9bd32fc151cc818c7f61b9844b40ac18317a958375cc33ccf0b_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:4911935291bdf9bd32fc151cc818c7f61b9844b40ac18317a958375cc33ccf0b_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:4911935291bdf9bd32fc151cc818c7f61b9844b40ac18317a958375cc33ccf0b_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:f0ae90fa89e56686278923abd1ec9ee2b7d320fbc69f8fef4e312b9d7a22c313_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-proxy@sha256:f0ae90fa89e56686278923abd1ec9ee2b7d320fbc69f8fef4e312b9d7a22c313_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:f0ae90fa89e56686278923abd1ec9ee2b7d320fbc69f8fef4e312b9d7a22c313_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:7008a4a186533c89c3e86582c54cdf7e5966930246a870858dd873516f07fd37_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:7008a4a186533c89c3e86582c54cdf7e5966930246a870858dd873516f07fd37_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:7008a4a186533c89c3e86582c54cdf7e5966930246a870858dd873516f07fd37_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:acf914de6dcc84d7b3d0eee191a2469ea6d7b5da824e6e9146bf8ff1b35c3f2c_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:acf914de6dcc84d7b3d0eee191a2469ea6d7b5da824e6e9146bf8ff1b35c3f2c_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:acf914de6dcc84d7b3d0eee191a2469ea6d7b5da824e6e9146bf8ff1b35c3f2c_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:d5335f8b4366177223cab917923735cf3d15452c7d83a6c7a06a06ccfb8bd722_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:d5335f8b4366177223cab917923735cf3d15452c7d83a6c7a06a06ccfb8bd722_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:d5335f8b4366177223cab917923735cf3d15452c7d83a6c7a06a06ccfb8bd722_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:c879806649c4c6eeaaec155d6a1a16a9c86c78c362b18298a6fe0d416607fbbc_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:c879806649c4c6eeaaec155d6a1a16a9c86c78c362b18298a6fe0d416607fbbc_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:c879806649c4c6eeaaec155d6a1a16a9c86c78c362b18298a6fe0d416607fbbc_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:3a1b4e12519dbd18933634b52d0f68df630984176da921e1728d4ec284e3794d_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:3a1b4e12519dbd18933634b52d0f68df630984176da921e1728d4ec284e3794d_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:3a1b4e12519dbd18933634b52d0f68df630984176da921e1728d4ec284e3794d_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:42e1aa281762f8a8ed9c0603e142ffd3f39945245aa6c7ebc83c9257d19fd825_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:42e1aa281762f8a8ed9c0603e142ffd3f39945245aa6c7ebc83c9257d19fd825_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:42e1aa281762f8a8ed9c0603e142ffd3f39945245aa6c7ebc83c9257d19fd825_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:85e7f451bf607b3b94aad8ddff46b59de4bfedfdcd2670171017e33ba79f85dd_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:85e7f451bf607b3b94aad8ddff46b59de4bfedfdcd2670171017e33ba79f85dd_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:85e7f451bf607b3b94aad8ddff46b59de4bfedfdcd2670171017e33ba79f85dd_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:3a268add291bbb34e5ca839e5f5b26df74af0d2ddaeb1e805e12bdd5fb1f5156_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:3a268add291bbb34e5ca839e5f5b26df74af0d2ddaeb1e805e12bdd5fb1f5156_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:3a268add291bbb34e5ca839e5f5b26df74af0d2ddaeb1e805e12bdd5fb1f5156_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:7a61bd81c6d2b06e140aa8e61f18fab4dbec40162fe1817fbbfbcc439c69b40a_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:7a61bd81c6d2b06e140aa8e61f18fab4dbec40162fe1817fbbfbcc439c69b40a_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:7a61bd81c6d2b06e140aa8e61f18fab4dbec40162fe1817fbbfbcc439c69b40a_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:298d6c6544d25a3e3aa1d147cd3ed262cdb3023a6acc8ac1677f870e508ca549_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:298d6c6544d25a3e3aa1d147cd3ed262cdb3023a6acc8ac1677f870e508ca549_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:298d6c6544d25a3e3aa1d147cd3ed262cdb3023a6acc8ac1677f870e508ca549_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:91c4862521ca3ccdf1011586a5e7af3ddd56289d8c11e01547846c8738f6f1aa_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:91c4862521ca3ccdf1011586a5e7af3ddd56289d8c11e01547846c8738f6f1aa_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:91c4862521ca3ccdf1011586a5e7af3ddd56289d8c11e01547846c8738f6f1aa_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:c6c48b29fa1cea376900d54c255e67493177b85fa3e32ba91006c6cca536d387_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:c6c48b29fa1cea376900d54c255e67493177b85fa3e32ba91006c6cca536d387_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:c6c48b29fa1cea376900d54c255e67493177b85fa3e32ba91006c6cca536d387_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:200c16f7a9abf01d60c187dbbc23078f7947bd5b0a2fcc11b9d8539f54abacd5_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:200c16f7a9abf01d60c187dbbc23078f7947bd5b0a2fcc11b9d8539f54abacd5_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:200c16f7a9abf01d60c187dbbc23078f7947bd5b0a2fcc11b9d8539f54abacd5_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:c080ca25997926d589d19bffd73eed9df0c4a684fa2d24adea3c765d3394a76f_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:c080ca25997926d589d19bffd73eed9df0c4a684fa2d24adea3c765d3394a76f_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:c080ca25997926d589d19bffd73eed9df0c4a684fa2d24adea3c765d3394a76f_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:497cfa558b44847864bae1f9a9023891971ba7787dc3e7f29948b32953bc512c_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:497cfa558b44847864bae1f9a9023891971ba7787dc3e7f29948b32953bc512c_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:497cfa558b44847864bae1f9a9023891971ba7787dc3e7f29948b32953bc512c_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-multus-cni@sha256:0306883be14db42de8498d6a68b3abef9c4615f5972e39706f0945fe2d4513f2_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-cni@sha256:0306883be14db42de8498d6a68b3abef9c4615f5972e39706f0945fe2d4513f2_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-multus-cni@sha256:0306883be14db42de8498d6a68b3abef9c4615f5972e39706f0945fe2d4513f2_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:62e71caf9e998db56029dc1e68a73b1ba14ed13147149cda18803bbe27e62833_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:62e71caf9e998db56029dc1e68a73b1ba14ed13147149cda18803bbe27e62833_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:62e71caf9e998db56029dc1e68a73b1ba14ed13147149cda18803bbe27e62833_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:98febaf7c070f4a3caf71a8fabc249652200f95a76b7a860bfd325a21a9f8015_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:98febaf7c070f4a3caf71a8fabc249652200f95a76b7a860bfd325a21a9f8015_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:98febaf7c070f4a3caf71a8fabc249652200f95a76b7a860bfd325a21a9f8015_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:eeef90cc63835b46eaddce2218300897c4c6c80ea745383da8e050ec505eae0d_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:eeef90cc63835b46eaddce2218300897c4c6c80ea745383da8e050ec505eae0d_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:eeef90cc63835b46eaddce2218300897c4c6c80ea745383da8e050ec505eae0d_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-must-gather@sha256:b2c97d1c5450a241ac457b76ff70cf2fdb87c2eb7dba0980c1e8c5cbb075f04c_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-must-gather@sha256:b2c97d1c5450a241ac457b76ff70cf2fdb87c2eb7dba0980c1e8c5cbb075f04c_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-must-gather@sha256:b2c97d1c5450a241ac457b76ff70cf2fdb87c2eb7dba0980c1e8c5cbb075f04c_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:1597ed8b1dcab739359497dc3351c0f023fc6bed5b474bc0375ee491004b6ce0_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:1597ed8b1dcab739359497dc3351c0f023fc6bed5b474bc0375ee491004b6ce0_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:1597ed8b1dcab739359497dc3351c0f023fc6bed5b474bc0375ee491004b6ce0_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:5a0fccdeb0c260d1971a01487e8ad7660e33e87edadcb6f83e9c4585507c23b9_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:5a0fccdeb0c260d1971a01487e8ad7660e33e87edadcb6f83e9c4585507c23b9_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:5a0fccdeb0c260d1971a01487e8ad7660e33e87edadcb6f83e9c4585507c23b9_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:c7086c92c84fedb52c2cd0ffd54ab4f1d858b138c971469c99e11c7705b58e47_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:c7086c92c84fedb52c2cd0ffd54ab4f1d858b138c971469c99e11c7705b58e47_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:c7086c92c84fedb52c2cd0ffd54ab4f1d858b138c971469c99e11c7705b58e47_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:c074b238943c59def9025ff9ad0d05be4d4d02569dc9837eb707e2529ca2d614_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:c074b238943c59def9025ff9ad0d05be4d4d02569dc9837eb707e2529ca2d614_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:c074b238943c59def9025ff9ad0d05be4d4d02569dc9837eb707e2529ca2d614_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:c9418296bfa5722a0351c93b1935defaff1b667539b871df5536c9c7ce4560b0_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:c9418296bfa5722a0351c93b1935defaff1b667539b871df5536c9c7ce4560b0_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:c9418296bfa5722a0351c93b1935defaff1b667539b871df5536c9c7ce4560b0_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:fa3dc3a2b225e40acde008309b3dc435ffcf27b3eef4388ca5e74f4e627b028c_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:fa3dc3a2b225e40acde008309b3dc435ffcf27b3eef4388ca5e74f4e627b028c_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:fa3dc3a2b225e40acde008309b3dc435ffcf27b3eef4388ca5e74f4e627b028c_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:f1a831120663cd669d77c56fa6c4c5bf069a86e1455d56671241727b677a96be_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:f1a831120663cd669d77c56fa6c4c5bf069a86e1455d56671241727b677a96be_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:f1a831120663cd669d77c56fa6c4c5bf069a86e1455d56671241727b677a96be_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:92a8ce4a3a16c69afa48040286a16260add8cbb876793c1766334e0c06a3cd6e_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:92a8ce4a3a16c69afa48040286a16260add8cbb876793c1766334e0c06a3cd6e_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:92a8ce4a3a16c69afa48040286a16260add8cbb876793c1766334e0c06a3cd6e_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:83bb943d6b94158490bc8c4df7a1cab18e671fa40cce6c86ca709e9fb8251831_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:83bb943d6b94158490bc8c4df7a1cab18e671fa40cce6c86ca709e9fb8251831_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:83bb943d6b94158490bc8c4df7a1cab18e671fa40cce6c86ca709e9fb8251831_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:92ba26cd6cb8a2bbe5613a3a46c4e6bbd18d8cd987ddfe85df77e9aa1a2819bd_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:92ba26cd6cb8a2bbe5613a3a46c4e6bbd18d8cd987ddfe85df77e9aa1a2819bd_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:92ba26cd6cb8a2bbe5613a3a46c4e6bbd18d8cd987ddfe85df77e9aa1a2819bd_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:1889f2a47d26217c991a5b5feec3c2c124936cf77cca722f4d8e376e99acf66e_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:1889f2a47d26217c991a5b5feec3c2c124936cf77cca722f4d8e376e99acf66e_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:1889f2a47d26217c991a5b5feec3c2c124936cf77cca722f4d8e376e99acf66e_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:1426b11534d341d805c87b50bf61732be3e09844a6599f60db03d22a06cadfef_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:1426b11534d341d805c87b50bf61732be3e09844a6599f60db03d22a06cadfef_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:1426b11534d341d805c87b50bf61732be3e09844a6599f60db03d22a06cadfef_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:60851d305c86f8d57815798e5d882f9e42de16889a493e3b2e5e2c4342f180a4_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:60851d305c86f8d57815798e5d882f9e42de16889a493e3b2e5e2c4342f180a4_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:60851d305c86f8d57815798e5d882f9e42de16889a493e3b2e5e2c4342f180a4_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f31e024cecc3ae9cb681f0f2aef08dbce02603586e1c206b091aa0a2a3bcba18_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f31e024cecc3ae9cb681f0f2aef08dbce02603586e1c206b091aa0a2a3bcba18_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f31e024cecc3ae9cb681f0f2aef08dbce02603586e1c206b091aa0a2a3bcba18_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:c9b0a5da0e6cffe8d46cdfc65affe7266c5a3942421cdd58c1973698365fe947_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:c9b0a5da0e6cffe8d46cdfc65affe7266c5a3942421cdd58c1973698365fe947_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:c9b0a5da0e6cffe8d46cdfc65affe7266c5a3942421cdd58c1973698365fe947_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:49f5dc435a7868321177263e8ed5ee3d87b73ceebfaf6be10fcd3f5361fd93ee_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:49f5dc435a7868321177263e8ed5ee3d87b73ceebfaf6be10fcd3f5361fd93ee_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:49f5dc435a7868321177263e8ed5ee3d87b73ceebfaf6be10fcd3f5361fd93ee_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-operator-registry@sha256:790f23380f9e12198322169a226baa088bb3f2a81423991314d57aa715e7c916_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-registry@sha256:790f23380f9e12198322169a226baa088bb3f2a81423991314d57aa715e7c916_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-operator-registry@sha256:790f23380f9e12198322169a226baa088bb3f2a81423991314d57aa715e7c916_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:251cad98307415ac1fcff1942c816edb72f940f15d4ac5f12207d375c2403f18_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:251cad98307415ac1fcff1942c816edb72f940f15d4ac5f12207d375c2403f18_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:251cad98307415ac1fcff1942c816edb72f940f15d4ac5f12207d375c2403f18_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:eafe29fd0a0bbdc63b82a57c1d0da169a07db7bbde278efe15f803a90a924dc7_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:eafe29fd0a0bbdc63b82a57c1d0da169a07db7bbde278efe15f803a90a924dc7_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:eafe29fd0a0bbdc63b82a57c1d0da169a07db7bbde278efe15f803a90a924dc7_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b14c82b954e211e760f8237f952341c6db4f36153c5551fb24b55ae9738ae0f1_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b14c82b954e211e760f8237f952341c6db4f36153c5551fb24b55ae9738ae0f1_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b14c82b954e211e760f8237f952341c6db4f36153c5551fb24b55ae9738ae0f1_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:b14c82b954e211e760f8237f952341c6db4f36153c5551fb24b55ae9738ae0f1_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:b14c82b954e211e760f8237f952341c6db4f36153c5551fb24b55ae9738ae0f1_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:b14c82b954e211e760f8237f952341c6db4f36153c5551fb24b55ae9738ae0f1_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-pod@sha256:5bb94ffa77b73f4bd61e77b5f5723447f50307c4421ba8b3b41f280dcba24e44_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-pod@sha256:5bb94ffa77b73f4bd61e77b5f5723447f50307c4421ba8b3b41f280dcba24e44_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-pod@sha256:5bb94ffa77b73f4bd61e77b5f5723447f50307c4421ba8b3b41f280dcba24e44_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:6fcbd13b4bbb556e0be949749302b7b423310b83db21e5f73ff01e43c3801f4b_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:6fcbd13b4bbb556e0be949749302b7b423310b83db21e5f73ff01e43c3801f4b_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:6fcbd13b4bbb556e0be949749302b7b423310b83db21e5f73ff01e43c3801f4b_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:330905cc874d9a6b0ca521227d599641a462d894ff2f7c4d8c98712c1f33c790_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:330905cc874d9a6b0ca521227d599641a462d894ff2f7c4d8c98712c1f33c790_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:330905cc874d9a6b0ca521227d599641a462d894ff2f7c4d8c98712c1f33c790_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:542d91dac0fcb7cf8f1b89d295e9940b0dfa4a63fdb313cb311d532acb3e4644_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:542d91dac0fcb7cf8f1b89d295e9940b0dfa4a63fdb313cb311d532acb3e4644_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:542d91dac0fcb7cf8f1b89d295e9940b0dfa4a63fdb313cb311d532acb3e4644_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:c1beca437b956635f8bef63aa85ccd74153822db3382eae4bcf29398fb6d44a0_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:c1beca437b956635f8bef63aa85ccd74153822db3382eae4bcf29398fb6d44a0_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:c1beca437b956635f8bef63aa85ccd74153822db3382eae4bcf29398fb6d44a0_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:dde404e0c7c7dad0a1432d63229cb55692e775ff61dd40a05b3179a4a1c3b1d8_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:dde404e0c7c7dad0a1432d63229cb55692e775ff61dd40a05b3179a4a1c3b1d8_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:dde404e0c7c7dad0a1432d63229cb55692e775ff61dd40a05b3179a4a1c3b1d8_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:a473e1664f42e2c2d3d250d2f3b9e77ea1c19b7ea4f791377b62fee23cffbe90_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:a473e1664f42e2c2d3d250d2f3b9e77ea1c19b7ea4f791377b62fee23cffbe90_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:a473e1664f42e2c2d3d250d2f3b9e77ea1c19b7ea4f791377b62fee23cffbe90_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:f927141c4dd5ad8c2aaf6ea5bea253e25a062c7c7e3d15a0782938621780eb18_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:f927141c4dd5ad8c2aaf6ea5bea253e25a062c7c7e3d15a0782938621780eb18_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:f927141c4dd5ad8c2aaf6ea5bea253e25a062c7c7e3d15a0782938621780eb18_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:28feb9e6f9ac12c689724636e1c9c1a26197243921e87e291b098f25075a847a_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:28feb9e6f9ac12c689724636e1c9c1a26197243921e87e291b098f25075a847a_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:28feb9e6f9ac12c689724636e1c9c1a26197243921e87e291b098f25075a847a_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:c6753888672e9e5cb94b1bfc6bdf82012bd060593ccd171a90eb523bf13f583d_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:c6753888672e9e5cb94b1bfc6bdf82012bd060593ccd171a90eb523bf13f583d_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:c6753888672e9e5cb94b1bfc6bdf82012bd060593ccd171a90eb523bf13f583d_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:68f99395755784b2102ee608253e608511a62191f53d2081ea1c2019176b9796_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:68f99395755784b2102ee608253e608511a62191f53d2081ea1c2019176b9796_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:68f99395755784b2102ee608253e608511a62191f53d2081ea1c2019176b9796_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-prometheus@sha256:27490e87e5044f1d5dd22217c2f80e785494edb50655431fd06169317ce7fa93_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus@sha256:27490e87e5044f1d5dd22217c2f80e785494edb50655431fd06169317ce7fa93_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-prometheus@sha256:27490e87e5044f1d5dd22217c2f80e785494edb50655431fd06169317ce7fa93_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:cf488bee23606956cffab893a2da062354d446deaecddfee3c80b186a8c80f1a_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:cf488bee23606956cffab893a2da062354d446deaecddfee3c80b186a8c80f1a_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:cf488bee23606956cffab893a2da062354d446deaecddfee3c80b186a8c80f1a_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:2953271a80e742f808ff30e43bb94b8fc07c34e774adecf33d58c0249037e8e9_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:2953271a80e742f808ff30e43bb94b8fc07c34e774adecf33d58c0249037e8e9_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:2953271a80e742f808ff30e43bb94b8fc07c34e774adecf33d58c0249037e8e9_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-telemeter@sha256:5de3036194cefd7217d55f2147f6863215c432c1a1431f4d84302395bc67a8d7_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-telemeter@sha256:5de3036194cefd7217d55f2147f6863215c432c1a1431f4d84302395bc67a8d7_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-telemeter@sha256:5de3036194cefd7217d55f2147f6863215c432c1a1431f4d84302395bc67a8d7_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-tests@sha256:492db7a17c3a330c80c6edc87322a2a06a085926c06ac2abe8539b779b16a0be_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tests@sha256:492db7a17c3a330c80c6edc87322a2a06a085926c06ac2abe8539b779b16a0be_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-tests@sha256:492db7a17c3a330c80c6edc87322a2a06a085926c06ac2abe8539b779b16a0be_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:2b028522e33fcf9000799cc8be7dca119640a914b13312ff641e7dd424995f83_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:2b028522e33fcf9000799cc8be7dca119640a914b13312ff641e7dd424995f83_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:2b028522e33fcf9000799cc8be7dca119640a914b13312ff641e7dd424995f83_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:7b5d6a4fb74fad50bc900545e71add8032800ede19a5c2dad49f01e3962bf6c2_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:7b5d6a4fb74fad50bc900545e71add8032800ede19a5c2dad49f01e3962bf6c2_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:7b5d6a4fb74fad50bc900545e71add8032800ede19a5c2dad49f01e3962bf6c2_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:d67274e6d71ebe731209c9d1a5ad72f3bbd876bb386e0da25db66e3b4cd51a03_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:d67274e6d71ebe731209c9d1a5ad72f3bbd876bb386e0da25db66e3b4cd51a03_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:d67274e6d71ebe731209c9d1a5ad72f3bbd876bb386e0da25db66e3b4cd51a03_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:1f16df34a09600689e321692c3922c00454663d6f872b5b30beb44e4a1689981_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:1f16df34a09600689e321692c3922c00454663d6f872b5b30beb44e4a1689981_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:1f16df34a09600689e321692c3922c00454663d6f872b5b30beb44e4a1689981_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:f35b71b8ce08379ab215c2022dd204487c4a59f8607c8ee0c0e3419bc81754b7_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:f35b71b8ce08379ab215c2022dd204487c4a59f8607c8ee0c0e3419bc81754b7_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:f35b71b8ce08379ab215c2022dd204487c4a59f8607c8ee0c0e3419bc81754b7_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:55f2350f066bc607ee87cdb97e9c7aa7e100206a6da138be0d3150950ce369d0_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:55f2350f066bc607ee87cdb97e9c7aa7e100206a6da138be0d3150950ce369d0_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:55f2350f066bc607ee87cdb97e9c7aa7e100206a6da138be0d3150950ce369d0_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:d67274e6d71ebe731209c9d1a5ad72f3bbd876bb386e0da25db66e3b4cd51a03_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:d67274e6d71ebe731209c9d1a5ad72f3bbd876bb386e0da25db66e3b4cd51a03_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:d67274e6d71ebe731209c9d1a5ad72f3bbd876bb386e0da25db66e3b4cd51a03_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:1f16df34a09600689e321692c3922c00454663d6f872b5b30beb44e4a1689981_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:1f16df34a09600689e321692c3922c00454663d6f872b5b30beb44e4a1689981_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:1f16df34a09600689e321692c3922c00454663d6f872b5b30beb44e4a1689981_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:1509732324bd37a8eb622e7555fd4baefdc0582c7a4941a5c45f06514ba926ea_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:1509732324bd37a8eb622e7555fd4baefdc0582c7a4941a5c45f06514ba926ea_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:1509732324bd37a8eb622e7555fd4baefdc0582c7a4941a5c45f06514ba926ea_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:5530afae0116bffb38e6231b2001707a5fb3acabacdb36ec9886a852270e8a82_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:5530afae0116bffb38e6231b2001707a5fb3acabacdb36ec9886a852270e8a82_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:5530afae0116bffb38e6231b2001707a5fb3acabacdb36ec9886a852270e8a82_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:b9cbc81f1cf2e9800ccf2505cefc359f86d6a635bd389ae41f2571ca90558979_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:b9cbc81f1cf2e9800ccf2505cefc359f86d6a635bd389ae41f2571ca90558979_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:b9cbc81f1cf2e9800ccf2505cefc359f86d6a635bd389ae41f2571ca90558979_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:f8ace96e982f3833bcf1bd4c10888720657663bc9eb7ead2ab87c10e71a9985d_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
          "product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:f8ace96e982f3833bcf1bd4c10888720657663bc9eb7ead2ab87c10e71a9985d_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:f8ace96e982f3833bcf1bd4c10888720657663bc9eb7ead2ab87c10e71a9985d_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2025-47907",
      "cwe": {
        "id": "CWE-362",
        "name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)"
      },
      "discovery_date": "2025-08-07T16:01:06.247481+00:00",
      "flags": [
        {
          "label": "vulnerable_code_not_present",
          "product_ids": [
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e8552930ebf6dae03eee2f0c5ed79ba200fed2e41782b10e929b9b58a3c5946_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:a782bef2310c40c84bc397d375f97748749eaf1f2182bc61dc0681b7021a2176_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-deployer@sha256:8e22ee115efe612aaf62d0b8f724454d288a82c976675309d21d5bc621dab819_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-haproxy-router@sha256:d2d397e2ba0e171f79a1251641a8a296252abd0bf61095f101c274c02ef469af_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:fc973eaa0402fc1c09cefd4ce35af1f70090aaaf16557fea76c7963731065e6d_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c075c6cb5b66f75a34725342def071af692d3b4aed32fc5272aaa081f1423179_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:24464b84b62d96802f924e63f2a6b5d034d51f8424755d09e6d24c544bd9fb5b_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:4911935291bdf9bd32fc151cc818c7f61b9844b40ac18317a958375cc33ccf0b_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:42e1aa281762f8a8ed9c0603e142ffd3f39945245aa6c7ebc83c9257d19fd825_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:c080ca25997926d589d19bffd73eed9df0c4a684fa2d24adea3c765d3394a76f_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:7b5d6a4fb74fad50bc900545e71add8032800ede19a5c2dad49f01e3962bf6c2_amd64"
          ]
        }
      ],
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2387083"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "database/sql: Postgres Scan Race Condition",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "This vulnerability marked as Moderate severity issues rather than Important. The os/exec LookPath flaw requires a misconfigured PATH to be exploitable, and the database/sql race condition primarily impacts applications that cancel queries while running multiple queries concurrently. Both can cause unexpected behavior, but the exploitation scope is limited and unlikely to result in direct compromise in most typical deployments.",
          "title": "Statement"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:f66a0e70ff4db8eecd06be7221e1afc18f4cc4b971d73f72a54ccbb91144aeb5_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:3ada000e5fa1f1021e91bb17fe80addb1fe783c8b6efceec5607929cfe02d44a_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:99e37eef9ddf27de5f91fb06832a77dd7a752eb8854fb5fe03d0b888d8e4c787_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/network-tools-rhel8@sha256:382f064d9bca1c116e5462ed31d009c3956afdbc600145e48e5050e18e0c7333_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:cc7f9374e6b2155e8f6154fc44b41980715536ec54fe429ec434a3ea519099e3_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:68de08987d985df34dab868cdd41147d3814e4579331ccfb3c0ea3b730eccf56_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:3e5610de95b94bbd12e019a3d0dc260bc59c7fd229eeb1e86d830ff6a3ca5caa_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:ba7df9cea0a2e5b59171ca9d133c568b621d016b263561664231ae7266b61489_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:f356193220c0cac496a3a3c496cbcc712a97167665ff2592aa52a61709010d6c_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:10aa55210d4eccaa6369a9ffe48548b9bc3d9bbad5b0c733adb1eec1414e1704_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:947a8b30c79069483951056d8c05ac7938bebdb106448ce9715f4ecfe1347e55_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:41c93b1974e27b361ae9243c6ab6104911d794fccd417b6cec81a4c9290377ce_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:e74694c0c30fb2a0da44d376677204f893d75a2d65c252462e162a3aa3ea6764_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:264f3b3a32c444e30c5c30c1df7e6286be82d6464f52fda953ae89534b052856_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:680ecae2a2ef7c0c80d445f4b35e22d60d6e2c6da7e86fe76a20c468a439447e_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:39bc3c72d0a07bac96e2d41ec927ddfaab50e5a29f64a9f56c48680ca809fec8_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:82218662d30e5716e6b0885f96bba658e5f44944cc2367e7f82528568138a473_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:be8c06f56c29b0b478d093a698deb0ee9177be3c3fd8988be81fc8b22001b87d_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:d4a5bfcc63730cadaad1849155dc32d4c8212c9d6f21ae41011506e1b10824e0_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:715e9c721b69d293511451836d7aae6b8841f0783b3779db466691b088ec2ee4_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:cb991575e8aa5424757123e6551add1f1a48dfbedb48fbc528af23b08f8c214c_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:bef500d5b7a55988597abfd509c51edcdf126424ca547a5b688e2577dbce9788_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:7a1f4cbfa65597798a792c875b9a329a7c551d65c1498f2440db8f01865315cb_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:91c544a7403fabb5a5222cb159420ec3ffdc777dc20da8802e16ad645fa873a5_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:ffdc1114835b5aec86414db4d5f399b5fc1c1f2f33ed7e89c4bb82d6c245c499_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2ec8f52b90544fdc071a69b8fa4613abec74833ed53676ff313bda68d11ad9f3_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:4e596649375db56fc1876617cbc85ed3eb9c87cd27bdc1eebae506b6ab10455e_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:4e882efe0d786dd2314e119affa1dd2e9c4a27b046ac24e2d0ee648e64826cc1_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:6307dc9d7ceb8356be58cf50ebe5eff90dab81db2fb08797ce663c173e4b14a1_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:c7557194b650a8461fc1cb10edfc2622dd3c9f3036271d9e2067e8c5c0ddba8a_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:546f8a9663cda47befffd4db90631459451707ba7eebf43132f42891a2e2d09d_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:8a1a7658aef6a48c8023cc18ac52981a576c91349419aca409bd87d0167dbaa9_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli@sha256:32b4ab4489ff48435f000e9e44a9e2f481e586f2ec5d77b8197e34348e17f9e3_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:e56993e447d27d2719c4eea99b14c0e68aa0e7cd312f70529e44f11ee7a5c363_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:305b44fdaa8cbbb98f0fadcfa1a08c134c475448ec5278d78ac7d658f3323500_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:ca3cd9ecc7d7f5c1059c79e13dbcd2622c8d5bc637888e9b472e6507e5d52ee1_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:971d4594e7209ce0f3d0f50cfb5199b1e18b0030ba7d8708342c5579143645bc_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:adf4b3207329ec7d3b056375c89c32215e222595ec20ed0ce6b5c69a559c1ed7_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2ef9284558d4cf1995e03937d6116a2f6ba8e91a9ced8632bff0740d88de3c73_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:36a99b1f241c5e5e0a8fee16163c7c046904e18c32d5b8de3e486f1f216e38a7_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:81fb28c8d40044f4046edee60b752aadf7c0b4a4bee1551451360c8cf3bf85c0_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:81fb28c8d40044f4046edee60b752aadf7c0b4a4bee1551451360c8cf3bf85c0_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:b1a37041b4d0a83df1f220cb183493a725d44befd1b25d12f43230ffa1dfa46b_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:287d4b9b44aa682322234ef10e4597890c5c30ba1ec74926fbef67c64e72efcf_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:f9337a3abda6ab098be6110a99f69ba0d1a390389e17d48e55d8da3b8d037c5d_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:dbdb53c34533f1104e1c767b1409f445724c15e293147204cd195f395927e7c3_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:92da99d0dadb70ee55f7fca94031a728aaac5dc3bb31e018c502edf50afe4272_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:8b2603f3e242ae5c44344a775b0c26a0d79a4c0093132e533ffd4e7865b3b1e1_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:45c9b8468d767a3114ca79266e8528aafa421d1088ecfa44483af788eba5158f_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:82fc89a2dea00d0e2db8351131939f284029a635f944da6b44f75c4d8c2f5bb4_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:2606106d1aaac250505e3e282917873c7cc852eab6bd21126bc5cd8f44561848_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:5233c4447b3477f819024ae75434f3f86c001da024f7cfa40a72dce9ef72e301_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:3a8e057da73675e08b11ea190cec49e714281697ee765d456b805d7333a18919_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:86c9a509896876a5d89e56342bbb4754ef1017b393df1a81395965ea46625ad3_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:75634bdaa693c3983bfe2bbd4369163e350e0422022241c7f4f5422609baa4e4_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:761c7d51b1d482c2e751ee6dee6e8159ac9fac35ef6592ae4d4a0676d963080b_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:bd4e4545359329b30f6e4ccc237ed2696c5ef8654f3392e12cd131cadf4fee2a_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:1608db6ad01e03f20e7bbae5008d283442b68ce2a58ff3c2e30c95bd1b4bfb79_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:269a3f4cf534c540bcdd0ee311afb0d394c489ceb71b4867032f7b408de21a47_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:ca6ec90fd75d94ab29d4326b1d7b6119ea66b22ea06313b80f00d0b4ef91d24d_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:a4ccc2a0c274052cbbe0e1c7a987bf00511f24952e2b72cb8c4a989e13509598_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:1d54a2c229ad3d01bf3445cd543e9d65cf27fc5ac9aa9a3dc5b237ce96138bd5_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:e0d9531e894943157da70729fb243ec8e752b69ff733e12786d639ae5c0543f8_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:90887577863ae56b7ec64d92e887f2fbd57bc814a7ff1b45837c0a316802afc1_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:4b1bd09e2560cee14575248cf886cd57eef21aedee70772b9827c0bb2f0be012_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:6922c15d5c5737989cf39e785725a40ea49f6a89ced9cb462b5b35ea4e7e0add_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:e86af1f70604971a91452d8d0e11c4d7246f1237aae808477649a7bb1bfbb226_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console-operator@sha256:8e6f4c82af29aa5ad18699069d26f2c8fdb261c94f2f912cfd5c714c19cff896_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console@sha256:82ecf23af51595b79c4e3a05cb8ae4be3fc8c60f54eaa9cd88f8e97548a3cbc1_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:8b5059576c10b4e449f9621f195b8383d50a81a304a2cd83ace4615df922d8f9_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-coredns@sha256:02771e91bcbb9e91626d377254c5ba0a10f3d524498bddad1aff97318868bef6_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:fe5f3c2f446e78894726a1f3e89c711ca2855fe7ae609d827e2a85d704cd6113_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:1e349a98fccf699339f457c706382c2f8c9757b884833eb9242aeba32f677f81_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:bd5180d230672ae99ebd470e7c382bbf436f9351ff85e0dddda6341454aa8de5_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:745eb8f1b1b1ab2301309de55b495d0c2ec0baad7dd64ee0c17e537a607e044f_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:b95708710c9876afd203c6091ddf5a32ffa2d36bcc5213ebd897cfdf19eb8f7c_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:da26759b9b8e8890c6db5e6daf783c35f6b6b81e3c32cf862c6ab3b140e52e31_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:55f4b73b131d835720f3b523f81a453ff1aecd0175c2530bb84f4395c1e8c1c1_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:55f4b73b131d835720f3b523f81a453ff1aecd0175c2530bb84f4395c1e8c1c1_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:9c27fb99b6123a4034679ef5f717f735115b0e341950cb2a67b3216ab06c65ef_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:9c27fb99b6123a4034679ef5f717f735115b0e341950cb2a67b3216ab06c65ef_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e2a65ea66422e1af049d6e1d27f9ed83fc8cb4a329421f7fb3b661b6cfe60c6f_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e2a65ea66422e1af049d6e1d27f9ed83fc8cb4a329421f7fb3b661b6cfe60c6f_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:658c2dcb0736fe9ea464accf9534e5d2c96451f16252946e2e5320a48f6dcfbc_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:658c2dcb0736fe9ea464accf9534e5d2c96451f16252946e2e5320a48f6dcfbc_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:def2db87172600fc5603201208372b86c71927aef80ecf11381a372a92470d62_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:def2db87172600fc5603201208372b86c71927aef80ecf11381a372a92470d62_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:9140bbf737061a73ab190b8eed195dd661a33d9fb626b94a6a6fba81fbfa7b36_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:9140bbf737061a73ab190b8eed195dd661a33d9fb626b94a6a6fba81fbfa7b36_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:eb1d93464b304316f18781bdc63d008e62fb853b130ee04fcc09726b0fd0e04b_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:eb1d93464b304316f18781bdc63d008e62fb853b130ee04fcc09726b0fd0e04b_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:04e80bfe7c66273c5d4506e60671b1de5c35fde9691a18230ee8bbe943b4590d_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-builder@sha256:28bf9956e7551279c391c4a1b9b2cc5d00c912bef1765b5b356de6e692c97a13_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-registry@sha256:2fc4b21628197efa76c52f1a9f1384fa57554dec83c9a5d531af1c881448dbb4_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:941eaa7cb95807c47b1de7b0834fa73bc0eeb04d6c2c419e618ceed3039a8066_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:756e169bc3b8c299f151e160174eace0fa9bd34bbe150d9168ae5b65c323c48e_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:e69b00efec3fc953f85bc83518eb5c1affa4e03f47b13be12600c58ea93d2eb2_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:2dfcc8883088010702d09f37d8a96ca681ebcf6c980da8700385746d4e67caa1_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:44bccda804cb3755801870fcdadeb2d16e820c3bf14dd6f2c18947afba8ded23_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hyperkube@sha256:f9e4ddb22ba0ea25627c59aa688ed34cde0ad5226b4eb76178c027626dc94874_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:281181b7c60b3b3ebef789345ecca56305169aa98cc0d441017adf0deb69e012_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:7ea1e4d479fb50c1d2d7d1db200f13818b33f37afd416577710214dd716572aa_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:14bab08520a43f7d4dcd02853f03e3ff94931b20fad39c6dc35426f71f6f4ed8_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:bc4ab220c3090430afdea90882969b5465d404e8e688d408db187efc1d378d0e_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:cb1e53e2269a1131c1692fae5a988ad0f3b390ce6fb8bc88833987a7945012ac_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:048566d20f9da2255d40f1bcb989fe7debaee0be879d28889ccbabe56c4cd0b8_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:a3023e4585ce3d8ae26b3b7b451d3b7adaf383fafd9d9d0df179c12078685f0c_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:7fa5e60b84ee5c85cd6ddf4c1e43b7cf1aadd15755640162b703768c43724bc8_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:6b47e74af2c2bfd199dfd62e536ec953f10d5d979af787e2a4bc00359f14e5dd_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:3b3b1b4f9f12802a8b642f92fb0de653598a9cd997986007433bdf93872cb616_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer@sha256:aff91424a41aae0661dc01ae555d09321ed5c2d7f6635771839f4abdc795ee01_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ee30b1edffcc546061bda6f003a704ad1f6ef50814db55955f2143d457dd32cb_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:cac721d8cbbf65ed541cc36057eac10c5d26f16619bb2ee4b6bb5d892fed28a8_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-proxy@sha256:f0ae90fa89e56686278923abd1ec9ee2b7d320fbc69f8fef4e312b9d7a22c313_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:7008a4a186533c89c3e86582c54cdf7e5966930246a870858dd873516f07fd37_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:acf914de6dcc84d7b3d0eee191a2469ea6d7b5da824e6e9146bf8ff1b35c3f2c_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:d5335f8b4366177223cab917923735cf3d15452c7d83a6c7a06a06ccfb8bd722_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:c879806649c4c6eeaaec155d6a1a16a9c86c78c362b18298a6fe0d416607fbbc_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:3a1b4e12519dbd18933634b52d0f68df630984176da921e1728d4ec284e3794d_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:85e7f451bf607b3b94aad8ddff46b59de4bfedfdcd2670171017e33ba79f85dd_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:3a268add291bbb34e5ca839e5f5b26df74af0d2ddaeb1e805e12bdd5fb1f5156_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:7a61bd81c6d2b06e140aa8e61f18fab4dbec40162fe1817fbbfbcc439c69b40a_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:298d6c6544d25a3e3aa1d147cd3ed262cdb3023a6acc8ac1677f870e508ca549_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:91c4862521ca3ccdf1011586a5e7af3ddd56289d8c11e01547846c8738f6f1aa_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:c6c48b29fa1cea376900d54c255e67493177b85fa3e32ba91006c6cca536d387_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:200c16f7a9abf01d60c187dbbc23078f7947bd5b0a2fcc11b9d8539f54abacd5_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:497cfa558b44847864bae1f9a9023891971ba7787dc3e7f29948b32953bc512c_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-cni@sha256:0306883be14db42de8498d6a68b3abef9c4615f5972e39706f0945fe2d4513f2_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:62e71caf9e998db56029dc1e68a73b1ba14ed13147149cda18803bbe27e62833_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:98febaf7c070f4a3caf71a8fabc249652200f95a76b7a860bfd325a21a9f8015_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:eeef90cc63835b46eaddce2218300897c4c6c80ea745383da8e050ec505eae0d_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-must-gather@sha256:b2c97d1c5450a241ac457b76ff70cf2fdb87c2eb7dba0980c1e8c5cbb075f04c_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:1597ed8b1dcab739359497dc3351c0f023fc6bed5b474bc0375ee491004b6ce0_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:5a0fccdeb0c260d1971a01487e8ad7660e33e87edadcb6f83e9c4585507c23b9_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:c7086c92c84fedb52c2cd0ffd54ab4f1d858b138c971469c99e11c7705b58e47_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:c074b238943c59def9025ff9ad0d05be4d4d02569dc9837eb707e2529ca2d614_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:c9418296bfa5722a0351c93b1935defaff1b667539b871df5536c9c7ce4560b0_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:fa3dc3a2b225e40acde008309b3dc435ffcf27b3eef4388ca5e74f4e627b028c_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:f1a831120663cd669d77c56fa6c4c5bf069a86e1455d56671241727b677a96be_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:92a8ce4a3a16c69afa48040286a16260add8cbb876793c1766334e0c06a3cd6e_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:83bb943d6b94158490bc8c4df7a1cab18e671fa40cce6c86ca709e9fb8251831_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:92ba26cd6cb8a2bbe5613a3a46c4e6bbd18d8cd987ddfe85df77e9aa1a2819bd_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:1889f2a47d26217c991a5b5feec3c2c124936cf77cca722f4d8e376e99acf66e_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:1426b11534d341d805c87b50bf61732be3e09844a6599f60db03d22a06cadfef_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:60851d305c86f8d57815798e5d882f9e42de16889a493e3b2e5e2c4342f180a4_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f31e024cecc3ae9cb681f0f2aef08dbce02603586e1c206b091aa0a2a3bcba18_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:c9b0a5da0e6cffe8d46cdfc65affe7266c5a3942421cdd58c1973698365fe947_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:49f5dc435a7868321177263e8ed5ee3d87b73ceebfaf6be10fcd3f5361fd93ee_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-registry@sha256:790f23380f9e12198322169a226baa088bb3f2a81423991314d57aa715e7c916_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:251cad98307415ac1fcff1942c816edb72f940f15d4ac5f12207d375c2403f18_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:eafe29fd0a0bbdc63b82a57c1d0da169a07db7bbde278efe15f803a90a924dc7_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b14c82b954e211e760f8237f952341c6db4f36153c5551fb24b55ae9738ae0f1_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:b14c82b954e211e760f8237f952341c6db4f36153c5551fb24b55ae9738ae0f1_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-pod@sha256:5bb94ffa77b73f4bd61e77b5f5723447f50307c4421ba8b3b41f280dcba24e44_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:6fcbd13b4bbb556e0be949749302b7b423310b83db21e5f73ff01e43c3801f4b_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:330905cc874d9a6b0ca521227d599641a462d894ff2f7c4d8c98712c1f33c790_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:542d91dac0fcb7cf8f1b89d295e9940b0dfa4a63fdb313cb311d532acb3e4644_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:c1beca437b956635f8bef63aa85ccd74153822db3382eae4bcf29398fb6d44a0_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:dde404e0c7c7dad0a1432d63229cb55692e775ff61dd40a05b3179a4a1c3b1d8_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:a473e1664f42e2c2d3d250d2f3b9e77ea1c19b7ea4f791377b62fee23cffbe90_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:f927141c4dd5ad8c2aaf6ea5bea253e25a062c7c7e3d15a0782938621780eb18_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:28feb9e6f9ac12c689724636e1c9c1a26197243921e87e291b098f25075a847a_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:c6753888672e9e5cb94b1bfc6bdf82012bd060593ccd171a90eb523bf13f583d_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:68f99395755784b2102ee608253e608511a62191f53d2081ea1c2019176b9796_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus@sha256:27490e87e5044f1d5dd22217c2f80e785494edb50655431fd06169317ce7fa93_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:cf488bee23606956cffab893a2da062354d446deaecddfee3c80b186a8c80f1a_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:2953271a80e742f808ff30e43bb94b8fc07c34e774adecf33d58c0249037e8e9_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-telemeter@sha256:5de3036194cefd7217d55f2147f6863215c432c1a1431f4d84302395bc67a8d7_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tests@sha256:492db7a17c3a330c80c6edc87322a2a06a085926c06ac2abe8539b779b16a0be_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:2b028522e33fcf9000799cc8be7dca119640a914b13312ff641e7dd424995f83_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:d67274e6d71ebe731209c9d1a5ad72f3bbd876bb386e0da25db66e3b4cd51a03_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:1f16df34a09600689e321692c3922c00454663d6f872b5b30beb44e4a1689981_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:f35b71b8ce08379ab215c2022dd204487c4a59f8607c8ee0c0e3419bc81754b7_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:55f2350f066bc607ee87cdb97e9c7aa7e100206a6da138be0d3150950ce369d0_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:d67274e6d71ebe731209c9d1a5ad72f3bbd876bb386e0da25db66e3b4cd51a03_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:1f16df34a09600689e321692c3922c00454663d6f872b5b30beb44e4a1689981_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:1509732324bd37a8eb622e7555fd4baefdc0582c7a4941a5c45f06514ba926ea_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:5530afae0116bffb38e6231b2001707a5fb3acabacdb36ec9886a852270e8a82_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:b9cbc81f1cf2e9800ccf2505cefc359f86d6a635bd389ae41f2571ca90558979_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:f8ace96e982f3833bcf1bd4c10888720657663bc9eb7ead2ab87c10e71a9985d_amd64"
        ],
        "known_not_affected": [
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e8552930ebf6dae03eee2f0c5ed79ba200fed2e41782b10e929b9b58a3c5946_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:a782bef2310c40c84bc397d375f97748749eaf1f2182bc61dc0681b7021a2176_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-deployer@sha256:8e22ee115efe612aaf62d0b8f724454d288a82c976675309d21d5bc621dab819_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-haproxy-router@sha256:d2d397e2ba0e171f79a1251641a8a296252abd0bf61095f101c274c02ef469af_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:fc973eaa0402fc1c09cefd4ce35af1f70090aaaf16557fea76c7963731065e6d_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c075c6cb5b66f75a34725342def071af692d3b4aed32fc5272aaa081f1423179_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:24464b84b62d96802f924e63f2a6b5d034d51f8424755d09e6d24c544bd9fb5b_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:4911935291bdf9bd32fc151cc818c7f61b9844b40ac18317a958375cc33ccf0b_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:42e1aa281762f8a8ed9c0603e142ffd3f39945245aa6c7ebc83c9257d19fd825_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:c080ca25997926d589d19bffd73eed9df0c4a684fa2d24adea3c765d3394a76f_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:7b5d6a4fb74fad50bc900545e71add8032800ede19a5c2dad49f01e3962bf6c2_amd64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2025-47907"
        },
        {
          "category": "external",
          "summary": "RHBZ#2387083",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2387083"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2025-47907",
          "url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
        },
        {
          "category": "external",
          "summary": "https://go.dev/cl/693735",
          "url": "https://go.dev/cl/693735"
        },
        {
          "category": "external",
          "summary": "https://go.dev/issue/74831",
          "url": "https://go.dev/issue/74831"
        },
        {
          "category": "external",
          "summary": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM",
          "url": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM"
        },
        {
          "category": "external",
          "summary": "https://pkg.go.dev/vuln/GO-2025-3849",
          "url": "https://pkg.go.dev/vuln/GO-2025-3849"
        }
      ],
      "release_date": "2025-08-07T15:25:30.704000+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-04-16T10:06:20+00:00",
          "details": "For OpenShift Container Platform 4.13 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.13/html/release_notes\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64 architecture. The image digest may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\n      The sha value for the release is as follows:\n\n      (For x86_64 architecture)\n      The image digest is sha256:8f2d90675314d5860aa070a036e7b2ecc57ed56df6fddb229835cdb674364874\n\nAll OpenShift Container Platform 4.13 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.13/html-single/updating_clusters/index#updating-cluster-within-minor.",
          "product_ids": [
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:f66a0e70ff4db8eecd06be7221e1afc18f4cc4b971d73f72a54ccbb91144aeb5_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:3ada000e5fa1f1021e91bb17fe80addb1fe783c8b6efceec5607929cfe02d44a_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:99e37eef9ddf27de5f91fb06832a77dd7a752eb8854fb5fe03d0b888d8e4c787_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/network-tools-rhel8@sha256:382f064d9bca1c116e5462ed31d009c3956afdbc600145e48e5050e18e0c7333_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:cc7f9374e6b2155e8f6154fc44b41980715536ec54fe429ec434a3ea519099e3_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:68de08987d985df34dab868cdd41147d3814e4579331ccfb3c0ea3b730eccf56_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:3e5610de95b94bbd12e019a3d0dc260bc59c7fd229eeb1e86d830ff6a3ca5caa_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:ba7df9cea0a2e5b59171ca9d133c568b621d016b263561664231ae7266b61489_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:f356193220c0cac496a3a3c496cbcc712a97167665ff2592aa52a61709010d6c_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:10aa55210d4eccaa6369a9ffe48548b9bc3d9bbad5b0c733adb1eec1414e1704_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:947a8b30c79069483951056d8c05ac7938bebdb106448ce9715f4ecfe1347e55_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:41c93b1974e27b361ae9243c6ab6104911d794fccd417b6cec81a4c9290377ce_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:e74694c0c30fb2a0da44d376677204f893d75a2d65c252462e162a3aa3ea6764_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:264f3b3a32c444e30c5c30c1df7e6286be82d6464f52fda953ae89534b052856_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:680ecae2a2ef7c0c80d445f4b35e22d60d6e2c6da7e86fe76a20c468a439447e_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:39bc3c72d0a07bac96e2d41ec927ddfaab50e5a29f64a9f56c48680ca809fec8_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:82218662d30e5716e6b0885f96bba658e5f44944cc2367e7f82528568138a473_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:be8c06f56c29b0b478d093a698deb0ee9177be3c3fd8988be81fc8b22001b87d_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:d4a5bfcc63730cadaad1849155dc32d4c8212c9d6f21ae41011506e1b10824e0_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:715e9c721b69d293511451836d7aae6b8841f0783b3779db466691b088ec2ee4_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:cb991575e8aa5424757123e6551add1f1a48dfbedb48fbc528af23b08f8c214c_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:bef500d5b7a55988597abfd509c51edcdf126424ca547a5b688e2577dbce9788_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:7a1f4cbfa65597798a792c875b9a329a7c551d65c1498f2440db8f01865315cb_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:91c544a7403fabb5a5222cb159420ec3ffdc777dc20da8802e16ad645fa873a5_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:ffdc1114835b5aec86414db4d5f399b5fc1c1f2f33ed7e89c4bb82d6c245c499_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2ec8f52b90544fdc071a69b8fa4613abec74833ed53676ff313bda68d11ad9f3_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:4e596649375db56fc1876617cbc85ed3eb9c87cd27bdc1eebae506b6ab10455e_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:4e882efe0d786dd2314e119affa1dd2e9c4a27b046ac24e2d0ee648e64826cc1_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:6307dc9d7ceb8356be58cf50ebe5eff90dab81db2fb08797ce663c173e4b14a1_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:c7557194b650a8461fc1cb10edfc2622dd3c9f3036271d9e2067e8c5c0ddba8a_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:546f8a9663cda47befffd4db90631459451707ba7eebf43132f42891a2e2d09d_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:8a1a7658aef6a48c8023cc18ac52981a576c91349419aca409bd87d0167dbaa9_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli@sha256:32b4ab4489ff48435f000e9e44a9e2f481e586f2ec5d77b8197e34348e17f9e3_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:e56993e447d27d2719c4eea99b14c0e68aa0e7cd312f70529e44f11ee7a5c363_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:305b44fdaa8cbbb98f0fadcfa1a08c134c475448ec5278d78ac7d658f3323500_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:ca3cd9ecc7d7f5c1059c79e13dbcd2622c8d5bc637888e9b472e6507e5d52ee1_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:971d4594e7209ce0f3d0f50cfb5199b1e18b0030ba7d8708342c5579143645bc_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:adf4b3207329ec7d3b056375c89c32215e222595ec20ed0ce6b5c69a559c1ed7_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2ef9284558d4cf1995e03937d6116a2f6ba8e91a9ced8632bff0740d88de3c73_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:36a99b1f241c5e5e0a8fee16163c7c046904e18c32d5b8de3e486f1f216e38a7_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:81fb28c8d40044f4046edee60b752aadf7c0b4a4bee1551451360c8cf3bf85c0_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:81fb28c8d40044f4046edee60b752aadf7c0b4a4bee1551451360c8cf3bf85c0_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:b1a37041b4d0a83df1f220cb183493a725d44befd1b25d12f43230ffa1dfa46b_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:287d4b9b44aa682322234ef10e4597890c5c30ba1ec74926fbef67c64e72efcf_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:f9337a3abda6ab098be6110a99f69ba0d1a390389e17d48e55d8da3b8d037c5d_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:dbdb53c34533f1104e1c767b1409f445724c15e293147204cd195f395927e7c3_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:92da99d0dadb70ee55f7fca94031a728aaac5dc3bb31e018c502edf50afe4272_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:8b2603f3e242ae5c44344a775b0c26a0d79a4c0093132e533ffd4e7865b3b1e1_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:45c9b8468d767a3114ca79266e8528aafa421d1088ecfa44483af788eba5158f_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:82fc89a2dea00d0e2db8351131939f284029a635f944da6b44f75c4d8c2f5bb4_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:2606106d1aaac250505e3e282917873c7cc852eab6bd21126bc5cd8f44561848_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:5233c4447b3477f819024ae75434f3f86c001da024f7cfa40a72dce9ef72e301_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:3a8e057da73675e08b11ea190cec49e714281697ee765d456b805d7333a18919_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:86c9a509896876a5d89e56342bbb4754ef1017b393df1a81395965ea46625ad3_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:75634bdaa693c3983bfe2bbd4369163e350e0422022241c7f4f5422609baa4e4_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:761c7d51b1d482c2e751ee6dee6e8159ac9fac35ef6592ae4d4a0676d963080b_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:bd4e4545359329b30f6e4ccc237ed2696c5ef8654f3392e12cd131cadf4fee2a_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:1608db6ad01e03f20e7bbae5008d283442b68ce2a58ff3c2e30c95bd1b4bfb79_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:269a3f4cf534c540bcdd0ee311afb0d394c489ceb71b4867032f7b408de21a47_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:ca6ec90fd75d94ab29d4326b1d7b6119ea66b22ea06313b80f00d0b4ef91d24d_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:a4ccc2a0c274052cbbe0e1c7a987bf00511f24952e2b72cb8c4a989e13509598_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:1d54a2c229ad3d01bf3445cd543e9d65cf27fc5ac9aa9a3dc5b237ce96138bd5_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:e0d9531e894943157da70729fb243ec8e752b69ff733e12786d639ae5c0543f8_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:90887577863ae56b7ec64d92e887f2fbd57bc814a7ff1b45837c0a316802afc1_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:4b1bd09e2560cee14575248cf886cd57eef21aedee70772b9827c0bb2f0be012_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:6922c15d5c5737989cf39e785725a40ea49f6a89ced9cb462b5b35ea4e7e0add_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:e86af1f70604971a91452d8d0e11c4d7246f1237aae808477649a7bb1bfbb226_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console-operator@sha256:8e6f4c82af29aa5ad18699069d26f2c8fdb261c94f2f912cfd5c714c19cff896_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console@sha256:82ecf23af51595b79c4e3a05cb8ae4be3fc8c60f54eaa9cd88f8e97548a3cbc1_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:8b5059576c10b4e449f9621f195b8383d50a81a304a2cd83ace4615df922d8f9_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-coredns@sha256:02771e91bcbb9e91626d377254c5ba0a10f3d524498bddad1aff97318868bef6_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:fe5f3c2f446e78894726a1f3e89c711ca2855fe7ae609d827e2a85d704cd6113_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:1e349a98fccf699339f457c706382c2f8c9757b884833eb9242aeba32f677f81_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:bd5180d230672ae99ebd470e7c382bbf436f9351ff85e0dddda6341454aa8de5_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:745eb8f1b1b1ab2301309de55b495d0c2ec0baad7dd64ee0c17e537a607e044f_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:b95708710c9876afd203c6091ddf5a32ffa2d36bcc5213ebd897cfdf19eb8f7c_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:da26759b9b8e8890c6db5e6daf783c35f6b6b81e3c32cf862c6ab3b140e52e31_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:55f4b73b131d835720f3b523f81a453ff1aecd0175c2530bb84f4395c1e8c1c1_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:55f4b73b131d835720f3b523f81a453ff1aecd0175c2530bb84f4395c1e8c1c1_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:9c27fb99b6123a4034679ef5f717f735115b0e341950cb2a67b3216ab06c65ef_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:9c27fb99b6123a4034679ef5f717f735115b0e341950cb2a67b3216ab06c65ef_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e2a65ea66422e1af049d6e1d27f9ed83fc8cb4a329421f7fb3b661b6cfe60c6f_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e2a65ea66422e1af049d6e1d27f9ed83fc8cb4a329421f7fb3b661b6cfe60c6f_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:658c2dcb0736fe9ea464accf9534e5d2c96451f16252946e2e5320a48f6dcfbc_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:658c2dcb0736fe9ea464accf9534e5d2c96451f16252946e2e5320a48f6dcfbc_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:def2db87172600fc5603201208372b86c71927aef80ecf11381a372a92470d62_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:def2db87172600fc5603201208372b86c71927aef80ecf11381a372a92470d62_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:9140bbf737061a73ab190b8eed195dd661a33d9fb626b94a6a6fba81fbfa7b36_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:9140bbf737061a73ab190b8eed195dd661a33d9fb626b94a6a6fba81fbfa7b36_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:eb1d93464b304316f18781bdc63d008e62fb853b130ee04fcc09726b0fd0e04b_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:eb1d93464b304316f18781bdc63d008e62fb853b130ee04fcc09726b0fd0e04b_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:04e80bfe7c66273c5d4506e60671b1de5c35fde9691a18230ee8bbe943b4590d_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-builder@sha256:28bf9956e7551279c391c4a1b9b2cc5d00c912bef1765b5b356de6e692c97a13_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-registry@sha256:2fc4b21628197efa76c52f1a9f1384fa57554dec83c9a5d531af1c881448dbb4_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:941eaa7cb95807c47b1de7b0834fa73bc0eeb04d6c2c419e618ceed3039a8066_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:756e169bc3b8c299f151e160174eace0fa9bd34bbe150d9168ae5b65c323c48e_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:e69b00efec3fc953f85bc83518eb5c1affa4e03f47b13be12600c58ea93d2eb2_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:2dfcc8883088010702d09f37d8a96ca681ebcf6c980da8700385746d4e67caa1_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:44bccda804cb3755801870fcdadeb2d16e820c3bf14dd6f2c18947afba8ded23_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hyperkube@sha256:f9e4ddb22ba0ea25627c59aa688ed34cde0ad5226b4eb76178c027626dc94874_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:281181b7c60b3b3ebef789345ecca56305169aa98cc0d441017adf0deb69e012_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:7ea1e4d479fb50c1d2d7d1db200f13818b33f37afd416577710214dd716572aa_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:14bab08520a43f7d4dcd02853f03e3ff94931b20fad39c6dc35426f71f6f4ed8_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:bc4ab220c3090430afdea90882969b5465d404e8e688d408db187efc1d378d0e_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:cb1e53e2269a1131c1692fae5a988ad0f3b390ce6fb8bc88833987a7945012ac_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:048566d20f9da2255d40f1bcb989fe7debaee0be879d28889ccbabe56c4cd0b8_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:a3023e4585ce3d8ae26b3b7b451d3b7adaf383fafd9d9d0df179c12078685f0c_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:7fa5e60b84ee5c85cd6ddf4c1e43b7cf1aadd15755640162b703768c43724bc8_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:6b47e74af2c2bfd199dfd62e536ec953f10d5d979af787e2a4bc00359f14e5dd_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:3b3b1b4f9f12802a8b642f92fb0de653598a9cd997986007433bdf93872cb616_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer@sha256:aff91424a41aae0661dc01ae555d09321ed5c2d7f6635771839f4abdc795ee01_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ee30b1edffcc546061bda6f003a704ad1f6ef50814db55955f2143d457dd32cb_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:cac721d8cbbf65ed541cc36057eac10c5d26f16619bb2ee4b6bb5d892fed28a8_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-proxy@sha256:f0ae90fa89e56686278923abd1ec9ee2b7d320fbc69f8fef4e312b9d7a22c313_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:7008a4a186533c89c3e86582c54cdf7e5966930246a870858dd873516f07fd37_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:acf914de6dcc84d7b3d0eee191a2469ea6d7b5da824e6e9146bf8ff1b35c3f2c_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:d5335f8b4366177223cab917923735cf3d15452c7d83a6c7a06a06ccfb8bd722_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:c879806649c4c6eeaaec155d6a1a16a9c86c78c362b18298a6fe0d416607fbbc_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:3a1b4e12519dbd18933634b52d0f68df630984176da921e1728d4ec284e3794d_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:85e7f451bf607b3b94aad8ddff46b59de4bfedfdcd2670171017e33ba79f85dd_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:3a268add291bbb34e5ca839e5f5b26df74af0d2ddaeb1e805e12bdd5fb1f5156_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:7a61bd81c6d2b06e140aa8e61f18fab4dbec40162fe1817fbbfbcc439c69b40a_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:298d6c6544d25a3e3aa1d147cd3ed262cdb3023a6acc8ac1677f870e508ca549_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:91c4862521ca3ccdf1011586a5e7af3ddd56289d8c11e01547846c8738f6f1aa_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:c6c48b29fa1cea376900d54c255e67493177b85fa3e32ba91006c6cca536d387_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:200c16f7a9abf01d60c187dbbc23078f7947bd5b0a2fcc11b9d8539f54abacd5_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:497cfa558b44847864bae1f9a9023891971ba7787dc3e7f29948b32953bc512c_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-cni@sha256:0306883be14db42de8498d6a68b3abef9c4615f5972e39706f0945fe2d4513f2_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:62e71caf9e998db56029dc1e68a73b1ba14ed13147149cda18803bbe27e62833_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:98febaf7c070f4a3caf71a8fabc249652200f95a76b7a860bfd325a21a9f8015_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:eeef90cc63835b46eaddce2218300897c4c6c80ea745383da8e050ec505eae0d_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-must-gather@sha256:b2c97d1c5450a241ac457b76ff70cf2fdb87c2eb7dba0980c1e8c5cbb075f04c_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:1597ed8b1dcab739359497dc3351c0f023fc6bed5b474bc0375ee491004b6ce0_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:5a0fccdeb0c260d1971a01487e8ad7660e33e87edadcb6f83e9c4585507c23b9_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:c7086c92c84fedb52c2cd0ffd54ab4f1d858b138c971469c99e11c7705b58e47_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:c074b238943c59def9025ff9ad0d05be4d4d02569dc9837eb707e2529ca2d614_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:c9418296bfa5722a0351c93b1935defaff1b667539b871df5536c9c7ce4560b0_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:fa3dc3a2b225e40acde008309b3dc435ffcf27b3eef4388ca5e74f4e627b028c_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:f1a831120663cd669d77c56fa6c4c5bf069a86e1455d56671241727b677a96be_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:92a8ce4a3a16c69afa48040286a16260add8cbb876793c1766334e0c06a3cd6e_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:83bb943d6b94158490bc8c4df7a1cab18e671fa40cce6c86ca709e9fb8251831_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:92ba26cd6cb8a2bbe5613a3a46c4e6bbd18d8cd987ddfe85df77e9aa1a2819bd_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:1889f2a47d26217c991a5b5feec3c2c124936cf77cca722f4d8e376e99acf66e_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:1426b11534d341d805c87b50bf61732be3e09844a6599f60db03d22a06cadfef_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:60851d305c86f8d57815798e5d882f9e42de16889a493e3b2e5e2c4342f180a4_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f31e024cecc3ae9cb681f0f2aef08dbce02603586e1c206b091aa0a2a3bcba18_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:c9b0a5da0e6cffe8d46cdfc65affe7266c5a3942421cdd58c1973698365fe947_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:49f5dc435a7868321177263e8ed5ee3d87b73ceebfaf6be10fcd3f5361fd93ee_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-registry@sha256:790f23380f9e12198322169a226baa088bb3f2a81423991314d57aa715e7c916_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:251cad98307415ac1fcff1942c816edb72f940f15d4ac5f12207d375c2403f18_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:eafe29fd0a0bbdc63b82a57c1d0da169a07db7bbde278efe15f803a90a924dc7_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b14c82b954e211e760f8237f952341c6db4f36153c5551fb24b55ae9738ae0f1_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:b14c82b954e211e760f8237f952341c6db4f36153c5551fb24b55ae9738ae0f1_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-pod@sha256:5bb94ffa77b73f4bd61e77b5f5723447f50307c4421ba8b3b41f280dcba24e44_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:6fcbd13b4bbb556e0be949749302b7b423310b83db21e5f73ff01e43c3801f4b_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:330905cc874d9a6b0ca521227d599641a462d894ff2f7c4d8c98712c1f33c790_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:542d91dac0fcb7cf8f1b89d295e9940b0dfa4a63fdb313cb311d532acb3e4644_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:c1beca437b956635f8bef63aa85ccd74153822db3382eae4bcf29398fb6d44a0_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:dde404e0c7c7dad0a1432d63229cb55692e775ff61dd40a05b3179a4a1c3b1d8_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:a473e1664f42e2c2d3d250d2f3b9e77ea1c19b7ea4f791377b62fee23cffbe90_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:f927141c4dd5ad8c2aaf6ea5bea253e25a062c7c7e3d15a0782938621780eb18_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:28feb9e6f9ac12c689724636e1c9c1a26197243921e87e291b098f25075a847a_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:c6753888672e9e5cb94b1bfc6bdf82012bd060593ccd171a90eb523bf13f583d_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:68f99395755784b2102ee608253e608511a62191f53d2081ea1c2019176b9796_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus@sha256:27490e87e5044f1d5dd22217c2f80e785494edb50655431fd06169317ce7fa93_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:cf488bee23606956cffab893a2da062354d446deaecddfee3c80b186a8c80f1a_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:2953271a80e742f808ff30e43bb94b8fc07c34e774adecf33d58c0249037e8e9_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-telemeter@sha256:5de3036194cefd7217d55f2147f6863215c432c1a1431f4d84302395bc67a8d7_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tests@sha256:492db7a17c3a330c80c6edc87322a2a06a085926c06ac2abe8539b779b16a0be_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:2b028522e33fcf9000799cc8be7dca119640a914b13312ff641e7dd424995f83_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:d67274e6d71ebe731209c9d1a5ad72f3bbd876bb386e0da25db66e3b4cd51a03_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:1f16df34a09600689e321692c3922c00454663d6f872b5b30beb44e4a1689981_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:f35b71b8ce08379ab215c2022dd204487c4a59f8607c8ee0c0e3419bc81754b7_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:55f2350f066bc607ee87cdb97e9c7aa7e100206a6da138be0d3150950ce369d0_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:d67274e6d71ebe731209c9d1a5ad72f3bbd876bb386e0da25db66e3b4cd51a03_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:1f16df34a09600689e321692c3922c00454663d6f872b5b30beb44e4a1689981_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:1509732324bd37a8eb622e7555fd4baefdc0582c7a4941a5c45f06514ba926ea_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:5530afae0116bffb38e6231b2001707a5fb3acabacdb36ec9886a852270e8a82_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:b9cbc81f1cf2e9800ccf2505cefc359f86d6a635bd389ae41f2571ca90558979_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:f8ace96e982f3833bcf1bd4c10888720657663bc9eb7ead2ab87c10e71a9985d_amd64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2026:7252"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "HIGH",
            "attackVector": "NETWORK",
            "availabilityImpact": "LOW",
            "baseScore": 7.0,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "LOW",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:L",
            "version": "3.1"
          },
          "products": [
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:f66a0e70ff4db8eecd06be7221e1afc18f4cc4b971d73f72a54ccbb91144aeb5_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e8552930ebf6dae03eee2f0c5ed79ba200fed2e41782b10e929b9b58a3c5946_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:3ada000e5fa1f1021e91bb17fe80addb1fe783c8b6efceec5607929cfe02d44a_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:99e37eef9ddf27de5f91fb06832a77dd7a752eb8854fb5fe03d0b888d8e4c787_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/network-tools-rhel8@sha256:382f064d9bca1c116e5462ed31d009c3956afdbc600145e48e5050e18e0c7333_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:cc7f9374e6b2155e8f6154fc44b41980715536ec54fe429ec434a3ea519099e3_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:68de08987d985df34dab868cdd41147d3814e4579331ccfb3c0ea3b730eccf56_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:3e5610de95b94bbd12e019a3d0dc260bc59c7fd229eeb1e86d830ff6a3ca5caa_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:ba7df9cea0a2e5b59171ca9d133c568b621d016b263561664231ae7266b61489_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:f356193220c0cac496a3a3c496cbcc712a97167665ff2592aa52a61709010d6c_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:10aa55210d4eccaa6369a9ffe48548b9bc3d9bbad5b0c733adb1eec1414e1704_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:947a8b30c79069483951056d8c05ac7938bebdb106448ce9715f4ecfe1347e55_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:41c93b1974e27b361ae9243c6ab6104911d794fccd417b6cec81a4c9290377ce_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:e74694c0c30fb2a0da44d376677204f893d75a2d65c252462e162a3aa3ea6764_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:264f3b3a32c444e30c5c30c1df7e6286be82d6464f52fda953ae89534b052856_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:680ecae2a2ef7c0c80d445f4b35e22d60d6e2c6da7e86fe76a20c468a439447e_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:39bc3c72d0a07bac96e2d41ec927ddfaab50e5a29f64a9f56c48680ca809fec8_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:82218662d30e5716e6b0885f96bba658e5f44944cc2367e7f82528568138a473_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:be8c06f56c29b0b478d093a698deb0ee9177be3c3fd8988be81fc8b22001b87d_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:d4a5bfcc63730cadaad1849155dc32d4c8212c9d6f21ae41011506e1b10824e0_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:715e9c721b69d293511451836d7aae6b8841f0783b3779db466691b088ec2ee4_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:cb991575e8aa5424757123e6551add1f1a48dfbedb48fbc528af23b08f8c214c_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:bef500d5b7a55988597abfd509c51edcdf126424ca547a5b688e2577dbce9788_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:7a1f4cbfa65597798a792c875b9a329a7c551d65c1498f2440db8f01865315cb_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:91c544a7403fabb5a5222cb159420ec3ffdc777dc20da8802e16ad645fa873a5_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:ffdc1114835b5aec86414db4d5f399b5fc1c1f2f33ed7e89c4bb82d6c245c499_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2ec8f52b90544fdc071a69b8fa4613abec74833ed53676ff313bda68d11ad9f3_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:4e596649375db56fc1876617cbc85ed3eb9c87cd27bdc1eebae506b6ab10455e_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:4e882efe0d786dd2314e119affa1dd2e9c4a27b046ac24e2d0ee648e64826cc1_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:6307dc9d7ceb8356be58cf50ebe5eff90dab81db2fb08797ce663c173e4b14a1_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:c7557194b650a8461fc1cb10edfc2622dd3c9f3036271d9e2067e8c5c0ddba8a_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:546f8a9663cda47befffd4db90631459451707ba7eebf43132f42891a2e2d09d_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:8a1a7658aef6a48c8023cc18ac52981a576c91349419aca409bd87d0167dbaa9_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli@sha256:32b4ab4489ff48435f000e9e44a9e2f481e586f2ec5d77b8197e34348e17f9e3_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:e56993e447d27d2719c4eea99b14c0e68aa0e7cd312f70529e44f11ee7a5c363_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:305b44fdaa8cbbb98f0fadcfa1a08c134c475448ec5278d78ac7d658f3323500_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:ca3cd9ecc7d7f5c1059c79e13dbcd2622c8d5bc637888e9b472e6507e5d52ee1_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:971d4594e7209ce0f3d0f50cfb5199b1e18b0030ba7d8708342c5579143645bc_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:adf4b3207329ec7d3b056375c89c32215e222595ec20ed0ce6b5c69a559c1ed7_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2ef9284558d4cf1995e03937d6116a2f6ba8e91a9ced8632bff0740d88de3c73_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:36a99b1f241c5e5e0a8fee16163c7c046904e18c32d5b8de3e486f1f216e38a7_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:81fb28c8d40044f4046edee60b752aadf7c0b4a4bee1551451360c8cf3bf85c0_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:81fb28c8d40044f4046edee60b752aadf7c0b4a4bee1551451360c8cf3bf85c0_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:b1a37041b4d0a83df1f220cb183493a725d44befd1b25d12f43230ffa1dfa46b_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:287d4b9b44aa682322234ef10e4597890c5c30ba1ec74926fbef67c64e72efcf_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:f9337a3abda6ab098be6110a99f69ba0d1a390389e17d48e55d8da3b8d037c5d_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:dbdb53c34533f1104e1c767b1409f445724c15e293147204cd195f395927e7c3_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:92da99d0dadb70ee55f7fca94031a728aaac5dc3bb31e018c502edf50afe4272_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:8b2603f3e242ae5c44344a775b0c26a0d79a4c0093132e533ffd4e7865b3b1e1_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:45c9b8468d767a3114ca79266e8528aafa421d1088ecfa44483af788eba5158f_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:82fc89a2dea00d0e2db8351131939f284029a635f944da6b44f75c4d8c2f5bb4_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:2606106d1aaac250505e3e282917873c7cc852eab6bd21126bc5cd8f44561848_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:5233c4447b3477f819024ae75434f3f86c001da024f7cfa40a72dce9ef72e301_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:3a8e057da73675e08b11ea190cec49e714281697ee765d456b805d7333a18919_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:86c9a509896876a5d89e56342bbb4754ef1017b393df1a81395965ea46625ad3_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:75634bdaa693c3983bfe2bbd4369163e350e0422022241c7f4f5422609baa4e4_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:761c7d51b1d482c2e751ee6dee6e8159ac9fac35ef6592ae4d4a0676d963080b_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:bd4e4545359329b30f6e4ccc237ed2696c5ef8654f3392e12cd131cadf4fee2a_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:1608db6ad01e03f20e7bbae5008d283442b68ce2a58ff3c2e30c95bd1b4bfb79_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:269a3f4cf534c540bcdd0ee311afb0d394c489ceb71b4867032f7b408de21a47_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:ca6ec90fd75d94ab29d4326b1d7b6119ea66b22ea06313b80f00d0b4ef91d24d_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:a4ccc2a0c274052cbbe0e1c7a987bf00511f24952e2b72cb8c4a989e13509598_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:1d54a2c229ad3d01bf3445cd543e9d65cf27fc5ac9aa9a3dc5b237ce96138bd5_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:e0d9531e894943157da70729fb243ec8e752b69ff733e12786d639ae5c0543f8_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:90887577863ae56b7ec64d92e887f2fbd57bc814a7ff1b45837c0a316802afc1_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:4b1bd09e2560cee14575248cf886cd57eef21aedee70772b9827c0bb2f0be012_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:a782bef2310c40c84bc397d375f97748749eaf1f2182bc61dc0681b7021a2176_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:6922c15d5c5737989cf39e785725a40ea49f6a89ced9cb462b5b35ea4e7e0add_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:e86af1f70604971a91452d8d0e11c4d7246f1237aae808477649a7bb1bfbb226_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console-operator@sha256:8e6f4c82af29aa5ad18699069d26f2c8fdb261c94f2f912cfd5c714c19cff896_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console@sha256:82ecf23af51595b79c4e3a05cb8ae4be3fc8c60f54eaa9cd88f8e97548a3cbc1_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:8b5059576c10b4e449f9621f195b8383d50a81a304a2cd83ace4615df922d8f9_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-coredns@sha256:02771e91bcbb9e91626d377254c5ba0a10f3d524498bddad1aff97318868bef6_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:fe5f3c2f446e78894726a1f3e89c711ca2855fe7ae609d827e2a85d704cd6113_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:1e349a98fccf699339f457c706382c2f8c9757b884833eb9242aeba32f677f81_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:bd5180d230672ae99ebd470e7c382bbf436f9351ff85e0dddda6341454aa8de5_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:745eb8f1b1b1ab2301309de55b495d0c2ec0baad7dd64ee0c17e537a607e044f_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:b95708710c9876afd203c6091ddf5a32ffa2d36bcc5213ebd897cfdf19eb8f7c_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:da26759b9b8e8890c6db5e6daf783c35f6b6b81e3c32cf862c6ab3b140e52e31_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:55f4b73b131d835720f3b523f81a453ff1aecd0175c2530bb84f4395c1e8c1c1_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:55f4b73b131d835720f3b523f81a453ff1aecd0175c2530bb84f4395c1e8c1c1_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:9c27fb99b6123a4034679ef5f717f735115b0e341950cb2a67b3216ab06c65ef_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:9c27fb99b6123a4034679ef5f717f735115b0e341950cb2a67b3216ab06c65ef_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e2a65ea66422e1af049d6e1d27f9ed83fc8cb4a329421f7fb3b661b6cfe60c6f_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e2a65ea66422e1af049d6e1d27f9ed83fc8cb4a329421f7fb3b661b6cfe60c6f_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:658c2dcb0736fe9ea464accf9534e5d2c96451f16252946e2e5320a48f6dcfbc_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:658c2dcb0736fe9ea464accf9534e5d2c96451f16252946e2e5320a48f6dcfbc_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:def2db87172600fc5603201208372b86c71927aef80ecf11381a372a92470d62_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:def2db87172600fc5603201208372b86c71927aef80ecf11381a372a92470d62_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:9140bbf737061a73ab190b8eed195dd661a33d9fb626b94a6a6fba81fbfa7b36_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:9140bbf737061a73ab190b8eed195dd661a33d9fb626b94a6a6fba81fbfa7b36_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:eb1d93464b304316f18781bdc63d008e62fb853b130ee04fcc09726b0fd0e04b_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:eb1d93464b304316f18781bdc63d008e62fb853b130ee04fcc09726b0fd0e04b_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:04e80bfe7c66273c5d4506e60671b1de5c35fde9691a18230ee8bbe943b4590d_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-deployer@sha256:8e22ee115efe612aaf62d0b8f724454d288a82c976675309d21d5bc621dab819_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-builder@sha256:28bf9956e7551279c391c4a1b9b2cc5d00c912bef1765b5b356de6e692c97a13_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-registry@sha256:2fc4b21628197efa76c52f1a9f1384fa57554dec83c9a5d531af1c881448dbb4_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:941eaa7cb95807c47b1de7b0834fa73bc0eeb04d6c2c419e618ceed3039a8066_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:756e169bc3b8c299f151e160174eace0fa9bd34bbe150d9168ae5b65c323c48e_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:e69b00efec3fc953f85bc83518eb5c1affa4e03f47b13be12600c58ea93d2eb2_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:2dfcc8883088010702d09f37d8a96ca681ebcf6c980da8700385746d4e67caa1_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:44bccda804cb3755801870fcdadeb2d16e820c3bf14dd6f2c18947afba8ded23_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-haproxy-router@sha256:d2d397e2ba0e171f79a1251641a8a296252abd0bf61095f101c274c02ef469af_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hyperkube@sha256:f9e4ddb22ba0ea25627c59aa688ed34cde0ad5226b4eb76178c027626dc94874_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:281181b7c60b3b3ebef789345ecca56305169aa98cc0d441017adf0deb69e012_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:7ea1e4d479fb50c1d2d7d1db200f13818b33f37afd416577710214dd716572aa_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:14bab08520a43f7d4dcd02853f03e3ff94931b20fad39c6dc35426f71f6f4ed8_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:bc4ab220c3090430afdea90882969b5465d404e8e688d408db187efc1d378d0e_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:cb1e53e2269a1131c1692fae5a988ad0f3b390ce6fb8bc88833987a7945012ac_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:048566d20f9da2255d40f1bcb989fe7debaee0be879d28889ccbabe56c4cd0b8_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:a3023e4585ce3d8ae26b3b7b451d3b7adaf383fafd9d9d0df179c12078685f0c_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:7fa5e60b84ee5c85cd6ddf4c1e43b7cf1aadd15755640162b703768c43724bc8_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:6b47e74af2c2bfd199dfd62e536ec953f10d5d979af787e2a4bc00359f14e5dd_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:3b3b1b4f9f12802a8b642f92fb0de653598a9cd997986007433bdf93872cb616_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer@sha256:aff91424a41aae0661dc01ae555d09321ed5c2d7f6635771839f4abdc795ee01_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:fc973eaa0402fc1c09cefd4ce35af1f70090aaaf16557fea76c7963731065e6d_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ee30b1edffcc546061bda6f003a704ad1f6ef50814db55955f2143d457dd32cb_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c075c6cb5b66f75a34725342def071af692d3b4aed32fc5272aaa081f1423179_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:24464b84b62d96802f924e63f2a6b5d034d51f8424755d09e6d24c544bd9fb5b_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:cac721d8cbbf65ed541cc36057eac10c5d26f16619bb2ee4b6bb5d892fed28a8_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:4911935291bdf9bd32fc151cc818c7f61b9844b40ac18317a958375cc33ccf0b_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-proxy@sha256:f0ae90fa89e56686278923abd1ec9ee2b7d320fbc69f8fef4e312b9d7a22c313_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:7008a4a186533c89c3e86582c54cdf7e5966930246a870858dd873516f07fd37_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:acf914de6dcc84d7b3d0eee191a2469ea6d7b5da824e6e9146bf8ff1b35c3f2c_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:d5335f8b4366177223cab917923735cf3d15452c7d83a6c7a06a06ccfb8bd722_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:c879806649c4c6eeaaec155d6a1a16a9c86c78c362b18298a6fe0d416607fbbc_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:3a1b4e12519dbd18933634b52d0f68df630984176da921e1728d4ec284e3794d_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:42e1aa281762f8a8ed9c0603e142ffd3f39945245aa6c7ebc83c9257d19fd825_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:85e7f451bf607b3b94aad8ddff46b59de4bfedfdcd2670171017e33ba79f85dd_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:3a268add291bbb34e5ca839e5f5b26df74af0d2ddaeb1e805e12bdd5fb1f5156_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:7a61bd81c6d2b06e140aa8e61f18fab4dbec40162fe1817fbbfbcc439c69b40a_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:298d6c6544d25a3e3aa1d147cd3ed262cdb3023a6acc8ac1677f870e508ca549_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:91c4862521ca3ccdf1011586a5e7af3ddd56289d8c11e01547846c8738f6f1aa_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:c6c48b29fa1cea376900d54c255e67493177b85fa3e32ba91006c6cca536d387_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:200c16f7a9abf01d60c187dbbc23078f7947bd5b0a2fcc11b9d8539f54abacd5_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:c080ca25997926d589d19bffd73eed9df0c4a684fa2d24adea3c765d3394a76f_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:497cfa558b44847864bae1f9a9023891971ba7787dc3e7f29948b32953bc512c_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-cni@sha256:0306883be14db42de8498d6a68b3abef9c4615f5972e39706f0945fe2d4513f2_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:62e71caf9e998db56029dc1e68a73b1ba14ed13147149cda18803bbe27e62833_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:98febaf7c070f4a3caf71a8fabc249652200f95a76b7a860bfd325a21a9f8015_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:eeef90cc63835b46eaddce2218300897c4c6c80ea745383da8e050ec505eae0d_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-must-gather@sha256:b2c97d1c5450a241ac457b76ff70cf2fdb87c2eb7dba0980c1e8c5cbb075f04c_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:1597ed8b1dcab739359497dc3351c0f023fc6bed5b474bc0375ee491004b6ce0_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:5a0fccdeb0c260d1971a01487e8ad7660e33e87edadcb6f83e9c4585507c23b9_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:c7086c92c84fedb52c2cd0ffd54ab4f1d858b138c971469c99e11c7705b58e47_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:c074b238943c59def9025ff9ad0d05be4d4d02569dc9837eb707e2529ca2d614_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:c9418296bfa5722a0351c93b1935defaff1b667539b871df5536c9c7ce4560b0_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:fa3dc3a2b225e40acde008309b3dc435ffcf27b3eef4388ca5e74f4e627b028c_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:f1a831120663cd669d77c56fa6c4c5bf069a86e1455d56671241727b677a96be_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:92a8ce4a3a16c69afa48040286a16260add8cbb876793c1766334e0c06a3cd6e_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:83bb943d6b94158490bc8c4df7a1cab18e671fa40cce6c86ca709e9fb8251831_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:92ba26cd6cb8a2bbe5613a3a46c4e6bbd18d8cd987ddfe85df77e9aa1a2819bd_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:1889f2a47d26217c991a5b5feec3c2c124936cf77cca722f4d8e376e99acf66e_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:1426b11534d341d805c87b50bf61732be3e09844a6599f60db03d22a06cadfef_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:60851d305c86f8d57815798e5d882f9e42de16889a493e3b2e5e2c4342f180a4_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f31e024cecc3ae9cb681f0f2aef08dbce02603586e1c206b091aa0a2a3bcba18_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:c9b0a5da0e6cffe8d46cdfc65affe7266c5a3942421cdd58c1973698365fe947_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:49f5dc435a7868321177263e8ed5ee3d87b73ceebfaf6be10fcd3f5361fd93ee_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-registry@sha256:790f23380f9e12198322169a226baa088bb3f2a81423991314d57aa715e7c916_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:251cad98307415ac1fcff1942c816edb72f940f15d4ac5f12207d375c2403f18_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:eafe29fd0a0bbdc63b82a57c1d0da169a07db7bbde278efe15f803a90a924dc7_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b14c82b954e211e760f8237f952341c6db4f36153c5551fb24b55ae9738ae0f1_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:b14c82b954e211e760f8237f952341c6db4f36153c5551fb24b55ae9738ae0f1_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-pod@sha256:5bb94ffa77b73f4bd61e77b5f5723447f50307c4421ba8b3b41f280dcba24e44_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:6fcbd13b4bbb556e0be949749302b7b423310b83db21e5f73ff01e43c3801f4b_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:330905cc874d9a6b0ca521227d599641a462d894ff2f7c4d8c98712c1f33c790_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:542d91dac0fcb7cf8f1b89d295e9940b0dfa4a63fdb313cb311d532acb3e4644_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:c1beca437b956635f8bef63aa85ccd74153822db3382eae4bcf29398fb6d44a0_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:dde404e0c7c7dad0a1432d63229cb55692e775ff61dd40a05b3179a4a1c3b1d8_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:a473e1664f42e2c2d3d250d2f3b9e77ea1c19b7ea4f791377b62fee23cffbe90_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:f927141c4dd5ad8c2aaf6ea5bea253e25a062c7c7e3d15a0782938621780eb18_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:28feb9e6f9ac12c689724636e1c9c1a26197243921e87e291b098f25075a847a_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:c6753888672e9e5cb94b1bfc6bdf82012bd060593ccd171a90eb523bf13f583d_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:68f99395755784b2102ee608253e608511a62191f53d2081ea1c2019176b9796_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus@sha256:27490e87e5044f1d5dd22217c2f80e785494edb50655431fd06169317ce7fa93_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:cf488bee23606956cffab893a2da062354d446deaecddfee3c80b186a8c80f1a_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:2953271a80e742f808ff30e43bb94b8fc07c34e774adecf33d58c0249037e8e9_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-telemeter@sha256:5de3036194cefd7217d55f2147f6863215c432c1a1431f4d84302395bc67a8d7_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tests@sha256:492db7a17c3a330c80c6edc87322a2a06a085926c06ac2abe8539b779b16a0be_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:2b028522e33fcf9000799cc8be7dca119640a914b13312ff641e7dd424995f83_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:7b5d6a4fb74fad50bc900545e71add8032800ede19a5c2dad49f01e3962bf6c2_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:d67274e6d71ebe731209c9d1a5ad72f3bbd876bb386e0da25db66e3b4cd51a03_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:1f16df34a09600689e321692c3922c00454663d6f872b5b30beb44e4a1689981_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:f35b71b8ce08379ab215c2022dd204487c4a59f8607c8ee0c0e3419bc81754b7_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:55f2350f066bc607ee87cdb97e9c7aa7e100206a6da138be0d3150950ce369d0_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:d67274e6d71ebe731209c9d1a5ad72f3bbd876bb386e0da25db66e3b4cd51a03_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:1f16df34a09600689e321692c3922c00454663d6f872b5b30beb44e4a1689981_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:1509732324bd37a8eb622e7555fd4baefdc0582c7a4941a5c45f06514ba926ea_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:5530afae0116bffb38e6231b2001707a5fb3acabacdb36ec9886a852270e8a82_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:b9cbc81f1cf2e9800ccf2505cefc359f86d6a635bd389ae41f2571ca90558979_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:f8ace96e982f3833bcf1bd4c10888720657663bc9eb7ead2ab87c10e71a9985d_amd64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "database/sql: Postgres Scan Race Condition"
    },
    {
      "cve": "CVE-2025-58183",
      "cwe": {
        "id": "CWE-770",
        "name": "Allocation of Resources Without Limits or Throttling"
      },
      "discovery_date": "2025-10-29T23:01:50.573951+00:00",
      "flags": [
        {
          "label": "vulnerable_code_not_present",
          "product_ids": [
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e8552930ebf6dae03eee2f0c5ed79ba200fed2e41782b10e929b9b58a3c5946_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:a782bef2310c40c84bc397d375f97748749eaf1f2182bc61dc0681b7021a2176_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-deployer@sha256:8e22ee115efe612aaf62d0b8f724454d288a82c976675309d21d5bc621dab819_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-haproxy-router@sha256:d2d397e2ba0e171f79a1251641a8a296252abd0bf61095f101c274c02ef469af_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:fc973eaa0402fc1c09cefd4ce35af1f70090aaaf16557fea76c7963731065e6d_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c075c6cb5b66f75a34725342def071af692d3b4aed32fc5272aaa081f1423179_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:24464b84b62d96802f924e63f2a6b5d034d51f8424755d09e6d24c544bd9fb5b_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:4911935291bdf9bd32fc151cc818c7f61b9844b40ac18317a958375cc33ccf0b_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:42e1aa281762f8a8ed9c0603e142ffd3f39945245aa6c7ebc83c9257d19fd825_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:c080ca25997926d589d19bffd73eed9df0c4a684fa2d24adea3c765d3394a76f_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:7b5d6a4fb74fad50bc900545e71add8032800ede19a5c2dad49f01e3962bf6c2_amd64"
          ]
        }
      ],
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2407258"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "To exploit this issue, an attacker needs to be able to process a specially crafted GNU tar pax 1.0 archive with the application using the archive/tar package. Additionally, this issue can cause the Go application to allocate a large amount of memory, eventually leading to an out-of-memory condition and resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
          "title": "Statement"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:f66a0e70ff4db8eecd06be7221e1afc18f4cc4b971d73f72a54ccbb91144aeb5_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:3ada000e5fa1f1021e91bb17fe80addb1fe783c8b6efceec5607929cfe02d44a_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:99e37eef9ddf27de5f91fb06832a77dd7a752eb8854fb5fe03d0b888d8e4c787_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/network-tools-rhel8@sha256:382f064d9bca1c116e5462ed31d009c3956afdbc600145e48e5050e18e0c7333_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:cc7f9374e6b2155e8f6154fc44b41980715536ec54fe429ec434a3ea519099e3_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:68de08987d985df34dab868cdd41147d3814e4579331ccfb3c0ea3b730eccf56_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:3e5610de95b94bbd12e019a3d0dc260bc59c7fd229eeb1e86d830ff6a3ca5caa_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:ba7df9cea0a2e5b59171ca9d133c568b621d016b263561664231ae7266b61489_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:f356193220c0cac496a3a3c496cbcc712a97167665ff2592aa52a61709010d6c_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:10aa55210d4eccaa6369a9ffe48548b9bc3d9bbad5b0c733adb1eec1414e1704_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:947a8b30c79069483951056d8c05ac7938bebdb106448ce9715f4ecfe1347e55_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:41c93b1974e27b361ae9243c6ab6104911d794fccd417b6cec81a4c9290377ce_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:e74694c0c30fb2a0da44d376677204f893d75a2d65c252462e162a3aa3ea6764_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:264f3b3a32c444e30c5c30c1df7e6286be82d6464f52fda953ae89534b052856_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:680ecae2a2ef7c0c80d445f4b35e22d60d6e2c6da7e86fe76a20c468a439447e_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:39bc3c72d0a07bac96e2d41ec927ddfaab50e5a29f64a9f56c48680ca809fec8_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:82218662d30e5716e6b0885f96bba658e5f44944cc2367e7f82528568138a473_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:be8c06f56c29b0b478d093a698deb0ee9177be3c3fd8988be81fc8b22001b87d_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:d4a5bfcc63730cadaad1849155dc32d4c8212c9d6f21ae41011506e1b10824e0_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:715e9c721b69d293511451836d7aae6b8841f0783b3779db466691b088ec2ee4_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:cb991575e8aa5424757123e6551add1f1a48dfbedb48fbc528af23b08f8c214c_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:bef500d5b7a55988597abfd509c51edcdf126424ca547a5b688e2577dbce9788_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:7a1f4cbfa65597798a792c875b9a329a7c551d65c1498f2440db8f01865315cb_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:91c544a7403fabb5a5222cb159420ec3ffdc777dc20da8802e16ad645fa873a5_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:ffdc1114835b5aec86414db4d5f399b5fc1c1f2f33ed7e89c4bb82d6c245c499_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2ec8f52b90544fdc071a69b8fa4613abec74833ed53676ff313bda68d11ad9f3_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:4e596649375db56fc1876617cbc85ed3eb9c87cd27bdc1eebae506b6ab10455e_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:4e882efe0d786dd2314e119affa1dd2e9c4a27b046ac24e2d0ee648e64826cc1_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:6307dc9d7ceb8356be58cf50ebe5eff90dab81db2fb08797ce663c173e4b14a1_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:c7557194b650a8461fc1cb10edfc2622dd3c9f3036271d9e2067e8c5c0ddba8a_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:546f8a9663cda47befffd4db90631459451707ba7eebf43132f42891a2e2d09d_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:8a1a7658aef6a48c8023cc18ac52981a576c91349419aca409bd87d0167dbaa9_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli@sha256:32b4ab4489ff48435f000e9e44a9e2f481e586f2ec5d77b8197e34348e17f9e3_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:e56993e447d27d2719c4eea99b14c0e68aa0e7cd312f70529e44f11ee7a5c363_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:305b44fdaa8cbbb98f0fadcfa1a08c134c475448ec5278d78ac7d658f3323500_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:ca3cd9ecc7d7f5c1059c79e13dbcd2622c8d5bc637888e9b472e6507e5d52ee1_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:971d4594e7209ce0f3d0f50cfb5199b1e18b0030ba7d8708342c5579143645bc_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:adf4b3207329ec7d3b056375c89c32215e222595ec20ed0ce6b5c69a559c1ed7_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2ef9284558d4cf1995e03937d6116a2f6ba8e91a9ced8632bff0740d88de3c73_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:36a99b1f241c5e5e0a8fee16163c7c046904e18c32d5b8de3e486f1f216e38a7_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:81fb28c8d40044f4046edee60b752aadf7c0b4a4bee1551451360c8cf3bf85c0_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:81fb28c8d40044f4046edee60b752aadf7c0b4a4bee1551451360c8cf3bf85c0_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:b1a37041b4d0a83df1f220cb183493a725d44befd1b25d12f43230ffa1dfa46b_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:287d4b9b44aa682322234ef10e4597890c5c30ba1ec74926fbef67c64e72efcf_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:f9337a3abda6ab098be6110a99f69ba0d1a390389e17d48e55d8da3b8d037c5d_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:dbdb53c34533f1104e1c767b1409f445724c15e293147204cd195f395927e7c3_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:92da99d0dadb70ee55f7fca94031a728aaac5dc3bb31e018c502edf50afe4272_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:8b2603f3e242ae5c44344a775b0c26a0d79a4c0093132e533ffd4e7865b3b1e1_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:45c9b8468d767a3114ca79266e8528aafa421d1088ecfa44483af788eba5158f_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:82fc89a2dea00d0e2db8351131939f284029a635f944da6b44f75c4d8c2f5bb4_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:2606106d1aaac250505e3e282917873c7cc852eab6bd21126bc5cd8f44561848_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:5233c4447b3477f819024ae75434f3f86c001da024f7cfa40a72dce9ef72e301_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:3a8e057da73675e08b11ea190cec49e714281697ee765d456b805d7333a18919_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:86c9a509896876a5d89e56342bbb4754ef1017b393df1a81395965ea46625ad3_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:75634bdaa693c3983bfe2bbd4369163e350e0422022241c7f4f5422609baa4e4_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:761c7d51b1d482c2e751ee6dee6e8159ac9fac35ef6592ae4d4a0676d963080b_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:bd4e4545359329b30f6e4ccc237ed2696c5ef8654f3392e12cd131cadf4fee2a_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:1608db6ad01e03f20e7bbae5008d283442b68ce2a58ff3c2e30c95bd1b4bfb79_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:269a3f4cf534c540bcdd0ee311afb0d394c489ceb71b4867032f7b408de21a47_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:ca6ec90fd75d94ab29d4326b1d7b6119ea66b22ea06313b80f00d0b4ef91d24d_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:a4ccc2a0c274052cbbe0e1c7a987bf00511f24952e2b72cb8c4a989e13509598_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:1d54a2c229ad3d01bf3445cd543e9d65cf27fc5ac9aa9a3dc5b237ce96138bd5_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:e0d9531e894943157da70729fb243ec8e752b69ff733e12786d639ae5c0543f8_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:90887577863ae56b7ec64d92e887f2fbd57bc814a7ff1b45837c0a316802afc1_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:4b1bd09e2560cee14575248cf886cd57eef21aedee70772b9827c0bb2f0be012_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:6922c15d5c5737989cf39e785725a40ea49f6a89ced9cb462b5b35ea4e7e0add_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:e86af1f70604971a91452d8d0e11c4d7246f1237aae808477649a7bb1bfbb226_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console-operator@sha256:8e6f4c82af29aa5ad18699069d26f2c8fdb261c94f2f912cfd5c714c19cff896_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console@sha256:82ecf23af51595b79c4e3a05cb8ae4be3fc8c60f54eaa9cd88f8e97548a3cbc1_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:8b5059576c10b4e449f9621f195b8383d50a81a304a2cd83ace4615df922d8f9_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-coredns@sha256:02771e91bcbb9e91626d377254c5ba0a10f3d524498bddad1aff97318868bef6_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:fe5f3c2f446e78894726a1f3e89c711ca2855fe7ae609d827e2a85d704cd6113_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:1e349a98fccf699339f457c706382c2f8c9757b884833eb9242aeba32f677f81_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:bd5180d230672ae99ebd470e7c382bbf436f9351ff85e0dddda6341454aa8de5_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:745eb8f1b1b1ab2301309de55b495d0c2ec0baad7dd64ee0c17e537a607e044f_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:b95708710c9876afd203c6091ddf5a32ffa2d36bcc5213ebd897cfdf19eb8f7c_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:da26759b9b8e8890c6db5e6daf783c35f6b6b81e3c32cf862c6ab3b140e52e31_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:55f4b73b131d835720f3b523f81a453ff1aecd0175c2530bb84f4395c1e8c1c1_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:55f4b73b131d835720f3b523f81a453ff1aecd0175c2530bb84f4395c1e8c1c1_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:9c27fb99b6123a4034679ef5f717f735115b0e341950cb2a67b3216ab06c65ef_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:9c27fb99b6123a4034679ef5f717f735115b0e341950cb2a67b3216ab06c65ef_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e2a65ea66422e1af049d6e1d27f9ed83fc8cb4a329421f7fb3b661b6cfe60c6f_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e2a65ea66422e1af049d6e1d27f9ed83fc8cb4a329421f7fb3b661b6cfe60c6f_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:658c2dcb0736fe9ea464accf9534e5d2c96451f16252946e2e5320a48f6dcfbc_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:658c2dcb0736fe9ea464accf9534e5d2c96451f16252946e2e5320a48f6dcfbc_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:def2db87172600fc5603201208372b86c71927aef80ecf11381a372a92470d62_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:def2db87172600fc5603201208372b86c71927aef80ecf11381a372a92470d62_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:9140bbf737061a73ab190b8eed195dd661a33d9fb626b94a6a6fba81fbfa7b36_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:9140bbf737061a73ab190b8eed195dd661a33d9fb626b94a6a6fba81fbfa7b36_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:eb1d93464b304316f18781bdc63d008e62fb853b130ee04fcc09726b0fd0e04b_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:eb1d93464b304316f18781bdc63d008e62fb853b130ee04fcc09726b0fd0e04b_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:04e80bfe7c66273c5d4506e60671b1de5c35fde9691a18230ee8bbe943b4590d_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-builder@sha256:28bf9956e7551279c391c4a1b9b2cc5d00c912bef1765b5b356de6e692c97a13_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-registry@sha256:2fc4b21628197efa76c52f1a9f1384fa57554dec83c9a5d531af1c881448dbb4_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:941eaa7cb95807c47b1de7b0834fa73bc0eeb04d6c2c419e618ceed3039a8066_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:756e169bc3b8c299f151e160174eace0fa9bd34bbe150d9168ae5b65c323c48e_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:e69b00efec3fc953f85bc83518eb5c1affa4e03f47b13be12600c58ea93d2eb2_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:2dfcc8883088010702d09f37d8a96ca681ebcf6c980da8700385746d4e67caa1_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:44bccda804cb3755801870fcdadeb2d16e820c3bf14dd6f2c18947afba8ded23_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hyperkube@sha256:f9e4ddb22ba0ea25627c59aa688ed34cde0ad5226b4eb76178c027626dc94874_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:281181b7c60b3b3ebef789345ecca56305169aa98cc0d441017adf0deb69e012_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:7ea1e4d479fb50c1d2d7d1db200f13818b33f37afd416577710214dd716572aa_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:14bab08520a43f7d4dcd02853f03e3ff94931b20fad39c6dc35426f71f6f4ed8_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:bc4ab220c3090430afdea90882969b5465d404e8e688d408db187efc1d378d0e_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:cb1e53e2269a1131c1692fae5a988ad0f3b390ce6fb8bc88833987a7945012ac_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:048566d20f9da2255d40f1bcb989fe7debaee0be879d28889ccbabe56c4cd0b8_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:a3023e4585ce3d8ae26b3b7b451d3b7adaf383fafd9d9d0df179c12078685f0c_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:7fa5e60b84ee5c85cd6ddf4c1e43b7cf1aadd15755640162b703768c43724bc8_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:6b47e74af2c2bfd199dfd62e536ec953f10d5d979af787e2a4bc00359f14e5dd_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:3b3b1b4f9f12802a8b642f92fb0de653598a9cd997986007433bdf93872cb616_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer@sha256:aff91424a41aae0661dc01ae555d09321ed5c2d7f6635771839f4abdc795ee01_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ee30b1edffcc546061bda6f003a704ad1f6ef50814db55955f2143d457dd32cb_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:cac721d8cbbf65ed541cc36057eac10c5d26f16619bb2ee4b6bb5d892fed28a8_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-proxy@sha256:f0ae90fa89e56686278923abd1ec9ee2b7d320fbc69f8fef4e312b9d7a22c313_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:7008a4a186533c89c3e86582c54cdf7e5966930246a870858dd873516f07fd37_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:acf914de6dcc84d7b3d0eee191a2469ea6d7b5da824e6e9146bf8ff1b35c3f2c_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:d5335f8b4366177223cab917923735cf3d15452c7d83a6c7a06a06ccfb8bd722_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:c879806649c4c6eeaaec155d6a1a16a9c86c78c362b18298a6fe0d416607fbbc_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:3a1b4e12519dbd18933634b52d0f68df630984176da921e1728d4ec284e3794d_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:85e7f451bf607b3b94aad8ddff46b59de4bfedfdcd2670171017e33ba79f85dd_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:3a268add291bbb34e5ca839e5f5b26df74af0d2ddaeb1e805e12bdd5fb1f5156_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:7a61bd81c6d2b06e140aa8e61f18fab4dbec40162fe1817fbbfbcc439c69b40a_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:298d6c6544d25a3e3aa1d147cd3ed262cdb3023a6acc8ac1677f870e508ca549_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:91c4862521ca3ccdf1011586a5e7af3ddd56289d8c11e01547846c8738f6f1aa_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:c6c48b29fa1cea376900d54c255e67493177b85fa3e32ba91006c6cca536d387_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:200c16f7a9abf01d60c187dbbc23078f7947bd5b0a2fcc11b9d8539f54abacd5_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:497cfa558b44847864bae1f9a9023891971ba7787dc3e7f29948b32953bc512c_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-cni@sha256:0306883be14db42de8498d6a68b3abef9c4615f5972e39706f0945fe2d4513f2_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:62e71caf9e998db56029dc1e68a73b1ba14ed13147149cda18803bbe27e62833_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:98febaf7c070f4a3caf71a8fabc249652200f95a76b7a860bfd325a21a9f8015_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:eeef90cc63835b46eaddce2218300897c4c6c80ea745383da8e050ec505eae0d_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-must-gather@sha256:b2c97d1c5450a241ac457b76ff70cf2fdb87c2eb7dba0980c1e8c5cbb075f04c_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:1597ed8b1dcab739359497dc3351c0f023fc6bed5b474bc0375ee491004b6ce0_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:5a0fccdeb0c260d1971a01487e8ad7660e33e87edadcb6f83e9c4585507c23b9_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:c7086c92c84fedb52c2cd0ffd54ab4f1d858b138c971469c99e11c7705b58e47_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:c074b238943c59def9025ff9ad0d05be4d4d02569dc9837eb707e2529ca2d614_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:c9418296bfa5722a0351c93b1935defaff1b667539b871df5536c9c7ce4560b0_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:fa3dc3a2b225e40acde008309b3dc435ffcf27b3eef4388ca5e74f4e627b028c_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:f1a831120663cd669d77c56fa6c4c5bf069a86e1455d56671241727b677a96be_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:92a8ce4a3a16c69afa48040286a16260add8cbb876793c1766334e0c06a3cd6e_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:83bb943d6b94158490bc8c4df7a1cab18e671fa40cce6c86ca709e9fb8251831_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:92ba26cd6cb8a2bbe5613a3a46c4e6bbd18d8cd987ddfe85df77e9aa1a2819bd_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:1889f2a47d26217c991a5b5feec3c2c124936cf77cca722f4d8e376e99acf66e_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:1426b11534d341d805c87b50bf61732be3e09844a6599f60db03d22a06cadfef_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:60851d305c86f8d57815798e5d882f9e42de16889a493e3b2e5e2c4342f180a4_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f31e024cecc3ae9cb681f0f2aef08dbce02603586e1c206b091aa0a2a3bcba18_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:c9b0a5da0e6cffe8d46cdfc65affe7266c5a3942421cdd58c1973698365fe947_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:49f5dc435a7868321177263e8ed5ee3d87b73ceebfaf6be10fcd3f5361fd93ee_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-registry@sha256:790f23380f9e12198322169a226baa088bb3f2a81423991314d57aa715e7c916_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:251cad98307415ac1fcff1942c816edb72f940f15d4ac5f12207d375c2403f18_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:eafe29fd0a0bbdc63b82a57c1d0da169a07db7bbde278efe15f803a90a924dc7_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b14c82b954e211e760f8237f952341c6db4f36153c5551fb24b55ae9738ae0f1_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:b14c82b954e211e760f8237f952341c6db4f36153c5551fb24b55ae9738ae0f1_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-pod@sha256:5bb94ffa77b73f4bd61e77b5f5723447f50307c4421ba8b3b41f280dcba24e44_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:6fcbd13b4bbb556e0be949749302b7b423310b83db21e5f73ff01e43c3801f4b_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:330905cc874d9a6b0ca521227d599641a462d894ff2f7c4d8c98712c1f33c790_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:542d91dac0fcb7cf8f1b89d295e9940b0dfa4a63fdb313cb311d532acb3e4644_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:c1beca437b956635f8bef63aa85ccd74153822db3382eae4bcf29398fb6d44a0_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:dde404e0c7c7dad0a1432d63229cb55692e775ff61dd40a05b3179a4a1c3b1d8_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:a473e1664f42e2c2d3d250d2f3b9e77ea1c19b7ea4f791377b62fee23cffbe90_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:f927141c4dd5ad8c2aaf6ea5bea253e25a062c7c7e3d15a0782938621780eb18_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:28feb9e6f9ac12c689724636e1c9c1a26197243921e87e291b098f25075a847a_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:c6753888672e9e5cb94b1bfc6bdf82012bd060593ccd171a90eb523bf13f583d_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:68f99395755784b2102ee608253e608511a62191f53d2081ea1c2019176b9796_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus@sha256:27490e87e5044f1d5dd22217c2f80e785494edb50655431fd06169317ce7fa93_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:cf488bee23606956cffab893a2da062354d446deaecddfee3c80b186a8c80f1a_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:2953271a80e742f808ff30e43bb94b8fc07c34e774adecf33d58c0249037e8e9_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-telemeter@sha256:5de3036194cefd7217d55f2147f6863215c432c1a1431f4d84302395bc67a8d7_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tests@sha256:492db7a17c3a330c80c6edc87322a2a06a085926c06ac2abe8539b779b16a0be_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:2b028522e33fcf9000799cc8be7dca119640a914b13312ff641e7dd424995f83_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:d67274e6d71ebe731209c9d1a5ad72f3bbd876bb386e0da25db66e3b4cd51a03_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:1f16df34a09600689e321692c3922c00454663d6f872b5b30beb44e4a1689981_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:f35b71b8ce08379ab215c2022dd204487c4a59f8607c8ee0c0e3419bc81754b7_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:55f2350f066bc607ee87cdb97e9c7aa7e100206a6da138be0d3150950ce369d0_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:d67274e6d71ebe731209c9d1a5ad72f3bbd876bb386e0da25db66e3b4cd51a03_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:1f16df34a09600689e321692c3922c00454663d6f872b5b30beb44e4a1689981_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:1509732324bd37a8eb622e7555fd4baefdc0582c7a4941a5c45f06514ba926ea_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:5530afae0116bffb38e6231b2001707a5fb3acabacdb36ec9886a852270e8a82_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:b9cbc81f1cf2e9800ccf2505cefc359f86d6a635bd389ae41f2571ca90558979_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:f8ace96e982f3833bcf1bd4c10888720657663bc9eb7ead2ab87c10e71a9985d_amd64"
        ],
        "known_not_affected": [
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e8552930ebf6dae03eee2f0c5ed79ba200fed2e41782b10e929b9b58a3c5946_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:a782bef2310c40c84bc397d375f97748749eaf1f2182bc61dc0681b7021a2176_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-deployer@sha256:8e22ee115efe612aaf62d0b8f724454d288a82c976675309d21d5bc621dab819_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-haproxy-router@sha256:d2d397e2ba0e171f79a1251641a8a296252abd0bf61095f101c274c02ef469af_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:fc973eaa0402fc1c09cefd4ce35af1f70090aaaf16557fea76c7963731065e6d_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c075c6cb5b66f75a34725342def071af692d3b4aed32fc5272aaa081f1423179_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:24464b84b62d96802f924e63f2a6b5d034d51f8424755d09e6d24c544bd9fb5b_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:4911935291bdf9bd32fc151cc818c7f61b9844b40ac18317a958375cc33ccf0b_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:42e1aa281762f8a8ed9c0603e142ffd3f39945245aa6c7ebc83c9257d19fd825_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:c080ca25997926d589d19bffd73eed9df0c4a684fa2d24adea3c765d3394a76f_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:7b5d6a4fb74fad50bc900545e71add8032800ede19a5c2dad49f01e3962bf6c2_amd64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2025-58183"
        },
        {
          "category": "external",
          "summary": "RHBZ#2407258",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2025-58183",
          "url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183"
        },
        {
          "category": "external",
          "summary": "https://go.dev/cl/709861",
          "url": "https://go.dev/cl/709861"
        },
        {
          "category": "external",
          "summary": "https://go.dev/issue/75677",
          "url": "https://go.dev/issue/75677"
        },
        {
          "category": "external",
          "summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
          "url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
        },
        {
          "category": "external",
          "summary": "https://pkg.go.dev/vuln/GO-2025-4014",
          "url": "https://pkg.go.dev/vuln/GO-2025-4014"
        }
      ],
      "release_date": "2025-10-29T22:10:14.376000+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-04-16T10:06:20+00:00",
          "details": "For OpenShift Container Platform 4.13 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.13/html/release_notes\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64 architecture. The image digest may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\n      The sha value for the release is as follows:\n\n      (For x86_64 architecture)\n      The image digest is sha256:8f2d90675314d5860aa070a036e7b2ecc57ed56df6fddb229835cdb674364874\n\nAll OpenShift Container Platform 4.13 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.13/html-single/updating_clusters/index#updating-cluster-within-minor.",
          "product_ids": [
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:f66a0e70ff4db8eecd06be7221e1afc18f4cc4b971d73f72a54ccbb91144aeb5_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:3ada000e5fa1f1021e91bb17fe80addb1fe783c8b6efceec5607929cfe02d44a_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:99e37eef9ddf27de5f91fb06832a77dd7a752eb8854fb5fe03d0b888d8e4c787_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/network-tools-rhel8@sha256:382f064d9bca1c116e5462ed31d009c3956afdbc600145e48e5050e18e0c7333_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:cc7f9374e6b2155e8f6154fc44b41980715536ec54fe429ec434a3ea519099e3_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:68de08987d985df34dab868cdd41147d3814e4579331ccfb3c0ea3b730eccf56_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:3e5610de95b94bbd12e019a3d0dc260bc59c7fd229eeb1e86d830ff6a3ca5caa_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:ba7df9cea0a2e5b59171ca9d133c568b621d016b263561664231ae7266b61489_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:f356193220c0cac496a3a3c496cbcc712a97167665ff2592aa52a61709010d6c_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:10aa55210d4eccaa6369a9ffe48548b9bc3d9bbad5b0c733adb1eec1414e1704_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:947a8b30c79069483951056d8c05ac7938bebdb106448ce9715f4ecfe1347e55_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:41c93b1974e27b361ae9243c6ab6104911d794fccd417b6cec81a4c9290377ce_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:e74694c0c30fb2a0da44d376677204f893d75a2d65c252462e162a3aa3ea6764_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:264f3b3a32c444e30c5c30c1df7e6286be82d6464f52fda953ae89534b052856_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:680ecae2a2ef7c0c80d445f4b35e22d60d6e2c6da7e86fe76a20c468a439447e_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:39bc3c72d0a07bac96e2d41ec927ddfaab50e5a29f64a9f56c48680ca809fec8_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:82218662d30e5716e6b0885f96bba658e5f44944cc2367e7f82528568138a473_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:be8c06f56c29b0b478d093a698deb0ee9177be3c3fd8988be81fc8b22001b87d_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:d4a5bfcc63730cadaad1849155dc32d4c8212c9d6f21ae41011506e1b10824e0_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:715e9c721b69d293511451836d7aae6b8841f0783b3779db466691b088ec2ee4_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:cb991575e8aa5424757123e6551add1f1a48dfbedb48fbc528af23b08f8c214c_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:bef500d5b7a55988597abfd509c51edcdf126424ca547a5b688e2577dbce9788_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:7a1f4cbfa65597798a792c875b9a329a7c551d65c1498f2440db8f01865315cb_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:91c544a7403fabb5a5222cb159420ec3ffdc777dc20da8802e16ad645fa873a5_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:ffdc1114835b5aec86414db4d5f399b5fc1c1f2f33ed7e89c4bb82d6c245c499_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2ec8f52b90544fdc071a69b8fa4613abec74833ed53676ff313bda68d11ad9f3_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:4e596649375db56fc1876617cbc85ed3eb9c87cd27bdc1eebae506b6ab10455e_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:4e882efe0d786dd2314e119affa1dd2e9c4a27b046ac24e2d0ee648e64826cc1_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:6307dc9d7ceb8356be58cf50ebe5eff90dab81db2fb08797ce663c173e4b14a1_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:c7557194b650a8461fc1cb10edfc2622dd3c9f3036271d9e2067e8c5c0ddba8a_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:546f8a9663cda47befffd4db90631459451707ba7eebf43132f42891a2e2d09d_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:8a1a7658aef6a48c8023cc18ac52981a576c91349419aca409bd87d0167dbaa9_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli@sha256:32b4ab4489ff48435f000e9e44a9e2f481e586f2ec5d77b8197e34348e17f9e3_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:e56993e447d27d2719c4eea99b14c0e68aa0e7cd312f70529e44f11ee7a5c363_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:305b44fdaa8cbbb98f0fadcfa1a08c134c475448ec5278d78ac7d658f3323500_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:ca3cd9ecc7d7f5c1059c79e13dbcd2622c8d5bc637888e9b472e6507e5d52ee1_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:971d4594e7209ce0f3d0f50cfb5199b1e18b0030ba7d8708342c5579143645bc_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:adf4b3207329ec7d3b056375c89c32215e222595ec20ed0ce6b5c69a559c1ed7_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2ef9284558d4cf1995e03937d6116a2f6ba8e91a9ced8632bff0740d88de3c73_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:36a99b1f241c5e5e0a8fee16163c7c046904e18c32d5b8de3e486f1f216e38a7_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:81fb28c8d40044f4046edee60b752aadf7c0b4a4bee1551451360c8cf3bf85c0_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:81fb28c8d40044f4046edee60b752aadf7c0b4a4bee1551451360c8cf3bf85c0_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:b1a37041b4d0a83df1f220cb183493a725d44befd1b25d12f43230ffa1dfa46b_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:287d4b9b44aa682322234ef10e4597890c5c30ba1ec74926fbef67c64e72efcf_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:f9337a3abda6ab098be6110a99f69ba0d1a390389e17d48e55d8da3b8d037c5d_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:dbdb53c34533f1104e1c767b1409f445724c15e293147204cd195f395927e7c3_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:92da99d0dadb70ee55f7fca94031a728aaac5dc3bb31e018c502edf50afe4272_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:8b2603f3e242ae5c44344a775b0c26a0d79a4c0093132e533ffd4e7865b3b1e1_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:45c9b8468d767a3114ca79266e8528aafa421d1088ecfa44483af788eba5158f_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:82fc89a2dea00d0e2db8351131939f284029a635f944da6b44f75c4d8c2f5bb4_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:2606106d1aaac250505e3e282917873c7cc852eab6bd21126bc5cd8f44561848_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:5233c4447b3477f819024ae75434f3f86c001da024f7cfa40a72dce9ef72e301_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:3a8e057da73675e08b11ea190cec49e714281697ee765d456b805d7333a18919_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:86c9a509896876a5d89e56342bbb4754ef1017b393df1a81395965ea46625ad3_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:75634bdaa693c3983bfe2bbd4369163e350e0422022241c7f4f5422609baa4e4_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:761c7d51b1d482c2e751ee6dee6e8159ac9fac35ef6592ae4d4a0676d963080b_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:bd4e4545359329b30f6e4ccc237ed2696c5ef8654f3392e12cd131cadf4fee2a_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:1608db6ad01e03f20e7bbae5008d283442b68ce2a58ff3c2e30c95bd1b4bfb79_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:269a3f4cf534c540bcdd0ee311afb0d394c489ceb71b4867032f7b408de21a47_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:ca6ec90fd75d94ab29d4326b1d7b6119ea66b22ea06313b80f00d0b4ef91d24d_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:a4ccc2a0c274052cbbe0e1c7a987bf00511f24952e2b72cb8c4a989e13509598_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:1d54a2c229ad3d01bf3445cd543e9d65cf27fc5ac9aa9a3dc5b237ce96138bd5_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:e0d9531e894943157da70729fb243ec8e752b69ff733e12786d639ae5c0543f8_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:90887577863ae56b7ec64d92e887f2fbd57bc814a7ff1b45837c0a316802afc1_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:4b1bd09e2560cee14575248cf886cd57eef21aedee70772b9827c0bb2f0be012_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:6922c15d5c5737989cf39e785725a40ea49f6a89ced9cb462b5b35ea4e7e0add_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:e86af1f70604971a91452d8d0e11c4d7246f1237aae808477649a7bb1bfbb226_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console-operator@sha256:8e6f4c82af29aa5ad18699069d26f2c8fdb261c94f2f912cfd5c714c19cff896_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console@sha256:82ecf23af51595b79c4e3a05cb8ae4be3fc8c60f54eaa9cd88f8e97548a3cbc1_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:8b5059576c10b4e449f9621f195b8383d50a81a304a2cd83ace4615df922d8f9_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-coredns@sha256:02771e91bcbb9e91626d377254c5ba0a10f3d524498bddad1aff97318868bef6_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:fe5f3c2f446e78894726a1f3e89c711ca2855fe7ae609d827e2a85d704cd6113_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:1e349a98fccf699339f457c706382c2f8c9757b884833eb9242aeba32f677f81_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:bd5180d230672ae99ebd470e7c382bbf436f9351ff85e0dddda6341454aa8de5_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:745eb8f1b1b1ab2301309de55b495d0c2ec0baad7dd64ee0c17e537a607e044f_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:b95708710c9876afd203c6091ddf5a32ffa2d36bcc5213ebd897cfdf19eb8f7c_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:da26759b9b8e8890c6db5e6daf783c35f6b6b81e3c32cf862c6ab3b140e52e31_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:55f4b73b131d835720f3b523f81a453ff1aecd0175c2530bb84f4395c1e8c1c1_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:55f4b73b131d835720f3b523f81a453ff1aecd0175c2530bb84f4395c1e8c1c1_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:9c27fb99b6123a4034679ef5f717f735115b0e341950cb2a67b3216ab06c65ef_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:9c27fb99b6123a4034679ef5f717f735115b0e341950cb2a67b3216ab06c65ef_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e2a65ea66422e1af049d6e1d27f9ed83fc8cb4a329421f7fb3b661b6cfe60c6f_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e2a65ea66422e1af049d6e1d27f9ed83fc8cb4a329421f7fb3b661b6cfe60c6f_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:658c2dcb0736fe9ea464accf9534e5d2c96451f16252946e2e5320a48f6dcfbc_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:658c2dcb0736fe9ea464accf9534e5d2c96451f16252946e2e5320a48f6dcfbc_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:def2db87172600fc5603201208372b86c71927aef80ecf11381a372a92470d62_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:def2db87172600fc5603201208372b86c71927aef80ecf11381a372a92470d62_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:9140bbf737061a73ab190b8eed195dd661a33d9fb626b94a6a6fba81fbfa7b36_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:9140bbf737061a73ab190b8eed195dd661a33d9fb626b94a6a6fba81fbfa7b36_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:eb1d93464b304316f18781bdc63d008e62fb853b130ee04fcc09726b0fd0e04b_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:eb1d93464b304316f18781bdc63d008e62fb853b130ee04fcc09726b0fd0e04b_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:04e80bfe7c66273c5d4506e60671b1de5c35fde9691a18230ee8bbe943b4590d_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-builder@sha256:28bf9956e7551279c391c4a1b9b2cc5d00c912bef1765b5b356de6e692c97a13_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-registry@sha256:2fc4b21628197efa76c52f1a9f1384fa57554dec83c9a5d531af1c881448dbb4_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:941eaa7cb95807c47b1de7b0834fa73bc0eeb04d6c2c419e618ceed3039a8066_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:756e169bc3b8c299f151e160174eace0fa9bd34bbe150d9168ae5b65c323c48e_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:e69b00efec3fc953f85bc83518eb5c1affa4e03f47b13be12600c58ea93d2eb2_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:2dfcc8883088010702d09f37d8a96ca681ebcf6c980da8700385746d4e67caa1_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:44bccda804cb3755801870fcdadeb2d16e820c3bf14dd6f2c18947afba8ded23_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hyperkube@sha256:f9e4ddb22ba0ea25627c59aa688ed34cde0ad5226b4eb76178c027626dc94874_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:281181b7c60b3b3ebef789345ecca56305169aa98cc0d441017adf0deb69e012_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:7ea1e4d479fb50c1d2d7d1db200f13818b33f37afd416577710214dd716572aa_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:14bab08520a43f7d4dcd02853f03e3ff94931b20fad39c6dc35426f71f6f4ed8_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:bc4ab220c3090430afdea90882969b5465d404e8e688d408db187efc1d378d0e_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:cb1e53e2269a1131c1692fae5a988ad0f3b390ce6fb8bc88833987a7945012ac_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:048566d20f9da2255d40f1bcb989fe7debaee0be879d28889ccbabe56c4cd0b8_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:a3023e4585ce3d8ae26b3b7b451d3b7adaf383fafd9d9d0df179c12078685f0c_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:7fa5e60b84ee5c85cd6ddf4c1e43b7cf1aadd15755640162b703768c43724bc8_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:6b47e74af2c2bfd199dfd62e536ec953f10d5d979af787e2a4bc00359f14e5dd_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:3b3b1b4f9f12802a8b642f92fb0de653598a9cd997986007433bdf93872cb616_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer@sha256:aff91424a41aae0661dc01ae555d09321ed5c2d7f6635771839f4abdc795ee01_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ee30b1edffcc546061bda6f003a704ad1f6ef50814db55955f2143d457dd32cb_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:cac721d8cbbf65ed541cc36057eac10c5d26f16619bb2ee4b6bb5d892fed28a8_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-proxy@sha256:f0ae90fa89e56686278923abd1ec9ee2b7d320fbc69f8fef4e312b9d7a22c313_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:7008a4a186533c89c3e86582c54cdf7e5966930246a870858dd873516f07fd37_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:acf914de6dcc84d7b3d0eee191a2469ea6d7b5da824e6e9146bf8ff1b35c3f2c_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:d5335f8b4366177223cab917923735cf3d15452c7d83a6c7a06a06ccfb8bd722_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:c879806649c4c6eeaaec155d6a1a16a9c86c78c362b18298a6fe0d416607fbbc_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:3a1b4e12519dbd18933634b52d0f68df630984176da921e1728d4ec284e3794d_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:85e7f451bf607b3b94aad8ddff46b59de4bfedfdcd2670171017e33ba79f85dd_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:3a268add291bbb34e5ca839e5f5b26df74af0d2ddaeb1e805e12bdd5fb1f5156_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:7a61bd81c6d2b06e140aa8e61f18fab4dbec40162fe1817fbbfbcc439c69b40a_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:298d6c6544d25a3e3aa1d147cd3ed262cdb3023a6acc8ac1677f870e508ca549_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:91c4862521ca3ccdf1011586a5e7af3ddd56289d8c11e01547846c8738f6f1aa_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:c6c48b29fa1cea376900d54c255e67493177b85fa3e32ba91006c6cca536d387_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:200c16f7a9abf01d60c187dbbc23078f7947bd5b0a2fcc11b9d8539f54abacd5_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:497cfa558b44847864bae1f9a9023891971ba7787dc3e7f29948b32953bc512c_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-cni@sha256:0306883be14db42de8498d6a68b3abef9c4615f5972e39706f0945fe2d4513f2_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:62e71caf9e998db56029dc1e68a73b1ba14ed13147149cda18803bbe27e62833_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:98febaf7c070f4a3caf71a8fabc249652200f95a76b7a860bfd325a21a9f8015_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:eeef90cc63835b46eaddce2218300897c4c6c80ea745383da8e050ec505eae0d_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-must-gather@sha256:b2c97d1c5450a241ac457b76ff70cf2fdb87c2eb7dba0980c1e8c5cbb075f04c_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:1597ed8b1dcab739359497dc3351c0f023fc6bed5b474bc0375ee491004b6ce0_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:5a0fccdeb0c260d1971a01487e8ad7660e33e87edadcb6f83e9c4585507c23b9_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:c7086c92c84fedb52c2cd0ffd54ab4f1d858b138c971469c99e11c7705b58e47_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:c074b238943c59def9025ff9ad0d05be4d4d02569dc9837eb707e2529ca2d614_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:c9418296bfa5722a0351c93b1935defaff1b667539b871df5536c9c7ce4560b0_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:fa3dc3a2b225e40acde008309b3dc435ffcf27b3eef4388ca5e74f4e627b028c_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:f1a831120663cd669d77c56fa6c4c5bf069a86e1455d56671241727b677a96be_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:92a8ce4a3a16c69afa48040286a16260add8cbb876793c1766334e0c06a3cd6e_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:83bb943d6b94158490bc8c4df7a1cab18e671fa40cce6c86ca709e9fb8251831_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:92ba26cd6cb8a2bbe5613a3a46c4e6bbd18d8cd987ddfe85df77e9aa1a2819bd_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:1889f2a47d26217c991a5b5feec3c2c124936cf77cca722f4d8e376e99acf66e_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:1426b11534d341d805c87b50bf61732be3e09844a6599f60db03d22a06cadfef_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:60851d305c86f8d57815798e5d882f9e42de16889a493e3b2e5e2c4342f180a4_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f31e024cecc3ae9cb681f0f2aef08dbce02603586e1c206b091aa0a2a3bcba18_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:c9b0a5da0e6cffe8d46cdfc65affe7266c5a3942421cdd58c1973698365fe947_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:49f5dc435a7868321177263e8ed5ee3d87b73ceebfaf6be10fcd3f5361fd93ee_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-registry@sha256:790f23380f9e12198322169a226baa088bb3f2a81423991314d57aa715e7c916_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:251cad98307415ac1fcff1942c816edb72f940f15d4ac5f12207d375c2403f18_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:eafe29fd0a0bbdc63b82a57c1d0da169a07db7bbde278efe15f803a90a924dc7_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b14c82b954e211e760f8237f952341c6db4f36153c5551fb24b55ae9738ae0f1_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:b14c82b954e211e760f8237f952341c6db4f36153c5551fb24b55ae9738ae0f1_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-pod@sha256:5bb94ffa77b73f4bd61e77b5f5723447f50307c4421ba8b3b41f280dcba24e44_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:6fcbd13b4bbb556e0be949749302b7b423310b83db21e5f73ff01e43c3801f4b_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:330905cc874d9a6b0ca521227d599641a462d894ff2f7c4d8c98712c1f33c790_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:542d91dac0fcb7cf8f1b89d295e9940b0dfa4a63fdb313cb311d532acb3e4644_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:c1beca437b956635f8bef63aa85ccd74153822db3382eae4bcf29398fb6d44a0_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:dde404e0c7c7dad0a1432d63229cb55692e775ff61dd40a05b3179a4a1c3b1d8_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:a473e1664f42e2c2d3d250d2f3b9e77ea1c19b7ea4f791377b62fee23cffbe90_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:f927141c4dd5ad8c2aaf6ea5bea253e25a062c7c7e3d15a0782938621780eb18_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:28feb9e6f9ac12c689724636e1c9c1a26197243921e87e291b098f25075a847a_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:c6753888672e9e5cb94b1bfc6bdf82012bd060593ccd171a90eb523bf13f583d_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:68f99395755784b2102ee608253e608511a62191f53d2081ea1c2019176b9796_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus@sha256:27490e87e5044f1d5dd22217c2f80e785494edb50655431fd06169317ce7fa93_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:cf488bee23606956cffab893a2da062354d446deaecddfee3c80b186a8c80f1a_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:2953271a80e742f808ff30e43bb94b8fc07c34e774adecf33d58c0249037e8e9_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-telemeter@sha256:5de3036194cefd7217d55f2147f6863215c432c1a1431f4d84302395bc67a8d7_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tests@sha256:492db7a17c3a330c80c6edc87322a2a06a085926c06ac2abe8539b779b16a0be_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:2b028522e33fcf9000799cc8be7dca119640a914b13312ff641e7dd424995f83_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:d67274e6d71ebe731209c9d1a5ad72f3bbd876bb386e0da25db66e3b4cd51a03_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:1f16df34a09600689e321692c3922c00454663d6f872b5b30beb44e4a1689981_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:f35b71b8ce08379ab215c2022dd204487c4a59f8607c8ee0c0e3419bc81754b7_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:55f2350f066bc607ee87cdb97e9c7aa7e100206a6da138be0d3150950ce369d0_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:d67274e6d71ebe731209c9d1a5ad72f3bbd876bb386e0da25db66e3b4cd51a03_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:1f16df34a09600689e321692c3922c00454663d6f872b5b30beb44e4a1689981_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:1509732324bd37a8eb622e7555fd4baefdc0582c7a4941a5c45f06514ba926ea_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:5530afae0116bffb38e6231b2001707a5fb3acabacdb36ec9886a852270e8a82_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:b9cbc81f1cf2e9800ccf2505cefc359f86d6a635bd389ae41f2571ca90558979_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:f8ace96e982f3833bcf1bd4c10888720657663bc9eb7ead2ab87c10e71a9985d_amd64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2026:7252"
        },
        {
          "category": "workaround",
          "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
          "product_ids": [
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:f66a0e70ff4db8eecd06be7221e1afc18f4cc4b971d73f72a54ccbb91144aeb5_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e8552930ebf6dae03eee2f0c5ed79ba200fed2e41782b10e929b9b58a3c5946_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:3ada000e5fa1f1021e91bb17fe80addb1fe783c8b6efceec5607929cfe02d44a_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:99e37eef9ddf27de5f91fb06832a77dd7a752eb8854fb5fe03d0b888d8e4c787_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/network-tools-rhel8@sha256:382f064d9bca1c116e5462ed31d009c3956afdbc600145e48e5050e18e0c7333_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:cc7f9374e6b2155e8f6154fc44b41980715536ec54fe429ec434a3ea519099e3_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:68de08987d985df34dab868cdd41147d3814e4579331ccfb3c0ea3b730eccf56_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:3e5610de95b94bbd12e019a3d0dc260bc59c7fd229eeb1e86d830ff6a3ca5caa_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:ba7df9cea0a2e5b59171ca9d133c568b621d016b263561664231ae7266b61489_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:f356193220c0cac496a3a3c496cbcc712a97167665ff2592aa52a61709010d6c_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:10aa55210d4eccaa6369a9ffe48548b9bc3d9bbad5b0c733adb1eec1414e1704_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:947a8b30c79069483951056d8c05ac7938bebdb106448ce9715f4ecfe1347e55_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:41c93b1974e27b361ae9243c6ab6104911d794fccd417b6cec81a4c9290377ce_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:e74694c0c30fb2a0da44d376677204f893d75a2d65c252462e162a3aa3ea6764_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:264f3b3a32c444e30c5c30c1df7e6286be82d6464f52fda953ae89534b052856_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:680ecae2a2ef7c0c80d445f4b35e22d60d6e2c6da7e86fe76a20c468a439447e_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:39bc3c72d0a07bac96e2d41ec927ddfaab50e5a29f64a9f56c48680ca809fec8_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:82218662d30e5716e6b0885f96bba658e5f44944cc2367e7f82528568138a473_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:be8c06f56c29b0b478d093a698deb0ee9177be3c3fd8988be81fc8b22001b87d_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:d4a5bfcc63730cadaad1849155dc32d4c8212c9d6f21ae41011506e1b10824e0_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:715e9c721b69d293511451836d7aae6b8841f0783b3779db466691b088ec2ee4_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:cb991575e8aa5424757123e6551add1f1a48dfbedb48fbc528af23b08f8c214c_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:bef500d5b7a55988597abfd509c51edcdf126424ca547a5b688e2577dbce9788_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:7a1f4cbfa65597798a792c875b9a329a7c551d65c1498f2440db8f01865315cb_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:91c544a7403fabb5a5222cb159420ec3ffdc777dc20da8802e16ad645fa873a5_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:ffdc1114835b5aec86414db4d5f399b5fc1c1f2f33ed7e89c4bb82d6c245c499_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2ec8f52b90544fdc071a69b8fa4613abec74833ed53676ff313bda68d11ad9f3_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:4e596649375db56fc1876617cbc85ed3eb9c87cd27bdc1eebae506b6ab10455e_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:4e882efe0d786dd2314e119affa1dd2e9c4a27b046ac24e2d0ee648e64826cc1_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:6307dc9d7ceb8356be58cf50ebe5eff90dab81db2fb08797ce663c173e4b14a1_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:c7557194b650a8461fc1cb10edfc2622dd3c9f3036271d9e2067e8c5c0ddba8a_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:546f8a9663cda47befffd4db90631459451707ba7eebf43132f42891a2e2d09d_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:8a1a7658aef6a48c8023cc18ac52981a576c91349419aca409bd87d0167dbaa9_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli@sha256:32b4ab4489ff48435f000e9e44a9e2f481e586f2ec5d77b8197e34348e17f9e3_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:e56993e447d27d2719c4eea99b14c0e68aa0e7cd312f70529e44f11ee7a5c363_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:305b44fdaa8cbbb98f0fadcfa1a08c134c475448ec5278d78ac7d658f3323500_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:ca3cd9ecc7d7f5c1059c79e13dbcd2622c8d5bc637888e9b472e6507e5d52ee1_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:971d4594e7209ce0f3d0f50cfb5199b1e18b0030ba7d8708342c5579143645bc_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:adf4b3207329ec7d3b056375c89c32215e222595ec20ed0ce6b5c69a559c1ed7_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2ef9284558d4cf1995e03937d6116a2f6ba8e91a9ced8632bff0740d88de3c73_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:36a99b1f241c5e5e0a8fee16163c7c046904e18c32d5b8de3e486f1f216e38a7_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:81fb28c8d40044f4046edee60b752aadf7c0b4a4bee1551451360c8cf3bf85c0_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:81fb28c8d40044f4046edee60b752aadf7c0b4a4bee1551451360c8cf3bf85c0_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:b1a37041b4d0a83df1f220cb183493a725d44befd1b25d12f43230ffa1dfa46b_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:287d4b9b44aa682322234ef10e4597890c5c30ba1ec74926fbef67c64e72efcf_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:f9337a3abda6ab098be6110a99f69ba0d1a390389e17d48e55d8da3b8d037c5d_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:dbdb53c34533f1104e1c767b1409f445724c15e293147204cd195f395927e7c3_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:92da99d0dadb70ee55f7fca94031a728aaac5dc3bb31e018c502edf50afe4272_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:8b2603f3e242ae5c44344a775b0c26a0d79a4c0093132e533ffd4e7865b3b1e1_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:45c9b8468d767a3114ca79266e8528aafa421d1088ecfa44483af788eba5158f_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:82fc89a2dea00d0e2db8351131939f284029a635f944da6b44f75c4d8c2f5bb4_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:2606106d1aaac250505e3e282917873c7cc852eab6bd21126bc5cd8f44561848_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:5233c4447b3477f819024ae75434f3f86c001da024f7cfa40a72dce9ef72e301_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:3a8e057da73675e08b11ea190cec49e714281697ee765d456b805d7333a18919_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:86c9a509896876a5d89e56342bbb4754ef1017b393df1a81395965ea46625ad3_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:75634bdaa693c3983bfe2bbd4369163e350e0422022241c7f4f5422609baa4e4_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:761c7d51b1d482c2e751ee6dee6e8159ac9fac35ef6592ae4d4a0676d963080b_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:bd4e4545359329b30f6e4ccc237ed2696c5ef8654f3392e12cd131cadf4fee2a_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:1608db6ad01e03f20e7bbae5008d283442b68ce2a58ff3c2e30c95bd1b4bfb79_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:269a3f4cf534c540bcdd0ee311afb0d394c489ceb71b4867032f7b408de21a47_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:ca6ec90fd75d94ab29d4326b1d7b6119ea66b22ea06313b80f00d0b4ef91d24d_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:a4ccc2a0c274052cbbe0e1c7a987bf00511f24952e2b72cb8c4a989e13509598_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:1d54a2c229ad3d01bf3445cd543e9d65cf27fc5ac9aa9a3dc5b237ce96138bd5_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:e0d9531e894943157da70729fb243ec8e752b69ff733e12786d639ae5c0543f8_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:90887577863ae56b7ec64d92e887f2fbd57bc814a7ff1b45837c0a316802afc1_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:4b1bd09e2560cee14575248cf886cd57eef21aedee70772b9827c0bb2f0be012_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:a782bef2310c40c84bc397d375f97748749eaf1f2182bc61dc0681b7021a2176_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:6922c15d5c5737989cf39e785725a40ea49f6a89ced9cb462b5b35ea4e7e0add_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:e86af1f70604971a91452d8d0e11c4d7246f1237aae808477649a7bb1bfbb226_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console-operator@sha256:8e6f4c82af29aa5ad18699069d26f2c8fdb261c94f2f912cfd5c714c19cff896_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console@sha256:82ecf23af51595b79c4e3a05cb8ae4be3fc8c60f54eaa9cd88f8e97548a3cbc1_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:8b5059576c10b4e449f9621f195b8383d50a81a304a2cd83ace4615df922d8f9_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-coredns@sha256:02771e91bcbb9e91626d377254c5ba0a10f3d524498bddad1aff97318868bef6_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:fe5f3c2f446e78894726a1f3e89c711ca2855fe7ae609d827e2a85d704cd6113_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:1e349a98fccf699339f457c706382c2f8c9757b884833eb9242aeba32f677f81_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:bd5180d230672ae99ebd470e7c382bbf436f9351ff85e0dddda6341454aa8de5_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:745eb8f1b1b1ab2301309de55b495d0c2ec0baad7dd64ee0c17e537a607e044f_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:b95708710c9876afd203c6091ddf5a32ffa2d36bcc5213ebd897cfdf19eb8f7c_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:da26759b9b8e8890c6db5e6daf783c35f6b6b81e3c32cf862c6ab3b140e52e31_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:55f4b73b131d835720f3b523f81a453ff1aecd0175c2530bb84f4395c1e8c1c1_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:55f4b73b131d835720f3b523f81a453ff1aecd0175c2530bb84f4395c1e8c1c1_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:9c27fb99b6123a4034679ef5f717f735115b0e341950cb2a67b3216ab06c65ef_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:9c27fb99b6123a4034679ef5f717f735115b0e341950cb2a67b3216ab06c65ef_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e2a65ea66422e1af049d6e1d27f9ed83fc8cb4a329421f7fb3b661b6cfe60c6f_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e2a65ea66422e1af049d6e1d27f9ed83fc8cb4a329421f7fb3b661b6cfe60c6f_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:658c2dcb0736fe9ea464accf9534e5d2c96451f16252946e2e5320a48f6dcfbc_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:658c2dcb0736fe9ea464accf9534e5d2c96451f16252946e2e5320a48f6dcfbc_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:def2db87172600fc5603201208372b86c71927aef80ecf11381a372a92470d62_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:def2db87172600fc5603201208372b86c71927aef80ecf11381a372a92470d62_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:9140bbf737061a73ab190b8eed195dd661a33d9fb626b94a6a6fba81fbfa7b36_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:9140bbf737061a73ab190b8eed195dd661a33d9fb626b94a6a6fba81fbfa7b36_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:eb1d93464b304316f18781bdc63d008e62fb853b130ee04fcc09726b0fd0e04b_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:eb1d93464b304316f18781bdc63d008e62fb853b130ee04fcc09726b0fd0e04b_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:04e80bfe7c66273c5d4506e60671b1de5c35fde9691a18230ee8bbe943b4590d_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-deployer@sha256:8e22ee115efe612aaf62d0b8f724454d288a82c976675309d21d5bc621dab819_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-builder@sha256:28bf9956e7551279c391c4a1b9b2cc5d00c912bef1765b5b356de6e692c97a13_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-registry@sha256:2fc4b21628197efa76c52f1a9f1384fa57554dec83c9a5d531af1c881448dbb4_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:941eaa7cb95807c47b1de7b0834fa73bc0eeb04d6c2c419e618ceed3039a8066_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:756e169bc3b8c299f151e160174eace0fa9bd34bbe150d9168ae5b65c323c48e_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:e69b00efec3fc953f85bc83518eb5c1affa4e03f47b13be12600c58ea93d2eb2_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:2dfcc8883088010702d09f37d8a96ca681ebcf6c980da8700385746d4e67caa1_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:44bccda804cb3755801870fcdadeb2d16e820c3bf14dd6f2c18947afba8ded23_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-haproxy-router@sha256:d2d397e2ba0e171f79a1251641a8a296252abd0bf61095f101c274c02ef469af_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hyperkube@sha256:f9e4ddb22ba0ea25627c59aa688ed34cde0ad5226b4eb76178c027626dc94874_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:281181b7c60b3b3ebef789345ecca56305169aa98cc0d441017adf0deb69e012_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:7ea1e4d479fb50c1d2d7d1db200f13818b33f37afd416577710214dd716572aa_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:14bab08520a43f7d4dcd02853f03e3ff94931b20fad39c6dc35426f71f6f4ed8_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:bc4ab220c3090430afdea90882969b5465d404e8e688d408db187efc1d378d0e_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:cb1e53e2269a1131c1692fae5a988ad0f3b390ce6fb8bc88833987a7945012ac_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:048566d20f9da2255d40f1bcb989fe7debaee0be879d28889ccbabe56c4cd0b8_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:a3023e4585ce3d8ae26b3b7b451d3b7adaf383fafd9d9d0df179c12078685f0c_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:7fa5e60b84ee5c85cd6ddf4c1e43b7cf1aadd15755640162b703768c43724bc8_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:6b47e74af2c2bfd199dfd62e536ec953f10d5d979af787e2a4bc00359f14e5dd_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:3b3b1b4f9f12802a8b642f92fb0de653598a9cd997986007433bdf93872cb616_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer@sha256:aff91424a41aae0661dc01ae555d09321ed5c2d7f6635771839f4abdc795ee01_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:fc973eaa0402fc1c09cefd4ce35af1f70090aaaf16557fea76c7963731065e6d_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ee30b1edffcc546061bda6f003a704ad1f6ef50814db55955f2143d457dd32cb_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c075c6cb5b66f75a34725342def071af692d3b4aed32fc5272aaa081f1423179_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:24464b84b62d96802f924e63f2a6b5d034d51f8424755d09e6d24c544bd9fb5b_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:cac721d8cbbf65ed541cc36057eac10c5d26f16619bb2ee4b6bb5d892fed28a8_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:4911935291bdf9bd32fc151cc818c7f61b9844b40ac18317a958375cc33ccf0b_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-proxy@sha256:f0ae90fa89e56686278923abd1ec9ee2b7d320fbc69f8fef4e312b9d7a22c313_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:7008a4a186533c89c3e86582c54cdf7e5966930246a870858dd873516f07fd37_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:acf914de6dcc84d7b3d0eee191a2469ea6d7b5da824e6e9146bf8ff1b35c3f2c_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:d5335f8b4366177223cab917923735cf3d15452c7d83a6c7a06a06ccfb8bd722_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:c879806649c4c6eeaaec155d6a1a16a9c86c78c362b18298a6fe0d416607fbbc_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:3a1b4e12519dbd18933634b52d0f68df630984176da921e1728d4ec284e3794d_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:42e1aa281762f8a8ed9c0603e142ffd3f39945245aa6c7ebc83c9257d19fd825_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:85e7f451bf607b3b94aad8ddff46b59de4bfedfdcd2670171017e33ba79f85dd_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:3a268add291bbb34e5ca839e5f5b26df74af0d2ddaeb1e805e12bdd5fb1f5156_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:7a61bd81c6d2b06e140aa8e61f18fab4dbec40162fe1817fbbfbcc439c69b40a_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:298d6c6544d25a3e3aa1d147cd3ed262cdb3023a6acc8ac1677f870e508ca549_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:91c4862521ca3ccdf1011586a5e7af3ddd56289d8c11e01547846c8738f6f1aa_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:c6c48b29fa1cea376900d54c255e67493177b85fa3e32ba91006c6cca536d387_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:200c16f7a9abf01d60c187dbbc23078f7947bd5b0a2fcc11b9d8539f54abacd5_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:c080ca25997926d589d19bffd73eed9df0c4a684fa2d24adea3c765d3394a76f_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:497cfa558b44847864bae1f9a9023891971ba7787dc3e7f29948b32953bc512c_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-cni@sha256:0306883be14db42de8498d6a68b3abef9c4615f5972e39706f0945fe2d4513f2_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:62e71caf9e998db56029dc1e68a73b1ba14ed13147149cda18803bbe27e62833_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:98febaf7c070f4a3caf71a8fabc249652200f95a76b7a860bfd325a21a9f8015_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:eeef90cc63835b46eaddce2218300897c4c6c80ea745383da8e050ec505eae0d_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-must-gather@sha256:b2c97d1c5450a241ac457b76ff70cf2fdb87c2eb7dba0980c1e8c5cbb075f04c_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:1597ed8b1dcab739359497dc3351c0f023fc6bed5b474bc0375ee491004b6ce0_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:5a0fccdeb0c260d1971a01487e8ad7660e33e87edadcb6f83e9c4585507c23b9_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:c7086c92c84fedb52c2cd0ffd54ab4f1d858b138c971469c99e11c7705b58e47_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:c074b238943c59def9025ff9ad0d05be4d4d02569dc9837eb707e2529ca2d614_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:c9418296bfa5722a0351c93b1935defaff1b667539b871df5536c9c7ce4560b0_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:fa3dc3a2b225e40acde008309b3dc435ffcf27b3eef4388ca5e74f4e627b028c_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:f1a831120663cd669d77c56fa6c4c5bf069a86e1455d56671241727b677a96be_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:92a8ce4a3a16c69afa48040286a16260add8cbb876793c1766334e0c06a3cd6e_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:83bb943d6b94158490bc8c4df7a1cab18e671fa40cce6c86ca709e9fb8251831_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:92ba26cd6cb8a2bbe5613a3a46c4e6bbd18d8cd987ddfe85df77e9aa1a2819bd_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:1889f2a47d26217c991a5b5feec3c2c124936cf77cca722f4d8e376e99acf66e_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:1426b11534d341d805c87b50bf61732be3e09844a6599f60db03d22a06cadfef_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:60851d305c86f8d57815798e5d882f9e42de16889a493e3b2e5e2c4342f180a4_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f31e024cecc3ae9cb681f0f2aef08dbce02603586e1c206b091aa0a2a3bcba18_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:c9b0a5da0e6cffe8d46cdfc65affe7266c5a3942421cdd58c1973698365fe947_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:49f5dc435a7868321177263e8ed5ee3d87b73ceebfaf6be10fcd3f5361fd93ee_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-registry@sha256:790f23380f9e12198322169a226baa088bb3f2a81423991314d57aa715e7c916_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:251cad98307415ac1fcff1942c816edb72f940f15d4ac5f12207d375c2403f18_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:eafe29fd0a0bbdc63b82a57c1d0da169a07db7bbde278efe15f803a90a924dc7_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b14c82b954e211e760f8237f952341c6db4f36153c5551fb24b55ae9738ae0f1_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:b14c82b954e211e760f8237f952341c6db4f36153c5551fb24b55ae9738ae0f1_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-pod@sha256:5bb94ffa77b73f4bd61e77b5f5723447f50307c4421ba8b3b41f280dcba24e44_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:6fcbd13b4bbb556e0be949749302b7b423310b83db21e5f73ff01e43c3801f4b_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:330905cc874d9a6b0ca521227d599641a462d894ff2f7c4d8c98712c1f33c790_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:542d91dac0fcb7cf8f1b89d295e9940b0dfa4a63fdb313cb311d532acb3e4644_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:c1beca437b956635f8bef63aa85ccd74153822db3382eae4bcf29398fb6d44a0_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:dde404e0c7c7dad0a1432d63229cb55692e775ff61dd40a05b3179a4a1c3b1d8_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:a473e1664f42e2c2d3d250d2f3b9e77ea1c19b7ea4f791377b62fee23cffbe90_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:f927141c4dd5ad8c2aaf6ea5bea253e25a062c7c7e3d15a0782938621780eb18_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:28feb9e6f9ac12c689724636e1c9c1a26197243921e87e291b098f25075a847a_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:c6753888672e9e5cb94b1bfc6bdf82012bd060593ccd171a90eb523bf13f583d_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:68f99395755784b2102ee608253e608511a62191f53d2081ea1c2019176b9796_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus@sha256:27490e87e5044f1d5dd22217c2f80e785494edb50655431fd06169317ce7fa93_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:cf488bee23606956cffab893a2da062354d446deaecddfee3c80b186a8c80f1a_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:2953271a80e742f808ff30e43bb94b8fc07c34e774adecf33d58c0249037e8e9_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-telemeter@sha256:5de3036194cefd7217d55f2147f6863215c432c1a1431f4d84302395bc67a8d7_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tests@sha256:492db7a17c3a330c80c6edc87322a2a06a085926c06ac2abe8539b779b16a0be_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:2b028522e33fcf9000799cc8be7dca119640a914b13312ff641e7dd424995f83_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:7b5d6a4fb74fad50bc900545e71add8032800ede19a5c2dad49f01e3962bf6c2_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:d67274e6d71ebe731209c9d1a5ad72f3bbd876bb386e0da25db66e3b4cd51a03_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:1f16df34a09600689e321692c3922c00454663d6f872b5b30beb44e4a1689981_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:f35b71b8ce08379ab215c2022dd204487c4a59f8607c8ee0c0e3419bc81754b7_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:55f2350f066bc607ee87cdb97e9c7aa7e100206a6da138be0d3150950ce369d0_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:d67274e6d71ebe731209c9d1a5ad72f3bbd876bb386e0da25db66e3b4cd51a03_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:1f16df34a09600689e321692c3922c00454663d6f872b5b30beb44e4a1689981_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:1509732324bd37a8eb622e7555fd4baefdc0582c7a4941a5c45f06514ba926ea_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:5530afae0116bffb38e6231b2001707a5fb3acabacdb36ec9886a852270e8a82_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:b9cbc81f1cf2e9800ccf2505cefc359f86d6a635bd389ae41f2571ca90558979_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:f8ace96e982f3833bcf1bd4c10888720657663bc9eb7ead2ab87c10e71a9985d_amd64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:f66a0e70ff4db8eecd06be7221e1afc18f4cc4b971d73f72a54ccbb91144aeb5_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e8552930ebf6dae03eee2f0c5ed79ba200fed2e41782b10e929b9b58a3c5946_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:3ada000e5fa1f1021e91bb17fe80addb1fe783c8b6efceec5607929cfe02d44a_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:99e37eef9ddf27de5f91fb06832a77dd7a752eb8854fb5fe03d0b888d8e4c787_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/network-tools-rhel8@sha256:382f064d9bca1c116e5462ed31d009c3956afdbc600145e48e5050e18e0c7333_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:cc7f9374e6b2155e8f6154fc44b41980715536ec54fe429ec434a3ea519099e3_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:68de08987d985df34dab868cdd41147d3814e4579331ccfb3c0ea3b730eccf56_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:3e5610de95b94bbd12e019a3d0dc260bc59c7fd229eeb1e86d830ff6a3ca5caa_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:ba7df9cea0a2e5b59171ca9d133c568b621d016b263561664231ae7266b61489_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:f356193220c0cac496a3a3c496cbcc712a97167665ff2592aa52a61709010d6c_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:10aa55210d4eccaa6369a9ffe48548b9bc3d9bbad5b0c733adb1eec1414e1704_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:947a8b30c79069483951056d8c05ac7938bebdb106448ce9715f4ecfe1347e55_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:41c93b1974e27b361ae9243c6ab6104911d794fccd417b6cec81a4c9290377ce_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:e74694c0c30fb2a0da44d376677204f893d75a2d65c252462e162a3aa3ea6764_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:264f3b3a32c444e30c5c30c1df7e6286be82d6464f52fda953ae89534b052856_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:680ecae2a2ef7c0c80d445f4b35e22d60d6e2c6da7e86fe76a20c468a439447e_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:39bc3c72d0a07bac96e2d41ec927ddfaab50e5a29f64a9f56c48680ca809fec8_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:82218662d30e5716e6b0885f96bba658e5f44944cc2367e7f82528568138a473_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:be8c06f56c29b0b478d093a698deb0ee9177be3c3fd8988be81fc8b22001b87d_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:d4a5bfcc63730cadaad1849155dc32d4c8212c9d6f21ae41011506e1b10824e0_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:715e9c721b69d293511451836d7aae6b8841f0783b3779db466691b088ec2ee4_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:cb991575e8aa5424757123e6551add1f1a48dfbedb48fbc528af23b08f8c214c_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:bef500d5b7a55988597abfd509c51edcdf126424ca547a5b688e2577dbce9788_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:7a1f4cbfa65597798a792c875b9a329a7c551d65c1498f2440db8f01865315cb_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:91c544a7403fabb5a5222cb159420ec3ffdc777dc20da8802e16ad645fa873a5_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:ffdc1114835b5aec86414db4d5f399b5fc1c1f2f33ed7e89c4bb82d6c245c499_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2ec8f52b90544fdc071a69b8fa4613abec74833ed53676ff313bda68d11ad9f3_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:4e596649375db56fc1876617cbc85ed3eb9c87cd27bdc1eebae506b6ab10455e_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:4e882efe0d786dd2314e119affa1dd2e9c4a27b046ac24e2d0ee648e64826cc1_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:6307dc9d7ceb8356be58cf50ebe5eff90dab81db2fb08797ce663c173e4b14a1_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:c7557194b650a8461fc1cb10edfc2622dd3c9f3036271d9e2067e8c5c0ddba8a_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:546f8a9663cda47befffd4db90631459451707ba7eebf43132f42891a2e2d09d_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:8a1a7658aef6a48c8023cc18ac52981a576c91349419aca409bd87d0167dbaa9_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli@sha256:32b4ab4489ff48435f000e9e44a9e2f481e586f2ec5d77b8197e34348e17f9e3_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:e56993e447d27d2719c4eea99b14c0e68aa0e7cd312f70529e44f11ee7a5c363_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:305b44fdaa8cbbb98f0fadcfa1a08c134c475448ec5278d78ac7d658f3323500_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:ca3cd9ecc7d7f5c1059c79e13dbcd2622c8d5bc637888e9b472e6507e5d52ee1_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:971d4594e7209ce0f3d0f50cfb5199b1e18b0030ba7d8708342c5579143645bc_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:adf4b3207329ec7d3b056375c89c32215e222595ec20ed0ce6b5c69a559c1ed7_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2ef9284558d4cf1995e03937d6116a2f6ba8e91a9ced8632bff0740d88de3c73_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:36a99b1f241c5e5e0a8fee16163c7c046904e18c32d5b8de3e486f1f216e38a7_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:81fb28c8d40044f4046edee60b752aadf7c0b4a4bee1551451360c8cf3bf85c0_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:81fb28c8d40044f4046edee60b752aadf7c0b4a4bee1551451360c8cf3bf85c0_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:b1a37041b4d0a83df1f220cb183493a725d44befd1b25d12f43230ffa1dfa46b_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:287d4b9b44aa682322234ef10e4597890c5c30ba1ec74926fbef67c64e72efcf_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:f9337a3abda6ab098be6110a99f69ba0d1a390389e17d48e55d8da3b8d037c5d_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:dbdb53c34533f1104e1c767b1409f445724c15e293147204cd195f395927e7c3_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:92da99d0dadb70ee55f7fca94031a728aaac5dc3bb31e018c502edf50afe4272_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:8b2603f3e242ae5c44344a775b0c26a0d79a4c0093132e533ffd4e7865b3b1e1_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:45c9b8468d767a3114ca79266e8528aafa421d1088ecfa44483af788eba5158f_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:82fc89a2dea00d0e2db8351131939f284029a635f944da6b44f75c4d8c2f5bb4_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:2606106d1aaac250505e3e282917873c7cc852eab6bd21126bc5cd8f44561848_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:5233c4447b3477f819024ae75434f3f86c001da024f7cfa40a72dce9ef72e301_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:3a8e057da73675e08b11ea190cec49e714281697ee765d456b805d7333a18919_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:86c9a509896876a5d89e56342bbb4754ef1017b393df1a81395965ea46625ad3_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:75634bdaa693c3983bfe2bbd4369163e350e0422022241c7f4f5422609baa4e4_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:761c7d51b1d482c2e751ee6dee6e8159ac9fac35ef6592ae4d4a0676d963080b_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:bd4e4545359329b30f6e4ccc237ed2696c5ef8654f3392e12cd131cadf4fee2a_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:1608db6ad01e03f20e7bbae5008d283442b68ce2a58ff3c2e30c95bd1b4bfb79_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:269a3f4cf534c540bcdd0ee311afb0d394c489ceb71b4867032f7b408de21a47_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:ca6ec90fd75d94ab29d4326b1d7b6119ea66b22ea06313b80f00d0b4ef91d24d_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:a4ccc2a0c274052cbbe0e1c7a987bf00511f24952e2b72cb8c4a989e13509598_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:1d54a2c229ad3d01bf3445cd543e9d65cf27fc5ac9aa9a3dc5b237ce96138bd5_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:e0d9531e894943157da70729fb243ec8e752b69ff733e12786d639ae5c0543f8_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:90887577863ae56b7ec64d92e887f2fbd57bc814a7ff1b45837c0a316802afc1_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:4b1bd09e2560cee14575248cf886cd57eef21aedee70772b9827c0bb2f0be012_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:a782bef2310c40c84bc397d375f97748749eaf1f2182bc61dc0681b7021a2176_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:6922c15d5c5737989cf39e785725a40ea49f6a89ced9cb462b5b35ea4e7e0add_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:e86af1f70604971a91452d8d0e11c4d7246f1237aae808477649a7bb1bfbb226_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console-operator@sha256:8e6f4c82af29aa5ad18699069d26f2c8fdb261c94f2f912cfd5c714c19cff896_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console@sha256:82ecf23af51595b79c4e3a05cb8ae4be3fc8c60f54eaa9cd88f8e97548a3cbc1_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:8b5059576c10b4e449f9621f195b8383d50a81a304a2cd83ace4615df922d8f9_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-coredns@sha256:02771e91bcbb9e91626d377254c5ba0a10f3d524498bddad1aff97318868bef6_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:fe5f3c2f446e78894726a1f3e89c711ca2855fe7ae609d827e2a85d704cd6113_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:1e349a98fccf699339f457c706382c2f8c9757b884833eb9242aeba32f677f81_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:bd5180d230672ae99ebd470e7c382bbf436f9351ff85e0dddda6341454aa8de5_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:745eb8f1b1b1ab2301309de55b495d0c2ec0baad7dd64ee0c17e537a607e044f_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:b95708710c9876afd203c6091ddf5a32ffa2d36bcc5213ebd897cfdf19eb8f7c_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:da26759b9b8e8890c6db5e6daf783c35f6b6b81e3c32cf862c6ab3b140e52e31_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:55f4b73b131d835720f3b523f81a453ff1aecd0175c2530bb84f4395c1e8c1c1_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:55f4b73b131d835720f3b523f81a453ff1aecd0175c2530bb84f4395c1e8c1c1_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:9c27fb99b6123a4034679ef5f717f735115b0e341950cb2a67b3216ab06c65ef_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:9c27fb99b6123a4034679ef5f717f735115b0e341950cb2a67b3216ab06c65ef_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e2a65ea66422e1af049d6e1d27f9ed83fc8cb4a329421f7fb3b661b6cfe60c6f_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e2a65ea66422e1af049d6e1d27f9ed83fc8cb4a329421f7fb3b661b6cfe60c6f_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:658c2dcb0736fe9ea464accf9534e5d2c96451f16252946e2e5320a48f6dcfbc_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:658c2dcb0736fe9ea464accf9534e5d2c96451f16252946e2e5320a48f6dcfbc_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:def2db87172600fc5603201208372b86c71927aef80ecf11381a372a92470d62_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:def2db87172600fc5603201208372b86c71927aef80ecf11381a372a92470d62_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:9140bbf737061a73ab190b8eed195dd661a33d9fb626b94a6a6fba81fbfa7b36_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:9140bbf737061a73ab190b8eed195dd661a33d9fb626b94a6a6fba81fbfa7b36_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:eb1d93464b304316f18781bdc63d008e62fb853b130ee04fcc09726b0fd0e04b_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:eb1d93464b304316f18781bdc63d008e62fb853b130ee04fcc09726b0fd0e04b_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:04e80bfe7c66273c5d4506e60671b1de5c35fde9691a18230ee8bbe943b4590d_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-deployer@sha256:8e22ee115efe612aaf62d0b8f724454d288a82c976675309d21d5bc621dab819_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-builder@sha256:28bf9956e7551279c391c4a1b9b2cc5d00c912bef1765b5b356de6e692c97a13_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-registry@sha256:2fc4b21628197efa76c52f1a9f1384fa57554dec83c9a5d531af1c881448dbb4_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:941eaa7cb95807c47b1de7b0834fa73bc0eeb04d6c2c419e618ceed3039a8066_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:756e169bc3b8c299f151e160174eace0fa9bd34bbe150d9168ae5b65c323c48e_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:e69b00efec3fc953f85bc83518eb5c1affa4e03f47b13be12600c58ea93d2eb2_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:2dfcc8883088010702d09f37d8a96ca681ebcf6c980da8700385746d4e67caa1_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:44bccda804cb3755801870fcdadeb2d16e820c3bf14dd6f2c18947afba8ded23_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-haproxy-router@sha256:d2d397e2ba0e171f79a1251641a8a296252abd0bf61095f101c274c02ef469af_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hyperkube@sha256:f9e4ddb22ba0ea25627c59aa688ed34cde0ad5226b4eb76178c027626dc94874_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:281181b7c60b3b3ebef789345ecca56305169aa98cc0d441017adf0deb69e012_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:7ea1e4d479fb50c1d2d7d1db200f13818b33f37afd416577710214dd716572aa_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:14bab08520a43f7d4dcd02853f03e3ff94931b20fad39c6dc35426f71f6f4ed8_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:bc4ab220c3090430afdea90882969b5465d404e8e688d408db187efc1d378d0e_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:cb1e53e2269a1131c1692fae5a988ad0f3b390ce6fb8bc88833987a7945012ac_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:048566d20f9da2255d40f1bcb989fe7debaee0be879d28889ccbabe56c4cd0b8_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:a3023e4585ce3d8ae26b3b7b451d3b7adaf383fafd9d9d0df179c12078685f0c_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:7fa5e60b84ee5c85cd6ddf4c1e43b7cf1aadd15755640162b703768c43724bc8_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:6b47e74af2c2bfd199dfd62e536ec953f10d5d979af787e2a4bc00359f14e5dd_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:3b3b1b4f9f12802a8b642f92fb0de653598a9cd997986007433bdf93872cb616_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer@sha256:aff91424a41aae0661dc01ae555d09321ed5c2d7f6635771839f4abdc795ee01_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:fc973eaa0402fc1c09cefd4ce35af1f70090aaaf16557fea76c7963731065e6d_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ee30b1edffcc546061bda6f003a704ad1f6ef50814db55955f2143d457dd32cb_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c075c6cb5b66f75a34725342def071af692d3b4aed32fc5272aaa081f1423179_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:24464b84b62d96802f924e63f2a6b5d034d51f8424755d09e6d24c544bd9fb5b_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:cac721d8cbbf65ed541cc36057eac10c5d26f16619bb2ee4b6bb5d892fed28a8_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:4911935291bdf9bd32fc151cc818c7f61b9844b40ac18317a958375cc33ccf0b_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-proxy@sha256:f0ae90fa89e56686278923abd1ec9ee2b7d320fbc69f8fef4e312b9d7a22c313_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:7008a4a186533c89c3e86582c54cdf7e5966930246a870858dd873516f07fd37_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:acf914de6dcc84d7b3d0eee191a2469ea6d7b5da824e6e9146bf8ff1b35c3f2c_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:d5335f8b4366177223cab917923735cf3d15452c7d83a6c7a06a06ccfb8bd722_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:c879806649c4c6eeaaec155d6a1a16a9c86c78c362b18298a6fe0d416607fbbc_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:3a1b4e12519dbd18933634b52d0f68df630984176da921e1728d4ec284e3794d_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:42e1aa281762f8a8ed9c0603e142ffd3f39945245aa6c7ebc83c9257d19fd825_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:85e7f451bf607b3b94aad8ddff46b59de4bfedfdcd2670171017e33ba79f85dd_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:3a268add291bbb34e5ca839e5f5b26df74af0d2ddaeb1e805e12bdd5fb1f5156_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:7a61bd81c6d2b06e140aa8e61f18fab4dbec40162fe1817fbbfbcc439c69b40a_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:298d6c6544d25a3e3aa1d147cd3ed262cdb3023a6acc8ac1677f870e508ca549_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:91c4862521ca3ccdf1011586a5e7af3ddd56289d8c11e01547846c8738f6f1aa_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:c6c48b29fa1cea376900d54c255e67493177b85fa3e32ba91006c6cca536d387_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:200c16f7a9abf01d60c187dbbc23078f7947bd5b0a2fcc11b9d8539f54abacd5_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:c080ca25997926d589d19bffd73eed9df0c4a684fa2d24adea3c765d3394a76f_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:497cfa558b44847864bae1f9a9023891971ba7787dc3e7f29948b32953bc512c_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-cni@sha256:0306883be14db42de8498d6a68b3abef9c4615f5972e39706f0945fe2d4513f2_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:62e71caf9e998db56029dc1e68a73b1ba14ed13147149cda18803bbe27e62833_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:98febaf7c070f4a3caf71a8fabc249652200f95a76b7a860bfd325a21a9f8015_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:eeef90cc63835b46eaddce2218300897c4c6c80ea745383da8e050ec505eae0d_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-must-gather@sha256:b2c97d1c5450a241ac457b76ff70cf2fdb87c2eb7dba0980c1e8c5cbb075f04c_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:1597ed8b1dcab739359497dc3351c0f023fc6bed5b474bc0375ee491004b6ce0_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:5a0fccdeb0c260d1971a01487e8ad7660e33e87edadcb6f83e9c4585507c23b9_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:c7086c92c84fedb52c2cd0ffd54ab4f1d858b138c971469c99e11c7705b58e47_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:c074b238943c59def9025ff9ad0d05be4d4d02569dc9837eb707e2529ca2d614_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:c9418296bfa5722a0351c93b1935defaff1b667539b871df5536c9c7ce4560b0_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:fa3dc3a2b225e40acde008309b3dc435ffcf27b3eef4388ca5e74f4e627b028c_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:f1a831120663cd669d77c56fa6c4c5bf069a86e1455d56671241727b677a96be_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:92a8ce4a3a16c69afa48040286a16260add8cbb876793c1766334e0c06a3cd6e_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:83bb943d6b94158490bc8c4df7a1cab18e671fa40cce6c86ca709e9fb8251831_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:92ba26cd6cb8a2bbe5613a3a46c4e6bbd18d8cd987ddfe85df77e9aa1a2819bd_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:1889f2a47d26217c991a5b5feec3c2c124936cf77cca722f4d8e376e99acf66e_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:1426b11534d341d805c87b50bf61732be3e09844a6599f60db03d22a06cadfef_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:60851d305c86f8d57815798e5d882f9e42de16889a493e3b2e5e2c4342f180a4_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f31e024cecc3ae9cb681f0f2aef08dbce02603586e1c206b091aa0a2a3bcba18_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:c9b0a5da0e6cffe8d46cdfc65affe7266c5a3942421cdd58c1973698365fe947_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:49f5dc435a7868321177263e8ed5ee3d87b73ceebfaf6be10fcd3f5361fd93ee_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-registry@sha256:790f23380f9e12198322169a226baa088bb3f2a81423991314d57aa715e7c916_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:251cad98307415ac1fcff1942c816edb72f940f15d4ac5f12207d375c2403f18_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:eafe29fd0a0bbdc63b82a57c1d0da169a07db7bbde278efe15f803a90a924dc7_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b14c82b954e211e760f8237f952341c6db4f36153c5551fb24b55ae9738ae0f1_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:b14c82b954e211e760f8237f952341c6db4f36153c5551fb24b55ae9738ae0f1_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-pod@sha256:5bb94ffa77b73f4bd61e77b5f5723447f50307c4421ba8b3b41f280dcba24e44_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:6fcbd13b4bbb556e0be949749302b7b423310b83db21e5f73ff01e43c3801f4b_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:330905cc874d9a6b0ca521227d599641a462d894ff2f7c4d8c98712c1f33c790_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:542d91dac0fcb7cf8f1b89d295e9940b0dfa4a63fdb313cb311d532acb3e4644_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:c1beca437b956635f8bef63aa85ccd74153822db3382eae4bcf29398fb6d44a0_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:dde404e0c7c7dad0a1432d63229cb55692e775ff61dd40a05b3179a4a1c3b1d8_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:a473e1664f42e2c2d3d250d2f3b9e77ea1c19b7ea4f791377b62fee23cffbe90_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:f927141c4dd5ad8c2aaf6ea5bea253e25a062c7c7e3d15a0782938621780eb18_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:28feb9e6f9ac12c689724636e1c9c1a26197243921e87e291b098f25075a847a_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:c6753888672e9e5cb94b1bfc6bdf82012bd060593ccd171a90eb523bf13f583d_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:68f99395755784b2102ee608253e608511a62191f53d2081ea1c2019176b9796_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus@sha256:27490e87e5044f1d5dd22217c2f80e785494edb50655431fd06169317ce7fa93_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:cf488bee23606956cffab893a2da062354d446deaecddfee3c80b186a8c80f1a_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:2953271a80e742f808ff30e43bb94b8fc07c34e774adecf33d58c0249037e8e9_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-telemeter@sha256:5de3036194cefd7217d55f2147f6863215c432c1a1431f4d84302395bc67a8d7_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tests@sha256:492db7a17c3a330c80c6edc87322a2a06a085926c06ac2abe8539b779b16a0be_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:2b028522e33fcf9000799cc8be7dca119640a914b13312ff641e7dd424995f83_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:7b5d6a4fb74fad50bc900545e71add8032800ede19a5c2dad49f01e3962bf6c2_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:d67274e6d71ebe731209c9d1a5ad72f3bbd876bb386e0da25db66e3b4cd51a03_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:1f16df34a09600689e321692c3922c00454663d6f872b5b30beb44e4a1689981_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:f35b71b8ce08379ab215c2022dd204487c4a59f8607c8ee0c0e3419bc81754b7_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:55f2350f066bc607ee87cdb97e9c7aa7e100206a6da138be0d3150950ce369d0_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:d67274e6d71ebe731209c9d1a5ad72f3bbd876bb386e0da25db66e3b4cd51a03_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:1f16df34a09600689e321692c3922c00454663d6f872b5b30beb44e4a1689981_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:1509732324bd37a8eb622e7555fd4baefdc0582c7a4941a5c45f06514ba926ea_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:5530afae0116bffb38e6231b2001707a5fb3acabacdb36ec9886a852270e8a82_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:b9cbc81f1cf2e9800ccf2505cefc359f86d6a635bd389ae41f2571ca90558979_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:f8ace96e982f3833bcf1bd4c10888720657663bc9eb7ead2ab87c10e71a9985d_amd64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
    },
    {
      "cve": "CVE-2025-65637",
      "cwe": {
        "id": "CWE-400",
        "name": "Uncontrolled Resource Consumption"
      },
      "discovery_date": "2025-12-04T19:00:54.313916+00:00",
      "flags": [
        {
          "label": "vulnerable_code_not_present",
          "product_ids": [
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:f66a0e70ff4db8eecd06be7221e1afc18f4cc4b971d73f72a54ccbb91144aeb5_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e8552930ebf6dae03eee2f0c5ed79ba200fed2e41782b10e929b9b58a3c5946_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:3ada000e5fa1f1021e91bb17fe80addb1fe783c8b6efceec5607929cfe02d44a_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:99e37eef9ddf27de5f91fb06832a77dd7a752eb8854fb5fe03d0b888d8e4c787_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/network-tools-rhel8@sha256:382f064d9bca1c116e5462ed31d009c3956afdbc600145e48e5050e18e0c7333_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:cc7f9374e6b2155e8f6154fc44b41980715536ec54fe429ec434a3ea519099e3_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:68de08987d985df34dab868cdd41147d3814e4579331ccfb3c0ea3b730eccf56_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:3e5610de95b94bbd12e019a3d0dc260bc59c7fd229eeb1e86d830ff6a3ca5caa_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:ba7df9cea0a2e5b59171ca9d133c568b621d016b263561664231ae7266b61489_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:f356193220c0cac496a3a3c496cbcc712a97167665ff2592aa52a61709010d6c_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:10aa55210d4eccaa6369a9ffe48548b9bc3d9bbad5b0c733adb1eec1414e1704_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:947a8b30c79069483951056d8c05ac7938bebdb106448ce9715f4ecfe1347e55_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:41c93b1974e27b361ae9243c6ab6104911d794fccd417b6cec81a4c9290377ce_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:e74694c0c30fb2a0da44d376677204f893d75a2d65c252462e162a3aa3ea6764_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:264f3b3a32c444e30c5c30c1df7e6286be82d6464f52fda953ae89534b052856_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:680ecae2a2ef7c0c80d445f4b35e22d60d6e2c6da7e86fe76a20c468a439447e_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:39bc3c72d0a07bac96e2d41ec927ddfaab50e5a29f64a9f56c48680ca809fec8_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:82218662d30e5716e6b0885f96bba658e5f44944cc2367e7f82528568138a473_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:be8c06f56c29b0b478d093a698deb0ee9177be3c3fd8988be81fc8b22001b87d_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:d4a5bfcc63730cadaad1849155dc32d4c8212c9d6f21ae41011506e1b10824e0_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:715e9c721b69d293511451836d7aae6b8841f0783b3779db466691b088ec2ee4_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:cb991575e8aa5424757123e6551add1f1a48dfbedb48fbc528af23b08f8c214c_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:bef500d5b7a55988597abfd509c51edcdf126424ca547a5b688e2577dbce9788_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:7a1f4cbfa65597798a792c875b9a329a7c551d65c1498f2440db8f01865315cb_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:91c544a7403fabb5a5222cb159420ec3ffdc777dc20da8802e16ad645fa873a5_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:ffdc1114835b5aec86414db4d5f399b5fc1c1f2f33ed7e89c4bb82d6c245c499_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2ec8f52b90544fdc071a69b8fa4613abec74833ed53676ff313bda68d11ad9f3_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:4e596649375db56fc1876617cbc85ed3eb9c87cd27bdc1eebae506b6ab10455e_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:4e882efe0d786dd2314e119affa1dd2e9c4a27b046ac24e2d0ee648e64826cc1_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:6307dc9d7ceb8356be58cf50ebe5eff90dab81db2fb08797ce663c173e4b14a1_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:c7557194b650a8461fc1cb10edfc2622dd3c9f3036271d9e2067e8c5c0ddba8a_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:546f8a9663cda47befffd4db90631459451707ba7eebf43132f42891a2e2d09d_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:8a1a7658aef6a48c8023cc18ac52981a576c91349419aca409bd87d0167dbaa9_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli@sha256:32b4ab4489ff48435f000e9e44a9e2f481e586f2ec5d77b8197e34348e17f9e3_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:e56993e447d27d2719c4eea99b14c0e68aa0e7cd312f70529e44f11ee7a5c363_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:305b44fdaa8cbbb98f0fadcfa1a08c134c475448ec5278d78ac7d658f3323500_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:ca3cd9ecc7d7f5c1059c79e13dbcd2622c8d5bc637888e9b472e6507e5d52ee1_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:971d4594e7209ce0f3d0f50cfb5199b1e18b0030ba7d8708342c5579143645bc_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:adf4b3207329ec7d3b056375c89c32215e222595ec20ed0ce6b5c69a559c1ed7_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2ef9284558d4cf1995e03937d6116a2f6ba8e91a9ced8632bff0740d88de3c73_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:36a99b1f241c5e5e0a8fee16163c7c046904e18c32d5b8de3e486f1f216e38a7_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:81fb28c8d40044f4046edee60b752aadf7c0b4a4bee1551451360c8cf3bf85c0_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:81fb28c8d40044f4046edee60b752aadf7c0b4a4bee1551451360c8cf3bf85c0_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:b1a37041b4d0a83df1f220cb183493a725d44befd1b25d12f43230ffa1dfa46b_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:287d4b9b44aa682322234ef10e4597890c5c30ba1ec74926fbef67c64e72efcf_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:f9337a3abda6ab098be6110a99f69ba0d1a390389e17d48e55d8da3b8d037c5d_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:dbdb53c34533f1104e1c767b1409f445724c15e293147204cd195f395927e7c3_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:92da99d0dadb70ee55f7fca94031a728aaac5dc3bb31e018c502edf50afe4272_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:82fc89a2dea00d0e2db8351131939f284029a635f944da6b44f75c4d8c2f5bb4_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:5233c4447b3477f819024ae75434f3f86c001da024f7cfa40a72dce9ef72e301_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:3a8e057da73675e08b11ea190cec49e714281697ee765d456b805d7333a18919_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:86c9a509896876a5d89e56342bbb4754ef1017b393df1a81395965ea46625ad3_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:761c7d51b1d482c2e751ee6dee6e8159ac9fac35ef6592ae4d4a0676d963080b_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:bd4e4545359329b30f6e4ccc237ed2696c5ef8654f3392e12cd131cadf4fee2a_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:1608db6ad01e03f20e7bbae5008d283442b68ce2a58ff3c2e30c95bd1b4bfb79_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:269a3f4cf534c540bcdd0ee311afb0d394c489ceb71b4867032f7b408de21a47_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:a4ccc2a0c274052cbbe0e1c7a987bf00511f24952e2b72cb8c4a989e13509598_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:1d54a2c229ad3d01bf3445cd543e9d65cf27fc5ac9aa9a3dc5b237ce96138bd5_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:e0d9531e894943157da70729fb243ec8e752b69ff733e12786d639ae5c0543f8_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:90887577863ae56b7ec64d92e887f2fbd57bc814a7ff1b45837c0a316802afc1_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:4b1bd09e2560cee14575248cf886cd57eef21aedee70772b9827c0bb2f0be012_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:a782bef2310c40c84bc397d375f97748749eaf1f2182bc61dc0681b7021a2176_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:6922c15d5c5737989cf39e785725a40ea49f6a89ced9cb462b5b35ea4e7e0add_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:e86af1f70604971a91452d8d0e11c4d7246f1237aae808477649a7bb1bfbb226_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console-operator@sha256:8e6f4c82af29aa5ad18699069d26f2c8fdb261c94f2f912cfd5c714c19cff896_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console@sha256:82ecf23af51595b79c4e3a05cb8ae4be3fc8c60f54eaa9cd88f8e97548a3cbc1_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:8b5059576c10b4e449f9621f195b8383d50a81a304a2cd83ace4615df922d8f9_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-coredns@sha256:02771e91bcbb9e91626d377254c5ba0a10f3d524498bddad1aff97318868bef6_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:fe5f3c2f446e78894726a1f3e89c711ca2855fe7ae609d827e2a85d704cd6113_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:1e349a98fccf699339f457c706382c2f8c9757b884833eb9242aeba32f677f81_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:bd5180d230672ae99ebd470e7c382bbf436f9351ff85e0dddda6341454aa8de5_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:745eb8f1b1b1ab2301309de55b495d0c2ec0baad7dd64ee0c17e537a607e044f_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:b95708710c9876afd203c6091ddf5a32ffa2d36bcc5213ebd897cfdf19eb8f7c_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:da26759b9b8e8890c6db5e6daf783c35f6b6b81e3c32cf862c6ab3b140e52e31_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:55f4b73b131d835720f3b523f81a453ff1aecd0175c2530bb84f4395c1e8c1c1_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:55f4b73b131d835720f3b523f81a453ff1aecd0175c2530bb84f4395c1e8c1c1_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:9c27fb99b6123a4034679ef5f717f735115b0e341950cb2a67b3216ab06c65ef_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:9c27fb99b6123a4034679ef5f717f735115b0e341950cb2a67b3216ab06c65ef_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e2a65ea66422e1af049d6e1d27f9ed83fc8cb4a329421f7fb3b661b6cfe60c6f_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e2a65ea66422e1af049d6e1d27f9ed83fc8cb4a329421f7fb3b661b6cfe60c6f_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:658c2dcb0736fe9ea464accf9534e5d2c96451f16252946e2e5320a48f6dcfbc_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:658c2dcb0736fe9ea464accf9534e5d2c96451f16252946e2e5320a48f6dcfbc_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:def2db87172600fc5603201208372b86c71927aef80ecf11381a372a92470d62_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:def2db87172600fc5603201208372b86c71927aef80ecf11381a372a92470d62_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:9140bbf737061a73ab190b8eed195dd661a33d9fb626b94a6a6fba81fbfa7b36_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:9140bbf737061a73ab190b8eed195dd661a33d9fb626b94a6a6fba81fbfa7b36_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:eb1d93464b304316f18781bdc63d008e62fb853b130ee04fcc09726b0fd0e04b_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:eb1d93464b304316f18781bdc63d008e62fb853b130ee04fcc09726b0fd0e04b_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:04e80bfe7c66273c5d4506e60671b1de5c35fde9691a18230ee8bbe943b4590d_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-deployer@sha256:8e22ee115efe612aaf62d0b8f724454d288a82c976675309d21d5bc621dab819_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-builder@sha256:28bf9956e7551279c391c4a1b9b2cc5d00c912bef1765b5b356de6e692c97a13_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-registry@sha256:2fc4b21628197efa76c52f1a9f1384fa57554dec83c9a5d531af1c881448dbb4_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:941eaa7cb95807c47b1de7b0834fa73bc0eeb04d6c2c419e618ceed3039a8066_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:756e169bc3b8c299f151e160174eace0fa9bd34bbe150d9168ae5b65c323c48e_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:e69b00efec3fc953f85bc83518eb5c1affa4e03f47b13be12600c58ea93d2eb2_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:2dfcc8883088010702d09f37d8a96ca681ebcf6c980da8700385746d4e67caa1_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:44bccda804cb3755801870fcdadeb2d16e820c3bf14dd6f2c18947afba8ded23_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-haproxy-router@sha256:d2d397e2ba0e171f79a1251641a8a296252abd0bf61095f101c274c02ef469af_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:281181b7c60b3b3ebef789345ecca56305169aa98cc0d441017adf0deb69e012_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:7ea1e4d479fb50c1d2d7d1db200f13818b33f37afd416577710214dd716572aa_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:bc4ab220c3090430afdea90882969b5465d404e8e688d408db187efc1d378d0e_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:cb1e53e2269a1131c1692fae5a988ad0f3b390ce6fb8bc88833987a7945012ac_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:048566d20f9da2255d40f1bcb989fe7debaee0be879d28889ccbabe56c4cd0b8_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:a3023e4585ce3d8ae26b3b7b451d3b7adaf383fafd9d9d0df179c12078685f0c_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:7fa5e60b84ee5c85cd6ddf4c1e43b7cf1aadd15755640162b703768c43724bc8_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:6b47e74af2c2bfd199dfd62e536ec953f10d5d979af787e2a4bc00359f14e5dd_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:3b3b1b4f9f12802a8b642f92fb0de653598a9cd997986007433bdf93872cb616_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer@sha256:aff91424a41aae0661dc01ae555d09321ed5c2d7f6635771839f4abdc795ee01_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:fc973eaa0402fc1c09cefd4ce35af1f70090aaaf16557fea76c7963731065e6d_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ee30b1edffcc546061bda6f003a704ad1f6ef50814db55955f2143d457dd32cb_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c075c6cb5b66f75a34725342def071af692d3b4aed32fc5272aaa081f1423179_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:24464b84b62d96802f924e63f2a6b5d034d51f8424755d09e6d24c544bd9fb5b_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:cac721d8cbbf65ed541cc36057eac10c5d26f16619bb2ee4b6bb5d892fed28a8_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:4911935291bdf9bd32fc151cc818c7f61b9844b40ac18317a958375cc33ccf0b_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-proxy@sha256:f0ae90fa89e56686278923abd1ec9ee2b7d320fbc69f8fef4e312b9d7a22c313_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:7008a4a186533c89c3e86582c54cdf7e5966930246a870858dd873516f07fd37_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:acf914de6dcc84d7b3d0eee191a2469ea6d7b5da824e6e9146bf8ff1b35c3f2c_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:d5335f8b4366177223cab917923735cf3d15452c7d83a6c7a06a06ccfb8bd722_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:c879806649c4c6eeaaec155d6a1a16a9c86c78c362b18298a6fe0d416607fbbc_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:3a1b4e12519dbd18933634b52d0f68df630984176da921e1728d4ec284e3794d_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:42e1aa281762f8a8ed9c0603e142ffd3f39945245aa6c7ebc83c9257d19fd825_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:85e7f451bf607b3b94aad8ddff46b59de4bfedfdcd2670171017e33ba79f85dd_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:3a268add291bbb34e5ca839e5f5b26df74af0d2ddaeb1e805e12bdd5fb1f5156_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:7a61bd81c6d2b06e140aa8e61f18fab4dbec40162fe1817fbbfbcc439c69b40a_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:298d6c6544d25a3e3aa1d147cd3ed262cdb3023a6acc8ac1677f870e508ca549_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:91c4862521ca3ccdf1011586a5e7af3ddd56289d8c11e01547846c8738f6f1aa_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:c6c48b29fa1cea376900d54c255e67493177b85fa3e32ba91006c6cca536d387_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:200c16f7a9abf01d60c187dbbc23078f7947bd5b0a2fcc11b9d8539f54abacd5_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:c080ca25997926d589d19bffd73eed9df0c4a684fa2d24adea3c765d3394a76f_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:497cfa558b44847864bae1f9a9023891971ba7787dc3e7f29948b32953bc512c_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-cni@sha256:0306883be14db42de8498d6a68b3abef9c4615f5972e39706f0945fe2d4513f2_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:62e71caf9e998db56029dc1e68a73b1ba14ed13147149cda18803bbe27e62833_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:98febaf7c070f4a3caf71a8fabc249652200f95a76b7a860bfd325a21a9f8015_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:eeef90cc63835b46eaddce2218300897c4c6c80ea745383da8e050ec505eae0d_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-must-gather@sha256:b2c97d1c5450a241ac457b76ff70cf2fdb87c2eb7dba0980c1e8c5cbb075f04c_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:1597ed8b1dcab739359497dc3351c0f023fc6bed5b474bc0375ee491004b6ce0_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:5a0fccdeb0c260d1971a01487e8ad7660e33e87edadcb6f83e9c4585507c23b9_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:c7086c92c84fedb52c2cd0ffd54ab4f1d858b138c971469c99e11c7705b58e47_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:c074b238943c59def9025ff9ad0d05be4d4d02569dc9837eb707e2529ca2d614_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:c9418296bfa5722a0351c93b1935defaff1b667539b871df5536c9c7ce4560b0_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:fa3dc3a2b225e40acde008309b3dc435ffcf27b3eef4388ca5e74f4e627b028c_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:f1a831120663cd669d77c56fa6c4c5bf069a86e1455d56671241727b677a96be_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:92a8ce4a3a16c69afa48040286a16260add8cbb876793c1766334e0c06a3cd6e_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:92ba26cd6cb8a2bbe5613a3a46c4e6bbd18d8cd987ddfe85df77e9aa1a2819bd_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:1889f2a47d26217c991a5b5feec3c2c124936cf77cca722f4d8e376e99acf66e_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:1426b11534d341d805c87b50bf61732be3e09844a6599f60db03d22a06cadfef_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:60851d305c86f8d57815798e5d882f9e42de16889a493e3b2e5e2c4342f180a4_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f31e024cecc3ae9cb681f0f2aef08dbce02603586e1c206b091aa0a2a3bcba18_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:c9b0a5da0e6cffe8d46cdfc65affe7266c5a3942421cdd58c1973698365fe947_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:49f5dc435a7868321177263e8ed5ee3d87b73ceebfaf6be10fcd3f5361fd93ee_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-registry@sha256:790f23380f9e12198322169a226baa088bb3f2a81423991314d57aa715e7c916_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:251cad98307415ac1fcff1942c816edb72f940f15d4ac5f12207d375c2403f18_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:eafe29fd0a0bbdc63b82a57c1d0da169a07db7bbde278efe15f803a90a924dc7_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b14c82b954e211e760f8237f952341c6db4f36153c5551fb24b55ae9738ae0f1_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:b14c82b954e211e760f8237f952341c6db4f36153c5551fb24b55ae9738ae0f1_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-pod@sha256:5bb94ffa77b73f4bd61e77b5f5723447f50307c4421ba8b3b41f280dcba24e44_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:330905cc874d9a6b0ca521227d599641a462d894ff2f7c4d8c98712c1f33c790_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:542d91dac0fcb7cf8f1b89d295e9940b0dfa4a63fdb313cb311d532acb3e4644_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:c1beca437b956635f8bef63aa85ccd74153822db3382eae4bcf29398fb6d44a0_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:dde404e0c7c7dad0a1432d63229cb55692e775ff61dd40a05b3179a4a1c3b1d8_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:a473e1664f42e2c2d3d250d2f3b9e77ea1c19b7ea4f791377b62fee23cffbe90_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:f927141c4dd5ad8c2aaf6ea5bea253e25a062c7c7e3d15a0782938621780eb18_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:28feb9e6f9ac12c689724636e1c9c1a26197243921e87e291b098f25075a847a_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:c6753888672e9e5cb94b1bfc6bdf82012bd060593ccd171a90eb523bf13f583d_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:68f99395755784b2102ee608253e608511a62191f53d2081ea1c2019176b9796_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus@sha256:27490e87e5044f1d5dd22217c2f80e785494edb50655431fd06169317ce7fa93_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:cf488bee23606956cffab893a2da062354d446deaecddfee3c80b186a8c80f1a_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:2953271a80e742f808ff30e43bb94b8fc07c34e774adecf33d58c0249037e8e9_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-telemeter@sha256:5de3036194cefd7217d55f2147f6863215c432c1a1431f4d84302395bc67a8d7_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tests@sha256:492db7a17c3a330c80c6edc87322a2a06a085926c06ac2abe8539b779b16a0be_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:2b028522e33fcf9000799cc8be7dca119640a914b13312ff641e7dd424995f83_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:7b5d6a4fb74fad50bc900545e71add8032800ede19a5c2dad49f01e3962bf6c2_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:d67274e6d71ebe731209c9d1a5ad72f3bbd876bb386e0da25db66e3b4cd51a03_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:1f16df34a09600689e321692c3922c00454663d6f872b5b30beb44e4a1689981_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:f35b71b8ce08379ab215c2022dd204487c4a59f8607c8ee0c0e3419bc81754b7_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:55f2350f066bc607ee87cdb97e9c7aa7e100206a6da138be0d3150950ce369d0_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:d67274e6d71ebe731209c9d1a5ad72f3bbd876bb386e0da25db66e3b4cd51a03_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:1f16df34a09600689e321692c3922c00454663d6f872b5b30beb44e4a1689981_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:1509732324bd37a8eb622e7555fd4baefdc0582c7a4941a5c45f06514ba926ea_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:5530afae0116bffb38e6231b2001707a5fb3acabacdb36ec9886a852270e8a82_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:f8ace96e982f3833bcf1bd4c10888720657663bc9eb7ead2ab87c10e71a9985d_amd64"
          ]
        }
      ],
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2418900"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A denial-of-service vulnerability in github.com/sirupsen/logrus occurs when Entry.Writer() processes a single-line payload larger than 64KB with no newline characters. Due to a limitation in Go\u2019s internal bufio.Scanner, the read operation fails with a \u201ctoken too long\u201d error, causing the underlying writer pipe to close. In affected versions, this leaves the Writer interface unusable and can disrupt logging functionality, potentially degrading application availability.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "github.com/sirupsen/logrus: github.com/sirupsen/logrus: Denial-of-Service due to large single-line payload",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "This vulnerability is categorized as Moderate because its impact is limited to the logging subsystem and requires a specific, non-default usage pattern to trigger\u2014namely, sending a single unbounded line exceeding 64KB through Entry.Writer(). Most Logrus deployments do not expose this interface directly to attacker-controlled input, which raises the attack complexity and reduces realistic exploitability. Additionally, the flaw does not affect confidentiality or integrity, nor does it allow code execution or privilege escalation. The failure results in a controlled degradation of availability (logging becoming non-functional), rather than a broader application outage or systemic compromise. These constrained conditions and limited real-world impact justify treating the issue as moderate rather than important.",
          "title": "Statement"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:8b2603f3e242ae5c44344a775b0c26a0d79a4c0093132e533ffd4e7865b3b1e1_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:45c9b8468d767a3114ca79266e8528aafa421d1088ecfa44483af788eba5158f_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:2606106d1aaac250505e3e282917873c7cc852eab6bd21126bc5cd8f44561848_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:75634bdaa693c3983bfe2bbd4369163e350e0422022241c7f4f5422609baa4e4_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:ca6ec90fd75d94ab29d4326b1d7b6119ea66b22ea06313b80f00d0b4ef91d24d_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hyperkube@sha256:f9e4ddb22ba0ea25627c59aa688ed34cde0ad5226b4eb76178c027626dc94874_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:14bab08520a43f7d4dcd02853f03e3ff94931b20fad39c6dc35426f71f6f4ed8_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:83bb943d6b94158490bc8c4df7a1cab18e671fa40cce6c86ca709e9fb8251831_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:6fcbd13b4bbb556e0be949749302b7b423310b83db21e5f73ff01e43c3801f4b_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:b9cbc81f1cf2e9800ccf2505cefc359f86d6a635bd389ae41f2571ca90558979_amd64"
        ],
        "known_not_affected": [
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:f66a0e70ff4db8eecd06be7221e1afc18f4cc4b971d73f72a54ccbb91144aeb5_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e8552930ebf6dae03eee2f0c5ed79ba200fed2e41782b10e929b9b58a3c5946_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:3ada000e5fa1f1021e91bb17fe80addb1fe783c8b6efceec5607929cfe02d44a_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:99e37eef9ddf27de5f91fb06832a77dd7a752eb8854fb5fe03d0b888d8e4c787_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/network-tools-rhel8@sha256:382f064d9bca1c116e5462ed31d009c3956afdbc600145e48e5050e18e0c7333_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:cc7f9374e6b2155e8f6154fc44b41980715536ec54fe429ec434a3ea519099e3_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:68de08987d985df34dab868cdd41147d3814e4579331ccfb3c0ea3b730eccf56_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:3e5610de95b94bbd12e019a3d0dc260bc59c7fd229eeb1e86d830ff6a3ca5caa_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:ba7df9cea0a2e5b59171ca9d133c568b621d016b263561664231ae7266b61489_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:f356193220c0cac496a3a3c496cbcc712a97167665ff2592aa52a61709010d6c_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:10aa55210d4eccaa6369a9ffe48548b9bc3d9bbad5b0c733adb1eec1414e1704_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:947a8b30c79069483951056d8c05ac7938bebdb106448ce9715f4ecfe1347e55_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:41c93b1974e27b361ae9243c6ab6104911d794fccd417b6cec81a4c9290377ce_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:e74694c0c30fb2a0da44d376677204f893d75a2d65c252462e162a3aa3ea6764_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:264f3b3a32c444e30c5c30c1df7e6286be82d6464f52fda953ae89534b052856_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:680ecae2a2ef7c0c80d445f4b35e22d60d6e2c6da7e86fe76a20c468a439447e_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:39bc3c72d0a07bac96e2d41ec927ddfaab50e5a29f64a9f56c48680ca809fec8_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:82218662d30e5716e6b0885f96bba658e5f44944cc2367e7f82528568138a473_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:be8c06f56c29b0b478d093a698deb0ee9177be3c3fd8988be81fc8b22001b87d_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:d4a5bfcc63730cadaad1849155dc32d4c8212c9d6f21ae41011506e1b10824e0_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:715e9c721b69d293511451836d7aae6b8841f0783b3779db466691b088ec2ee4_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:cb991575e8aa5424757123e6551add1f1a48dfbedb48fbc528af23b08f8c214c_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:bef500d5b7a55988597abfd509c51edcdf126424ca547a5b688e2577dbce9788_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:7a1f4cbfa65597798a792c875b9a329a7c551d65c1498f2440db8f01865315cb_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:91c544a7403fabb5a5222cb159420ec3ffdc777dc20da8802e16ad645fa873a5_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:ffdc1114835b5aec86414db4d5f399b5fc1c1f2f33ed7e89c4bb82d6c245c499_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2ec8f52b90544fdc071a69b8fa4613abec74833ed53676ff313bda68d11ad9f3_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:4e596649375db56fc1876617cbc85ed3eb9c87cd27bdc1eebae506b6ab10455e_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:4e882efe0d786dd2314e119affa1dd2e9c4a27b046ac24e2d0ee648e64826cc1_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:6307dc9d7ceb8356be58cf50ebe5eff90dab81db2fb08797ce663c173e4b14a1_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:c7557194b650a8461fc1cb10edfc2622dd3c9f3036271d9e2067e8c5c0ddba8a_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:546f8a9663cda47befffd4db90631459451707ba7eebf43132f42891a2e2d09d_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:8a1a7658aef6a48c8023cc18ac52981a576c91349419aca409bd87d0167dbaa9_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli@sha256:32b4ab4489ff48435f000e9e44a9e2f481e586f2ec5d77b8197e34348e17f9e3_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:e56993e447d27d2719c4eea99b14c0e68aa0e7cd312f70529e44f11ee7a5c363_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:305b44fdaa8cbbb98f0fadcfa1a08c134c475448ec5278d78ac7d658f3323500_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:ca3cd9ecc7d7f5c1059c79e13dbcd2622c8d5bc637888e9b472e6507e5d52ee1_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:971d4594e7209ce0f3d0f50cfb5199b1e18b0030ba7d8708342c5579143645bc_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:adf4b3207329ec7d3b056375c89c32215e222595ec20ed0ce6b5c69a559c1ed7_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2ef9284558d4cf1995e03937d6116a2f6ba8e91a9ced8632bff0740d88de3c73_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:36a99b1f241c5e5e0a8fee16163c7c046904e18c32d5b8de3e486f1f216e38a7_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:81fb28c8d40044f4046edee60b752aadf7c0b4a4bee1551451360c8cf3bf85c0_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:81fb28c8d40044f4046edee60b752aadf7c0b4a4bee1551451360c8cf3bf85c0_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:b1a37041b4d0a83df1f220cb183493a725d44befd1b25d12f43230ffa1dfa46b_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:287d4b9b44aa682322234ef10e4597890c5c30ba1ec74926fbef67c64e72efcf_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:f9337a3abda6ab098be6110a99f69ba0d1a390389e17d48e55d8da3b8d037c5d_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:dbdb53c34533f1104e1c767b1409f445724c15e293147204cd195f395927e7c3_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:92da99d0dadb70ee55f7fca94031a728aaac5dc3bb31e018c502edf50afe4272_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:82fc89a2dea00d0e2db8351131939f284029a635f944da6b44f75c4d8c2f5bb4_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:5233c4447b3477f819024ae75434f3f86c001da024f7cfa40a72dce9ef72e301_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:3a8e057da73675e08b11ea190cec49e714281697ee765d456b805d7333a18919_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:86c9a509896876a5d89e56342bbb4754ef1017b393df1a81395965ea46625ad3_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:761c7d51b1d482c2e751ee6dee6e8159ac9fac35ef6592ae4d4a0676d963080b_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:bd4e4545359329b30f6e4ccc237ed2696c5ef8654f3392e12cd131cadf4fee2a_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:1608db6ad01e03f20e7bbae5008d283442b68ce2a58ff3c2e30c95bd1b4bfb79_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:269a3f4cf534c540bcdd0ee311afb0d394c489ceb71b4867032f7b408de21a47_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:a4ccc2a0c274052cbbe0e1c7a987bf00511f24952e2b72cb8c4a989e13509598_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:1d54a2c229ad3d01bf3445cd543e9d65cf27fc5ac9aa9a3dc5b237ce96138bd5_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:e0d9531e894943157da70729fb243ec8e752b69ff733e12786d639ae5c0543f8_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:90887577863ae56b7ec64d92e887f2fbd57bc814a7ff1b45837c0a316802afc1_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:4b1bd09e2560cee14575248cf886cd57eef21aedee70772b9827c0bb2f0be012_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:a782bef2310c40c84bc397d375f97748749eaf1f2182bc61dc0681b7021a2176_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:6922c15d5c5737989cf39e785725a40ea49f6a89ced9cb462b5b35ea4e7e0add_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:e86af1f70604971a91452d8d0e11c4d7246f1237aae808477649a7bb1bfbb226_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console-operator@sha256:8e6f4c82af29aa5ad18699069d26f2c8fdb261c94f2f912cfd5c714c19cff896_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console@sha256:82ecf23af51595b79c4e3a05cb8ae4be3fc8c60f54eaa9cd88f8e97548a3cbc1_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:8b5059576c10b4e449f9621f195b8383d50a81a304a2cd83ace4615df922d8f9_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-coredns@sha256:02771e91bcbb9e91626d377254c5ba0a10f3d524498bddad1aff97318868bef6_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:fe5f3c2f446e78894726a1f3e89c711ca2855fe7ae609d827e2a85d704cd6113_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:1e349a98fccf699339f457c706382c2f8c9757b884833eb9242aeba32f677f81_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:bd5180d230672ae99ebd470e7c382bbf436f9351ff85e0dddda6341454aa8de5_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:745eb8f1b1b1ab2301309de55b495d0c2ec0baad7dd64ee0c17e537a607e044f_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:b95708710c9876afd203c6091ddf5a32ffa2d36bcc5213ebd897cfdf19eb8f7c_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:da26759b9b8e8890c6db5e6daf783c35f6b6b81e3c32cf862c6ab3b140e52e31_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:55f4b73b131d835720f3b523f81a453ff1aecd0175c2530bb84f4395c1e8c1c1_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:55f4b73b131d835720f3b523f81a453ff1aecd0175c2530bb84f4395c1e8c1c1_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:9c27fb99b6123a4034679ef5f717f735115b0e341950cb2a67b3216ab06c65ef_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:9c27fb99b6123a4034679ef5f717f735115b0e341950cb2a67b3216ab06c65ef_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e2a65ea66422e1af049d6e1d27f9ed83fc8cb4a329421f7fb3b661b6cfe60c6f_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e2a65ea66422e1af049d6e1d27f9ed83fc8cb4a329421f7fb3b661b6cfe60c6f_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:658c2dcb0736fe9ea464accf9534e5d2c96451f16252946e2e5320a48f6dcfbc_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:658c2dcb0736fe9ea464accf9534e5d2c96451f16252946e2e5320a48f6dcfbc_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:def2db87172600fc5603201208372b86c71927aef80ecf11381a372a92470d62_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:def2db87172600fc5603201208372b86c71927aef80ecf11381a372a92470d62_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:9140bbf737061a73ab190b8eed195dd661a33d9fb626b94a6a6fba81fbfa7b36_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:9140bbf737061a73ab190b8eed195dd661a33d9fb626b94a6a6fba81fbfa7b36_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:eb1d93464b304316f18781bdc63d008e62fb853b130ee04fcc09726b0fd0e04b_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:eb1d93464b304316f18781bdc63d008e62fb853b130ee04fcc09726b0fd0e04b_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:04e80bfe7c66273c5d4506e60671b1de5c35fde9691a18230ee8bbe943b4590d_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-deployer@sha256:8e22ee115efe612aaf62d0b8f724454d288a82c976675309d21d5bc621dab819_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-builder@sha256:28bf9956e7551279c391c4a1b9b2cc5d00c912bef1765b5b356de6e692c97a13_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-registry@sha256:2fc4b21628197efa76c52f1a9f1384fa57554dec83c9a5d531af1c881448dbb4_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:941eaa7cb95807c47b1de7b0834fa73bc0eeb04d6c2c419e618ceed3039a8066_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:756e169bc3b8c299f151e160174eace0fa9bd34bbe150d9168ae5b65c323c48e_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:e69b00efec3fc953f85bc83518eb5c1affa4e03f47b13be12600c58ea93d2eb2_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:2dfcc8883088010702d09f37d8a96ca681ebcf6c980da8700385746d4e67caa1_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:44bccda804cb3755801870fcdadeb2d16e820c3bf14dd6f2c18947afba8ded23_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-haproxy-router@sha256:d2d397e2ba0e171f79a1251641a8a296252abd0bf61095f101c274c02ef469af_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:281181b7c60b3b3ebef789345ecca56305169aa98cc0d441017adf0deb69e012_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:7ea1e4d479fb50c1d2d7d1db200f13818b33f37afd416577710214dd716572aa_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:bc4ab220c3090430afdea90882969b5465d404e8e688d408db187efc1d378d0e_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:cb1e53e2269a1131c1692fae5a988ad0f3b390ce6fb8bc88833987a7945012ac_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:048566d20f9da2255d40f1bcb989fe7debaee0be879d28889ccbabe56c4cd0b8_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:a3023e4585ce3d8ae26b3b7b451d3b7adaf383fafd9d9d0df179c12078685f0c_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:7fa5e60b84ee5c85cd6ddf4c1e43b7cf1aadd15755640162b703768c43724bc8_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:6b47e74af2c2bfd199dfd62e536ec953f10d5d979af787e2a4bc00359f14e5dd_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:3b3b1b4f9f12802a8b642f92fb0de653598a9cd997986007433bdf93872cb616_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer@sha256:aff91424a41aae0661dc01ae555d09321ed5c2d7f6635771839f4abdc795ee01_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:fc973eaa0402fc1c09cefd4ce35af1f70090aaaf16557fea76c7963731065e6d_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ee30b1edffcc546061bda6f003a704ad1f6ef50814db55955f2143d457dd32cb_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c075c6cb5b66f75a34725342def071af692d3b4aed32fc5272aaa081f1423179_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:24464b84b62d96802f924e63f2a6b5d034d51f8424755d09e6d24c544bd9fb5b_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:cac721d8cbbf65ed541cc36057eac10c5d26f16619bb2ee4b6bb5d892fed28a8_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:4911935291bdf9bd32fc151cc818c7f61b9844b40ac18317a958375cc33ccf0b_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-proxy@sha256:f0ae90fa89e56686278923abd1ec9ee2b7d320fbc69f8fef4e312b9d7a22c313_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:7008a4a186533c89c3e86582c54cdf7e5966930246a870858dd873516f07fd37_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:acf914de6dcc84d7b3d0eee191a2469ea6d7b5da824e6e9146bf8ff1b35c3f2c_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:d5335f8b4366177223cab917923735cf3d15452c7d83a6c7a06a06ccfb8bd722_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:c879806649c4c6eeaaec155d6a1a16a9c86c78c362b18298a6fe0d416607fbbc_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:3a1b4e12519dbd18933634b52d0f68df630984176da921e1728d4ec284e3794d_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:42e1aa281762f8a8ed9c0603e142ffd3f39945245aa6c7ebc83c9257d19fd825_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:85e7f451bf607b3b94aad8ddff46b59de4bfedfdcd2670171017e33ba79f85dd_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:3a268add291bbb34e5ca839e5f5b26df74af0d2ddaeb1e805e12bdd5fb1f5156_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:7a61bd81c6d2b06e140aa8e61f18fab4dbec40162fe1817fbbfbcc439c69b40a_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:298d6c6544d25a3e3aa1d147cd3ed262cdb3023a6acc8ac1677f870e508ca549_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:91c4862521ca3ccdf1011586a5e7af3ddd56289d8c11e01547846c8738f6f1aa_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:c6c48b29fa1cea376900d54c255e67493177b85fa3e32ba91006c6cca536d387_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:200c16f7a9abf01d60c187dbbc23078f7947bd5b0a2fcc11b9d8539f54abacd5_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:c080ca25997926d589d19bffd73eed9df0c4a684fa2d24adea3c765d3394a76f_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:497cfa558b44847864bae1f9a9023891971ba7787dc3e7f29948b32953bc512c_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-cni@sha256:0306883be14db42de8498d6a68b3abef9c4615f5972e39706f0945fe2d4513f2_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:62e71caf9e998db56029dc1e68a73b1ba14ed13147149cda18803bbe27e62833_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:98febaf7c070f4a3caf71a8fabc249652200f95a76b7a860bfd325a21a9f8015_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:eeef90cc63835b46eaddce2218300897c4c6c80ea745383da8e050ec505eae0d_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-must-gather@sha256:b2c97d1c5450a241ac457b76ff70cf2fdb87c2eb7dba0980c1e8c5cbb075f04c_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:1597ed8b1dcab739359497dc3351c0f023fc6bed5b474bc0375ee491004b6ce0_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:5a0fccdeb0c260d1971a01487e8ad7660e33e87edadcb6f83e9c4585507c23b9_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:c7086c92c84fedb52c2cd0ffd54ab4f1d858b138c971469c99e11c7705b58e47_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:c074b238943c59def9025ff9ad0d05be4d4d02569dc9837eb707e2529ca2d614_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:c9418296bfa5722a0351c93b1935defaff1b667539b871df5536c9c7ce4560b0_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:fa3dc3a2b225e40acde008309b3dc435ffcf27b3eef4388ca5e74f4e627b028c_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:f1a831120663cd669d77c56fa6c4c5bf069a86e1455d56671241727b677a96be_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:92a8ce4a3a16c69afa48040286a16260add8cbb876793c1766334e0c06a3cd6e_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:92ba26cd6cb8a2bbe5613a3a46c4e6bbd18d8cd987ddfe85df77e9aa1a2819bd_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:1889f2a47d26217c991a5b5feec3c2c124936cf77cca722f4d8e376e99acf66e_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:1426b11534d341d805c87b50bf61732be3e09844a6599f60db03d22a06cadfef_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:60851d305c86f8d57815798e5d882f9e42de16889a493e3b2e5e2c4342f180a4_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f31e024cecc3ae9cb681f0f2aef08dbce02603586e1c206b091aa0a2a3bcba18_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:c9b0a5da0e6cffe8d46cdfc65affe7266c5a3942421cdd58c1973698365fe947_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:49f5dc435a7868321177263e8ed5ee3d87b73ceebfaf6be10fcd3f5361fd93ee_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-registry@sha256:790f23380f9e12198322169a226baa088bb3f2a81423991314d57aa715e7c916_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:251cad98307415ac1fcff1942c816edb72f940f15d4ac5f12207d375c2403f18_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:eafe29fd0a0bbdc63b82a57c1d0da169a07db7bbde278efe15f803a90a924dc7_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b14c82b954e211e760f8237f952341c6db4f36153c5551fb24b55ae9738ae0f1_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:b14c82b954e211e760f8237f952341c6db4f36153c5551fb24b55ae9738ae0f1_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-pod@sha256:5bb94ffa77b73f4bd61e77b5f5723447f50307c4421ba8b3b41f280dcba24e44_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:330905cc874d9a6b0ca521227d599641a462d894ff2f7c4d8c98712c1f33c790_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:542d91dac0fcb7cf8f1b89d295e9940b0dfa4a63fdb313cb311d532acb3e4644_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:c1beca437b956635f8bef63aa85ccd74153822db3382eae4bcf29398fb6d44a0_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:dde404e0c7c7dad0a1432d63229cb55692e775ff61dd40a05b3179a4a1c3b1d8_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:a473e1664f42e2c2d3d250d2f3b9e77ea1c19b7ea4f791377b62fee23cffbe90_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:f927141c4dd5ad8c2aaf6ea5bea253e25a062c7c7e3d15a0782938621780eb18_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:28feb9e6f9ac12c689724636e1c9c1a26197243921e87e291b098f25075a847a_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:c6753888672e9e5cb94b1bfc6bdf82012bd060593ccd171a90eb523bf13f583d_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:68f99395755784b2102ee608253e608511a62191f53d2081ea1c2019176b9796_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus@sha256:27490e87e5044f1d5dd22217c2f80e785494edb50655431fd06169317ce7fa93_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:cf488bee23606956cffab893a2da062354d446deaecddfee3c80b186a8c80f1a_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:2953271a80e742f808ff30e43bb94b8fc07c34e774adecf33d58c0249037e8e9_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-telemeter@sha256:5de3036194cefd7217d55f2147f6863215c432c1a1431f4d84302395bc67a8d7_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tests@sha256:492db7a17c3a330c80c6edc87322a2a06a085926c06ac2abe8539b779b16a0be_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:2b028522e33fcf9000799cc8be7dca119640a914b13312ff641e7dd424995f83_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:7b5d6a4fb74fad50bc900545e71add8032800ede19a5c2dad49f01e3962bf6c2_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:d67274e6d71ebe731209c9d1a5ad72f3bbd876bb386e0da25db66e3b4cd51a03_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:1f16df34a09600689e321692c3922c00454663d6f872b5b30beb44e4a1689981_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:f35b71b8ce08379ab215c2022dd204487c4a59f8607c8ee0c0e3419bc81754b7_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:55f2350f066bc607ee87cdb97e9c7aa7e100206a6da138be0d3150950ce369d0_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:d67274e6d71ebe731209c9d1a5ad72f3bbd876bb386e0da25db66e3b4cd51a03_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:1f16df34a09600689e321692c3922c00454663d6f872b5b30beb44e4a1689981_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:1509732324bd37a8eb622e7555fd4baefdc0582c7a4941a5c45f06514ba926ea_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:5530afae0116bffb38e6231b2001707a5fb3acabacdb36ec9886a852270e8a82_amd64",
          "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:f8ace96e982f3833bcf1bd4c10888720657663bc9eb7ead2ab87c10e71a9985d_amd64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2025-65637"
        },
        {
          "category": "external",
          "summary": "RHBZ#2418900",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418900"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2025-65637",
          "url": "https://www.cve.org/CVERecord?id=CVE-2025-65637"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-65637",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-65637"
        },
        {
          "category": "external",
          "summary": "https://github.com/mjuanxd/logrus-dos-poc",
          "url": "https://github.com/mjuanxd/logrus-dos-poc"
        },
        {
          "category": "external",
          "summary": "https://github.com/mjuanxd/logrus-dos-poc/blob/main/README.md",
          "url": "https://github.com/mjuanxd/logrus-dos-poc/blob/main/README.md"
        },
        {
          "category": "external",
          "summary": "https://github.com/sirupsen/logrus/issues/1370",
          "url": "https://github.com/sirupsen/logrus/issues/1370"
        },
        {
          "category": "external",
          "summary": "https://github.com/sirupsen/logrus/pull/1376",
          "url": "https://github.com/sirupsen/logrus/pull/1376"
        },
        {
          "category": "external",
          "summary": "https://github.com/sirupsen/logrus/releases/tag/v1.8.3",
          "url": "https://github.com/sirupsen/logrus/releases/tag/v1.8.3"
        },
        {
          "category": "external",
          "summary": "https://github.com/sirupsen/logrus/releases/tag/v1.9.1",
          "url": "https://github.com/sirupsen/logrus/releases/tag/v1.9.1"
        },
        {
          "category": "external",
          "summary": "https://github.com/sirupsen/logrus/releases/tag/v1.9.3",
          "url": "https://github.com/sirupsen/logrus/releases/tag/v1.9.3"
        },
        {
          "category": "external",
          "summary": "https://security.snyk.io/vuln/SNYK-GOLANG-GITHUBCOMSIRUPSENLOGRUS-5564391",
          "url": "https://security.snyk.io/vuln/SNYK-GOLANG-GITHUBCOMSIRUPSENLOGRUS-5564391"
        }
      ],
      "release_date": "2025-12-04T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-04-16T10:06:20+00:00",
          "details": "For OpenShift Container Platform 4.13 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.13/html/release_notes\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64 architecture. The image digest may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\n      The sha value for the release is as follows:\n\n      (For x86_64 architecture)\n      The image digest is sha256:8f2d90675314d5860aa070a036e7b2ecc57ed56df6fddb229835cdb674364874\n\nAll OpenShift Container Platform 4.13 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.13/html-single/updating_clusters/index#updating-cluster-within-minor.",
          "product_ids": [
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:8b2603f3e242ae5c44344a775b0c26a0d79a4c0093132e533ffd4e7865b3b1e1_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:45c9b8468d767a3114ca79266e8528aafa421d1088ecfa44483af788eba5158f_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:2606106d1aaac250505e3e282917873c7cc852eab6bd21126bc5cd8f44561848_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:75634bdaa693c3983bfe2bbd4369163e350e0422022241c7f4f5422609baa4e4_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:ca6ec90fd75d94ab29d4326b1d7b6119ea66b22ea06313b80f00d0b4ef91d24d_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hyperkube@sha256:f9e4ddb22ba0ea25627c59aa688ed34cde0ad5226b4eb76178c027626dc94874_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:14bab08520a43f7d4dcd02853f03e3ff94931b20fad39c6dc35426f71f6f4ed8_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:83bb943d6b94158490bc8c4df7a1cab18e671fa40cce6c86ca709e9fb8251831_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:6fcbd13b4bbb556e0be949749302b7b423310b83db21e5f73ff01e43c3801f4b_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:b9cbc81f1cf2e9800ccf2505cefc359f86d6a635bd389ae41f2571ca90558979_amd64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2026:7252"
        },
        {
          "category": "workaround",
          "details": "Mitigation is either unavailable or does not meet Red Hat Product Security standards for usability, deployment, applicability, or stability.",
          "product_ids": [
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:f66a0e70ff4db8eecd06be7221e1afc18f4cc4b971d73f72a54ccbb91144aeb5_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e8552930ebf6dae03eee2f0c5ed79ba200fed2e41782b10e929b9b58a3c5946_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:3ada000e5fa1f1021e91bb17fe80addb1fe783c8b6efceec5607929cfe02d44a_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:99e37eef9ddf27de5f91fb06832a77dd7a752eb8854fb5fe03d0b888d8e4c787_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/network-tools-rhel8@sha256:382f064d9bca1c116e5462ed31d009c3956afdbc600145e48e5050e18e0c7333_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:cc7f9374e6b2155e8f6154fc44b41980715536ec54fe429ec434a3ea519099e3_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:68de08987d985df34dab868cdd41147d3814e4579331ccfb3c0ea3b730eccf56_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:3e5610de95b94bbd12e019a3d0dc260bc59c7fd229eeb1e86d830ff6a3ca5caa_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:ba7df9cea0a2e5b59171ca9d133c568b621d016b263561664231ae7266b61489_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:f356193220c0cac496a3a3c496cbcc712a97167665ff2592aa52a61709010d6c_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:10aa55210d4eccaa6369a9ffe48548b9bc3d9bbad5b0c733adb1eec1414e1704_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:947a8b30c79069483951056d8c05ac7938bebdb106448ce9715f4ecfe1347e55_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:41c93b1974e27b361ae9243c6ab6104911d794fccd417b6cec81a4c9290377ce_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:e74694c0c30fb2a0da44d376677204f893d75a2d65c252462e162a3aa3ea6764_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:264f3b3a32c444e30c5c30c1df7e6286be82d6464f52fda953ae89534b052856_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:680ecae2a2ef7c0c80d445f4b35e22d60d6e2c6da7e86fe76a20c468a439447e_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:39bc3c72d0a07bac96e2d41ec927ddfaab50e5a29f64a9f56c48680ca809fec8_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:82218662d30e5716e6b0885f96bba658e5f44944cc2367e7f82528568138a473_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:be8c06f56c29b0b478d093a698deb0ee9177be3c3fd8988be81fc8b22001b87d_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:d4a5bfcc63730cadaad1849155dc32d4c8212c9d6f21ae41011506e1b10824e0_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:715e9c721b69d293511451836d7aae6b8841f0783b3779db466691b088ec2ee4_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:cb991575e8aa5424757123e6551add1f1a48dfbedb48fbc528af23b08f8c214c_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:bef500d5b7a55988597abfd509c51edcdf126424ca547a5b688e2577dbce9788_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:7a1f4cbfa65597798a792c875b9a329a7c551d65c1498f2440db8f01865315cb_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:91c544a7403fabb5a5222cb159420ec3ffdc777dc20da8802e16ad645fa873a5_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:ffdc1114835b5aec86414db4d5f399b5fc1c1f2f33ed7e89c4bb82d6c245c499_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2ec8f52b90544fdc071a69b8fa4613abec74833ed53676ff313bda68d11ad9f3_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:4e596649375db56fc1876617cbc85ed3eb9c87cd27bdc1eebae506b6ab10455e_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:4e882efe0d786dd2314e119affa1dd2e9c4a27b046ac24e2d0ee648e64826cc1_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:6307dc9d7ceb8356be58cf50ebe5eff90dab81db2fb08797ce663c173e4b14a1_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:c7557194b650a8461fc1cb10edfc2622dd3c9f3036271d9e2067e8c5c0ddba8a_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:546f8a9663cda47befffd4db90631459451707ba7eebf43132f42891a2e2d09d_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:8a1a7658aef6a48c8023cc18ac52981a576c91349419aca409bd87d0167dbaa9_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli@sha256:32b4ab4489ff48435f000e9e44a9e2f481e586f2ec5d77b8197e34348e17f9e3_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:e56993e447d27d2719c4eea99b14c0e68aa0e7cd312f70529e44f11ee7a5c363_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:305b44fdaa8cbbb98f0fadcfa1a08c134c475448ec5278d78ac7d658f3323500_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:ca3cd9ecc7d7f5c1059c79e13dbcd2622c8d5bc637888e9b472e6507e5d52ee1_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:971d4594e7209ce0f3d0f50cfb5199b1e18b0030ba7d8708342c5579143645bc_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:adf4b3207329ec7d3b056375c89c32215e222595ec20ed0ce6b5c69a559c1ed7_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2ef9284558d4cf1995e03937d6116a2f6ba8e91a9ced8632bff0740d88de3c73_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:36a99b1f241c5e5e0a8fee16163c7c046904e18c32d5b8de3e486f1f216e38a7_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:81fb28c8d40044f4046edee60b752aadf7c0b4a4bee1551451360c8cf3bf85c0_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:81fb28c8d40044f4046edee60b752aadf7c0b4a4bee1551451360c8cf3bf85c0_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:b1a37041b4d0a83df1f220cb183493a725d44befd1b25d12f43230ffa1dfa46b_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:287d4b9b44aa682322234ef10e4597890c5c30ba1ec74926fbef67c64e72efcf_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:f9337a3abda6ab098be6110a99f69ba0d1a390389e17d48e55d8da3b8d037c5d_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:dbdb53c34533f1104e1c767b1409f445724c15e293147204cd195f395927e7c3_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:92da99d0dadb70ee55f7fca94031a728aaac5dc3bb31e018c502edf50afe4272_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:8b2603f3e242ae5c44344a775b0c26a0d79a4c0093132e533ffd4e7865b3b1e1_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:45c9b8468d767a3114ca79266e8528aafa421d1088ecfa44483af788eba5158f_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:82fc89a2dea00d0e2db8351131939f284029a635f944da6b44f75c4d8c2f5bb4_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:2606106d1aaac250505e3e282917873c7cc852eab6bd21126bc5cd8f44561848_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:5233c4447b3477f819024ae75434f3f86c001da024f7cfa40a72dce9ef72e301_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:3a8e057da73675e08b11ea190cec49e714281697ee765d456b805d7333a18919_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:86c9a509896876a5d89e56342bbb4754ef1017b393df1a81395965ea46625ad3_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:75634bdaa693c3983bfe2bbd4369163e350e0422022241c7f4f5422609baa4e4_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:761c7d51b1d482c2e751ee6dee6e8159ac9fac35ef6592ae4d4a0676d963080b_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:bd4e4545359329b30f6e4ccc237ed2696c5ef8654f3392e12cd131cadf4fee2a_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:1608db6ad01e03f20e7bbae5008d283442b68ce2a58ff3c2e30c95bd1b4bfb79_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:269a3f4cf534c540bcdd0ee311afb0d394c489ceb71b4867032f7b408de21a47_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:ca6ec90fd75d94ab29d4326b1d7b6119ea66b22ea06313b80f00d0b4ef91d24d_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:a4ccc2a0c274052cbbe0e1c7a987bf00511f24952e2b72cb8c4a989e13509598_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:1d54a2c229ad3d01bf3445cd543e9d65cf27fc5ac9aa9a3dc5b237ce96138bd5_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:e0d9531e894943157da70729fb243ec8e752b69ff733e12786d639ae5c0543f8_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:90887577863ae56b7ec64d92e887f2fbd57bc814a7ff1b45837c0a316802afc1_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:4b1bd09e2560cee14575248cf886cd57eef21aedee70772b9827c0bb2f0be012_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:a782bef2310c40c84bc397d375f97748749eaf1f2182bc61dc0681b7021a2176_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:6922c15d5c5737989cf39e785725a40ea49f6a89ced9cb462b5b35ea4e7e0add_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:e86af1f70604971a91452d8d0e11c4d7246f1237aae808477649a7bb1bfbb226_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console-operator@sha256:8e6f4c82af29aa5ad18699069d26f2c8fdb261c94f2f912cfd5c714c19cff896_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console@sha256:82ecf23af51595b79c4e3a05cb8ae4be3fc8c60f54eaa9cd88f8e97548a3cbc1_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:8b5059576c10b4e449f9621f195b8383d50a81a304a2cd83ace4615df922d8f9_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-coredns@sha256:02771e91bcbb9e91626d377254c5ba0a10f3d524498bddad1aff97318868bef6_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:fe5f3c2f446e78894726a1f3e89c711ca2855fe7ae609d827e2a85d704cd6113_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:1e349a98fccf699339f457c706382c2f8c9757b884833eb9242aeba32f677f81_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:bd5180d230672ae99ebd470e7c382bbf436f9351ff85e0dddda6341454aa8de5_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:745eb8f1b1b1ab2301309de55b495d0c2ec0baad7dd64ee0c17e537a607e044f_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:b95708710c9876afd203c6091ddf5a32ffa2d36bcc5213ebd897cfdf19eb8f7c_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:da26759b9b8e8890c6db5e6daf783c35f6b6b81e3c32cf862c6ab3b140e52e31_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:55f4b73b131d835720f3b523f81a453ff1aecd0175c2530bb84f4395c1e8c1c1_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:55f4b73b131d835720f3b523f81a453ff1aecd0175c2530bb84f4395c1e8c1c1_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:9c27fb99b6123a4034679ef5f717f735115b0e341950cb2a67b3216ab06c65ef_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:9c27fb99b6123a4034679ef5f717f735115b0e341950cb2a67b3216ab06c65ef_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e2a65ea66422e1af049d6e1d27f9ed83fc8cb4a329421f7fb3b661b6cfe60c6f_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e2a65ea66422e1af049d6e1d27f9ed83fc8cb4a329421f7fb3b661b6cfe60c6f_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:658c2dcb0736fe9ea464accf9534e5d2c96451f16252946e2e5320a48f6dcfbc_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:658c2dcb0736fe9ea464accf9534e5d2c96451f16252946e2e5320a48f6dcfbc_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:def2db87172600fc5603201208372b86c71927aef80ecf11381a372a92470d62_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:def2db87172600fc5603201208372b86c71927aef80ecf11381a372a92470d62_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:9140bbf737061a73ab190b8eed195dd661a33d9fb626b94a6a6fba81fbfa7b36_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:9140bbf737061a73ab190b8eed195dd661a33d9fb626b94a6a6fba81fbfa7b36_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:eb1d93464b304316f18781bdc63d008e62fb853b130ee04fcc09726b0fd0e04b_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:eb1d93464b304316f18781bdc63d008e62fb853b130ee04fcc09726b0fd0e04b_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:04e80bfe7c66273c5d4506e60671b1de5c35fde9691a18230ee8bbe943b4590d_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-deployer@sha256:8e22ee115efe612aaf62d0b8f724454d288a82c976675309d21d5bc621dab819_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-builder@sha256:28bf9956e7551279c391c4a1b9b2cc5d00c912bef1765b5b356de6e692c97a13_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-registry@sha256:2fc4b21628197efa76c52f1a9f1384fa57554dec83c9a5d531af1c881448dbb4_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:941eaa7cb95807c47b1de7b0834fa73bc0eeb04d6c2c419e618ceed3039a8066_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:756e169bc3b8c299f151e160174eace0fa9bd34bbe150d9168ae5b65c323c48e_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:e69b00efec3fc953f85bc83518eb5c1affa4e03f47b13be12600c58ea93d2eb2_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:2dfcc8883088010702d09f37d8a96ca681ebcf6c980da8700385746d4e67caa1_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:44bccda804cb3755801870fcdadeb2d16e820c3bf14dd6f2c18947afba8ded23_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-haproxy-router@sha256:d2d397e2ba0e171f79a1251641a8a296252abd0bf61095f101c274c02ef469af_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hyperkube@sha256:f9e4ddb22ba0ea25627c59aa688ed34cde0ad5226b4eb76178c027626dc94874_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:281181b7c60b3b3ebef789345ecca56305169aa98cc0d441017adf0deb69e012_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:7ea1e4d479fb50c1d2d7d1db200f13818b33f37afd416577710214dd716572aa_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:14bab08520a43f7d4dcd02853f03e3ff94931b20fad39c6dc35426f71f6f4ed8_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:bc4ab220c3090430afdea90882969b5465d404e8e688d408db187efc1d378d0e_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:cb1e53e2269a1131c1692fae5a988ad0f3b390ce6fb8bc88833987a7945012ac_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:048566d20f9da2255d40f1bcb989fe7debaee0be879d28889ccbabe56c4cd0b8_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:a3023e4585ce3d8ae26b3b7b451d3b7adaf383fafd9d9d0df179c12078685f0c_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:7fa5e60b84ee5c85cd6ddf4c1e43b7cf1aadd15755640162b703768c43724bc8_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:6b47e74af2c2bfd199dfd62e536ec953f10d5d979af787e2a4bc00359f14e5dd_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:3b3b1b4f9f12802a8b642f92fb0de653598a9cd997986007433bdf93872cb616_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer@sha256:aff91424a41aae0661dc01ae555d09321ed5c2d7f6635771839f4abdc795ee01_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:fc973eaa0402fc1c09cefd4ce35af1f70090aaaf16557fea76c7963731065e6d_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ee30b1edffcc546061bda6f003a704ad1f6ef50814db55955f2143d457dd32cb_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c075c6cb5b66f75a34725342def071af692d3b4aed32fc5272aaa081f1423179_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:24464b84b62d96802f924e63f2a6b5d034d51f8424755d09e6d24c544bd9fb5b_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:cac721d8cbbf65ed541cc36057eac10c5d26f16619bb2ee4b6bb5d892fed28a8_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:4911935291bdf9bd32fc151cc818c7f61b9844b40ac18317a958375cc33ccf0b_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-proxy@sha256:f0ae90fa89e56686278923abd1ec9ee2b7d320fbc69f8fef4e312b9d7a22c313_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:7008a4a186533c89c3e86582c54cdf7e5966930246a870858dd873516f07fd37_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:acf914de6dcc84d7b3d0eee191a2469ea6d7b5da824e6e9146bf8ff1b35c3f2c_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:d5335f8b4366177223cab917923735cf3d15452c7d83a6c7a06a06ccfb8bd722_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:c879806649c4c6eeaaec155d6a1a16a9c86c78c362b18298a6fe0d416607fbbc_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:3a1b4e12519dbd18933634b52d0f68df630984176da921e1728d4ec284e3794d_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:42e1aa281762f8a8ed9c0603e142ffd3f39945245aa6c7ebc83c9257d19fd825_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:85e7f451bf607b3b94aad8ddff46b59de4bfedfdcd2670171017e33ba79f85dd_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:3a268add291bbb34e5ca839e5f5b26df74af0d2ddaeb1e805e12bdd5fb1f5156_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:7a61bd81c6d2b06e140aa8e61f18fab4dbec40162fe1817fbbfbcc439c69b40a_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:298d6c6544d25a3e3aa1d147cd3ed262cdb3023a6acc8ac1677f870e508ca549_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:91c4862521ca3ccdf1011586a5e7af3ddd56289d8c11e01547846c8738f6f1aa_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:c6c48b29fa1cea376900d54c255e67493177b85fa3e32ba91006c6cca536d387_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:200c16f7a9abf01d60c187dbbc23078f7947bd5b0a2fcc11b9d8539f54abacd5_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:c080ca25997926d589d19bffd73eed9df0c4a684fa2d24adea3c765d3394a76f_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:497cfa558b44847864bae1f9a9023891971ba7787dc3e7f29948b32953bc512c_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-cni@sha256:0306883be14db42de8498d6a68b3abef9c4615f5972e39706f0945fe2d4513f2_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:62e71caf9e998db56029dc1e68a73b1ba14ed13147149cda18803bbe27e62833_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:98febaf7c070f4a3caf71a8fabc249652200f95a76b7a860bfd325a21a9f8015_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:eeef90cc63835b46eaddce2218300897c4c6c80ea745383da8e050ec505eae0d_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-must-gather@sha256:b2c97d1c5450a241ac457b76ff70cf2fdb87c2eb7dba0980c1e8c5cbb075f04c_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:1597ed8b1dcab739359497dc3351c0f023fc6bed5b474bc0375ee491004b6ce0_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:5a0fccdeb0c260d1971a01487e8ad7660e33e87edadcb6f83e9c4585507c23b9_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:c7086c92c84fedb52c2cd0ffd54ab4f1d858b138c971469c99e11c7705b58e47_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:c074b238943c59def9025ff9ad0d05be4d4d02569dc9837eb707e2529ca2d614_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:c9418296bfa5722a0351c93b1935defaff1b667539b871df5536c9c7ce4560b0_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:fa3dc3a2b225e40acde008309b3dc435ffcf27b3eef4388ca5e74f4e627b028c_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:f1a831120663cd669d77c56fa6c4c5bf069a86e1455d56671241727b677a96be_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:92a8ce4a3a16c69afa48040286a16260add8cbb876793c1766334e0c06a3cd6e_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:83bb943d6b94158490bc8c4df7a1cab18e671fa40cce6c86ca709e9fb8251831_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:92ba26cd6cb8a2bbe5613a3a46c4e6bbd18d8cd987ddfe85df77e9aa1a2819bd_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:1889f2a47d26217c991a5b5feec3c2c124936cf77cca722f4d8e376e99acf66e_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:1426b11534d341d805c87b50bf61732be3e09844a6599f60db03d22a06cadfef_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:60851d305c86f8d57815798e5d882f9e42de16889a493e3b2e5e2c4342f180a4_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f31e024cecc3ae9cb681f0f2aef08dbce02603586e1c206b091aa0a2a3bcba18_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:c9b0a5da0e6cffe8d46cdfc65affe7266c5a3942421cdd58c1973698365fe947_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:49f5dc435a7868321177263e8ed5ee3d87b73ceebfaf6be10fcd3f5361fd93ee_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-registry@sha256:790f23380f9e12198322169a226baa088bb3f2a81423991314d57aa715e7c916_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:251cad98307415ac1fcff1942c816edb72f940f15d4ac5f12207d375c2403f18_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:eafe29fd0a0bbdc63b82a57c1d0da169a07db7bbde278efe15f803a90a924dc7_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b14c82b954e211e760f8237f952341c6db4f36153c5551fb24b55ae9738ae0f1_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:b14c82b954e211e760f8237f952341c6db4f36153c5551fb24b55ae9738ae0f1_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-pod@sha256:5bb94ffa77b73f4bd61e77b5f5723447f50307c4421ba8b3b41f280dcba24e44_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:6fcbd13b4bbb556e0be949749302b7b423310b83db21e5f73ff01e43c3801f4b_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:330905cc874d9a6b0ca521227d599641a462d894ff2f7c4d8c98712c1f33c790_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:542d91dac0fcb7cf8f1b89d295e9940b0dfa4a63fdb313cb311d532acb3e4644_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:c1beca437b956635f8bef63aa85ccd74153822db3382eae4bcf29398fb6d44a0_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:dde404e0c7c7dad0a1432d63229cb55692e775ff61dd40a05b3179a4a1c3b1d8_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:a473e1664f42e2c2d3d250d2f3b9e77ea1c19b7ea4f791377b62fee23cffbe90_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:f927141c4dd5ad8c2aaf6ea5bea253e25a062c7c7e3d15a0782938621780eb18_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:28feb9e6f9ac12c689724636e1c9c1a26197243921e87e291b098f25075a847a_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:c6753888672e9e5cb94b1bfc6bdf82012bd060593ccd171a90eb523bf13f583d_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:68f99395755784b2102ee608253e608511a62191f53d2081ea1c2019176b9796_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus@sha256:27490e87e5044f1d5dd22217c2f80e785494edb50655431fd06169317ce7fa93_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:cf488bee23606956cffab893a2da062354d446deaecddfee3c80b186a8c80f1a_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:2953271a80e742f808ff30e43bb94b8fc07c34e774adecf33d58c0249037e8e9_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-telemeter@sha256:5de3036194cefd7217d55f2147f6863215c432c1a1431f4d84302395bc67a8d7_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tests@sha256:492db7a17c3a330c80c6edc87322a2a06a085926c06ac2abe8539b779b16a0be_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:2b028522e33fcf9000799cc8be7dca119640a914b13312ff641e7dd424995f83_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:7b5d6a4fb74fad50bc900545e71add8032800ede19a5c2dad49f01e3962bf6c2_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:d67274e6d71ebe731209c9d1a5ad72f3bbd876bb386e0da25db66e3b4cd51a03_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:1f16df34a09600689e321692c3922c00454663d6f872b5b30beb44e4a1689981_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:f35b71b8ce08379ab215c2022dd204487c4a59f8607c8ee0c0e3419bc81754b7_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:55f2350f066bc607ee87cdb97e9c7aa7e100206a6da138be0d3150950ce369d0_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:d67274e6d71ebe731209c9d1a5ad72f3bbd876bb386e0da25db66e3b4cd51a03_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:1f16df34a09600689e321692c3922c00454663d6f872b5b30beb44e4a1689981_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:1509732324bd37a8eb622e7555fd4baefdc0582c7a4941a5c45f06514ba926ea_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:5530afae0116bffb38e6231b2001707a5fb3acabacdb36ec9886a852270e8a82_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:b9cbc81f1cf2e9800ccf2505cefc359f86d6a635bd389ae41f2571ca90558979_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:f8ace96e982f3833bcf1bd4c10888720657663bc9eb7ead2ab87c10e71a9985d_amd64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:f66a0e70ff4db8eecd06be7221e1afc18f4cc4b971d73f72a54ccbb91144aeb5_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0e8552930ebf6dae03eee2f0c5ed79ba200fed2e41782b10e929b9b58a3c5946_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:3ada000e5fa1f1021e91bb17fe80addb1fe783c8b6efceec5607929cfe02d44a_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:99e37eef9ddf27de5f91fb06832a77dd7a752eb8854fb5fe03d0b888d8e4c787_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/network-tools-rhel8@sha256:382f064d9bca1c116e5462ed31d009c3956afdbc600145e48e5050e18e0c7333_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:cc7f9374e6b2155e8f6154fc44b41980715536ec54fe429ec434a3ea519099e3_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:68de08987d985df34dab868cdd41147d3814e4579331ccfb3c0ea3b730eccf56_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:3e5610de95b94bbd12e019a3d0dc260bc59c7fd229eeb1e86d830ff6a3ca5caa_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:ba7df9cea0a2e5b59171ca9d133c568b621d016b263561664231ae7266b61489_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:f356193220c0cac496a3a3c496cbcc712a97167665ff2592aa52a61709010d6c_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:10aa55210d4eccaa6369a9ffe48548b9bc3d9bbad5b0c733adb1eec1414e1704_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:947a8b30c79069483951056d8c05ac7938bebdb106448ce9715f4ecfe1347e55_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:41c93b1974e27b361ae9243c6ab6104911d794fccd417b6cec81a4c9290377ce_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:e74694c0c30fb2a0da44d376677204f893d75a2d65c252462e162a3aa3ea6764_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:264f3b3a32c444e30c5c30c1df7e6286be82d6464f52fda953ae89534b052856_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:680ecae2a2ef7c0c80d445f4b35e22d60d6e2c6da7e86fe76a20c468a439447e_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:39bc3c72d0a07bac96e2d41ec927ddfaab50e5a29f64a9f56c48680ca809fec8_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:82218662d30e5716e6b0885f96bba658e5f44944cc2367e7f82528568138a473_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:be8c06f56c29b0b478d093a698deb0ee9177be3c3fd8988be81fc8b22001b87d_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:d4a5bfcc63730cadaad1849155dc32d4c8212c9d6f21ae41011506e1b10824e0_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:715e9c721b69d293511451836d7aae6b8841f0783b3779db466691b088ec2ee4_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:cb991575e8aa5424757123e6551add1f1a48dfbedb48fbc528af23b08f8c214c_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:bef500d5b7a55988597abfd509c51edcdf126424ca547a5b688e2577dbce9788_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:7a1f4cbfa65597798a792c875b9a329a7c551d65c1498f2440db8f01865315cb_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:91c544a7403fabb5a5222cb159420ec3ffdc777dc20da8802e16ad645fa873a5_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:ffdc1114835b5aec86414db4d5f399b5fc1c1f2f33ed7e89c4bb82d6c245c499_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2ec8f52b90544fdc071a69b8fa4613abec74833ed53676ff313bda68d11ad9f3_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:4e596649375db56fc1876617cbc85ed3eb9c87cd27bdc1eebae506b6ab10455e_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:4e882efe0d786dd2314e119affa1dd2e9c4a27b046ac24e2d0ee648e64826cc1_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:6307dc9d7ceb8356be58cf50ebe5eff90dab81db2fb08797ce663c173e4b14a1_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:c7557194b650a8461fc1cb10edfc2622dd3c9f3036271d9e2067e8c5c0ddba8a_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:546f8a9663cda47befffd4db90631459451707ba7eebf43132f42891a2e2d09d_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:8a1a7658aef6a48c8023cc18ac52981a576c91349419aca409bd87d0167dbaa9_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli@sha256:32b4ab4489ff48435f000e9e44a9e2f481e586f2ec5d77b8197e34348e17f9e3_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:e56993e447d27d2719c4eea99b14c0e68aa0e7cd312f70529e44f11ee7a5c363_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:305b44fdaa8cbbb98f0fadcfa1a08c134c475448ec5278d78ac7d658f3323500_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:ca3cd9ecc7d7f5c1059c79e13dbcd2622c8d5bc637888e9b472e6507e5d52ee1_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:971d4594e7209ce0f3d0f50cfb5199b1e18b0030ba7d8708342c5579143645bc_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:adf4b3207329ec7d3b056375c89c32215e222595ec20ed0ce6b5c69a559c1ed7_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2ef9284558d4cf1995e03937d6116a2f6ba8e91a9ced8632bff0740d88de3c73_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:36a99b1f241c5e5e0a8fee16163c7c046904e18c32d5b8de3e486f1f216e38a7_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:81fb28c8d40044f4046edee60b752aadf7c0b4a4bee1551451360c8cf3bf85c0_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:81fb28c8d40044f4046edee60b752aadf7c0b4a4bee1551451360c8cf3bf85c0_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:b1a37041b4d0a83df1f220cb183493a725d44befd1b25d12f43230ffa1dfa46b_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:287d4b9b44aa682322234ef10e4597890c5c30ba1ec74926fbef67c64e72efcf_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:f9337a3abda6ab098be6110a99f69ba0d1a390389e17d48e55d8da3b8d037c5d_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:dbdb53c34533f1104e1c767b1409f445724c15e293147204cd195f395927e7c3_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:92da99d0dadb70ee55f7fca94031a728aaac5dc3bb31e018c502edf50afe4272_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:8b2603f3e242ae5c44344a775b0c26a0d79a4c0093132e533ffd4e7865b3b1e1_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:45c9b8468d767a3114ca79266e8528aafa421d1088ecfa44483af788eba5158f_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:82fc89a2dea00d0e2db8351131939f284029a635f944da6b44f75c4d8c2f5bb4_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:2606106d1aaac250505e3e282917873c7cc852eab6bd21126bc5cd8f44561848_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:5233c4447b3477f819024ae75434f3f86c001da024f7cfa40a72dce9ef72e301_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:3a8e057da73675e08b11ea190cec49e714281697ee765d456b805d7333a18919_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:86c9a509896876a5d89e56342bbb4754ef1017b393df1a81395965ea46625ad3_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:75634bdaa693c3983bfe2bbd4369163e350e0422022241c7f4f5422609baa4e4_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:761c7d51b1d482c2e751ee6dee6e8159ac9fac35ef6592ae4d4a0676d963080b_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:bd4e4545359329b30f6e4ccc237ed2696c5ef8654f3392e12cd131cadf4fee2a_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:1608db6ad01e03f20e7bbae5008d283442b68ce2a58ff3c2e30c95bd1b4bfb79_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:269a3f4cf534c540bcdd0ee311afb0d394c489ceb71b4867032f7b408de21a47_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:ca6ec90fd75d94ab29d4326b1d7b6119ea66b22ea06313b80f00d0b4ef91d24d_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:a4ccc2a0c274052cbbe0e1c7a987bf00511f24952e2b72cb8c4a989e13509598_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:1d54a2c229ad3d01bf3445cd543e9d65cf27fc5ac9aa9a3dc5b237ce96138bd5_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:e0d9531e894943157da70729fb243ec8e752b69ff733e12786d639ae5c0543f8_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:90887577863ae56b7ec64d92e887f2fbd57bc814a7ff1b45837c0a316802afc1_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:4b1bd09e2560cee14575248cf886cd57eef21aedee70772b9827c0bb2f0be012_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:a782bef2310c40c84bc397d375f97748749eaf1f2182bc61dc0681b7021a2176_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:6922c15d5c5737989cf39e785725a40ea49f6a89ced9cb462b5b35ea4e7e0add_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:e86af1f70604971a91452d8d0e11c4d7246f1237aae808477649a7bb1bfbb226_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console-operator@sha256:8e6f4c82af29aa5ad18699069d26f2c8fdb261c94f2f912cfd5c714c19cff896_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console@sha256:82ecf23af51595b79c4e3a05cb8ae4be3fc8c60f54eaa9cd88f8e97548a3cbc1_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:8b5059576c10b4e449f9621f195b8383d50a81a304a2cd83ace4615df922d8f9_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-coredns@sha256:02771e91bcbb9e91626d377254c5ba0a10f3d524498bddad1aff97318868bef6_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:fe5f3c2f446e78894726a1f3e89c711ca2855fe7ae609d827e2a85d704cd6113_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:1e349a98fccf699339f457c706382c2f8c9757b884833eb9242aeba32f677f81_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:bd5180d230672ae99ebd470e7c382bbf436f9351ff85e0dddda6341454aa8de5_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:745eb8f1b1b1ab2301309de55b495d0c2ec0baad7dd64ee0c17e537a607e044f_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:b95708710c9876afd203c6091ddf5a32ffa2d36bcc5213ebd897cfdf19eb8f7c_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:da26759b9b8e8890c6db5e6daf783c35f6b6b81e3c32cf862c6ab3b140e52e31_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:55f4b73b131d835720f3b523f81a453ff1aecd0175c2530bb84f4395c1e8c1c1_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:55f4b73b131d835720f3b523f81a453ff1aecd0175c2530bb84f4395c1e8c1c1_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:9c27fb99b6123a4034679ef5f717f735115b0e341950cb2a67b3216ab06c65ef_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:9c27fb99b6123a4034679ef5f717f735115b0e341950cb2a67b3216ab06c65ef_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e2a65ea66422e1af049d6e1d27f9ed83fc8cb4a329421f7fb3b661b6cfe60c6f_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e2a65ea66422e1af049d6e1d27f9ed83fc8cb4a329421f7fb3b661b6cfe60c6f_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:658c2dcb0736fe9ea464accf9534e5d2c96451f16252946e2e5320a48f6dcfbc_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:658c2dcb0736fe9ea464accf9534e5d2c96451f16252946e2e5320a48f6dcfbc_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:def2db87172600fc5603201208372b86c71927aef80ecf11381a372a92470d62_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:def2db87172600fc5603201208372b86c71927aef80ecf11381a372a92470d62_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:9140bbf737061a73ab190b8eed195dd661a33d9fb626b94a6a6fba81fbfa7b36_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:9140bbf737061a73ab190b8eed195dd661a33d9fb626b94a6a6fba81fbfa7b36_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:eb1d93464b304316f18781bdc63d008e62fb853b130ee04fcc09726b0fd0e04b_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:eb1d93464b304316f18781bdc63d008e62fb853b130ee04fcc09726b0fd0e04b_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:04e80bfe7c66273c5d4506e60671b1de5c35fde9691a18230ee8bbe943b4590d_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-deployer@sha256:8e22ee115efe612aaf62d0b8f724454d288a82c976675309d21d5bc621dab819_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-builder@sha256:28bf9956e7551279c391c4a1b9b2cc5d00c912bef1765b5b356de6e692c97a13_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-registry@sha256:2fc4b21628197efa76c52f1a9f1384fa57554dec83c9a5d531af1c881448dbb4_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:941eaa7cb95807c47b1de7b0834fa73bc0eeb04d6c2c419e618ceed3039a8066_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:756e169bc3b8c299f151e160174eace0fa9bd34bbe150d9168ae5b65c323c48e_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:e69b00efec3fc953f85bc83518eb5c1affa4e03f47b13be12600c58ea93d2eb2_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:2dfcc8883088010702d09f37d8a96ca681ebcf6c980da8700385746d4e67caa1_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:44bccda804cb3755801870fcdadeb2d16e820c3bf14dd6f2c18947afba8ded23_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-haproxy-router@sha256:d2d397e2ba0e171f79a1251641a8a296252abd0bf61095f101c274c02ef469af_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hyperkube@sha256:f9e4ddb22ba0ea25627c59aa688ed34cde0ad5226b4eb76178c027626dc94874_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:281181b7c60b3b3ebef789345ecca56305169aa98cc0d441017adf0deb69e012_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:7ea1e4d479fb50c1d2d7d1db200f13818b33f37afd416577710214dd716572aa_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:14bab08520a43f7d4dcd02853f03e3ff94931b20fad39c6dc35426f71f6f4ed8_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:bc4ab220c3090430afdea90882969b5465d404e8e688d408db187efc1d378d0e_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:cb1e53e2269a1131c1692fae5a988ad0f3b390ce6fb8bc88833987a7945012ac_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:048566d20f9da2255d40f1bcb989fe7debaee0be879d28889ccbabe56c4cd0b8_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:a3023e4585ce3d8ae26b3b7b451d3b7adaf383fafd9d9d0df179c12078685f0c_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:7fa5e60b84ee5c85cd6ddf4c1e43b7cf1aadd15755640162b703768c43724bc8_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:6b47e74af2c2bfd199dfd62e536ec953f10d5d979af787e2a4bc00359f14e5dd_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:3b3b1b4f9f12802a8b642f92fb0de653598a9cd997986007433bdf93872cb616_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer@sha256:aff91424a41aae0661dc01ae555d09321ed5c2d7f6635771839f4abdc795ee01_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:fc973eaa0402fc1c09cefd4ce35af1f70090aaaf16557fea76c7963731065e6d_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ee30b1edffcc546061bda6f003a704ad1f6ef50814db55955f2143d457dd32cb_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c075c6cb5b66f75a34725342def071af692d3b4aed32fc5272aaa081f1423179_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:24464b84b62d96802f924e63f2a6b5d034d51f8424755d09e6d24c544bd9fb5b_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:cac721d8cbbf65ed541cc36057eac10c5d26f16619bb2ee4b6bb5d892fed28a8_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:4911935291bdf9bd32fc151cc818c7f61b9844b40ac18317a958375cc33ccf0b_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-proxy@sha256:f0ae90fa89e56686278923abd1ec9ee2b7d320fbc69f8fef4e312b9d7a22c313_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:7008a4a186533c89c3e86582c54cdf7e5966930246a870858dd873516f07fd37_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:acf914de6dcc84d7b3d0eee191a2469ea6d7b5da824e6e9146bf8ff1b35c3f2c_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:d5335f8b4366177223cab917923735cf3d15452c7d83a6c7a06a06ccfb8bd722_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:c879806649c4c6eeaaec155d6a1a16a9c86c78c362b18298a6fe0d416607fbbc_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:3a1b4e12519dbd18933634b52d0f68df630984176da921e1728d4ec284e3794d_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:42e1aa281762f8a8ed9c0603e142ffd3f39945245aa6c7ebc83c9257d19fd825_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:85e7f451bf607b3b94aad8ddff46b59de4bfedfdcd2670171017e33ba79f85dd_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:3a268add291bbb34e5ca839e5f5b26df74af0d2ddaeb1e805e12bdd5fb1f5156_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:7a61bd81c6d2b06e140aa8e61f18fab4dbec40162fe1817fbbfbcc439c69b40a_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:298d6c6544d25a3e3aa1d147cd3ed262cdb3023a6acc8ac1677f870e508ca549_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:91c4862521ca3ccdf1011586a5e7af3ddd56289d8c11e01547846c8738f6f1aa_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:c6c48b29fa1cea376900d54c255e67493177b85fa3e32ba91006c6cca536d387_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:200c16f7a9abf01d60c187dbbc23078f7947bd5b0a2fcc11b9d8539f54abacd5_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:c080ca25997926d589d19bffd73eed9df0c4a684fa2d24adea3c765d3394a76f_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:497cfa558b44847864bae1f9a9023891971ba7787dc3e7f29948b32953bc512c_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-cni@sha256:0306883be14db42de8498d6a68b3abef9c4615f5972e39706f0945fe2d4513f2_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:62e71caf9e998db56029dc1e68a73b1ba14ed13147149cda18803bbe27e62833_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:98febaf7c070f4a3caf71a8fabc249652200f95a76b7a860bfd325a21a9f8015_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:eeef90cc63835b46eaddce2218300897c4c6c80ea745383da8e050ec505eae0d_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-must-gather@sha256:b2c97d1c5450a241ac457b76ff70cf2fdb87c2eb7dba0980c1e8c5cbb075f04c_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:1597ed8b1dcab739359497dc3351c0f023fc6bed5b474bc0375ee491004b6ce0_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:5a0fccdeb0c260d1971a01487e8ad7660e33e87edadcb6f83e9c4585507c23b9_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:c7086c92c84fedb52c2cd0ffd54ab4f1d858b138c971469c99e11c7705b58e47_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:c074b238943c59def9025ff9ad0d05be4d4d02569dc9837eb707e2529ca2d614_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:c9418296bfa5722a0351c93b1935defaff1b667539b871df5536c9c7ce4560b0_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:fa3dc3a2b225e40acde008309b3dc435ffcf27b3eef4388ca5e74f4e627b028c_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:f1a831120663cd669d77c56fa6c4c5bf069a86e1455d56671241727b677a96be_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:92a8ce4a3a16c69afa48040286a16260add8cbb876793c1766334e0c06a3cd6e_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:83bb943d6b94158490bc8c4df7a1cab18e671fa40cce6c86ca709e9fb8251831_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:92ba26cd6cb8a2bbe5613a3a46c4e6bbd18d8cd987ddfe85df77e9aa1a2819bd_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:1889f2a47d26217c991a5b5feec3c2c124936cf77cca722f4d8e376e99acf66e_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:1426b11534d341d805c87b50bf61732be3e09844a6599f60db03d22a06cadfef_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:60851d305c86f8d57815798e5d882f9e42de16889a493e3b2e5e2c4342f180a4_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f31e024cecc3ae9cb681f0f2aef08dbce02603586e1c206b091aa0a2a3bcba18_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:c9b0a5da0e6cffe8d46cdfc65affe7266c5a3942421cdd58c1973698365fe947_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:49f5dc435a7868321177263e8ed5ee3d87b73ceebfaf6be10fcd3f5361fd93ee_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-registry@sha256:790f23380f9e12198322169a226baa088bb3f2a81423991314d57aa715e7c916_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:251cad98307415ac1fcff1942c816edb72f940f15d4ac5f12207d375c2403f18_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:eafe29fd0a0bbdc63b82a57c1d0da169a07db7bbde278efe15f803a90a924dc7_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b14c82b954e211e760f8237f952341c6db4f36153c5551fb24b55ae9738ae0f1_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:b14c82b954e211e760f8237f952341c6db4f36153c5551fb24b55ae9738ae0f1_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-pod@sha256:5bb94ffa77b73f4bd61e77b5f5723447f50307c4421ba8b3b41f280dcba24e44_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:6fcbd13b4bbb556e0be949749302b7b423310b83db21e5f73ff01e43c3801f4b_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:330905cc874d9a6b0ca521227d599641a462d894ff2f7c4d8c98712c1f33c790_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:542d91dac0fcb7cf8f1b89d295e9940b0dfa4a63fdb313cb311d532acb3e4644_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:c1beca437b956635f8bef63aa85ccd74153822db3382eae4bcf29398fb6d44a0_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:dde404e0c7c7dad0a1432d63229cb55692e775ff61dd40a05b3179a4a1c3b1d8_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:a473e1664f42e2c2d3d250d2f3b9e77ea1c19b7ea4f791377b62fee23cffbe90_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:f927141c4dd5ad8c2aaf6ea5bea253e25a062c7c7e3d15a0782938621780eb18_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:28feb9e6f9ac12c689724636e1c9c1a26197243921e87e291b098f25075a847a_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:c6753888672e9e5cb94b1bfc6bdf82012bd060593ccd171a90eb523bf13f583d_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:68f99395755784b2102ee608253e608511a62191f53d2081ea1c2019176b9796_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus@sha256:27490e87e5044f1d5dd22217c2f80e785494edb50655431fd06169317ce7fa93_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:cf488bee23606956cffab893a2da062354d446deaecddfee3c80b186a8c80f1a_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:2953271a80e742f808ff30e43bb94b8fc07c34e774adecf33d58c0249037e8e9_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-telemeter@sha256:5de3036194cefd7217d55f2147f6863215c432c1a1431f4d84302395bc67a8d7_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tests@sha256:492db7a17c3a330c80c6edc87322a2a06a085926c06ac2abe8539b779b16a0be_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:2b028522e33fcf9000799cc8be7dca119640a914b13312ff641e7dd424995f83_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:7b5d6a4fb74fad50bc900545e71add8032800ede19a5c2dad49f01e3962bf6c2_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:d67274e6d71ebe731209c9d1a5ad72f3bbd876bb386e0da25db66e3b4cd51a03_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:1f16df34a09600689e321692c3922c00454663d6f872b5b30beb44e4a1689981_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:f35b71b8ce08379ab215c2022dd204487c4a59f8607c8ee0c0e3419bc81754b7_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:55f2350f066bc607ee87cdb97e9c7aa7e100206a6da138be0d3150950ce369d0_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:d67274e6d71ebe731209c9d1a5ad72f3bbd876bb386e0da25db66e3b4cd51a03_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:1f16df34a09600689e321692c3922c00454663d6f872b5b30beb44e4a1689981_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:1509732324bd37a8eb622e7555fd4baefdc0582c7a4941a5c45f06514ba926ea_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:5530afae0116bffb38e6231b2001707a5fb3acabacdb36ec9886a852270e8a82_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:b9cbc81f1cf2e9800ccf2505cefc359f86d6a635bd389ae41f2571ca90558979_amd64",
            "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:f8ace96e982f3833bcf1bd4c10888720657663bc9eb7ead2ab87c10e71a9985d_amd64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "github.com/sirupsen/logrus: github.com/sirupsen/logrus: Denial-of-Service due to large single-line payload"
    }
  ]
}


Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Sightings

Author Source Type Date

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or observed by the user.
  • Confirmed: The vulnerability has been validated from an analyst's perspective.
  • Published Proof of Concept: A public proof of concept is available for this vulnerability.
  • Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
  • Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
  • Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
  • Not confirmed: The user expressed doubt about the validity of the vulnerability.
  • Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.


Loading…

Detection rules are retrieved from Rulezet.

Loading…

Loading…