RHSA-2026:6493

Vulnerability from csaf_redhat - Published: 2026-04-09 11:02 - Updated: 2026-04-11 14:08
Summary
Red Hat Security Advisory: OpenShift Container Platform 4.12.87 bug fix and security update
Severity
Moderate
Notes
Topic: Red Hat OpenShift Container Platform release 4.12.87 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.12. 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.12.87. See the following advisory for the RPM packages for this release: https://access.redhat.com/errata/RHBA-2026:6491 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.12/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 the net/http golang package. The net/http package incorrectly accepts messages that end with a line feed (LF) instead of the proper line ending. When used with another server that also misinterprets this, it can lead to request smuggling—where an attacker tricks the system to send hidden or unauthorized requests.

CWE-444 - Inconsistent Interpretation of HTTP Requests ('HTTP Request/Response Smuggling')
Vendor Fix For OpenShift Container Platform 4.12 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.12/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:4e989978ab0e24d7148f08e939800502370b761efea1005d87522884d1a3f595 All OpenShift Container Platform 4.12 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.12/html-single/updating_clusters/index#updating-cluster-within-minor. https://access.redhat.com/errata/RHSA-2026:6493
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 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.12 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.12/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:4e989978ab0e24d7148f08e939800502370b761efea1005d87522884d1a3f595 All OpenShift Container Platform 4.12 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.12/html-single/updating_clusters/index#updating-cluster-within-minor. https://access.redhat.com/errata/RHSA-2026:6493

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.12 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.12/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:4e989978ab0e24d7148f08e939800502370b761efea1005d87522884d1a3f595 All OpenShift Container Platform 4.12 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.12/html-single/updating_clusters/index#updating-cluster-within-minor. https://access.redhat.com/errata/RHSA-2026:6493
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.12 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.12/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:4e989978ab0e24d7148f08e939800502370b761efea1005d87522884d1a3f595 All OpenShift Container Platform 4.12 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.12/html-single/updating_clusters/index#updating-cluster-within-minor. https://access.redhat.com/errata/RHSA-2026:6493
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:6493 self
https://access.redhat.com/security/cve/CVE-2025-22871 external
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-22871 self
https://bugzilla.redhat.com/show_bug.cgi?id=2358493 external
https://www.cve.org/CVERecord?id=CVE-2025-22871 external
https://nvd.nist.gov/vuln/detail/CVE-2025-22871 external
https://go.dev/cl/652998 external
https://go.dev/issue/71988 external
https://groups.google.com/g/golang-announce/c/Y2u… external
https://pkg.go.dev/vuln/GO-2025-3563 external
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.12.87 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.12.\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.12.87. See the following advisory for the RPM packages for this release:\n\nhttps://access.redhat.com/errata/RHBA-2026:6491\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.12/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:6493",
        "url": "https://access.redhat.com/errata/RHSA-2026:6493"
      },
      {
        "category": "external",
        "summary": "https://access.redhat.com/security/cve/CVE-2025-22871",
        "url": "https://access.redhat.com/security/cve/CVE-2025-22871"
      },
      {
        "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_6493.json"
      }
    ],
    "title": "Red Hat Security Advisory: OpenShift Container Platform 4.12.87 bug fix and security update",
    "tracking": {
      "current_release_date": "2026-04-11T14:08:51+00:00",
      "generator": {
        "date": "2026-04-11T14:08:51+00:00",
        "engine": {
          "name": "Red Hat SDEngine",
          "version": "4.7.5"
        }
      },
      "id": "RHSA-2026:6493",
      "initial_release_date": "2026-04-09T11:02:04+00:00",
      "revision_history": [
        {
          "date": "2026-04-09T11:02:04+00:00",
          "number": "1",
          "summary": "Initial version"
        },
        {
          "date": "2026-04-09T11:02:37+00:00",
          "number": "2",
          "summary": "Last updated version"
        },
        {
          "date": "2026-04-11T14:08:51+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.12",
                "product": {
                  "name": "Red Hat OpenShift Container Platform 4.12",
                  "product_id": "Red Hat OpenShift Container Platform 4.12",
                  "product_identification_helper": {
                    "cpe": "cpe:/a:redhat:openshift:4.12::el9"
                  }
                }
              }
            ],
            "category": "product_family",
            "name": "Red Hat OpenShift Container Platform"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:39c66dedc2440b2b6b77a3f9d1e66b560eb961f65ee651468c411cdfdbf48170_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:39c66dedc2440b2b6b77a3f9d1e66b560eb961f65ee651468c411cdfdbf48170_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:39c66dedc2440b2b6b77a3f9d1e66b560eb961f65ee651468c411cdfdbf48170_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-cluster-autoscaler@sha256%3A39c66dedc2440b2b6b77a3f9d1e66b560eb961f65ee651468c411cdfdbf48170?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273223"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:f4b23ec51d26a06ff4924b0ed83a8914372f65ca87f030a24b7e75c2b2ce8b85_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:f4b23ec51d26a06ff4924b0ed83a8914372f65ca87f030a24b7e75c2b2ce8b85_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:f4b23ec51d26a06ff4924b0ed83a8914372f65ca87f030a24b7e75c2b2ce8b85_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-azure-file-csi-driver-rhel8@sha256%3Af4b23ec51d26a06ff4924b0ed83a8914372f65ca87f030a24b7e75c2b2ce8b85?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273711"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:804477a6b96e09477c25868f0b4de1fbdb920c2aaecbd151e69e3434ac776764_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:804477a6b96e09477c25868f0b4de1fbdb920c2aaecbd151e69e3434ac776764_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:804477a6b96e09477c25868f0b4de1fbdb920c2aaecbd151e69e3434ac776764_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-azure-file-csi-driver-operator-rhel8@sha256%3A804477a6b96e09477c25868f0b4de1fbdb920c2aaecbd151e69e3434ac776764?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273797"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:e7a1d38b08983af9bc986d01454d52450e8ef38a2272bb927c5ca66229abea55_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:e7a1d38b08983af9bc986d01454d52450e8ef38a2272bb927c5ca66229abea55_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:e7a1d38b08983af9bc986d01454d52450e8ef38a2272bb927c5ca66229abea55_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-baremetal-machine-controllers@sha256%3Ae7a1d38b08983af9bc986d01454d52450e8ef38a2272bb927c5ca66229abea55?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273522"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:54a75c0d0cc0d25c9783ec1d552f89297153844af2653e26ad33109475cff170_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:54a75c0d0cc0d25c9783ec1d552f89297153844af2653e26ad33109475cff170_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:54a75c0d0cc0d25c9783ec1d552f89297153844af2653e26ad33109475cff170_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-baremetal-runtimecfg-rhel8@sha256%3A54a75c0d0cc0d25c9783ec1d552f89297153844af2653e26ad33109475cff170?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273852"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:b86e949647e4384d7052e1ed2191eeaaafe258656dac641257eab389a9b64836_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:b86e949647e4384d7052e1ed2191eeaaafe258656dac641257eab389a9b64836_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:b86e949647e4384d7052e1ed2191eeaaafe258656dac641257eab389a9b64836_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-cluster-etcd-rhel8-operator@sha256%3Ab86e949647e4384d7052e1ed2191eeaaafe258656dac641257eab389a9b64836?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273913"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:1a1635269167b07cc6927c5d4c7d60a94eb967132e9652f032c37012eb8cd64d_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:1a1635269167b07cc6927c5d4c7d60a94eb967132e9652f032c37012eb8cd64d_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:1a1635269167b07cc6927c5d4c7d60a94eb967132e9652f032c37012eb8cd64d_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-cluster-monitoring-operator@sha256%3A1a1635269167b07cc6927c5d4c7d60a94eb967132e9652f032c37012eb8cd64d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273815"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:36603060e99c91978d33d1061dad7f076e906f79d6a82a7fffac954ca2d15b86_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:36603060e99c91978d33d1061dad7f076e906f79d6a82a7fffac954ca2d15b86_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:36603060e99c91978d33d1061dad7f076e906f79d6a82a7fffac954ca2d15b86_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-cluster-network-operator@sha256%3A36603060e99c91978d33d1061dad7f076e906f79d6a82a7fffac954ca2d15b86?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273666"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:d19b4019ded55310ee83406668284dbd7547e12cabacc9e8f404b66a69c21bb4_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:d19b4019ded55310ee83406668284dbd7547e12cabacc9e8f404b66a69c21bb4_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:d19b4019ded55310ee83406668284dbd7547e12cabacc9e8f404b66a69c21bb4_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-cluster-node-tuning-operator@sha256%3Ad19b4019ded55310ee83406668284dbd7547e12cabacc9e8f404b66a69c21bb4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775008247"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:2ac0a309d64a693621f8ef71a248271b6ec47f04fb29a6a48cfe9a033e00707b_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:2ac0a309d64a693621f8ef71a248271b6ec47f04fb29a6a48cfe9a033e00707b_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:2ac0a309d64a693621f8ef71a248271b6ec47f04fb29a6a48cfe9a033e00707b_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-cluster-policy-controller-rhel8@sha256%3A2ac0a309d64a693621f8ef71a248271b6ec47f04fb29a6a48cfe9a033e00707b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273562"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:8d40517eece94e75079f18de55d7052b3f8888fa57ff28ad192048a1238d4f1b_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:8d40517eece94e75079f18de55d7052b3f8888fa57ff28ad192048a1238d4f1b_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:8d40517eece94e75079f18de55d7052b3f8888fa57ff28ad192048a1238d4f1b_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-cluster-storage-operator@sha256%3A8d40517eece94e75079f18de55d7052b3f8888fa57ff28ad192048a1238d4f1b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273596"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:4f06e2941a5063bac48b5d7c8fca3b7ae30697886723fbfe3798ccba7a75ea5d_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:4f06e2941a5063bac48b5d7c8fca3b7ae30697886723fbfe3798ccba7a75ea5d_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:4f06e2941a5063bac48b5d7c8fca3b7ae30697886723fbfe3798ccba7a75ea5d_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-cluster-version-operator@sha256%3A4f06e2941a5063bac48b5d7c8fca3b7ae30697886723fbfe3798ccba7a75ea5d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273562"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:90c7000b7c9d0f9827a6753d01070daf6ba65524148f59727bba159cbbb81b93_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:90c7000b7c9d0f9827a6753d01070daf6ba65524148f59727bba159cbbb81b93_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:90c7000b7c9d0f9827a6753d01070daf6ba65524148f59727bba159cbbb81b93_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-configmap-reloader@sha256%3A90c7000b7c9d0f9827a6753d01070daf6ba65524148f59727bba159cbbb81b93?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273591"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-coredns@sha256:947e7d72c4e8fd2f8cc45a78410ed9481e893083397efdd9bcb9df770f2e445c_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-coredns@sha256:947e7d72c4e8fd2f8cc45a78410ed9481e893083397efdd9bcb9df770f2e445c_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-coredns@sha256:947e7d72c4e8fd2f8cc45a78410ed9481e893083397efdd9bcb9df770f2e445c_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-coredns@sha256%3A947e7d72c4e8fd2f8cc45a78410ed9481e893083397efdd9bcb9df770f2e445c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273575"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:29ac94c1adb061f6b6aab04b1faa8442b66f97964e92eef68ffd1ef7bd8a329e_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:29ac94c1adb061f6b6aab04b1faa8442b66f97964e92eef68ffd1ef7bd8a329e_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:29ac94c1adb061f6b6aab04b1faa8442b66f97964e92eef68ffd1ef7bd8a329e_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-csi-external-attacher@sha256%3A29ac94c1adb061f6b6aab04b1faa8442b66f97964e92eef68ffd1ef7bd8a329e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273638"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:29ac94c1adb061f6b6aab04b1faa8442b66f97964e92eef68ffd1ef7bd8a329e_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:29ac94c1adb061f6b6aab04b1faa8442b66f97964e92eef68ffd1ef7bd8a329e_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:29ac94c1adb061f6b6aab04b1faa8442b66f97964e92eef68ffd1ef7bd8a329e_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-csi-external-attacher@sha256%3A29ac94c1adb061f6b6aab04b1faa8442b66f97964e92eef68ffd1ef7bd8a329e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273638"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:dd5b36d3ad0f0616121448bc1e6df582b13f033e7e719f3676cbc6d9c64a3eb0_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:dd5b36d3ad0f0616121448bc1e6df582b13f033e7e719f3676cbc6d9c64a3eb0_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:dd5b36d3ad0f0616121448bc1e6df582b13f033e7e719f3676cbc6d9c64a3eb0_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-csi-driver-manila-rhel8@sha256%3Add5b36d3ad0f0616121448bc1e6df582b13f033e7e719f3676cbc6d9c64a3eb0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273632"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:c545524beef211bb5b7a6a4dc54edf45636c638a19c42b756889a66decf884f5_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:c545524beef211bb5b7a6a4dc54edf45636c638a19c42b756889a66decf884f5_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:c545524beef211bb5b7a6a4dc54edf45636c638a19c42b756889a66decf884f5_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-csi-driver-manila-rhel8-operator@sha256%3Ac545524beef211bb5b7a6a4dc54edf45636c638a19c42b756889a66decf884f5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273557"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:26ae1949819fb6a59bb0b1bc126c0ac3662774dea139571b09554d6e91184ad1_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:26ae1949819fb6a59bb0b1bc126c0ac3662774dea139571b09554d6e91184ad1_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:26ae1949819fb6a59bb0b1bc126c0ac3662774dea139571b09554d6e91184ad1_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-csi-driver-nfs-rhel8@sha256%3A26ae1949819fb6a59bb0b1bc126c0ac3662774dea139571b09554d6e91184ad1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273608"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:b2ff6b83fe2b8e18f8442b12d694419f6e14cc51bdd603d407df8373fd70851c_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:b2ff6b83fe2b8e18f8442b12d694419f6e14cc51bdd603d407df8373fd70851c_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:b2ff6b83fe2b8e18f8442b12d694419f6e14cc51bdd603d407df8373fd70851c_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-csi-livenessprobe@sha256%3Ab2ff6b83fe2b8e18f8442b12d694419f6e14cc51bdd603d407df8373fd70851c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273674"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:b2ff6b83fe2b8e18f8442b12d694419f6e14cc51bdd603d407df8373fd70851c_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:b2ff6b83fe2b8e18f8442b12d694419f6e14cc51bdd603d407df8373fd70851c_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:b2ff6b83fe2b8e18f8442b12d694419f6e14cc51bdd603d407df8373fd70851c_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-csi-livenessprobe@sha256%3Ab2ff6b83fe2b8e18f8442b12d694419f6e14cc51bdd603d407df8373fd70851c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273674"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:8d5edb440684d2e7da3b0639867f8dbef9d5ac1b7f85f15204c0690be86bce06_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:8d5edb440684d2e7da3b0639867f8dbef9d5ac1b7f85f15204c0690be86bce06_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:8d5edb440684d2e7da3b0639867f8dbef9d5ac1b7f85f15204c0690be86bce06_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-csi-node-driver-registrar@sha256%3A8d5edb440684d2e7da3b0639867f8dbef9d5ac1b7f85f15204c0690be86bce06?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273548"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:8d5edb440684d2e7da3b0639867f8dbef9d5ac1b7f85f15204c0690be86bce06_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:8d5edb440684d2e7da3b0639867f8dbef9d5ac1b7f85f15204c0690be86bce06_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:8d5edb440684d2e7da3b0639867f8dbef9d5ac1b7f85f15204c0690be86bce06_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-csi-node-driver-registrar@sha256%3A8d5edb440684d2e7da3b0639867f8dbef9d5ac1b7f85f15204c0690be86bce06?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273548"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:939528e1546e50a7d1701ce3db108a40736279d56e9812d1c21f5dc3d492ac6e_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:939528e1546e50a7d1701ce3db108a40736279d56e9812d1c21f5dc3d492ac6e_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:939528e1546e50a7d1701ce3db108a40736279d56e9812d1c21f5dc3d492ac6e_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-csi-external-provisioner@sha256%3A939528e1546e50a7d1701ce3db108a40736279d56e9812d1c21f5dc3d492ac6e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273624"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:939528e1546e50a7d1701ce3db108a40736279d56e9812d1c21f5dc3d492ac6e_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:939528e1546e50a7d1701ce3db108a40736279d56e9812d1c21f5dc3d492ac6e_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:939528e1546e50a7d1701ce3db108a40736279d56e9812d1c21f5dc3d492ac6e_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-csi-external-provisioner@sha256%3A939528e1546e50a7d1701ce3db108a40736279d56e9812d1c21f5dc3d492ac6e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273624"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:b05088417754804c7f107dab474a567b1c9b3e34a4994843c0575cbf95cbba9e_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:b05088417754804c7f107dab474a567b1c9b3e34a4994843c0575cbf95cbba9e_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:b05088417754804c7f107dab474a567b1c9b3e34a4994843c0575cbf95cbba9e_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-csi-snapshot-validation-webhook-rhel8@sha256%3Ab05088417754804c7f107dab474a567b1c9b3e34a4994843c0575cbf95cbba9e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273644"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:ea176aaa58b2221f5de2779c667e125a7bafe96976af540c484e222c1db57a26_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:ea176aaa58b2221f5de2779c667e125a7bafe96976af540c484e222c1db57a26_amd64",
                  "product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:ea176aaa58b2221f5de2779c667e125a7bafe96976af540c484e222c1db57a26_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/driver-toolkit-rhel8@sha256%3Aea176aaa58b2221f5de2779c667e125a7bafe96976af540c484e222c1db57a26?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775008432"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:1ea2b9a2f4d7b7fc5530f17ee7947890e42b08811bb733433addef5c9f9c18fc_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:1ea2b9a2f4d7b7fc5530f17ee7947890e42b08811bb733433addef5c9f9c18fc_amd64",
                  "product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:1ea2b9a2f4d7b7fc5530f17ee7947890e42b08811bb733433addef5c9f9c18fc_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/egress-router-cni-rhel8@sha256%3A1ea2b9a2f4d7b7fc5530f17ee7947890e42b08811bb733433addef5c9f9c18fc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273682"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:a7b3d5e7b5e9818bf3e9e76e5bd6659e4d02401c0147dcd09b582bf51b49d5f8_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:a7b3d5e7b5e9818bf3e9e76e5bd6659e4d02401c0147dcd09b582bf51b49d5f8_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:a7b3d5e7b5e9818bf3e9e76e5bd6659e4d02401c0147dcd09b582bf51b49d5f8_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-oauth-proxy@sha256%3Aa7b3d5e7b5e9818bf3e9e76e5bd6659e4d02401c0147dcd09b582bf51b49d5f8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273204"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:afd681cc60a6710e0a634125c69713243cd3cf3e90afcd5d255040cec4650c4e_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:afd681cc60a6710e0a634125c69713243cd3cf3e90afcd5d255040cec4650c4e_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:afd681cc60a6710e0a634125c69713243cd3cf3e90afcd5d255040cec4650c4e_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-prometheus-alertmanager@sha256%3Aafd681cc60a6710e0a634125c69713243cd3cf3e90afcd5d255040cec4650c4e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273220"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:1900dec8edce96bacc1081b6ac134870e34dce1042824138eb7449cb3ae8213d_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:1900dec8edce96bacc1081b6ac134870e34dce1042824138eb7449cb3ae8213d_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:1900dec8edce96bacc1081b6ac134870e34dce1042824138eb7449cb3ae8213d_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-prometheus-node-exporter@sha256%3A1900dec8edce96bacc1081b6ac134870e34dce1042824138eb7449cb3ae8213d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273208"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-prometheus@sha256:c9d3917fa516106b9bc38aaa5fe5a5d1d036d50957cdbe47f812ff98a5bd9232_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-prometheus@sha256:c9d3917fa516106b9bc38aaa5fe5a5d1d036d50957cdbe47f812ff98a5bd9232_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-prometheus@sha256:c9d3917fa516106b9bc38aaa5fe5a5d1d036d50957cdbe47f812ff98a5bd9232_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-prometheus@sha256%3Ac9d3917fa516106b9bc38aaa5fe5a5d1d036d50957cdbe47f812ff98a5bd9232?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273251"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:ea2b3205d15d386e227108c017fc57f30b406fffd9e5056f908d2e8c671cb99a_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:ea2b3205d15d386e227108c017fc57f30b406fffd9e5056f908d2e8c671cb99a_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:ea2b3205d15d386e227108c017fc57f30b406fffd9e5056f908d2e8c671cb99a_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-hypershift-rhel8@sha256%3Aea2b3205d15d386e227108c017fc57f30b406fffd9e5056f908d2e8c671cb99a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273850"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:849f13bf9b6fdbc73b671226f30aa208d7ed17bcca93239a83b6e6d14798ddbb_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:849f13bf9b6fdbc73b671226f30aa208d7ed17bcca93239a83b6e6d14798ddbb_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:849f13bf9b6fdbc73b671226f30aa208d7ed17bcca93239a83b6e6d14798ddbb_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-ibm-vpc-node-label-updater-rhel8@sha256%3A849f13bf9b6fdbc73b671226f30aa208d7ed17bcca93239a83b6e6d14798ddbb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273851"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:4ab1a473d800b1534fee2cf432542f80c4432bd1c0b9ded737be5205c1166682_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:4ab1a473d800b1534fee2cf432542f80c4432bd1c0b9ded737be5205c1166682_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:4ab1a473d800b1534fee2cf432542f80c4432bd1c0b9ded737be5205c1166682_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-ironic-rhel9@sha256%3A4ab1a473d800b1534fee2cf432542f80c4432bd1c0b9ded737be5205c1166682?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273102"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:bdab5ba35151ad3ebbff1bc42f9a3552f4a84a74e1b012ae28361cc445cf18c0_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:bdab5ba35151ad3ebbff1bc42f9a3552f4a84a74e1b012ae28361cc445cf18c0_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:bdab5ba35151ad3ebbff1bc42f9a3552f4a84a74e1b012ae28361cc445cf18c0_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-ironic-agent-rhel9@sha256%3Abdab5ba35151ad3ebbff1bc42f9a3552f4a84a74e1b012ae28361cc445cf18c0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273116"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:c424dae8014ffd562255425127d36b2c10941670ac7017f3e735d23e37a09331_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:c424dae8014ffd562255425127d36b2c10941670ac7017f3e735d23e37a09331_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:c424dae8014ffd562255425127d36b2c10941670ac7017f3e735d23e37a09331_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-ironic-machine-os-downloader-rhel9@sha256%3Ac424dae8014ffd562255425127d36b2c10941670ac7017f3e735d23e37a09331?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774488343"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:85271027624d2c40a69c871a90745e1a1ee63df5a1b62ced821c464b13ce67c4_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:85271027624d2c40a69c871a90745e1a1ee63df5a1b62ced821c464b13ce67c4_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:85271027624d2c40a69c871a90745e1a1ee63df5a1b62ced821c464b13ce67c4_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-ironic-static-ip-manager-rhel9@sha256%3A85271027624d2c40a69c871a90745e1a1ee63df5a1b62ced821c464b13ce67c4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273139"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:54a4a33424edf74a05faa54de795fdb22e8933cbea70f9338c5801d07673218b_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:54a4a33424edf74a05faa54de795fdb22e8933cbea70f9338c5801d07673218b_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:54a4a33424edf74a05faa54de795fdb22e8933cbea70f9338c5801d07673218b_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-kube-proxy@sha256%3A54a4a33424edf74a05faa54de795fdb22e8933cbea70f9338c5801d07673218b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273643"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:6e59b14824fe873149228dff4187a8af6fd809663335ac95925bd1b27b631b12_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:6e59b14824fe873149228dff4187a8af6fd809663335ac95925bd1b27b631b12_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:6e59b14824fe873149228dff4187a8af6fd809663335ac95925bd1b27b631b12_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-kube-rbac-proxy@sha256%3A6e59b14824fe873149228dff4187a8af6fd809663335ac95925bd1b27b631b12?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273871"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:c6c3994af5a862df916f642ab43f3f8e0a7ed2507cab7a89bf5a489f8232ef32_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:c6c3994af5a862df916f642ab43f3f8e0a7ed2507cab7a89bf5a489f8232ef32_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:c6c3994af5a862df916f642ab43f3f8e0a7ed2507cab7a89bf5a489f8232ef32_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-kube-state-metrics@sha256%3Ac6c3994af5a862df916f642ab43f3f8e0a7ed2507cab7a89bf5a489f8232ef32?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273589"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:0ac3bd20df0e39210299c8cd97def197cc09dbfd40450a27aaeabfceec67eb2a_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:0ac3bd20df0e39210299c8cd97def197cc09dbfd40450a27aaeabfceec67eb2a_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:0ac3bd20df0e39210299c8cd97def197cc09dbfd40450a27aaeabfceec67eb2a_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-kuryr-cni-rhel8@sha256%3A0ac3bd20df0e39210299c8cd97def197cc09dbfd40450a27aaeabfceec67eb2a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273224"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:5b6ecaee654c85b1b62f9522e6381b7b3d62bcae80be6b4f664ed27d07e54a0a_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:5b6ecaee654c85b1b62f9522e6381b7b3d62bcae80be6b4f664ed27d07e54a0a_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:5b6ecaee654c85b1b62f9522e6381b7b3d62bcae80be6b4f664ed27d07e54a0a_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-kuryr-controller-rhel8@sha256%3A5b6ecaee654c85b1b62f9522e6381b7b3d62bcae80be6b4f664ed27d07e54a0a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273183"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:664a98537a82dfa581ee6676ccab475dcd37847a9175a6416656b99e3aed251c_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:664a98537a82dfa581ee6676ccab475dcd37847a9175a6416656b99e3aed251c_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:664a98537a82dfa581ee6676ccab475dcd37847a9175a6416656b99e3aed251c_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-operator-marketplace@sha256%3A664a98537a82dfa581ee6676ccab475dcd37847a9175a6416656b99e3aed251c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273871"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-multus-cni@sha256:20ebce78341692c4b7cb989c9e72a878ebac1e05a86f863eab5d2ab26145cef1_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-multus-cni@sha256:20ebce78341692c4b7cb989c9e72a878ebac1e05a86f863eab5d2ab26145cef1_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-multus-cni@sha256:20ebce78341692c4b7cb989c9e72a878ebac1e05a86f863eab5d2ab26145cef1_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-multus-cni@sha256%3A20ebce78341692c4b7cb989c9e72a878ebac1e05a86f863eab5d2ab26145cef1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273626"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:1fd5e849fd3fb12348ad08bb99fce8c0b83cfa9cc1b27672e2d5a263b3e43d7e_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:1fd5e849fd3fb12348ad08bb99fce8c0b83cfa9cc1b27672e2d5a263b3e43d7e_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:1fd5e849fd3fb12348ad08bb99fce8c0b83cfa9cc1b27672e2d5a263b3e43d7e_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-multus-networkpolicy-rhel8@sha256%3A1fd5e849fd3fb12348ad08bb99fce8c0b83cfa9cc1b27672e2d5a263b3e43d7e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273654"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:9e8cb51366946aa9494d7d11e8b833431d49a31a9ffd331658f3cc8eb42e760a_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:9e8cb51366946aa9494d7d11e8b833431d49a31a9ffd331658f3cc8eb42e760a_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:9e8cb51366946aa9494d7d11e8b833431d49a31a9ffd331658f3cc8eb42e760a_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-oauth-server-rhel8@sha256%3A9e8cb51366946aa9494d7d11e8b833431d49a31a9ffd331658f3cc8eb42e760a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273601"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:07897e0b6cfc41a45b66cb32ce65f5a12dfca721cb270df5b8621b43211af78d_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:07897e0b6cfc41a45b66cb32ce65f5a12dfca721cb270df5b8621b43211af78d_amd64",
                  "product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:07897e0b6cfc41a45b66cb32ce65f5a12dfca721cb270df5b8621b43211af78d_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/oc-mirror-plugin-rhel8@sha256%3A07897e0b6cfc41a45b66cb32ce65f5a12dfca721cb270df5b8621b43211af78d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273622"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-docker-builder@sha256:18ad4765d1bc7b3fd2073d78a447d100713541ce12bca2541af8ede1ed63f627_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-docker-builder@sha256:18ad4765d1bc7b3fd2073d78a447d100713541ce12bca2541af8ede1ed63f627_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-docker-builder@sha256:18ad4765d1bc7b3fd2073d78a447d100713541ce12bca2541af8ede1ed63f627_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-docker-builder@sha256%3A18ad4765d1bc7b3fd2073d78a447d100713541ce12bca2541af8ede1ed63f627?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775134625"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-cli@sha256:3099f18f64217f3b3d8b31097e432c3521200e50257026e6716176429492dbea_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-cli@sha256:3099f18f64217f3b3d8b31097e432c3521200e50257026e6716176429492dbea_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-cli@sha256:3099f18f64217f3b3d8b31097e432c3521200e50257026e6716176429492dbea_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-cli@sha256%3A3099f18f64217f3b3d8b31097e432c3521200e50257026e6716176429492dbea?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273595"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-console@sha256:87fad183030127424138592d2eecac8fbe0ee15903892472da1bbc2f7a17dafb_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-console@sha256:87fad183030127424138592d2eecac8fbe0ee15903892472da1bbc2f7a17dafb_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-console@sha256:87fad183030127424138592d2eecac8fbe0ee15903892472da1bbc2f7a17dafb_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-console@sha256%3A87fad183030127424138592d2eecac8fbe0ee15903892472da1bbc2f7a17dafb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273871"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-console-operator@sha256:6f3b73ef30b07c78a41a3c382bd694b6d0579b9f6c712212ffc4dccc473ec38e_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-console-operator@sha256:6f3b73ef30b07c78a41a3c382bd694b6d0579b9f6c712212ffc4dccc473ec38e_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-console-operator@sha256:6f3b73ef30b07c78a41a3c382bd694b6d0579b9f6c712212ffc4dccc473ec38e_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-console-operator@sha256%3A6f3b73ef30b07c78a41a3c382bd694b6d0579b9f6c712212ffc4dccc473ec38e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774920331"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-deployer@sha256:277900af1e8886fc624d449575de6c1a4ece71433047771a048c95503cd4b63d_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-deployer@sha256:277900af1e8886fc624d449575de6c1a4ece71433047771a048c95503cd4b63d_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-deployer@sha256:277900af1e8886fc624d449575de6c1a4ece71433047771a048c95503cd4b63d_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-deployer@sha256%3A277900af1e8886fc624d449575de6c1a4ece71433047771a048c95503cd4b63d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774275292"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:b3c3b0db645b6f0417835c3ed772a3951391922bb3c5cbadb2a43f442ba32973_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:b3c3b0db645b6f0417835c3ed772a3951391922bb3c5cbadb2a43f442ba32973_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:b3c3b0db645b6f0417835c3ed772a3951391922bb3c5cbadb2a43f442ba32973_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-haproxy-router@sha256%3Ab3c3b0db645b6f0417835c3ed772a3951391922bb3c5cbadb2a43f442ba32973?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774275490"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-hyperkube@sha256:5223a1167eef6883337ffc9ad6208b1294759bdc11887be78e0b5646120fbb46_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-hyperkube@sha256:5223a1167eef6883337ffc9ad6208b1294759bdc11887be78e0b5646120fbb46_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-hyperkube@sha256:5223a1167eef6883337ffc9ad6208b1294759bdc11887be78e0b5646120fbb46_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-hyperkube@sha256%3A5223a1167eef6883337ffc9ad6208b1294759bdc11887be78e0b5646120fbb46?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273588"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:933625dfe48f30c696d53216d0ce83ef1d04287474f4da22caa1b71c5cccd243_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:933625dfe48f30c696d53216d0ce83ef1d04287474f4da22caa1b71c5cccd243_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:933625dfe48f30c696d53216d0ce83ef1d04287474f4da22caa1b71c5cccd243_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-keepalived-ipfailover@sha256%3A933625dfe48f30c696d53216d0ce83ef1d04287474f4da22caa1b71c5cccd243?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273663"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-pod@sha256:233135301f43df0d95306476b51380964d76e61f9feb3f5635f36577f485b296_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-pod@sha256:233135301f43df0d95306476b51380964d76e61f9feb3f5635f36577f485b296_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-pod@sha256:233135301f43df0d95306476b51380964d76e61f9feb3f5635f36577f485b296_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-pod@sha256%3A233135301f43df0d95306476b51380964d76e61f9feb3f5635f36577f485b296?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273782"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-docker-registry@sha256:ff1c0e7168620f0d918a35fcae28807a5d35142ba39ac38b42b369e84f940592_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-docker-registry@sha256:ff1c0e7168620f0d918a35fcae28807a5d35142ba39ac38b42b369e84f940592_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-docker-registry@sha256:ff1c0e7168620f0d918a35fcae28807a5d35142ba39ac38b42b369e84f940592_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-docker-registry@sha256%3Aff1c0e7168620f0d918a35fcae28807a5d35142ba39ac38b42b369e84f940592?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273593"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-tests@sha256:fa61b297912eacc2a454271471327fd99b5effdbf1b34ad2f160f748361e4cb8_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-tests@sha256:fa61b297912eacc2a454271471327fd99b5effdbf1b34ad2f160f748361e4cb8_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-tests@sha256:fa61b297912eacc2a454271471327fd99b5effdbf1b34ad2f160f748361e4cb8_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-tests@sha256%3Afa61b297912eacc2a454271471327fd99b5effdbf1b34ad2f160f748361e4cb8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775008772"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:78ed37edd0e5a0505d750db3fd83d7d2dcf37d8efe05d8a1d37f7e02785269e8_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:78ed37edd0e5a0505d750db3fd83d7d2dcf37d8efe05d8a1d37f7e02785269e8_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:78ed37edd0e5a0505d750db3fd83d7d2dcf37d8efe05d8a1d37f7e02785269e8_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-openshift-state-metrics-rhel8@sha256%3A78ed37edd0e5a0505d750db3fd83d7d2dcf37d8efe05d8a1d37f7e02785269e8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273556"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:6382c37f5d5ad83e7f30e1829156d165fcd39712e1f09d09b1faafc433939020_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:6382c37f5d5ad83e7f30e1829156d165fcd39712e1f09d09b1faafc433939020_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:6382c37f5d5ad83e7f30e1829156d165fcd39712e1f09d09b1faafc433939020_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-operator-lifecycle-manager@sha256%3A6382c37f5d5ad83e7f30e1829156d165fcd39712e1f09d09b1faafc433939020?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273669"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-operator-registry@sha256:a840a67f583d6a1c7bb50b605f7bd11822637d139d82a2160074529c0cc94bf6_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-operator-registry@sha256:a840a67f583d6a1c7bb50b605f7bd11822637d139d82a2160074529c0cc94bf6_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-operator-registry@sha256:a840a67f583d6a1c7bb50b605f7bd11822637d139d82a2160074529c0cc94bf6_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-operator-registry@sha256%3Aa840a67f583d6a1c7bb50b605f7bd11822637d139d82a2160074529c0cc94bf6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273590"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:fa11107a683b5865b60eb6ee2f7775f38435dabea911f29f153ef3e276ff8392_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:fa11107a683b5865b60eb6ee2f7775f38435dabea911f29f153ef3e276ff8392_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:fa11107a683b5865b60eb6ee2f7775f38435dabea911f29f153ef3e276ff8392_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-agent-installer-api-server-rhel8@sha256%3Afa11107a683b5865b60eb6ee2f7775f38435dabea911f29f153ef3e276ff8392?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774342757"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:817d53180ad42429be7b186b53e170f85761e37290e92c8ace1dc596cd69abd9_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:817d53180ad42429be7b186b53e170f85761e37290e92c8ace1dc596cd69abd9_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:817d53180ad42429be7b186b53e170f85761e37290e92c8ace1dc596cd69abd9_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-agent-installer-csr-approver-rhel8@sha256%3A817d53180ad42429be7b186b53e170f85761e37290e92c8ace1dc596cd69abd9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774275346"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:026a2b8dba8963c1f3fba4390d141f78a4522b4a92e9e3e122616c504c4700dd_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:026a2b8dba8963c1f3fba4390d141f78a4522b4a92e9e3e122616c504c4700dd_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:026a2b8dba8963c1f3fba4390d141f78a4522b4a92e9e3e122616c504c4700dd_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-agent-installer-node-agent-rhel8@sha256%3A026a2b8dba8963c1f3fba4390d141f78a4522b4a92e9e3e122616c504c4700dd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273503"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:66de4da18b029c81239b4c96df4921eb02a88b2bc08b9fe7187a811132797d06_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:66de4da18b029c81239b4c96df4921eb02a88b2bc08b9fe7187a811132797d06_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:66de4da18b029c81239b4c96df4921eb02a88b2bc08b9fe7187a811132797d06_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-agent-installer-orchestrator-rhel8@sha256%3A66de4da18b029c81239b4c96df4921eb02a88b2bc08b9fe7187a811132797d06?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273674"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:308d6a269ed740459f7e040f0b0083f0b720291fcc2dd95871bab45ea18230c5_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:308d6a269ed740459f7e040f0b0083f0b720291fcc2dd95871bab45ea18230c5_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:308d6a269ed740459f7e040f0b0083f0b720291fcc2dd95871bab45ea18230c5_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-alibaba-cloud-controller-manager-rhel8@sha256%3A308d6a269ed740459f7e040f0b0083f0b720291fcc2dd95871bab45ea18230c5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273606"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:ecc9b99e4eccca0bda2fe55df2b236b6ba794eecb494c36efd67d9b821bcaf36_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:ecc9b99e4eccca0bda2fe55df2b236b6ba794eecb494c36efd67d9b821bcaf36_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:ecc9b99e4eccca0bda2fe55df2b236b6ba794eecb494c36efd67d9b821bcaf36_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-alibaba-cloud-csi-driver-container-rhel8@sha256%3Aecc9b99e4eccca0bda2fe55df2b236b6ba794eecb494c36efd67d9b821bcaf36?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774963361"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ebab0d1ba9cc3070cdf1b4307f8d18b5f2551efb88ca9ad84ea1a303759a2849_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ebab0d1ba9cc3070cdf1b4307f8d18b5f2551efb88ca9ad84ea1a303759a2849_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ebab0d1ba9cc3070cdf1b4307f8d18b5f2551efb88ca9ad84ea1a303759a2849_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256%3Aebab0d1ba9cc3070cdf1b4307f8d18b5f2551efb88ca9ad84ea1a303759a2849?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273549"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:f55b72e9217fd2f6a24f223ead4a8821ef4b4dbff82d972f9e2fb52eae665a48_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:f55b72e9217fd2f6a24f223ead4a8821ef4b4dbff82d972f9e2fb52eae665a48_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:f55b72e9217fd2f6a24f223ead4a8821ef4b4dbff82d972f9e2fb52eae665a48_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-alibaba-machine-controllers-rhel8@sha256%3Af55b72e9217fd2f6a24f223ead4a8821ef4b4dbff82d972f9e2fb52eae665a48?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273548"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:7dc74bec1511f4eb6dd8c6d2fd0f335673d9ac3fb5c02e1625fc723e325639cb_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:7dc74bec1511f4eb6dd8c6d2fd0f335673d9ac3fb5c02e1625fc723e325639cb_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:7dc74bec1511f4eb6dd8c6d2fd0f335673d9ac3fb5c02e1625fc723e325639cb_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-apiserver-network-proxy-rhel8@sha256%3A7dc74bec1511f4eb6dd8c6d2fd0f335673d9ac3fb5c02e1625fc723e325639cb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273680"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:7f20e9fe1854026e79321db57a779049044942e711cb9c8d7c98d77e9c8eb774_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:7f20e9fe1854026e79321db57a779049044942e711cb9c8d7c98d77e9c8eb774_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:7f20e9fe1854026e79321db57a779049044942e711cb9c8d7c98d77e9c8eb774_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-aws-cloud-controller-manager-rhel8@sha256%3A7f20e9fe1854026e79321db57a779049044942e711cb9c8d7c98d77e9c8eb774?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273632"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:18c130d72eeb5ae2ce85eda4893c409a1a45b1742f9f15feeafa758c1be9983b_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:18c130d72eeb5ae2ce85eda4893c409a1a45b1742f9f15feeafa758c1be9983b_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:18c130d72eeb5ae2ce85eda4893c409a1a45b1742f9f15feeafa758c1be9983b_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-aws-cluster-api-controllers-rhel8@sha256%3A18c130d72eeb5ae2ce85eda4893c409a1a45b1742f9f15feeafa758c1be9983b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273643"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:b69db2450640c59703f5e0c5034e918b8dde65a888a541c1841048652568ec3c_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:b69db2450640c59703f5e0c5034e918b8dde65a888a541c1841048652568ec3c_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:b69db2450640c59703f5e0c5034e918b8dde65a888a541c1841048652568ec3c_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-aws-ebs-csi-driver-rhel8@sha256%3Ab69db2450640c59703f5e0c5034e918b8dde65a888a541c1841048652568ec3c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273551"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:06a57351380b93ef9a117e0ffcfda158fd45bd1dc843351815e1e3db241180f7_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:06a57351380b93ef9a117e0ffcfda158fd45bd1dc843351815e1e3db241180f7_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:06a57351380b93ef9a117e0ffcfda158fd45bd1dc843351815e1e3db241180f7_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-aws-ebs-csi-driver-rhel8-operator@sha256%3A06a57351380b93ef9a117e0ffcfda158fd45bd1dc843351815e1e3db241180f7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273849"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:1463d5e44fdac9403da59ee6e284aa710ecae332dd39fa01a76bd35190be7296_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:1463d5e44fdac9403da59ee6e284aa710ecae332dd39fa01a76bd35190be7296_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:1463d5e44fdac9403da59ee6e284aa710ecae332dd39fa01a76bd35190be7296_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-aws-pod-identity-webhook-rhel8@sha256%3A1463d5e44fdac9403da59ee6e284aa710ecae332dd39fa01a76bd35190be7296?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273614"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:87deafddc68ee81d902a3e9daa2d15a23ee7a3c7f681e90af5115f05f01b9f07_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:87deafddc68ee81d902a3e9daa2d15a23ee7a3c7f681e90af5115f05f01b9f07_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:87deafddc68ee81d902a3e9daa2d15a23ee7a3c7f681e90af5115f05f01b9f07_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-azure-cloud-controller-manager-rhel8@sha256%3A87deafddc68ee81d902a3e9daa2d15a23ee7a3c7f681e90af5115f05f01b9f07?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273712"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:958adc6d36ab8c6a35b610bc3a644680beb8d871177b5b0c21f88d86b3c640f0_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:958adc6d36ab8c6a35b610bc3a644680beb8d871177b5b0c21f88d86b3c640f0_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:958adc6d36ab8c6a35b610bc3a644680beb8d871177b5b0c21f88d86b3c640f0_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-azure-cloud-node-manager-rhel8@sha256%3A958adc6d36ab8c6a35b610bc3a644680beb8d871177b5b0c21f88d86b3c640f0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273599"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:ba0f45ed1a9771fcd81f654b37a122390a10d290617c528b9735b072699ffdcc_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:ba0f45ed1a9771fcd81f654b37a122390a10d290617c528b9735b072699ffdcc_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:ba0f45ed1a9771fcd81f654b37a122390a10d290617c528b9735b072699ffdcc_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-azure-cluster-api-controllers-rhel8@sha256%3Aba0f45ed1a9771fcd81f654b37a122390a10d290617c528b9735b072699ffdcc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775049459"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:41020def8f677b07a7fd2ad6578706f780ae5497410ddbff1f1b1d77bb9c3a11_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:41020def8f677b07a7fd2ad6578706f780ae5497410ddbff1f1b1d77bb9c3a11_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:41020def8f677b07a7fd2ad6578706f780ae5497410ddbff1f1b1d77bb9c3a11_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-azure-disk-csi-driver-rhel8@sha256%3A41020def8f677b07a7fd2ad6578706f780ae5497410ddbff1f1b1d77bb9c3a11?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273663"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:a12f046144082f59a54d0fe55779031598576281508d7815728ab627d7062ad2_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:a12f046144082f59a54d0fe55779031598576281508d7815728ab627d7062ad2_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:a12f046144082f59a54d0fe55779031598576281508d7815728ab627d7062ad2_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-azure-disk-csi-driver-rhel8-operator@sha256%3Aa12f046144082f59a54d0fe55779031598576281508d7815728ab627d7062ad2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273584"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:69222c49cce633746329650212a2145f5637cd4e4e1b17f7c63213e667149d30_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:69222c49cce633746329650212a2145f5637cd4e4e1b17f7c63213e667149d30_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:69222c49cce633746329650212a2145f5637cd4e4e1b17f7c63213e667149d30_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-baremetal-installer-rhel8@sha256%3A69222c49cce633746329650212a2145f5637cd4e4e1b17f7c63213e667149d30?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774274008"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:2df8e1c3d92b19e7fa549fa5805cb50c9540cff273dbec229d65e01b29405e14_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:2df8e1c3d92b19e7fa549fa5805cb50c9540cff273dbec229d65e01b29405e14_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:2df8e1c3d92b19e7fa549fa5805cb50c9540cff273dbec229d65e01b29405e14_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-baremetal-rhel8-operator@sha256%3A2df8e1c3d92b19e7fa549fa5805cb50c9540cff273dbec229d65e01b29405e14?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273637"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:466d46b1b0f5a512aafcda488c0dee165dee914e46d79411222bafe88280e204_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:466d46b1b0f5a512aafcda488c0dee165dee914e46d79411222bafe88280e204_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:466d46b1b0f5a512aafcda488c0dee165dee914e46d79411222bafe88280e204_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-cli-artifacts@sha256%3A466d46b1b0f5a512aafcda488c0dee165dee914e46d79411222bafe88280e204?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774275505"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:e45a10dcbf018c346dd3ad5d9d012457a92221e7b572c729ab766a3804f43c66_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:e45a10dcbf018c346dd3ad5d9d012457a92221e7b572c729ab766a3804f43c66_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:e45a10dcbf018c346dd3ad5d9d012457a92221e7b572c729ab766a3804f43c66_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-cloud-credential-operator@sha256%3Ae45a10dcbf018c346dd3ad5d9d012457a92221e7b572c729ab766a3804f43c66?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273552"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:a76dccf4659d7bd7be8e79b96859aaefb390cb2c09b875ed9308d171cd5e1d4e_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:a76dccf4659d7bd7be8e79b96859aaefb390cb2c09b875ed9308d171cd5e1d4e_amd64",
                  "product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:a76dccf4659d7bd7be8e79b96859aaefb390cb2c09b875ed9308d171cd5e1d4e_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/cloud-network-config-controller-rhel8@sha256%3Aa76dccf4659d7bd7be8e79b96859aaefb390cb2c09b875ed9308d171cd5e1d4e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273562"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:2e189e34b90488c68b81c5067548941c105ef34cf62826e2b00f5bf9048fd231_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:2e189e34b90488c68b81c5067548941c105ef34cf62826e2b00f5bf9048fd231_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:2e189e34b90488c68b81c5067548941c105ef34cf62826e2b00f5bf9048fd231_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-cluster-api-rhel8@sha256%3A2e189e34b90488c68b81c5067548941c105ef34cf62826e2b00f5bf9048fd231?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273631"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:b118e5d8271a4697d04dcdf1241e97545fe64257474728de10fd3e94cf2f29b6_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:b118e5d8271a4697d04dcdf1241e97545fe64257474728de10fd3e94cf2f29b6_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:b118e5d8271a4697d04dcdf1241e97545fe64257474728de10fd3e94cf2f29b6_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-cluster-authentication-operator@sha256%3Ab118e5d8271a4697d04dcdf1241e97545fe64257474728de10fd3e94cf2f29b6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273612"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:72dbf5831fb7b0d60f1e056320b6ed0c88d8b2414222d69279f11aa5a4d1e1f3_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:72dbf5831fb7b0d60f1e056320b6ed0c88d8b2414222d69279f11aa5a4d1e1f3_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:72dbf5831fb7b0d60f1e056320b6ed0c88d8b2414222d69279f11aa5a4d1e1f3_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-cluster-autoscaler-operator@sha256%3A72dbf5831fb7b0d60f1e056320b6ed0c88d8b2414222d69279f11aa5a4d1e1f3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273548"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:f209c22b0bedeaad97eaf23590586efa0f60cdc857d83bd2b3cfd96016c77120_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:f209c22b0bedeaad97eaf23590586efa0f60cdc857d83bd2b3cfd96016c77120_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:f209c22b0bedeaad97eaf23590586efa0f60cdc857d83bd2b3cfd96016c77120_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-cluster-baremetal-operator-rhel8@sha256%3Af209c22b0bedeaad97eaf23590586efa0f60cdc857d83bd2b3cfd96016c77120?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273512"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:bc7d1d7e104915ed2d720eb7b910110c7e2025e5967eff8411da4bbe24111d10_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:bc7d1d7e104915ed2d720eb7b910110c7e2025e5967eff8411da4bbe24111d10_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:bc7d1d7e104915ed2d720eb7b910110c7e2025e5967eff8411da4bbe24111d10_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-cluster-bootstrap@sha256%3Abc7d1d7e104915ed2d720eb7b910110c7e2025e5967eff8411da4bbe24111d10?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273673"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:a9d4fe916ef6b967072ed9e8f9fe1ee08301ea22638f65e2e8ec71f71642cf3a_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:a9d4fe916ef6b967072ed9e8f9fe1ee08301ea22638f65e2e8ec71f71642cf3a_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:a9d4fe916ef6b967072ed9e8f9fe1ee08301ea22638f65e2e8ec71f71642cf3a_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-cluster-capi-operator-container-rhel8@sha256%3Aa9d4fe916ef6b967072ed9e8f9fe1ee08301ea22638f65e2e8ec71f71642cf3a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273769"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:a9d4fe916ef6b967072ed9e8f9fe1ee08301ea22638f65e2e8ec71f71642cf3a_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:a9d4fe916ef6b967072ed9e8f9fe1ee08301ea22638f65e2e8ec71f71642cf3a_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:a9d4fe916ef6b967072ed9e8f9fe1ee08301ea22638f65e2e8ec71f71642cf3a_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-cluster-capi-operator-container-rhel8@sha256%3Aa9d4fe916ef6b967072ed9e8f9fe1ee08301ea22638f65e2e8ec71f71642cf3a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273769"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:83a698a36e8064ad26ce68e787ee5fdbe6bfa9e4db3b7ee749f1201f55f40f04_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:83a698a36e8064ad26ce68e787ee5fdbe6bfa9e4db3b7ee749f1201f55f40f04_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:83a698a36e8064ad26ce68e787ee5fdbe6bfa9e4db3b7ee749f1201f55f40f04_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-cluster-cloud-controller-manager-operator-rhel8@sha256%3A83a698a36e8064ad26ce68e787ee5fdbe6bfa9e4db3b7ee749f1201f55f40f04?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273609"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:f194fc68f03cd0006c9dea837e323747d7cb3efd3c3beec3bc4b34bac5061178_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:f194fc68f03cd0006c9dea837e323747d7cb3efd3c3beec3bc4b34bac5061178_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:f194fc68f03cd0006c9dea837e323747d7cb3efd3c3beec3bc4b34bac5061178_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-cluster-config-operator@sha256%3Af194fc68f03cd0006c9dea837e323747d7cb3efd3c3beec3bc4b34bac5061178?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273559"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:525637ae352d872bf4f7c5234c04f8226ba9df0efdcba0e8453b8fcd78d10f3f_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:525637ae352d872bf4f7c5234c04f8226ba9df0efdcba0e8453b8fcd78d10f3f_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:525637ae352d872bf4f7c5234c04f8226ba9df0efdcba0e8453b8fcd78d10f3f_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-cluster-control-plane-machine-set-operator-rhel8@sha256%3A525637ae352d872bf4f7c5234c04f8226ba9df0efdcba0e8453b8fcd78d10f3f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273696"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:bc9cf34f16a511bfb3f5308a8d0b0421c1f04aa79493493200e7bd4a4c24a1a4_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:bc9cf34f16a511bfb3f5308a8d0b0421c1f04aa79493493200e7bd4a4c24a1a4_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:bc9cf34f16a511bfb3f5308a8d0b0421c1f04aa79493493200e7bd4a4c24a1a4_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256%3Abc9cf34f16a511bfb3f5308a8d0b0421c1f04aa79493493200e7bd4a4c24a1a4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273748"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:8c4a1104d1d1e6b32f8236f6d30053d651c1aa645786b4e29e0a4a4a11b32b82_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:8c4a1104d1d1e6b32f8236f6d30053d651c1aa645786b4e29e0a4a4a11b32b82_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:8c4a1104d1d1e6b32f8236f6d30053d651c1aa645786b4e29e0a4a4a11b32b82_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-cluster-dns-operator@sha256%3A8c4a1104d1d1e6b32f8236f6d30053d651c1aa645786b4e29e0a4a4a11b32b82?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273670"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:2b7bc0385cd19fa35a3e40297421cab9a655345168f46cd446e999d658c40954_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:2b7bc0385cd19fa35a3e40297421cab9a655345168f46cd446e999d658c40954_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:2b7bc0385cd19fa35a3e40297421cab9a655345168f46cd446e999d658c40954_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-cluster-image-registry-operator@sha256%3A2b7bc0385cd19fa35a3e40297421cab9a655345168f46cd446e999d658c40954?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273670"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:1f2c507d5bd656b77ddf62afa7a5beee6b2e40b2c6684bde2302b69e399d3457_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:1f2c507d5bd656b77ddf62afa7a5beee6b2e40b2c6684bde2302b69e399d3457_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:1f2c507d5bd656b77ddf62afa7a5beee6b2e40b2c6684bde2302b69e399d3457_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-cluster-ingress-operator@sha256%3A1f2c507d5bd656b77ddf62afa7a5beee6b2e40b2c6684bde2302b69e399d3457?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273549"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:ae88a55cfbe6f011c5a77cc62fedce5560720e4a461333d7720f95e6707a024f_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:ae88a55cfbe6f011c5a77cc62fedce5560720e4a461333d7720f95e6707a024f_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:ae88a55cfbe6f011c5a77cc62fedce5560720e4a461333d7720f95e6707a024f_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-cluster-kube-apiserver-operator@sha256%3Aae88a55cfbe6f011c5a77cc62fedce5560720e4a461333d7720f95e6707a024f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273704"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:846da5b7934e0bca4b9b8d0c289099d8f26edb5671aee4c0aad0ded254d7c865_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:846da5b7934e0bca4b9b8d0c289099d8f26edb5671aee4c0aad0ded254d7c865_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:846da5b7934e0bca4b9b8d0c289099d8f26edb5671aee4c0aad0ded254d7c865_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-cluster-kube-cluster-api-rhel8-operator@sha256%3A846da5b7934e0bca4b9b8d0c289099d8f26edb5671aee4c0aad0ded254d7c865?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273902"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:2fc52ee54de443cc4fd6a5233652419d7c8476e44dad3a86e3bdbe2a64090cf0_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:2fc52ee54de443cc4fd6a5233652419d7c8476e44dad3a86e3bdbe2a64090cf0_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:2fc52ee54de443cc4fd6a5233652419d7c8476e44dad3a86e3bdbe2a64090cf0_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-cluster-kube-controller-manager-operator@sha256%3A2fc52ee54de443cc4fd6a5233652419d7c8476e44dad3a86e3bdbe2a64090cf0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273533"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:ade0f8bff2f7e8b0b2226b51c86e0de23085db3653a5c7c4b96b00418960f152_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:ade0f8bff2f7e8b0b2226b51c86e0de23085db3653a5c7c4b96b00418960f152_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:ade0f8bff2f7e8b0b2226b51c86e0de23085db3653a5c7c4b96b00418960f152_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-cluster-kube-scheduler-operator@sha256%3Aade0f8bff2f7e8b0b2226b51c86e0de23085db3653a5c7c4b96b00418960f152?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273674"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:723c0e4616dd8848d13f616cf73fbc8a88344fb798afea6ab9608fcd6ab0aeec_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:723c0e4616dd8848d13f616cf73fbc8a88344fb798afea6ab9608fcd6ab0aeec_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:723c0e4616dd8848d13f616cf73fbc8a88344fb798afea6ab9608fcd6ab0aeec_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256%3A723c0e4616dd8848d13f616cf73fbc8a88344fb798afea6ab9608fcd6ab0aeec?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273605"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:04e60f58e94cbc354e56f5f2ad8466821169f16a477311db03e492e09923a15d_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:04e60f58e94cbc354e56f5f2ad8466821169f16a477311db03e492e09923a15d_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:04e60f58e94cbc354e56f5f2ad8466821169f16a477311db03e492e09923a15d_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-cluster-machine-approver@sha256%3A04e60f58e94cbc354e56f5f2ad8466821169f16a477311db03e492e09923a15d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273792"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:f3909b189c2f1b808237a58fb9cc8d5f61f0b31c165c26b383cec1e52a3fea6e_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:f3909b189c2f1b808237a58fb9cc8d5f61f0b31c165c26b383cec1e52a3fea6e_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:f3909b189c2f1b808237a58fb9cc8d5f61f0b31c165c26b383cec1e52a3fea6e_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-cluster-openshift-apiserver-operator@sha256%3Af3909b189c2f1b808237a58fb9cc8d5f61f0b31c165c26b383cec1e52a3fea6e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273672"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:2340dcffec2e3ec9424e6d1f8b3c863795d253226b06b37b658185bf1501425e_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:2340dcffec2e3ec9424e6d1f8b3c863795d253226b06b37b658185bf1501425e_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:2340dcffec2e3ec9424e6d1f8b3c863795d253226b06b37b658185bf1501425e_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-cluster-openshift-controller-manager-operator@sha256%3A2340dcffec2e3ec9424e6d1f8b3c863795d253226b06b37b658185bf1501425e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273613"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:fa8c1ac957b0a7a56277f0aa191820e5c5acd220c61c088147f33b9e193b7b69_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:fa8c1ac957b0a7a56277f0aa191820e5c5acd220c61c088147f33b9e193b7b69_amd64",
                  "product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:fa8c1ac957b0a7a56277f0aa191820e5c5acd220c61c088147f33b9e193b7b69_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ovirt-csi-driver-rhel8-operator@sha256%3Afa8c1ac957b0a7a56277f0aa191820e5c5acd220c61c088147f33b9e193b7b69?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273797"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:b9b6693c4900557493df451691f5ab9a1fc19af824a0e37cbd8c78b01e0ce45b_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:b9b6693c4900557493df451691f5ab9a1fc19af824a0e37cbd8c78b01e0ce45b_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:b9b6693c4900557493df451691f5ab9a1fc19af824a0e37cbd8c78b01e0ce45b_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-cluster-platform-operators-manager-rhel8@sha256%3Ab9b6693c4900557493df451691f5ab9a1fc19af824a0e37cbd8c78b01e0ce45b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273622"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:a991143dee7144711f7c3ba90b733c963ab4d9ac5af1f3f84fd1eaf74cf8b224_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:a991143dee7144711f7c3ba90b733c963ab4d9ac5af1f3f84fd1eaf74cf8b224_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:a991143dee7144711f7c3ba90b733c963ab4d9ac5af1f3f84fd1eaf74cf8b224_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-cluster-samples-operator@sha256%3Aa991143dee7144711f7c3ba90b733c963ab4d9ac5af1f3f84fd1eaf74cf8b224?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273207"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:c17c0308120d9b122ba4bef1509cbcf09086d53c31c620f0cd1dccff035999c2_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:c17c0308120d9b122ba4bef1509cbcf09086d53c31c620f0cd1dccff035999c2_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:c17c0308120d9b122ba4bef1509cbcf09086d53c31c620f0cd1dccff035999c2_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-cluster-update-keys@sha256%3Ac17c0308120d9b122ba4bef1509cbcf09086d53c31c620f0cd1dccff035999c2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273515"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:a5aa476e2f95acec73201c492af9d4838c8a32d915e403ab2d25e95e668e532c_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:a5aa476e2f95acec73201c492af9d4838c8a32d915e403ab2d25e95e668e532c_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:a5aa476e2f95acec73201c492af9d4838c8a32d915e403ab2d25e95e668e532c_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-container-networking-plugins-rhel8@sha256%3Aa5aa476e2f95acec73201c492af9d4838c8a32d915e403ab2d25e95e668e532c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273833"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:3af8b80bc53846297b49783aa71e4b3883d973b7bf0fe7e902cb48800302c90f_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:3af8b80bc53846297b49783aa71e4b3883d973b7bf0fe7e902cb48800302c90f_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:3af8b80bc53846297b49783aa71e4b3883d973b7bf0fe7e902cb48800302c90f_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-csi-driver-shared-resource-rhel8@sha256%3A3af8b80bc53846297b49783aa71e4b3883d973b7bf0fe7e902cb48800302c90f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273924"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:9d6858e84ee669d7c01bc536ff57069633db2c20d7957556aa5e66cd1a9efd14_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:9d6858e84ee669d7c01bc536ff57069633db2c20d7957556aa5e66cd1a9efd14_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:9d6858e84ee669d7c01bc536ff57069633db2c20d7957556aa5e66cd1a9efd14_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-csi-driver-shared-resource-operator-rhel8@sha256%3A9d6858e84ee669d7c01bc536ff57069633db2c20d7957556aa5e66cd1a9efd14?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273787"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:bf95c056390ae6ae71d2bcc38a3c4fdbde0c27139c24b8098b3b2246be82ee89_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:bf95c056390ae6ae71d2bcc38a3c4fdbde0c27139c24b8098b3b2246be82ee89_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:bf95c056390ae6ae71d2bcc38a3c4fdbde0c27139c24b8098b3b2246be82ee89_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-csi-driver-shared-resource-webhook-rhel8@sha256%3Abf95c056390ae6ae71d2bcc38a3c4fdbde0c27139c24b8098b3b2246be82ee89?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273584"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:b7d9ac0a83896b5ad2c63020c215812973d57d689ac90ee0eeafbbe193e574d3_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:b7d9ac0a83896b5ad2c63020c215812973d57d689ac90ee0eeafbbe193e574d3_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:b7d9ac0a83896b5ad2c63020c215812973d57d689ac90ee0eeafbbe193e574d3_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-csi-external-resizer@sha256%3Ab7d9ac0a83896b5ad2c63020c215812973d57d689ac90ee0eeafbbe193e574d3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273800"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:b7d9ac0a83896b5ad2c63020c215812973d57d689ac90ee0eeafbbe193e574d3_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:b7d9ac0a83896b5ad2c63020c215812973d57d689ac90ee0eeafbbe193e574d3_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:b7d9ac0a83896b5ad2c63020c215812973d57d689ac90ee0eeafbbe193e574d3_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-csi-external-resizer@sha256%3Ab7d9ac0a83896b5ad2c63020c215812973d57d689ac90ee0eeafbbe193e574d3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273800"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:2b8ea21a57841debda1dbc79f5b3dc26f93852c5a9d8233fe73520f2cc27a95b_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:2b8ea21a57841debda1dbc79f5b3dc26f93852c5a9d8233fe73520f2cc27a95b_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:2b8ea21a57841debda1dbc79f5b3dc26f93852c5a9d8233fe73520f2cc27a95b_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-csi-external-snapshotter@sha256%3A2b8ea21a57841debda1dbc79f5b3dc26f93852c5a9d8233fe73520f2cc27a95b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273950"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:2b8ea21a57841debda1dbc79f5b3dc26f93852c5a9d8233fe73520f2cc27a95b_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:2b8ea21a57841debda1dbc79f5b3dc26f93852c5a9d8233fe73520f2cc27a95b_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:2b8ea21a57841debda1dbc79f5b3dc26f93852c5a9d8233fe73520f2cc27a95b_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-csi-external-snapshotter@sha256%3A2b8ea21a57841debda1dbc79f5b3dc26f93852c5a9d8233fe73520f2cc27a95b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273950"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:5706b2d6e989ec2e7dbe6d0c9b9371b5537d0dc40848f584ac8b8f50cc0ab41a_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:5706b2d6e989ec2e7dbe6d0c9b9371b5537d0dc40848f584ac8b8f50cc0ab41a_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:5706b2d6e989ec2e7dbe6d0c9b9371b5537d0dc40848f584ac8b8f50cc0ab41a_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-csi-snapshot-controller@sha256%3A5706b2d6e989ec2e7dbe6d0c9b9371b5537d0dc40848f584ac8b8f50cc0ab41a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273678"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:5706b2d6e989ec2e7dbe6d0c9b9371b5537d0dc40848f584ac8b8f50cc0ab41a_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:5706b2d6e989ec2e7dbe6d0c9b9371b5537d0dc40848f584ac8b8f50cc0ab41a_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:5706b2d6e989ec2e7dbe6d0c9b9371b5537d0dc40848f584ac8b8f50cc0ab41a_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-csi-snapshot-controller@sha256%3A5706b2d6e989ec2e7dbe6d0c9b9371b5537d0dc40848f584ac8b8f50cc0ab41a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273678"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-etcd@sha256:b9d2a3dd7d27b8c3bb744d653344af0d1acc7116d2075525e95ba824929a4404_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-etcd@sha256:b9d2a3dd7d27b8c3bb744d653344af0d1acc7116d2075525e95ba824929a4404_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-etcd@sha256:b9d2a3dd7d27b8c3bb744d653344af0d1acc7116d2075525e95ba824929a4404_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-etcd@sha256%3Ab9d2a3dd7d27b8c3bb744d653344af0d1acc7116d2075525e95ba824929a4404?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273668"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:6a82dc74e87e1e69b71f4741e3dfd0a41c6cac12d8dc5a94c535357931166de7_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:6a82dc74e87e1e69b71f4741e3dfd0a41c6cac12d8dc5a94c535357931166de7_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:6a82dc74e87e1e69b71f4741e3dfd0a41c6cac12d8dc5a94c535357931166de7_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-gcp-cloud-controller-manager-rhel8@sha256%3A6a82dc74e87e1e69b71f4741e3dfd0a41c6cac12d8dc5a94c535357931166de7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273637"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:ca28d78de4aa3c56385c63a9bb87f16d19ae2c4f8579c07244f8e66b3dcd0d7c_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:ca28d78de4aa3c56385c63a9bb87f16d19ae2c4f8579c07244f8e66b3dcd0d7c_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:ca28d78de4aa3c56385c63a9bb87f16d19ae2c4f8579c07244f8e66b3dcd0d7c_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-gcp-cluster-api-controllers-rhel8@sha256%3Aca28d78de4aa3c56385c63a9bb87f16d19ae2c4f8579c07244f8e66b3dcd0d7c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273612"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:8fa6d481a3fc93722f1c704761e9a548b0cf886424a9dd55e3c9bd60bb888d11_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:8fa6d481a3fc93722f1c704761e9a548b0cf886424a9dd55e3c9bd60bb888d11_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:8fa6d481a3fc93722f1c704761e9a548b0cf886424a9dd55e3c9bd60bb888d11_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-rhel8@sha256%3A8fa6d481a3fc93722f1c704761e9a548b0cf886424a9dd55e3c9bd60bb888d11?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273694"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:6d270aba43635b915835ef16b7d9e8c6d9167706a798e0f748ed6bac78d34985_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:6d270aba43635b915835ef16b7d9e8c6d9167706a798e0f748ed6bac78d34985_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:6d270aba43635b915835ef16b7d9e8c6d9167706a798e0f748ed6bac78d34985_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-operator-rhel8@sha256%3A6d270aba43635b915835ef16b7d9e8c6d9167706a798e0f748ed6bac78d34985?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273577"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:5c635cb57d487c638e9f32d5b69656f72fc191b3160ada82b8dd54ca7950116f_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:5c635cb57d487c638e9f32d5b69656f72fc191b3160ada82b8dd54ca7950116f_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:5c635cb57d487c638e9f32d5b69656f72fc191b3160ada82b8dd54ca7950116f_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-ibm-cloud-controller-manager-rhel8@sha256%3A5c635cb57d487c638e9f32d5b69656f72fc191b3160ada82b8dd54ca7950116f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273669"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:aa40c50345daa07b8bb1426eb31b44fcb202c5f0d903c06a3f3859cd6e591480_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:aa40c50345daa07b8bb1426eb31b44fcb202c5f0d903c06a3f3859cd6e591480_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:aa40c50345daa07b8bb1426eb31b44fcb202c5f0d903c06a3f3859cd6e591480_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-ibm-vpc-block-csi-driver-rhel8@sha256%3Aaa40c50345daa07b8bb1426eb31b44fcb202c5f0d903c06a3f3859cd6e591480?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273660"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:d82ab635250758a9e2678d2c4eab7c8a110a8efb817e42fc92f9bcf7409be128_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:d82ab635250758a9e2678d2c4eab7c8a110a8efb817e42fc92f9bcf7409be128_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:d82ab635250758a9e2678d2c4eab7c8a110a8efb817e42fc92f9bcf7409be128_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256%3Ad82ab635250758a9e2678d2c4eab7c8a110a8efb817e42fc92f9bcf7409be128?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273561"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:57a7d0c14851526679c5a513345a828ba249bcdfafdc7be1af09ceaee6d96cf0_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:57a7d0c14851526679c5a513345a828ba249bcdfafdc7be1af09ceaee6d96cf0_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:57a7d0c14851526679c5a513345a828ba249bcdfafdc7be1af09ceaee6d96cf0_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-ibmcloud-cluster-api-controllers-rhel8@sha256%3A57a7d0c14851526679c5a513345a828ba249bcdfafdc7be1af09ceaee6d96cf0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273693"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:0ff6fd48ef3e23de090587104684f214f0f6540c66ba1e59ace8e9a5a48135dd_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:0ff6fd48ef3e23de090587104684f214f0f6540c66ba1e59ace8e9a5a48135dd_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:0ff6fd48ef3e23de090587104684f214f0f6540c66ba1e59ace8e9a5a48135dd_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-ibmcloud-machine-controllers-rhel8@sha256%3A0ff6fd48ef3e23de090587104684f214f0f6540c66ba1e59ace8e9a5a48135dd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273608"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:bb7cb1703b2dbdc6af833d04126f917895aab9df84c98f9bae85485fb4dae73f_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:bb7cb1703b2dbdc6af833d04126f917895aab9df84c98f9bae85485fb4dae73f_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:bb7cb1703b2dbdc6af833d04126f917895aab9df84c98f9bae85485fb4dae73f_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-image-customization-controller-rhel8@sha256%3Abb7cb1703b2dbdc6af833d04126f917895aab9df84c98f9bae85485fb4dae73f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273883"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:e59684416bd1258e50f4230fbc74279efd9984b7618cb62b7b87e306f18c8d5b_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:e59684416bd1258e50f4230fbc74279efd9984b7618cb62b7b87e306f18c8d5b_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:e59684416bd1258e50f4230fbc74279efd9984b7618cb62b7b87e306f18c8d5b_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-insights-rhel8-operator@sha256%3Ae59684416bd1258e50f4230fbc74279efd9984b7618cb62b7b87e306f18c8d5b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273768"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-installer@sha256:1674742a196a2d846f24dcd05b4e35b5a82019b2b20e2a75f4b9850043d26e17_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-installer@sha256:1674742a196a2d846f24dcd05b4e35b5a82019b2b20e2a75f4b9850043d26e17_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-installer@sha256:1674742a196a2d846f24dcd05b4e35b5a82019b2b20e2a75f4b9850043d26e17_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-installer@sha256%3A1674742a196a2d846f24dcd05b4e35b5a82019b2b20e2a75f4b9850043d26e17?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774274041"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:56dd793ff22486fdb3e2010608a5ef155a481e68181d48d23b4759f4cc6482ad_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:56dd793ff22486fdb3e2010608a5ef155a481e68181d48d23b4759f4cc6482ad_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:56dd793ff22486fdb3e2010608a5ef155a481e68181d48d23b4759f4cc6482ad_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-installer-artifacts@sha256%3A56dd793ff22486fdb3e2010608a5ef155a481e68181d48d23b4759f4cc6482ad?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774277161"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:81b521b83e6bdba776c932f055d38ac641c8aa2c38342a6019b73af75fcfbf76_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:81b521b83e6bdba776c932f055d38ac641c8aa2c38342a6019b73af75fcfbf76_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:81b521b83e6bdba776c932f055d38ac641c8aa2c38342a6019b73af75fcfbf76_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-kube-storage-version-migrator-rhel8@sha256%3A81b521b83e6bdba776c932f055d38ac641c8aa2c38342a6019b73af75fcfbf76?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273597"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:386274f66a5c76c270348d3551ed828a798116cd262e574aec4883ef305a93f5_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:386274f66a5c76c270348d3551ed828a798116cd262e574aec4883ef305a93f5_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:386274f66a5c76c270348d3551ed828a798116cd262e574aec4883ef305a93f5_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-kubevirt-cloud-controller-manager-rhel8@sha256%3A386274f66a5c76c270348d3551ed828a798116cd262e574aec4883ef305a93f5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273557"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:100db1ced3450b9e0603af9bde5af228221e7ab0c33d8ee03975184e9fd93df2_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:100db1ced3450b9e0603af9bde5af228221e7ab0c33d8ee03975184e9fd93df2_amd64",
                  "product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:100db1ced3450b9e0603af9bde5af228221e7ab0c33d8ee03975184e9fd93df2_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/kubevirt-csi-driver-rhel8@sha256%3A100db1ced3450b9e0603af9bde5af228221e7ab0c33d8ee03975184e9fd93df2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273626"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:965667f61d66cf95711b6bd4e56b61e66c837f16facea138589feaa328f8ba14_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:965667f61d66cf95711b6bd4e56b61e66c837f16facea138589feaa328f8ba14_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:965667f61d66cf95711b6bd4e56b61e66c837f16facea138589feaa328f8ba14_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-libvirt-machine-controllers@sha256%3A965667f61d66cf95711b6bd4e56b61e66c837f16facea138589feaa328f8ba14?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273658"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:1aebee0382acdf2f8c25cbbc7c4625855baf0df824897b49ff8e8d7156f26c10_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:1aebee0382acdf2f8c25cbbc7c4625855baf0df824897b49ff8e8d7156f26c10_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:1aebee0382acdf2f8c25cbbc7c4625855baf0df824897b49ff8e8d7156f26c10_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-machine-api-operator@sha256%3A1aebee0382acdf2f8c25cbbc7c4625855baf0df824897b49ff8e8d7156f26c10?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775008193"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:b93c9a3cdb6e4b42bf06a500a47ec06cfced49eb25bad249e20328a401f745d0_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:b93c9a3cdb6e4b42bf06a500a47ec06cfced49eb25bad249e20328a401f745d0_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:b93c9a3cdb6e4b42bf06a500a47ec06cfced49eb25bad249e20328a401f745d0_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-machine-api-provider-aws-rhel8@sha256%3Ab93c9a3cdb6e4b42bf06a500a47ec06cfced49eb25bad249e20328a401f745d0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273789"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:ab8a84f5f48d8caf461c43254983c474c912dfdcbcdb681680ef889a84c2ca45_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:ab8a84f5f48d8caf461c43254983c474c912dfdcbcdb681680ef889a84c2ca45_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:ab8a84f5f48d8caf461c43254983c474c912dfdcbcdb681680ef889a84c2ca45_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-machine-api-provider-azure-rhel8@sha256%3Aab8a84f5f48d8caf461c43254983c474c912dfdcbcdb681680ef889a84c2ca45?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775093080"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:72db598db21d1e0ded85836ba04cf11bd9a35a3a92f8164ddcfda6d4f1f67eeb_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:72db598db21d1e0ded85836ba04cf11bd9a35a3a92f8164ddcfda6d4f1f67eeb_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:72db598db21d1e0ded85836ba04cf11bd9a35a3a92f8164ddcfda6d4f1f67eeb_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-machine-api-provider-gcp-rhel8@sha256%3A72db598db21d1e0ded85836ba04cf11bd9a35a3a92f8164ddcfda6d4f1f67eeb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774618015"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:fb874827ee64e46fb7b1032b20ddd0daebf6d6c78f87974e708d565f8dcb75c8_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:fb874827ee64e46fb7b1032b20ddd0daebf6d6c78f87974e708d565f8dcb75c8_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:fb874827ee64e46fb7b1032b20ddd0daebf6d6c78f87974e708d565f8dcb75c8_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-machine-api-provider-openstack-rhel8@sha256%3Afb874827ee64e46fb7b1032b20ddd0daebf6d6c78f87974e708d565f8dcb75c8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273636"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:0abf4b89518dc34a93765c01a7e9ed655a849b1503e59ba3391b49424ed86929_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:0abf4b89518dc34a93765c01a7e9ed655a849b1503e59ba3391b49424ed86929_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:0abf4b89518dc34a93765c01a7e9ed655a849b1503e59ba3391b49424ed86929_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-machine-config-operator@sha256%3A0abf4b89518dc34a93765c01a7e9ed655a849b1503e59ba3391b49424ed86929?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273689"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:0f23c02708855c3ec3a4762885762ea041a80d2e73b93048f1dfa0716685041b_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:0f23c02708855c3ec3a4762885762ea041a80d2e73b93048f1dfa0716685041b_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:0f23c02708855c3ec3a4762885762ea041a80d2e73b93048f1dfa0716685041b_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-machine-os-images-rhel8@sha256%3A0f23c02708855c3ec3a4762885762ea041a80d2e73b93048f1dfa0716685041b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774276772"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:6b890961922acb4ac55cee22e527cfd16db346a8336d03dee1bab6ee3353193d_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:6b890961922acb4ac55cee22e527cfd16db346a8336d03dee1bab6ee3353193d_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:6b890961922acb4ac55cee22e527cfd16db346a8336d03dee1bab6ee3353193d_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-multus-admission-controller@sha256%3A6b890961922acb4ac55cee22e527cfd16db346a8336d03dee1bab6ee3353193d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273529"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:63fc31df14f982473244ea31a19afa32572a00819ea3a696e8a97d538a1597e8_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:63fc31df14f982473244ea31a19afa32572a00819ea3a696e8a97d538a1597e8_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:63fc31df14f982473244ea31a19afa32572a00819ea3a696e8a97d538a1597e8_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-multus-route-override-cni-rhel8@sha256%3A63fc31df14f982473244ea31a19afa32572a00819ea3a696e8a97d538a1597e8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273208"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f8af0795220f58562f48548f72465f086dbe6d702d4f8015d99ef04fdb6c3b28_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f8af0795220f58562f48548f72465f086dbe6d702d4f8015d99ef04fdb6c3b28_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f8af0795220f58562f48548f72465f086dbe6d702d4f8015d99ef04fdb6c3b28_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-multus-whereabouts-ipam-cni-rhel8@sha256%3Af8af0795220f58562f48548f72465f086dbe6d702d4f8015d99ef04fdb6c3b28?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273205"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-must-gather@sha256:80e58d5f1e04c78b5c9b91d1bc946142ffb4bc18c3505b421325590ec59087f4_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-must-gather@sha256:80e58d5f1e04c78b5c9b91d1bc946142ffb4bc18c3505b421325590ec59087f4_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-must-gather@sha256:80e58d5f1e04c78b5c9b91d1bc946142ffb4bc18c3505b421325590ec59087f4_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-must-gather@sha256%3A80e58d5f1e04c78b5c9b91d1bc946142ffb4bc18c3505b421325590ec59087f4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774275454"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:4af3905234992c48f9b6edab1f790bf0c60bc0f6dba702da2083d42b7b8a039f_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:4af3905234992c48f9b6edab1f790bf0c60bc0f6dba702da2083d42b7b8a039f_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:4af3905234992c48f9b6edab1f790bf0c60bc0f6dba702da2083d42b7b8a039f_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-network-interface-bond-cni-rhel8@sha256%3A4af3905234992c48f9b6edab1f790bf0c60bc0f6dba702da2083d42b7b8a039f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273585"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:bd07587de4ea6fc98d6420d36b1e9ecaaa76044654b428c671606b1f2a1012a5_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:bd07587de4ea6fc98d6420d36b1e9ecaaa76044654b428c671606b1f2a1012a5_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:bd07587de4ea6fc98d6420d36b1e9ecaaa76044654b428c671606b1f2a1012a5_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-network-metrics-daemon-rhel8@sha256%3Abd07587de4ea6fc98d6420d36b1e9ecaaa76044654b428c671606b1f2a1012a5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273841"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:5a2cc07e156f82581155fe7848e18ad391971b4dec986613d8a5e3707e4bb078_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:5a2cc07e156f82581155fe7848e18ad391971b4dec986613d8a5e3707e4bb078_amd64",
                  "product_id": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:5a2cc07e156f82581155fe7848e18ad391971b4dec986613d8a5e3707e4bb078_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/network-tools-rhel8@sha256%3A5a2cc07e156f82581155fe7848e18ad391971b4dec986613d8a5e3707e4bb078?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775008611"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:bf4767eb631457901613a466e2d274db644440c9ff71efe968167cf7a101eda7_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:bf4767eb631457901613a466e2d274db644440c9ff71efe968167cf7a101eda7_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:bf4767eb631457901613a466e2d274db644440c9ff71efe968167cf7a101eda7_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-nutanix-machine-controllers-rhel8@sha256%3Abf4767eb631457901613a466e2d274db644440c9ff71efe968167cf7a101eda7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273718"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:70bc2c926c6881786a4122753045af13f0f74fcdf552f137dd124b85f55499f7_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:70bc2c926c6881786a4122753045af13f0f74fcdf552f137dd124b85f55499f7_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:70bc2c926c6881786a4122753045af13f0f74fcdf552f137dd124b85f55499f7_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-oauth-apiserver-rhel8@sha256%3A70bc2c926c6881786a4122753045af13f0f74fcdf552f137dd124b85f55499f7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273598"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:3b2b8947c6779295f60afd359bd6f8151d49751e096d29cd18120ec190c3e788_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:3b2b8947c6779295f60afd359bd6f8151d49751e096d29cd18120ec190c3e788_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:3b2b8947c6779295f60afd359bd6f8151d49751e096d29cd18120ec190c3e788_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-olm-rukpak-rhel8@sha256%3A3b2b8947c6779295f60afd359bd6f8151d49751e096d29cd18120ec190c3e788?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273632"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:d273e0248b9be6eb9f8f6ed371396c2efe25ea2af19ffda1cfa90c7424020c5f_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:d273e0248b9be6eb9f8f6ed371396c2efe25ea2af19ffda1cfa90c7424020c5f_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:d273e0248b9be6eb9f8f6ed371396c2efe25ea2af19ffda1cfa90c7424020c5f_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-openshift-apiserver-rhel8@sha256%3Ad273e0248b9be6eb9f8f6ed371396c2efe25ea2af19ffda1cfa90c7424020c5f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774661147"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:50f76d2b022ccefe73175f3d436708232d9ab14a21e1101f5605a27bdf6c80ab_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:50f76d2b022ccefe73175f3d436708232d9ab14a21e1101f5605a27bdf6c80ab_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:50f76d2b022ccefe73175f3d436708232d9ab14a21e1101f5605a27bdf6c80ab_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-openshift-controller-manager-rhel8@sha256%3A50f76d2b022ccefe73175f3d436708232d9ab14a21e1101f5605a27bdf6c80ab?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273653"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:7d612c3cd1251fd9672c5564aa8cb467c7d7bc7dde644df5306ed3fe0ae022df_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:7d612c3cd1251fd9672c5564aa8cb467c7d7bc7dde644df5306ed3fe0ae022df_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:7d612c3cd1251fd9672c5564aa8cb467c7d7bc7dde644df5306ed3fe0ae022df_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel8@sha256%3A7d612c3cd1251fd9672c5564aa8cb467c7d7bc7dde644df5306ed3fe0ae022df?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273556"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:3385a96089a884c619e5e2eaa93d2e2bf97570af549a82b092a649ee93c05bff_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:3385a96089a884c619e5e2eaa93d2e2bf97570af549a82b092a649ee93c05bff_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:3385a96089a884c619e5e2eaa93d2e2bf97570af549a82b092a649ee93c05bff_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel8-operator@sha256%3A3385a96089a884c619e5e2eaa93d2e2bf97570af549a82b092a649ee93c05bff?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273581"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:9ebc8e5f6c380a2cf0726d793c46b600bafe48e8c39d4653a84c7e34ba58752f_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:9ebc8e5f6c380a2cf0726d793c46b600bafe48e8c39d4653a84c7e34ba58752f_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:9ebc8e5f6c380a2cf0726d793c46b600bafe48e8c39d4653a84c7e34ba58752f_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-openstack-cloud-controller-manager-rhel8@sha256%3A9ebc8e5f6c380a2cf0726d793c46b600bafe48e8c39d4653a84c7e34ba58752f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273785"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-openstack-machine-controllers@sha256:6d981567c79861f5927e4d1450300eeb23a7206c67b066f81076cafef43f3d3a_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-openstack-machine-controllers@sha256:6d981567c79861f5927e4d1450300eeb23a7206c67b066f81076cafef43f3d3a_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-openstack-machine-controllers@sha256:6d981567c79861f5927e4d1450300eeb23a7206c67b066f81076cafef43f3d3a_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-openstack-machine-controllers@sha256%3A6d981567c79861f5927e4d1450300eeb23a7206c67b066f81076cafef43f3d3a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273660"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:4e5e66764b5990d27129258e87c2dd73f4234f8ac30ec2cdb97bd773414c2b53_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:4e5e66764b5990d27129258e87c2dd73f4234f8ac30ec2cdb97bd773414c2b53_amd64",
                  "product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:4e5e66764b5990d27129258e87c2dd73f4234f8ac30ec2cdb97bd773414c2b53_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ovirt-csi-driver-rhel8@sha256%3A4e5e66764b5990d27129258e87c2dd73f4234f8ac30ec2cdb97bd773414c2b53?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273586"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f4ca83b46f0eeb1d566ea61dc1822275ccc5bea6879680918f5a4f71dc0dd71f_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f4ca83b46f0eeb1d566ea61dc1822275ccc5bea6879680918f5a4f71dc0dd71f_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f4ca83b46f0eeb1d566ea61dc1822275ccc5bea6879680918f5a4f71dc0dd71f_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-ovirt-machine-controllers-rhel8@sha256%3Af4ca83b46f0eeb1d566ea61dc1822275ccc5bea6879680918f5a4f71dc0dd71f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273817"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:d47ad0b43f84511ab1295215c5bec241cd7dc0174785907661807dd8cee5a591_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:d47ad0b43f84511ab1295215c5bec241cd7dc0174785907661807dd8cee5a591_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:d47ad0b43f84511ab1295215c5bec241cd7dc0174785907661807dd8cee5a591_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-ovn-kubernetes@sha256%3Ad47ad0b43f84511ab1295215c5bec241cd7dc0174785907661807dd8cee5a591?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774275799"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:2a862bf49b843845f130225b0799358a4c54f63ba1c168da8bb640ae1bedd41a_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:2a862bf49b843845f130225b0799358a4c54f63ba1c168da8bb640ae1bedd41a_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:2a862bf49b843845f130225b0799358a4c54f63ba1c168da8bb640ae1bedd41a_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-powervs-block-csi-driver-rhel8@sha256%3A2a862bf49b843845f130225b0799358a4c54f63ba1c168da8bb640ae1bedd41a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273762"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:74801711050de213e617315902ea34b2f23feb0883c9ab353c5270501bbc081f_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:74801711050de213e617315902ea34b2f23feb0883c9ab353c5270501bbc081f_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:74801711050de213e617315902ea34b2f23feb0883c9ab353c5270501bbc081f_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-powervs-block-csi-driver-operator-rhel8@sha256%3A74801711050de213e617315902ea34b2f23feb0883c9ab353c5270501bbc081f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273551"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:6bb235c5fb8c668c96e99ef264fd924f32294ba657922773764cd4d4c48f4f3d_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:6bb235c5fb8c668c96e99ef264fd924f32294ba657922773764cd4d4c48f4f3d_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:6bb235c5fb8c668c96e99ef264fd924f32294ba657922773764cd4d4c48f4f3d_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-powervs-cloud-controller-manager-rhel8@sha256%3A6bb235c5fb8c668c96e99ef264fd924f32294ba657922773764cd4d4c48f4f3d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273842"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:0f45dd5c53290f3ca14135eda7a080ac762e7c94f555b86ea67669120326b12b_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:0f45dd5c53290f3ca14135eda7a080ac762e7c94f555b86ea67669120326b12b_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:0f45dd5c53290f3ca14135eda7a080ac762e7c94f555b86ea67669120326b12b_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-powervs-machine-controllers-rhel8@sha256%3A0f45dd5c53290f3ca14135eda7a080ac762e7c94f555b86ea67669120326b12b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273631"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:fbf7adf8dacb0d274a6cdcfdc7e90720b953d79635b1f47ae1cd5de735e43b0c_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:fbf7adf8dacb0d274a6cdcfdc7e90720b953d79635b1f47ae1cd5de735e43b0c_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:fbf7adf8dacb0d274a6cdcfdc7e90720b953d79635b1f47ae1cd5de735e43b0c_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-k8s-prometheus-adapter@sha256%3Afbf7adf8dacb0d274a6cdcfdc7e90720b953d79635b1f47ae1cd5de735e43b0c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273674"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:ac377ce071f76a941d48cc4e6c1e4b808242a33939ce2379f98d3f2786e5ac02_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:ac377ce071f76a941d48cc4e6c1e4b808242a33939ce2379f98d3f2786e5ac02_amd64",
                  "product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:ac377ce071f76a941d48cc4e6c1e4b808242a33939ce2379f98d3f2786e5ac02_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/openshift-route-controller-manager-rhel8@sha256%3Aac377ce071f76a941d48cc4e6c1e4b808242a33939ce2379f98d3f2786e5ac02?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273548"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:c27101a8b2e4635d1de21ac850313be089ba1d14083b2f3ef9e46f2407bb42d8_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:c27101a8b2e4635d1de21ac850313be089ba1d14083b2f3ef9e46f2407bb42d8_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:c27101a8b2e4635d1de21ac850313be089ba1d14083b2f3ef9e46f2407bb42d8_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-sdn-rhel8@sha256%3Ac27101a8b2e4635d1de21ac850313be089ba1d14083b2f3ef9e46f2407bb42d8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273599"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:542f45d8a808856c703a06d318be629401ec1406aab68e7f243f00acee411981_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:542f45d8a808856c703a06d318be629401ec1406aab68e7f243f00acee411981_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:542f45d8a808856c703a06d318be629401ec1406aab68e7f243f00acee411981_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-service-ca-operator@sha256%3A542f45d8a808856c703a06d318be629401ec1406aab68e7f243f00acee411981?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273615"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:174699a37d2e02aa944bebd5b8b8522bfab9fdb3d12be28db63dfbd57b5e7767_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:174699a37d2e02aa944bebd5b8b8522bfab9fdb3d12be28db63dfbd57b5e7767_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:174699a37d2e02aa944bebd5b8b8522bfab9fdb3d12be28db63dfbd57b5e7767_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-tools-rhel8@sha256%3A174699a37d2e02aa944bebd5b8b8522bfab9fdb3d12be28db63dfbd57b5e7767?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775008188"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:e661a14ebf650f23eb45fb4c624c864630c0f074e75818bbf39e0f8e6db0ccd3_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:e661a14ebf650f23eb45fb4c624c864630c0f074e75818bbf39e0f8e6db0ccd3_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:e661a14ebf650f23eb45fb4c624c864630c0f074e75818bbf39e0f8e6db0ccd3_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-vmware-vsphere-csi-driver-rhel8@sha256%3Ae661a14ebf650f23eb45fb4c624c864630c0f074e75818bbf39e0f8e6db0ccd3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273650"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:e661a14ebf650f23eb45fb4c624c864630c0f074e75818bbf39e0f8e6db0ccd3_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:e661a14ebf650f23eb45fb4c624c864630c0f074e75818bbf39e0f8e6db0ccd3_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:e661a14ebf650f23eb45fb4c624c864630c0f074e75818bbf39e0f8e6db0ccd3_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-vmware-vsphere-csi-driver-rhel8@sha256%3Ae661a14ebf650f23eb45fb4c624c864630c0f074e75818bbf39e0f8e6db0ccd3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273650"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:10869514c1fa3a577c5ae746396485086e74b017b85fa30fe143c39d1cc77e7b_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:10869514c1fa3a577c5ae746396485086e74b017b85fa30fe143c39d1cc77e7b_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:10869514c1fa3a577c5ae746396485086e74b017b85fa30fe143c39d1cc77e7b_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256%3A10869514c1fa3a577c5ae746396485086e74b017b85fa30fe143c39d1cc77e7b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273729"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:10869514c1fa3a577c5ae746396485086e74b017b85fa30fe143c39d1cc77e7b_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:10869514c1fa3a577c5ae746396485086e74b017b85fa30fe143c39d1cc77e7b_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:10869514c1fa3a577c5ae746396485086e74b017b85fa30fe143c39d1cc77e7b_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256%3A10869514c1fa3a577c5ae746396485086e74b017b85fa30fe143c39d1cc77e7b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273729"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:7bddb92e8907d310d7bb5f4091345f44dd0aecf096e3fd912d099663d180a7b7_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:7bddb92e8907d310d7bb5f4091345f44dd0aecf096e3fd912d099663d180a7b7_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:7bddb92e8907d310d7bb5f4091345f44dd0aecf096e3fd912d099663d180a7b7_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-vsphere-cloud-controller-manager-rhel8@sha256%3A7bddb92e8907d310d7bb5f4091345f44dd0aecf096e3fd912d099663d180a7b7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775008164"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:ff665b642fd1e540e21b2fab96cf39fd152816ffd99deee5c88a137b9a172d52_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:ff665b642fd1e540e21b2fab96cf39fd152816ffd99deee5c88a137b9a172d52_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:ff665b642fd1e540e21b2fab96cf39fd152816ffd99deee5c88a137b9a172d52_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-vsphere-cluster-api-controllers-rhel8@sha256%3Aff665b642fd1e540e21b2fab96cf39fd152816ffd99deee5c88a137b9a172d52?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273557"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:0ed85f28abd57e8fc2da0b0c1c686e4aaac86aca10d7ecdb90b155921d746187_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:0ed85f28abd57e8fc2da0b0c1c686e4aaac86aca10d7ecdb90b155921d746187_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:0ed85f28abd57e8fc2da0b0c1c686e4aaac86aca10d7ecdb90b155921d746187_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-ovn-kubernetes-microshift-rhel8@sha256%3A0ed85f28abd57e8fc2da0b0c1c686e4aaac86aca10d7ecdb90b155921d746187?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774274507"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:98f1bcd7a8a29395c7695633f3333350193626e8151c5aaaaa39a5f852c28f28_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:98f1bcd7a8a29395c7695633f3333350193626e8151c5aaaaa39a5f852c28f28_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:98f1bcd7a8a29395c7695633f3333350193626e8151c5aaaaa39a5f852c28f28_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-prom-label-proxy@sha256%3A98f1bcd7a8a29395c7695633f3333350193626e8151c5aaaaa39a5f852c28f28?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273215"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:b578189fd7efd1cc60d0dcd4c57afacb78f70a8909ad7dab8522d3481ed914f7_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:b578189fd7efd1cc60d0dcd4c57afacb78f70a8909ad7dab8522d3481ed914f7_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:b578189fd7efd1cc60d0dcd4c57afacb78f70a8909ad7dab8522d3481ed914f7_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-prometheus-config-reloader@sha256%3Ab578189fd7efd1cc60d0dcd4c57afacb78f70a8909ad7dab8522d3481ed914f7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273695"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:b8573d43bd506aac9b9f5a5a7580f0d626a20ef5579ff7140414a0dc95758364_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:b8573d43bd506aac9b9f5a5a7580f0d626a20ef5579ff7140414a0dc95758364_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:b8573d43bd506aac9b9f5a5a7580f0d626a20ef5579ff7140414a0dc95758364_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-prometheus-operator@sha256%3Ab8573d43bd506aac9b9f5a5a7580f0d626a20ef5579ff7140414a0dc95758364?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273588"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:556daaa415596d122a73cbae2cef160da7d6003c0c698bedbbb9e747f85320d8_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:556daaa415596d122a73cbae2cef160da7d6003c0c698bedbbb9e747f85320d8_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:556daaa415596d122a73cbae2cef160da7d6003c0c698bedbbb9e747f85320d8_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-prometheus-operator-admission-webhook-rhel8@sha256%3A556daaa415596d122a73cbae2cef160da7d6003c0c698bedbbb9e747f85320d8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273683"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-telemeter@sha256:71007ab3cb513fbcb8427147bfe841249004dc01748c3a03b365a9533a485476_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-telemeter@sha256:71007ab3cb513fbcb8427147bfe841249004dc01748c3a03b365a9533a485476_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-telemeter@sha256:71007ab3cb513fbcb8427147bfe841249004dc01748c3a03b365a9533a485476_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-telemeter@sha256%3A71007ab3cb513fbcb8427147bfe841249004dc01748c3a03b365a9533a485476?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273638"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:d6bcb02804e38456453d859ea07315f880ad3e55f91511fb9f6e588fc067fdc3_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:d6bcb02804e38456453d859ea07315f880ad3e55f91511fb9f6e588fc067fdc3_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:d6bcb02804e38456453d859ea07315f880ad3e55f91511fb9f6e588fc067fdc3_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-thanos-rhel8@sha256%3Ad6bcb02804e38456453d859ea07315f880ad3e55f91511fb9f6e588fc067fdc3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273613"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:e33e1088a4b15c9c48a2651cd488f20b9f4cdc9e1f3a987bfe145ed8bcd56d22_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:e33e1088a4b15c9c48a2651cd488f20b9f4cdc9e1f3a987bfe145ed8bcd56d22_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:e33e1088a4b15c9c48a2651cd488f20b9f4cdc9e1f3a987bfe145ed8bcd56d22_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-vsphere-csi-driver-syncer-rhel8@sha256%3Ae33e1088a4b15c9c48a2651cd488f20b9f4cdc9e1f3a987bfe145ed8bcd56d22?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273873"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:f9fea0aeaf9807ac1a03b7fe20ce26523a622ace4d606f892ec670218cce11d7_amd64",
                "product": {
                  "name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:f9fea0aeaf9807ac1a03b7fe20ce26523a622ace4d606f892ec670218cce11d7_amd64",
                  "product_id": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:f9fea0aeaf9807ac1a03b7fe20ce26523a622ace4d606f892ec670218cce11d7_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/openshift/ose-vsphere-problem-detector-rhel8@sha256%3Af9fea0aeaf9807ac1a03b7fe20ce26523a622ace4d606f892ec670218cce11d7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774273603"
                  }
                }
              }
            ],
            "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:a76dccf4659d7bd7be8e79b96859aaefb390cb2c09b875ed9308d171cd5e1d4e_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:a76dccf4659d7bd7be8e79b96859aaefb390cb2c09b875ed9308d171cd5e1d4e_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:a76dccf4659d7bd7be8e79b96859aaefb390cb2c09b875ed9308d171cd5e1d4e_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:ea176aaa58b2221f5de2779c667e125a7bafe96976af540c484e222c1db57a26_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:ea176aaa58b2221f5de2779c667e125a7bafe96976af540c484e222c1db57a26_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:ea176aaa58b2221f5de2779c667e125a7bafe96976af540c484e222c1db57a26_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:1ea2b9a2f4d7b7fc5530f17ee7947890e42b08811bb733433addef5c9f9c18fc_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:1ea2b9a2f4d7b7fc5530f17ee7947890e42b08811bb733433addef5c9f9c18fc_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:1ea2b9a2f4d7b7fc5530f17ee7947890e42b08811bb733433addef5c9f9c18fc_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:100db1ced3450b9e0603af9bde5af228221e7ab0c33d8ee03975184e9fd93df2_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:100db1ced3450b9e0603af9bde5af228221e7ab0c33d8ee03975184e9fd93df2_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:100db1ced3450b9e0603af9bde5af228221e7ab0c33d8ee03975184e9fd93df2_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:5a2cc07e156f82581155fe7848e18ad391971b4dec986613d8a5e3707e4bb078_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/network-tools-rhel8@sha256:5a2cc07e156f82581155fe7848e18ad391971b4dec986613d8a5e3707e4bb078_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:5a2cc07e156f82581155fe7848e18ad391971b4dec986613d8a5e3707e4bb078_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:07897e0b6cfc41a45b66cb32ce65f5a12dfca721cb270df5b8621b43211af78d_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:07897e0b6cfc41a45b66cb32ce65f5a12dfca721cb270df5b8621b43211af78d_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:07897e0b6cfc41a45b66cb32ce65f5a12dfca721cb270df5b8621b43211af78d_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:ac377ce071f76a941d48cc4e6c1e4b808242a33939ce2379f98d3f2786e5ac02_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:ac377ce071f76a941d48cc4e6c1e4b808242a33939ce2379f98d3f2786e5ac02_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:ac377ce071f76a941d48cc4e6c1e4b808242a33939ce2379f98d3f2786e5ac02_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:fa11107a683b5865b60eb6ee2f7775f38435dabea911f29f153ef3e276ff8392_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:fa11107a683b5865b60eb6ee2f7775f38435dabea911f29f153ef3e276ff8392_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:fa11107a683b5865b60eb6ee2f7775f38435dabea911f29f153ef3e276ff8392_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:817d53180ad42429be7b186b53e170f85761e37290e92c8ace1dc596cd69abd9_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:817d53180ad42429be7b186b53e170f85761e37290e92c8ace1dc596cd69abd9_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:817d53180ad42429be7b186b53e170f85761e37290e92c8ace1dc596cd69abd9_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:026a2b8dba8963c1f3fba4390d141f78a4522b4a92e9e3e122616c504c4700dd_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:026a2b8dba8963c1f3fba4390d141f78a4522b4a92e9e3e122616c504c4700dd_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:026a2b8dba8963c1f3fba4390d141f78a4522b4a92e9e3e122616c504c4700dd_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:66de4da18b029c81239b4c96df4921eb02a88b2bc08b9fe7187a811132797d06_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:66de4da18b029c81239b4c96df4921eb02a88b2bc08b9fe7187a811132797d06_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:66de4da18b029c81239b4c96df4921eb02a88b2bc08b9fe7187a811132797d06_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:308d6a269ed740459f7e040f0b0083f0b720291fcc2dd95871bab45ea18230c5_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:308d6a269ed740459f7e040f0b0083f0b720291fcc2dd95871bab45ea18230c5_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:308d6a269ed740459f7e040f0b0083f0b720291fcc2dd95871bab45ea18230c5_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:ecc9b99e4eccca0bda2fe55df2b236b6ba794eecb494c36efd67d9b821bcaf36_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:ecc9b99e4eccca0bda2fe55df2b236b6ba794eecb494c36efd67d9b821bcaf36_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:ecc9b99e4eccca0bda2fe55df2b236b6ba794eecb494c36efd67d9b821bcaf36_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ebab0d1ba9cc3070cdf1b4307f8d18b5f2551efb88ca9ad84ea1a303759a2849_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ebab0d1ba9cc3070cdf1b4307f8d18b5f2551efb88ca9ad84ea1a303759a2849_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ebab0d1ba9cc3070cdf1b4307f8d18b5f2551efb88ca9ad84ea1a303759a2849_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:f55b72e9217fd2f6a24f223ead4a8821ef4b4dbff82d972f9e2fb52eae665a48_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:f55b72e9217fd2f6a24f223ead4a8821ef4b4dbff82d972f9e2fb52eae665a48_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:f55b72e9217fd2f6a24f223ead4a8821ef4b4dbff82d972f9e2fb52eae665a48_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:7dc74bec1511f4eb6dd8c6d2fd0f335673d9ac3fb5c02e1625fc723e325639cb_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:7dc74bec1511f4eb6dd8c6d2fd0f335673d9ac3fb5c02e1625fc723e325639cb_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:7dc74bec1511f4eb6dd8c6d2fd0f335673d9ac3fb5c02e1625fc723e325639cb_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:7f20e9fe1854026e79321db57a779049044942e711cb9c8d7c98d77e9c8eb774_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:7f20e9fe1854026e79321db57a779049044942e711cb9c8d7c98d77e9c8eb774_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:7f20e9fe1854026e79321db57a779049044942e711cb9c8d7c98d77e9c8eb774_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:18c130d72eeb5ae2ce85eda4893c409a1a45b1742f9f15feeafa758c1be9983b_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:18c130d72eeb5ae2ce85eda4893c409a1a45b1742f9f15feeafa758c1be9983b_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:18c130d72eeb5ae2ce85eda4893c409a1a45b1742f9f15feeafa758c1be9983b_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:06a57351380b93ef9a117e0ffcfda158fd45bd1dc843351815e1e3db241180f7_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:06a57351380b93ef9a117e0ffcfda158fd45bd1dc843351815e1e3db241180f7_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:06a57351380b93ef9a117e0ffcfda158fd45bd1dc843351815e1e3db241180f7_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:b69db2450640c59703f5e0c5034e918b8dde65a888a541c1841048652568ec3c_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:b69db2450640c59703f5e0c5034e918b8dde65a888a541c1841048652568ec3c_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:b69db2450640c59703f5e0c5034e918b8dde65a888a541c1841048652568ec3c_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:1463d5e44fdac9403da59ee6e284aa710ecae332dd39fa01a76bd35190be7296_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:1463d5e44fdac9403da59ee6e284aa710ecae332dd39fa01a76bd35190be7296_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:1463d5e44fdac9403da59ee6e284aa710ecae332dd39fa01a76bd35190be7296_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:87deafddc68ee81d902a3e9daa2d15a23ee7a3c7f681e90af5115f05f01b9f07_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:87deafddc68ee81d902a3e9daa2d15a23ee7a3c7f681e90af5115f05f01b9f07_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:87deafddc68ee81d902a3e9daa2d15a23ee7a3c7f681e90af5115f05f01b9f07_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:958adc6d36ab8c6a35b610bc3a644680beb8d871177b5b0c21f88d86b3c640f0_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:958adc6d36ab8c6a35b610bc3a644680beb8d871177b5b0c21f88d86b3c640f0_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:958adc6d36ab8c6a35b610bc3a644680beb8d871177b5b0c21f88d86b3c640f0_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:ba0f45ed1a9771fcd81f654b37a122390a10d290617c528b9735b072699ffdcc_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:ba0f45ed1a9771fcd81f654b37a122390a10d290617c528b9735b072699ffdcc_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:ba0f45ed1a9771fcd81f654b37a122390a10d290617c528b9735b072699ffdcc_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:a12f046144082f59a54d0fe55779031598576281508d7815728ab627d7062ad2_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:a12f046144082f59a54d0fe55779031598576281508d7815728ab627d7062ad2_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:a12f046144082f59a54d0fe55779031598576281508d7815728ab627d7062ad2_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:41020def8f677b07a7fd2ad6578706f780ae5497410ddbff1f1b1d77bb9c3a11_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:41020def8f677b07a7fd2ad6578706f780ae5497410ddbff1f1b1d77bb9c3a11_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:41020def8f677b07a7fd2ad6578706f780ae5497410ddbff1f1b1d77bb9c3a11_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:804477a6b96e09477c25868f0b4de1fbdb920c2aaecbd151e69e3434ac776764_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:804477a6b96e09477c25868f0b4de1fbdb920c2aaecbd151e69e3434ac776764_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:804477a6b96e09477c25868f0b4de1fbdb920c2aaecbd151e69e3434ac776764_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:f4b23ec51d26a06ff4924b0ed83a8914372f65ca87f030a24b7e75c2b2ce8b85_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:f4b23ec51d26a06ff4924b0ed83a8914372f65ca87f030a24b7e75c2b2ce8b85_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:f4b23ec51d26a06ff4924b0ed83a8914372f65ca87f030a24b7e75c2b2ce8b85_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:69222c49cce633746329650212a2145f5637cd4e4e1b17f7c63213e667149d30_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:69222c49cce633746329650212a2145f5637cd4e4e1b17f7c63213e667149d30_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:69222c49cce633746329650212a2145f5637cd4e4e1b17f7c63213e667149d30_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:e7a1d38b08983af9bc986d01454d52450e8ef38a2272bb927c5ca66229abea55_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:e7a1d38b08983af9bc986d01454d52450e8ef38a2272bb927c5ca66229abea55_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:e7a1d38b08983af9bc986d01454d52450e8ef38a2272bb927c5ca66229abea55_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:2df8e1c3d92b19e7fa549fa5805cb50c9540cff273dbec229d65e01b29405e14_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:2df8e1c3d92b19e7fa549fa5805cb50c9540cff273dbec229d65e01b29405e14_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:2df8e1c3d92b19e7fa549fa5805cb50c9540cff273dbec229d65e01b29405e14_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:54a75c0d0cc0d25c9783ec1d552f89297153844af2653e26ad33109475cff170_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:54a75c0d0cc0d25c9783ec1d552f89297153844af2653e26ad33109475cff170_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:54a75c0d0cc0d25c9783ec1d552f89297153844af2653e26ad33109475cff170_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:466d46b1b0f5a512aafcda488c0dee165dee914e46d79411222bafe88280e204_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:466d46b1b0f5a512aafcda488c0dee165dee914e46d79411222bafe88280e204_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:466d46b1b0f5a512aafcda488c0dee165dee914e46d79411222bafe88280e204_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-cli@sha256:3099f18f64217f3b3d8b31097e432c3521200e50257026e6716176429492dbea_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli@sha256:3099f18f64217f3b3d8b31097e432c3521200e50257026e6716176429492dbea_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-cli@sha256:3099f18f64217f3b3d8b31097e432c3521200e50257026e6716176429492dbea_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:e45a10dcbf018c346dd3ad5d9d012457a92221e7b572c729ab766a3804f43c66_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:e45a10dcbf018c346dd3ad5d9d012457a92221e7b572c729ab766a3804f43c66_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:e45a10dcbf018c346dd3ad5d9d012457a92221e7b572c729ab766a3804f43c66_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:2e189e34b90488c68b81c5067548941c105ef34cf62826e2b00f5bf9048fd231_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:2e189e34b90488c68b81c5067548941c105ef34cf62826e2b00f5bf9048fd231_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:2e189e34b90488c68b81c5067548941c105ef34cf62826e2b00f5bf9048fd231_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:b118e5d8271a4697d04dcdf1241e97545fe64257474728de10fd3e94cf2f29b6_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:b118e5d8271a4697d04dcdf1241e97545fe64257474728de10fd3e94cf2f29b6_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:b118e5d8271a4697d04dcdf1241e97545fe64257474728de10fd3e94cf2f29b6_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:72dbf5831fb7b0d60f1e056320b6ed0c88d8b2414222d69279f11aa5a4d1e1f3_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:72dbf5831fb7b0d60f1e056320b6ed0c88d8b2414222d69279f11aa5a4d1e1f3_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:72dbf5831fb7b0d60f1e056320b6ed0c88d8b2414222d69279f11aa5a4d1e1f3_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:39c66dedc2440b2b6b77a3f9d1e66b560eb961f65ee651468c411cdfdbf48170_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:39c66dedc2440b2b6b77a3f9d1e66b560eb961f65ee651468c411cdfdbf48170_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:39c66dedc2440b2b6b77a3f9d1e66b560eb961f65ee651468c411cdfdbf48170_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:f209c22b0bedeaad97eaf23590586efa0f60cdc857d83bd2b3cfd96016c77120_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:f209c22b0bedeaad97eaf23590586efa0f60cdc857d83bd2b3cfd96016c77120_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:f209c22b0bedeaad97eaf23590586efa0f60cdc857d83bd2b3cfd96016c77120_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:bc7d1d7e104915ed2d720eb7b910110c7e2025e5967eff8411da4bbe24111d10_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:bc7d1d7e104915ed2d720eb7b910110c7e2025e5967eff8411da4bbe24111d10_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:bc7d1d7e104915ed2d720eb7b910110c7e2025e5967eff8411da4bbe24111d10_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:a9d4fe916ef6b967072ed9e8f9fe1ee08301ea22638f65e2e8ec71f71642cf3a_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:a9d4fe916ef6b967072ed9e8f9fe1ee08301ea22638f65e2e8ec71f71642cf3a_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:a9d4fe916ef6b967072ed9e8f9fe1ee08301ea22638f65e2e8ec71f71642cf3a_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:a9d4fe916ef6b967072ed9e8f9fe1ee08301ea22638f65e2e8ec71f71642cf3a_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:a9d4fe916ef6b967072ed9e8f9fe1ee08301ea22638f65e2e8ec71f71642cf3a_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:a9d4fe916ef6b967072ed9e8f9fe1ee08301ea22638f65e2e8ec71f71642cf3a_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:83a698a36e8064ad26ce68e787ee5fdbe6bfa9e4db3b7ee749f1201f55f40f04_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:83a698a36e8064ad26ce68e787ee5fdbe6bfa9e4db3b7ee749f1201f55f40f04_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:83a698a36e8064ad26ce68e787ee5fdbe6bfa9e4db3b7ee749f1201f55f40f04_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:f194fc68f03cd0006c9dea837e323747d7cb3efd3c3beec3bc4b34bac5061178_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:f194fc68f03cd0006c9dea837e323747d7cb3efd3c3beec3bc4b34bac5061178_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:f194fc68f03cd0006c9dea837e323747d7cb3efd3c3beec3bc4b34bac5061178_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:525637ae352d872bf4f7c5234c04f8226ba9df0efdcba0e8453b8fcd78d10f3f_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:525637ae352d872bf4f7c5234c04f8226ba9df0efdcba0e8453b8fcd78d10f3f_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:525637ae352d872bf4f7c5234c04f8226ba9df0efdcba0e8453b8fcd78d10f3f_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:bc9cf34f16a511bfb3f5308a8d0b0421c1f04aa79493493200e7bd4a4c24a1a4_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:bc9cf34f16a511bfb3f5308a8d0b0421c1f04aa79493493200e7bd4a4c24a1a4_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:bc9cf34f16a511bfb3f5308a8d0b0421c1f04aa79493493200e7bd4a4c24a1a4_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:8c4a1104d1d1e6b32f8236f6d30053d651c1aa645786b4e29e0a4a4a11b32b82_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:8c4a1104d1d1e6b32f8236f6d30053d651c1aa645786b4e29e0a4a4a11b32b82_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:8c4a1104d1d1e6b32f8236f6d30053d651c1aa645786b4e29e0a4a4a11b32b82_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:b86e949647e4384d7052e1ed2191eeaaafe258656dac641257eab389a9b64836_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:b86e949647e4384d7052e1ed2191eeaaafe258656dac641257eab389a9b64836_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:b86e949647e4384d7052e1ed2191eeaaafe258656dac641257eab389a9b64836_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:2b7bc0385cd19fa35a3e40297421cab9a655345168f46cd446e999d658c40954_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:2b7bc0385cd19fa35a3e40297421cab9a655345168f46cd446e999d658c40954_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:2b7bc0385cd19fa35a3e40297421cab9a655345168f46cd446e999d658c40954_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:1f2c507d5bd656b77ddf62afa7a5beee6b2e40b2c6684bde2302b69e399d3457_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:1f2c507d5bd656b77ddf62afa7a5beee6b2e40b2c6684bde2302b69e399d3457_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:1f2c507d5bd656b77ddf62afa7a5beee6b2e40b2c6684bde2302b69e399d3457_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:ae88a55cfbe6f011c5a77cc62fedce5560720e4a461333d7720f95e6707a024f_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:ae88a55cfbe6f011c5a77cc62fedce5560720e4a461333d7720f95e6707a024f_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:ae88a55cfbe6f011c5a77cc62fedce5560720e4a461333d7720f95e6707a024f_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:846da5b7934e0bca4b9b8d0c289099d8f26edb5671aee4c0aad0ded254d7c865_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:846da5b7934e0bca4b9b8d0c289099d8f26edb5671aee4c0aad0ded254d7c865_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:846da5b7934e0bca4b9b8d0c289099d8f26edb5671aee4c0aad0ded254d7c865_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:2fc52ee54de443cc4fd6a5233652419d7c8476e44dad3a86e3bdbe2a64090cf0_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:2fc52ee54de443cc4fd6a5233652419d7c8476e44dad3a86e3bdbe2a64090cf0_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:2fc52ee54de443cc4fd6a5233652419d7c8476e44dad3a86e3bdbe2a64090cf0_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:ade0f8bff2f7e8b0b2226b51c86e0de23085db3653a5c7c4b96b00418960f152_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:ade0f8bff2f7e8b0b2226b51c86e0de23085db3653a5c7c4b96b00418960f152_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:ade0f8bff2f7e8b0b2226b51c86e0de23085db3653a5c7c4b96b00418960f152_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:723c0e4616dd8848d13f616cf73fbc8a88344fb798afea6ab9608fcd6ab0aeec_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:723c0e4616dd8848d13f616cf73fbc8a88344fb798afea6ab9608fcd6ab0aeec_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:723c0e4616dd8848d13f616cf73fbc8a88344fb798afea6ab9608fcd6ab0aeec_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:04e60f58e94cbc354e56f5f2ad8466821169f16a477311db03e492e09923a15d_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:04e60f58e94cbc354e56f5f2ad8466821169f16a477311db03e492e09923a15d_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:04e60f58e94cbc354e56f5f2ad8466821169f16a477311db03e492e09923a15d_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:1a1635269167b07cc6927c5d4c7d60a94eb967132e9652f032c37012eb8cd64d_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:1a1635269167b07cc6927c5d4c7d60a94eb967132e9652f032c37012eb8cd64d_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:1a1635269167b07cc6927c5d4c7d60a94eb967132e9652f032c37012eb8cd64d_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:36603060e99c91978d33d1061dad7f076e906f79d6a82a7fffac954ca2d15b86_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:36603060e99c91978d33d1061dad7f076e906f79d6a82a7fffac954ca2d15b86_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:36603060e99c91978d33d1061dad7f076e906f79d6a82a7fffac954ca2d15b86_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:d19b4019ded55310ee83406668284dbd7547e12cabacc9e8f404b66a69c21bb4_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:d19b4019ded55310ee83406668284dbd7547e12cabacc9e8f404b66a69c21bb4_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:d19b4019ded55310ee83406668284dbd7547e12cabacc9e8f404b66a69c21bb4_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:f3909b189c2f1b808237a58fb9cc8d5f61f0b31c165c26b383cec1e52a3fea6e_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:f3909b189c2f1b808237a58fb9cc8d5f61f0b31c165c26b383cec1e52a3fea6e_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:f3909b189c2f1b808237a58fb9cc8d5f61f0b31c165c26b383cec1e52a3fea6e_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:2340dcffec2e3ec9424e6d1f8b3c863795d253226b06b37b658185bf1501425e_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:2340dcffec2e3ec9424e6d1f8b3c863795d253226b06b37b658185bf1501425e_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:2340dcffec2e3ec9424e6d1f8b3c863795d253226b06b37b658185bf1501425e_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:b9b6693c4900557493df451691f5ab9a1fc19af824a0e37cbd8c78b01e0ce45b_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:b9b6693c4900557493df451691f5ab9a1fc19af824a0e37cbd8c78b01e0ce45b_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:b9b6693c4900557493df451691f5ab9a1fc19af824a0e37cbd8c78b01e0ce45b_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:2ac0a309d64a693621f8ef71a248271b6ec47f04fb29a6a48cfe9a033e00707b_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:2ac0a309d64a693621f8ef71a248271b6ec47f04fb29a6a48cfe9a033e00707b_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:2ac0a309d64a693621f8ef71a248271b6ec47f04fb29a6a48cfe9a033e00707b_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:a991143dee7144711f7c3ba90b733c963ab4d9ac5af1f3f84fd1eaf74cf8b224_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:a991143dee7144711f7c3ba90b733c963ab4d9ac5af1f3f84fd1eaf74cf8b224_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:a991143dee7144711f7c3ba90b733c963ab4d9ac5af1f3f84fd1eaf74cf8b224_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:8d40517eece94e75079f18de55d7052b3f8888fa57ff28ad192048a1238d4f1b_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:8d40517eece94e75079f18de55d7052b3f8888fa57ff28ad192048a1238d4f1b_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:8d40517eece94e75079f18de55d7052b3f8888fa57ff28ad192048a1238d4f1b_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:c17c0308120d9b122ba4bef1509cbcf09086d53c31c620f0cd1dccff035999c2_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:c17c0308120d9b122ba4bef1509cbcf09086d53c31c620f0cd1dccff035999c2_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:c17c0308120d9b122ba4bef1509cbcf09086d53c31c620f0cd1dccff035999c2_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:4f06e2941a5063bac48b5d7c8fca3b7ae30697886723fbfe3798ccba7a75ea5d_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:4f06e2941a5063bac48b5d7c8fca3b7ae30697886723fbfe3798ccba7a75ea5d_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:4f06e2941a5063bac48b5d7c8fca3b7ae30697886723fbfe3798ccba7a75ea5d_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:90c7000b7c9d0f9827a6753d01070daf6ba65524148f59727bba159cbbb81b93_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:90c7000b7c9d0f9827a6753d01070daf6ba65524148f59727bba159cbbb81b93_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:90c7000b7c9d0f9827a6753d01070daf6ba65524148f59727bba159cbbb81b93_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-console-operator@sha256:6f3b73ef30b07c78a41a3c382bd694b6d0579b9f6c712212ffc4dccc473ec38e_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console-operator@sha256:6f3b73ef30b07c78a41a3c382bd694b6d0579b9f6c712212ffc4dccc473ec38e_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-console-operator@sha256:6f3b73ef30b07c78a41a3c382bd694b6d0579b9f6c712212ffc4dccc473ec38e_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-console@sha256:87fad183030127424138592d2eecac8fbe0ee15903892472da1bbc2f7a17dafb_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console@sha256:87fad183030127424138592d2eecac8fbe0ee15903892472da1bbc2f7a17dafb_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-console@sha256:87fad183030127424138592d2eecac8fbe0ee15903892472da1bbc2f7a17dafb_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:a5aa476e2f95acec73201c492af9d4838c8a32d915e403ab2d25e95e668e532c_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:a5aa476e2f95acec73201c492af9d4838c8a32d915e403ab2d25e95e668e532c_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:a5aa476e2f95acec73201c492af9d4838c8a32d915e403ab2d25e95e668e532c_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-coredns@sha256:947e7d72c4e8fd2f8cc45a78410ed9481e893083397efdd9bcb9df770f2e445c_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-coredns@sha256:947e7d72c4e8fd2f8cc45a78410ed9481e893083397efdd9bcb9df770f2e445c_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-coredns@sha256:947e7d72c4e8fd2f8cc45a78410ed9481e893083397efdd9bcb9df770f2e445c_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:c545524beef211bb5b7a6a4dc54edf45636c638a19c42b756889a66decf884f5_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:c545524beef211bb5b7a6a4dc54edf45636c638a19c42b756889a66decf884f5_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:c545524beef211bb5b7a6a4dc54edf45636c638a19c42b756889a66decf884f5_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:dd5b36d3ad0f0616121448bc1e6df582b13f033e7e719f3676cbc6d9c64a3eb0_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:dd5b36d3ad0f0616121448bc1e6df582b13f033e7e719f3676cbc6d9c64a3eb0_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:dd5b36d3ad0f0616121448bc1e6df582b13f033e7e719f3676cbc6d9c64a3eb0_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:26ae1949819fb6a59bb0b1bc126c0ac3662774dea139571b09554d6e91184ad1_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:26ae1949819fb6a59bb0b1bc126c0ac3662774dea139571b09554d6e91184ad1_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:26ae1949819fb6a59bb0b1bc126c0ac3662774dea139571b09554d6e91184ad1_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:9d6858e84ee669d7c01bc536ff57069633db2c20d7957556aa5e66cd1a9efd14_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:9d6858e84ee669d7c01bc536ff57069633db2c20d7957556aa5e66cd1a9efd14_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:9d6858e84ee669d7c01bc536ff57069633db2c20d7957556aa5e66cd1a9efd14_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:3af8b80bc53846297b49783aa71e4b3883d973b7bf0fe7e902cb48800302c90f_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:3af8b80bc53846297b49783aa71e4b3883d973b7bf0fe7e902cb48800302c90f_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:3af8b80bc53846297b49783aa71e4b3883d973b7bf0fe7e902cb48800302c90f_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:bf95c056390ae6ae71d2bcc38a3c4fdbde0c27139c24b8098b3b2246be82ee89_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:bf95c056390ae6ae71d2bcc38a3c4fdbde0c27139c24b8098b3b2246be82ee89_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:bf95c056390ae6ae71d2bcc38a3c4fdbde0c27139c24b8098b3b2246be82ee89_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:29ac94c1adb061f6b6aab04b1faa8442b66f97964e92eef68ffd1ef7bd8a329e_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:29ac94c1adb061f6b6aab04b1faa8442b66f97964e92eef68ffd1ef7bd8a329e_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:29ac94c1adb061f6b6aab04b1faa8442b66f97964e92eef68ffd1ef7bd8a329e_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:29ac94c1adb061f6b6aab04b1faa8442b66f97964e92eef68ffd1ef7bd8a329e_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:29ac94c1adb061f6b6aab04b1faa8442b66f97964e92eef68ffd1ef7bd8a329e_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:29ac94c1adb061f6b6aab04b1faa8442b66f97964e92eef68ffd1ef7bd8a329e_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:939528e1546e50a7d1701ce3db108a40736279d56e9812d1c21f5dc3d492ac6e_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:939528e1546e50a7d1701ce3db108a40736279d56e9812d1c21f5dc3d492ac6e_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:939528e1546e50a7d1701ce3db108a40736279d56e9812d1c21f5dc3d492ac6e_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:939528e1546e50a7d1701ce3db108a40736279d56e9812d1c21f5dc3d492ac6e_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:939528e1546e50a7d1701ce3db108a40736279d56e9812d1c21f5dc3d492ac6e_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:939528e1546e50a7d1701ce3db108a40736279d56e9812d1c21f5dc3d492ac6e_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:b7d9ac0a83896b5ad2c63020c215812973d57d689ac90ee0eeafbbe193e574d3_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:b7d9ac0a83896b5ad2c63020c215812973d57d689ac90ee0eeafbbe193e574d3_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:b7d9ac0a83896b5ad2c63020c215812973d57d689ac90ee0eeafbbe193e574d3_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:b7d9ac0a83896b5ad2c63020c215812973d57d689ac90ee0eeafbbe193e574d3_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:b7d9ac0a83896b5ad2c63020c215812973d57d689ac90ee0eeafbbe193e574d3_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:b7d9ac0a83896b5ad2c63020c215812973d57d689ac90ee0eeafbbe193e574d3_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:2b8ea21a57841debda1dbc79f5b3dc26f93852c5a9d8233fe73520f2cc27a95b_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:2b8ea21a57841debda1dbc79f5b3dc26f93852c5a9d8233fe73520f2cc27a95b_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:2b8ea21a57841debda1dbc79f5b3dc26f93852c5a9d8233fe73520f2cc27a95b_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:2b8ea21a57841debda1dbc79f5b3dc26f93852c5a9d8233fe73520f2cc27a95b_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:2b8ea21a57841debda1dbc79f5b3dc26f93852c5a9d8233fe73520f2cc27a95b_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:2b8ea21a57841debda1dbc79f5b3dc26f93852c5a9d8233fe73520f2cc27a95b_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:b2ff6b83fe2b8e18f8442b12d694419f6e14cc51bdd603d407df8373fd70851c_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:b2ff6b83fe2b8e18f8442b12d694419f6e14cc51bdd603d407df8373fd70851c_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:b2ff6b83fe2b8e18f8442b12d694419f6e14cc51bdd603d407df8373fd70851c_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:b2ff6b83fe2b8e18f8442b12d694419f6e14cc51bdd603d407df8373fd70851c_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:b2ff6b83fe2b8e18f8442b12d694419f6e14cc51bdd603d407df8373fd70851c_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:b2ff6b83fe2b8e18f8442b12d694419f6e14cc51bdd603d407df8373fd70851c_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:8d5edb440684d2e7da3b0639867f8dbef9d5ac1b7f85f15204c0690be86bce06_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:8d5edb440684d2e7da3b0639867f8dbef9d5ac1b7f85f15204c0690be86bce06_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:8d5edb440684d2e7da3b0639867f8dbef9d5ac1b7f85f15204c0690be86bce06_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:8d5edb440684d2e7da3b0639867f8dbef9d5ac1b7f85f15204c0690be86bce06_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:8d5edb440684d2e7da3b0639867f8dbef9d5ac1b7f85f15204c0690be86bce06_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:8d5edb440684d2e7da3b0639867f8dbef9d5ac1b7f85f15204c0690be86bce06_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:5706b2d6e989ec2e7dbe6d0c9b9371b5537d0dc40848f584ac8b8f50cc0ab41a_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:5706b2d6e989ec2e7dbe6d0c9b9371b5537d0dc40848f584ac8b8f50cc0ab41a_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:5706b2d6e989ec2e7dbe6d0c9b9371b5537d0dc40848f584ac8b8f50cc0ab41a_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:5706b2d6e989ec2e7dbe6d0c9b9371b5537d0dc40848f584ac8b8f50cc0ab41a_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:5706b2d6e989ec2e7dbe6d0c9b9371b5537d0dc40848f584ac8b8f50cc0ab41a_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:5706b2d6e989ec2e7dbe6d0c9b9371b5537d0dc40848f584ac8b8f50cc0ab41a_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:b05088417754804c7f107dab474a567b1c9b3e34a4994843c0575cbf95cbba9e_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:b05088417754804c7f107dab474a567b1c9b3e34a4994843c0575cbf95cbba9e_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:b05088417754804c7f107dab474a567b1c9b3e34a4994843c0575cbf95cbba9e_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-deployer@sha256:277900af1e8886fc624d449575de6c1a4ece71433047771a048c95503cd4b63d_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-deployer@sha256:277900af1e8886fc624d449575de6c1a4ece71433047771a048c95503cd4b63d_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-deployer@sha256:277900af1e8886fc624d449575de6c1a4ece71433047771a048c95503cd4b63d_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-docker-builder@sha256:18ad4765d1bc7b3fd2073d78a447d100713541ce12bca2541af8ede1ed63f627_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-builder@sha256:18ad4765d1bc7b3fd2073d78a447d100713541ce12bca2541af8ede1ed63f627_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-docker-builder@sha256:18ad4765d1bc7b3fd2073d78a447d100713541ce12bca2541af8ede1ed63f627_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-docker-registry@sha256:ff1c0e7168620f0d918a35fcae28807a5d35142ba39ac38b42b369e84f940592_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-registry@sha256:ff1c0e7168620f0d918a35fcae28807a5d35142ba39ac38b42b369e84f940592_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-docker-registry@sha256:ff1c0e7168620f0d918a35fcae28807a5d35142ba39ac38b42b369e84f940592_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-etcd@sha256:b9d2a3dd7d27b8c3bb744d653344af0d1acc7116d2075525e95ba824929a4404_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-etcd@sha256:b9d2a3dd7d27b8c3bb744d653344af0d1acc7116d2075525e95ba824929a4404_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-etcd@sha256:b9d2a3dd7d27b8c3bb744d653344af0d1acc7116d2075525e95ba824929a4404_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:6a82dc74e87e1e69b71f4741e3dfd0a41c6cac12d8dc5a94c535357931166de7_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:6a82dc74e87e1e69b71f4741e3dfd0a41c6cac12d8dc5a94c535357931166de7_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:6a82dc74e87e1e69b71f4741e3dfd0a41c6cac12d8dc5a94c535357931166de7_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:ca28d78de4aa3c56385c63a9bb87f16d19ae2c4f8579c07244f8e66b3dcd0d7c_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:ca28d78de4aa3c56385c63a9bb87f16d19ae2c4f8579c07244f8e66b3dcd0d7c_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:ca28d78de4aa3c56385c63a9bb87f16d19ae2c4f8579c07244f8e66b3dcd0d7c_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:6d270aba43635b915835ef16b7d9e8c6d9167706a798e0f748ed6bac78d34985_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:6d270aba43635b915835ef16b7d9e8c6d9167706a798e0f748ed6bac78d34985_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:6d270aba43635b915835ef16b7d9e8c6d9167706a798e0f748ed6bac78d34985_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:8fa6d481a3fc93722f1c704761e9a548b0cf886424a9dd55e3c9bd60bb888d11_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:8fa6d481a3fc93722f1c704761e9a548b0cf886424a9dd55e3c9bd60bb888d11_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:8fa6d481a3fc93722f1c704761e9a548b0cf886424a9dd55e3c9bd60bb888d11_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:b3c3b0db645b6f0417835c3ed772a3951391922bb3c5cbadb2a43f442ba32973_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-haproxy-router@sha256:b3c3b0db645b6f0417835c3ed772a3951391922bb3c5cbadb2a43f442ba32973_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:b3c3b0db645b6f0417835c3ed772a3951391922bb3c5cbadb2a43f442ba32973_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-hyperkube@sha256:5223a1167eef6883337ffc9ad6208b1294759bdc11887be78e0b5646120fbb46_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hyperkube@sha256:5223a1167eef6883337ffc9ad6208b1294759bdc11887be78e0b5646120fbb46_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-hyperkube@sha256:5223a1167eef6883337ffc9ad6208b1294759bdc11887be78e0b5646120fbb46_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:ea2b3205d15d386e227108c017fc57f30b406fffd9e5056f908d2e8c671cb99a_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:ea2b3205d15d386e227108c017fc57f30b406fffd9e5056f908d2e8c671cb99a_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:ea2b3205d15d386e227108c017fc57f30b406fffd9e5056f908d2e8c671cb99a_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:5c635cb57d487c638e9f32d5b69656f72fc191b3160ada82b8dd54ca7950116f_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:5c635cb57d487c638e9f32d5b69656f72fc191b3160ada82b8dd54ca7950116f_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:5c635cb57d487c638e9f32d5b69656f72fc191b3160ada82b8dd54ca7950116f_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:d82ab635250758a9e2678d2c4eab7c8a110a8efb817e42fc92f9bcf7409be128_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:d82ab635250758a9e2678d2c4eab7c8a110a8efb817e42fc92f9bcf7409be128_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:d82ab635250758a9e2678d2c4eab7c8a110a8efb817e42fc92f9bcf7409be128_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:aa40c50345daa07b8bb1426eb31b44fcb202c5f0d903c06a3f3859cd6e591480_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:aa40c50345daa07b8bb1426eb31b44fcb202c5f0d903c06a3f3859cd6e591480_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:aa40c50345daa07b8bb1426eb31b44fcb202c5f0d903c06a3f3859cd6e591480_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:849f13bf9b6fdbc73b671226f30aa208d7ed17bcca93239a83b6e6d14798ddbb_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:849f13bf9b6fdbc73b671226f30aa208d7ed17bcca93239a83b6e6d14798ddbb_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:849f13bf9b6fdbc73b671226f30aa208d7ed17bcca93239a83b6e6d14798ddbb_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:57a7d0c14851526679c5a513345a828ba249bcdfafdc7be1af09ceaee6d96cf0_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:57a7d0c14851526679c5a513345a828ba249bcdfafdc7be1af09ceaee6d96cf0_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:57a7d0c14851526679c5a513345a828ba249bcdfafdc7be1af09ceaee6d96cf0_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:0ff6fd48ef3e23de090587104684f214f0f6540c66ba1e59ace8e9a5a48135dd_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:0ff6fd48ef3e23de090587104684f214f0f6540c66ba1e59ace8e9a5a48135dd_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:0ff6fd48ef3e23de090587104684f214f0f6540c66ba1e59ace8e9a5a48135dd_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:bb7cb1703b2dbdc6af833d04126f917895aab9df84c98f9bae85485fb4dae73f_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:bb7cb1703b2dbdc6af833d04126f917895aab9df84c98f9bae85485fb4dae73f_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:bb7cb1703b2dbdc6af833d04126f917895aab9df84c98f9bae85485fb4dae73f_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:e59684416bd1258e50f4230fbc74279efd9984b7618cb62b7b87e306f18c8d5b_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:e59684416bd1258e50f4230fbc74279efd9984b7618cb62b7b87e306f18c8d5b_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:e59684416bd1258e50f4230fbc74279efd9984b7618cb62b7b87e306f18c8d5b_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:56dd793ff22486fdb3e2010608a5ef155a481e68181d48d23b4759f4cc6482ad_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:56dd793ff22486fdb3e2010608a5ef155a481e68181d48d23b4759f4cc6482ad_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:56dd793ff22486fdb3e2010608a5ef155a481e68181d48d23b4759f4cc6482ad_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-installer@sha256:1674742a196a2d846f24dcd05b4e35b5a82019b2b20e2a75f4b9850043d26e17_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer@sha256:1674742a196a2d846f24dcd05b4e35b5a82019b2b20e2a75f4b9850043d26e17_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-installer@sha256:1674742a196a2d846f24dcd05b4e35b5a82019b2b20e2a75f4b9850043d26e17_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:bdab5ba35151ad3ebbff1bc42f9a3552f4a84a74e1b012ae28361cc445cf18c0_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:bdab5ba35151ad3ebbff1bc42f9a3552f4a84a74e1b012ae28361cc445cf18c0_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:bdab5ba35151ad3ebbff1bc42f9a3552f4a84a74e1b012ae28361cc445cf18c0_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:c424dae8014ffd562255425127d36b2c10941670ac7017f3e735d23e37a09331_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:c424dae8014ffd562255425127d36b2c10941670ac7017f3e735d23e37a09331_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:c424dae8014ffd562255425127d36b2c10941670ac7017f3e735d23e37a09331_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:4ab1a473d800b1534fee2cf432542f80c4432bd1c0b9ded737be5205c1166682_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:4ab1a473d800b1534fee2cf432542f80c4432bd1c0b9ded737be5205c1166682_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:4ab1a473d800b1534fee2cf432542f80c4432bd1c0b9ded737be5205c1166682_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:85271027624d2c40a69c871a90745e1a1ee63df5a1b62ced821c464b13ce67c4_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:85271027624d2c40a69c871a90745e1a1ee63df5a1b62ced821c464b13ce67c4_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:85271027624d2c40a69c871a90745e1a1ee63df5a1b62ced821c464b13ce67c4_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:fbf7adf8dacb0d274a6cdcfdc7e90720b953d79635b1f47ae1cd5de735e43b0c_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:fbf7adf8dacb0d274a6cdcfdc7e90720b953d79635b1f47ae1cd5de735e43b0c_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:fbf7adf8dacb0d274a6cdcfdc7e90720b953d79635b1f47ae1cd5de735e43b0c_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:933625dfe48f30c696d53216d0ce83ef1d04287474f4da22caa1b71c5cccd243_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:933625dfe48f30c696d53216d0ce83ef1d04287474f4da22caa1b71c5cccd243_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:933625dfe48f30c696d53216d0ce83ef1d04287474f4da22caa1b71c5cccd243_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:54a4a33424edf74a05faa54de795fdb22e8933cbea70f9338c5801d07673218b_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-proxy@sha256:54a4a33424edf74a05faa54de795fdb22e8933cbea70f9338c5801d07673218b_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:54a4a33424edf74a05faa54de795fdb22e8933cbea70f9338c5801d07673218b_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:6e59b14824fe873149228dff4187a8af6fd809663335ac95925bd1b27b631b12_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:6e59b14824fe873149228dff4187a8af6fd809663335ac95925bd1b27b631b12_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:6e59b14824fe873149228dff4187a8af6fd809663335ac95925bd1b27b631b12_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:c6c3994af5a862df916f642ab43f3f8e0a7ed2507cab7a89bf5a489f8232ef32_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:c6c3994af5a862df916f642ab43f3f8e0a7ed2507cab7a89bf5a489f8232ef32_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:c6c3994af5a862df916f642ab43f3f8e0a7ed2507cab7a89bf5a489f8232ef32_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:81b521b83e6bdba776c932f055d38ac641c8aa2c38342a6019b73af75fcfbf76_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:81b521b83e6bdba776c932f055d38ac641c8aa2c38342a6019b73af75fcfbf76_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:81b521b83e6bdba776c932f055d38ac641c8aa2c38342a6019b73af75fcfbf76_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:386274f66a5c76c270348d3551ed828a798116cd262e574aec4883ef305a93f5_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:386274f66a5c76c270348d3551ed828a798116cd262e574aec4883ef305a93f5_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:386274f66a5c76c270348d3551ed828a798116cd262e574aec4883ef305a93f5_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:0ac3bd20df0e39210299c8cd97def197cc09dbfd40450a27aaeabfceec67eb2a_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:0ac3bd20df0e39210299c8cd97def197cc09dbfd40450a27aaeabfceec67eb2a_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:0ac3bd20df0e39210299c8cd97def197cc09dbfd40450a27aaeabfceec67eb2a_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:5b6ecaee654c85b1b62f9522e6381b7b3d62bcae80be6b4f664ed27d07e54a0a_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:5b6ecaee654c85b1b62f9522e6381b7b3d62bcae80be6b4f664ed27d07e54a0a_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:5b6ecaee654c85b1b62f9522e6381b7b3d62bcae80be6b4f664ed27d07e54a0a_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:965667f61d66cf95711b6bd4e56b61e66c837f16facea138589feaa328f8ba14_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:965667f61d66cf95711b6bd4e56b61e66c837f16facea138589feaa328f8ba14_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:965667f61d66cf95711b6bd4e56b61e66c837f16facea138589feaa328f8ba14_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:1aebee0382acdf2f8c25cbbc7c4625855baf0df824897b49ff8e8d7156f26c10_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:1aebee0382acdf2f8c25cbbc7c4625855baf0df824897b49ff8e8d7156f26c10_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:1aebee0382acdf2f8c25cbbc7c4625855baf0df824897b49ff8e8d7156f26c10_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:b93c9a3cdb6e4b42bf06a500a47ec06cfced49eb25bad249e20328a401f745d0_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:b93c9a3cdb6e4b42bf06a500a47ec06cfced49eb25bad249e20328a401f745d0_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:b93c9a3cdb6e4b42bf06a500a47ec06cfced49eb25bad249e20328a401f745d0_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:ab8a84f5f48d8caf461c43254983c474c912dfdcbcdb681680ef889a84c2ca45_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:ab8a84f5f48d8caf461c43254983c474c912dfdcbcdb681680ef889a84c2ca45_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:ab8a84f5f48d8caf461c43254983c474c912dfdcbcdb681680ef889a84c2ca45_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:72db598db21d1e0ded85836ba04cf11bd9a35a3a92f8164ddcfda6d4f1f67eeb_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:72db598db21d1e0ded85836ba04cf11bd9a35a3a92f8164ddcfda6d4f1f67eeb_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:72db598db21d1e0ded85836ba04cf11bd9a35a3a92f8164ddcfda6d4f1f67eeb_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:fb874827ee64e46fb7b1032b20ddd0daebf6d6c78f87974e708d565f8dcb75c8_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:fb874827ee64e46fb7b1032b20ddd0daebf6d6c78f87974e708d565f8dcb75c8_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:fb874827ee64e46fb7b1032b20ddd0daebf6d6c78f87974e708d565f8dcb75c8_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:0abf4b89518dc34a93765c01a7e9ed655a849b1503e59ba3391b49424ed86929_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:0abf4b89518dc34a93765c01a7e9ed655a849b1503e59ba3391b49424ed86929_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:0abf4b89518dc34a93765c01a7e9ed655a849b1503e59ba3391b49424ed86929_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:0f23c02708855c3ec3a4762885762ea041a80d2e73b93048f1dfa0716685041b_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:0f23c02708855c3ec3a4762885762ea041a80d2e73b93048f1dfa0716685041b_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:0f23c02708855c3ec3a4762885762ea041a80d2e73b93048f1dfa0716685041b_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:6b890961922acb4ac55cee22e527cfd16db346a8336d03dee1bab6ee3353193d_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:6b890961922acb4ac55cee22e527cfd16db346a8336d03dee1bab6ee3353193d_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:6b890961922acb4ac55cee22e527cfd16db346a8336d03dee1bab6ee3353193d_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-multus-cni@sha256:20ebce78341692c4b7cb989c9e72a878ebac1e05a86f863eab5d2ab26145cef1_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-cni@sha256:20ebce78341692c4b7cb989c9e72a878ebac1e05a86f863eab5d2ab26145cef1_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-multus-cni@sha256:20ebce78341692c4b7cb989c9e72a878ebac1e05a86f863eab5d2ab26145cef1_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:1fd5e849fd3fb12348ad08bb99fce8c0b83cfa9cc1b27672e2d5a263b3e43d7e_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:1fd5e849fd3fb12348ad08bb99fce8c0b83cfa9cc1b27672e2d5a263b3e43d7e_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:1fd5e849fd3fb12348ad08bb99fce8c0b83cfa9cc1b27672e2d5a263b3e43d7e_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:63fc31df14f982473244ea31a19afa32572a00819ea3a696e8a97d538a1597e8_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:63fc31df14f982473244ea31a19afa32572a00819ea3a696e8a97d538a1597e8_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:63fc31df14f982473244ea31a19afa32572a00819ea3a696e8a97d538a1597e8_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f8af0795220f58562f48548f72465f086dbe6d702d4f8015d99ef04fdb6c3b28_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f8af0795220f58562f48548f72465f086dbe6d702d4f8015d99ef04fdb6c3b28_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f8af0795220f58562f48548f72465f086dbe6d702d4f8015d99ef04fdb6c3b28_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-must-gather@sha256:80e58d5f1e04c78b5c9b91d1bc946142ffb4bc18c3505b421325590ec59087f4_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-must-gather@sha256:80e58d5f1e04c78b5c9b91d1bc946142ffb4bc18c3505b421325590ec59087f4_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-must-gather@sha256:80e58d5f1e04c78b5c9b91d1bc946142ffb4bc18c3505b421325590ec59087f4_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:4af3905234992c48f9b6edab1f790bf0c60bc0f6dba702da2083d42b7b8a039f_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:4af3905234992c48f9b6edab1f790bf0c60bc0f6dba702da2083d42b7b8a039f_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:4af3905234992c48f9b6edab1f790bf0c60bc0f6dba702da2083d42b7b8a039f_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:bd07587de4ea6fc98d6420d36b1e9ecaaa76044654b428c671606b1f2a1012a5_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:bd07587de4ea6fc98d6420d36b1e9ecaaa76044654b428c671606b1f2a1012a5_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:bd07587de4ea6fc98d6420d36b1e9ecaaa76044654b428c671606b1f2a1012a5_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:bf4767eb631457901613a466e2d274db644440c9ff71efe968167cf7a101eda7_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:bf4767eb631457901613a466e2d274db644440c9ff71efe968167cf7a101eda7_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:bf4767eb631457901613a466e2d274db644440c9ff71efe968167cf7a101eda7_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:70bc2c926c6881786a4122753045af13f0f74fcdf552f137dd124b85f55499f7_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:70bc2c926c6881786a4122753045af13f0f74fcdf552f137dd124b85f55499f7_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:70bc2c926c6881786a4122753045af13f0f74fcdf552f137dd124b85f55499f7_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:a7b3d5e7b5e9818bf3e9e76e5bd6659e4d02401c0147dcd09b582bf51b49d5f8_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:a7b3d5e7b5e9818bf3e9e76e5bd6659e4d02401c0147dcd09b582bf51b49d5f8_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:a7b3d5e7b5e9818bf3e9e76e5bd6659e4d02401c0147dcd09b582bf51b49d5f8_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:9e8cb51366946aa9494d7d11e8b833431d49a31a9ffd331658f3cc8eb42e760a_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:9e8cb51366946aa9494d7d11e8b833431d49a31a9ffd331658f3cc8eb42e760a_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:9e8cb51366946aa9494d7d11e8b833431d49a31a9ffd331658f3cc8eb42e760a_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:3b2b8947c6779295f60afd359bd6f8151d49751e096d29cd18120ec190c3e788_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:3b2b8947c6779295f60afd359bd6f8151d49751e096d29cd18120ec190c3e788_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:3b2b8947c6779295f60afd359bd6f8151d49751e096d29cd18120ec190c3e788_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:d273e0248b9be6eb9f8f6ed371396c2efe25ea2af19ffda1cfa90c7424020c5f_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:d273e0248b9be6eb9f8f6ed371396c2efe25ea2af19ffda1cfa90c7424020c5f_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:d273e0248b9be6eb9f8f6ed371396c2efe25ea2af19ffda1cfa90c7424020c5f_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:50f76d2b022ccefe73175f3d436708232d9ab14a21e1101f5605a27bdf6c80ab_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:50f76d2b022ccefe73175f3d436708232d9ab14a21e1101f5605a27bdf6c80ab_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:50f76d2b022ccefe73175f3d436708232d9ab14a21e1101f5605a27bdf6c80ab_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:78ed37edd0e5a0505d750db3fd83d7d2dcf37d8efe05d8a1d37f7e02785269e8_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:78ed37edd0e5a0505d750db3fd83d7d2dcf37d8efe05d8a1d37f7e02785269e8_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:78ed37edd0e5a0505d750db3fd83d7d2dcf37d8efe05d8a1d37f7e02785269e8_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:3385a96089a884c619e5e2eaa93d2e2bf97570af549a82b092a649ee93c05bff_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:3385a96089a884c619e5e2eaa93d2e2bf97570af549a82b092a649ee93c05bff_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:3385a96089a884c619e5e2eaa93d2e2bf97570af549a82b092a649ee93c05bff_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:7d612c3cd1251fd9672c5564aa8cb467c7d7bc7dde644df5306ed3fe0ae022df_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:7d612c3cd1251fd9672c5564aa8cb467c7d7bc7dde644df5306ed3fe0ae022df_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:7d612c3cd1251fd9672c5564aa8cb467c7d7bc7dde644df5306ed3fe0ae022df_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:9ebc8e5f6c380a2cf0726d793c46b600bafe48e8c39d4653a84c7e34ba58752f_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:9ebc8e5f6c380a2cf0726d793c46b600bafe48e8c39d4653a84c7e34ba58752f_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:9ebc8e5f6c380a2cf0726d793c46b600bafe48e8c39d4653a84c7e34ba58752f_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-openstack-machine-controllers@sha256:6d981567c79861f5927e4d1450300eeb23a7206c67b066f81076cafef43f3d3a_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-machine-controllers@sha256:6d981567c79861f5927e4d1450300eeb23a7206c67b066f81076cafef43f3d3a_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-openstack-machine-controllers@sha256:6d981567c79861f5927e4d1450300eeb23a7206c67b066f81076cafef43f3d3a_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:6382c37f5d5ad83e7f30e1829156d165fcd39712e1f09d09b1faafc433939020_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:6382c37f5d5ad83e7f30e1829156d165fcd39712e1f09d09b1faafc433939020_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:6382c37f5d5ad83e7f30e1829156d165fcd39712e1f09d09b1faafc433939020_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:664a98537a82dfa581ee6676ccab475dcd37847a9175a6416656b99e3aed251c_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:664a98537a82dfa581ee6676ccab475dcd37847a9175a6416656b99e3aed251c_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:664a98537a82dfa581ee6676ccab475dcd37847a9175a6416656b99e3aed251c_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-operator-registry@sha256:a840a67f583d6a1c7bb50b605f7bd11822637d139d82a2160074529c0cc94bf6_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-registry@sha256:a840a67f583d6a1c7bb50b605f7bd11822637d139d82a2160074529c0cc94bf6_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-operator-registry@sha256:a840a67f583d6a1c7bb50b605f7bd11822637d139d82a2160074529c0cc94bf6_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f4ca83b46f0eeb1d566ea61dc1822275ccc5bea6879680918f5a4f71dc0dd71f_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f4ca83b46f0eeb1d566ea61dc1822275ccc5bea6879680918f5a4f71dc0dd71f_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f4ca83b46f0eeb1d566ea61dc1822275ccc5bea6879680918f5a4f71dc0dd71f_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:0ed85f28abd57e8fc2da0b0c1c686e4aaac86aca10d7ecdb90b155921d746187_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:0ed85f28abd57e8fc2da0b0c1c686e4aaac86aca10d7ecdb90b155921d746187_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:0ed85f28abd57e8fc2da0b0c1c686e4aaac86aca10d7ecdb90b155921d746187_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:d47ad0b43f84511ab1295215c5bec241cd7dc0174785907661807dd8cee5a591_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:d47ad0b43f84511ab1295215c5bec241cd7dc0174785907661807dd8cee5a591_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:d47ad0b43f84511ab1295215c5bec241cd7dc0174785907661807dd8cee5a591_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-pod@sha256:233135301f43df0d95306476b51380964d76e61f9feb3f5635f36577f485b296_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-pod@sha256:233135301f43df0d95306476b51380964d76e61f9feb3f5635f36577f485b296_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-pod@sha256:233135301f43df0d95306476b51380964d76e61f9feb3f5635f36577f485b296_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:74801711050de213e617315902ea34b2f23feb0883c9ab353c5270501bbc081f_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:74801711050de213e617315902ea34b2f23feb0883c9ab353c5270501bbc081f_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:74801711050de213e617315902ea34b2f23feb0883c9ab353c5270501bbc081f_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:2a862bf49b843845f130225b0799358a4c54f63ba1c168da8bb640ae1bedd41a_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:2a862bf49b843845f130225b0799358a4c54f63ba1c168da8bb640ae1bedd41a_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:2a862bf49b843845f130225b0799358a4c54f63ba1c168da8bb640ae1bedd41a_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:6bb235c5fb8c668c96e99ef264fd924f32294ba657922773764cd4d4c48f4f3d_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:6bb235c5fb8c668c96e99ef264fd924f32294ba657922773764cd4d4c48f4f3d_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:6bb235c5fb8c668c96e99ef264fd924f32294ba657922773764cd4d4c48f4f3d_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:0f45dd5c53290f3ca14135eda7a080ac762e7c94f555b86ea67669120326b12b_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:0f45dd5c53290f3ca14135eda7a080ac762e7c94f555b86ea67669120326b12b_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:0f45dd5c53290f3ca14135eda7a080ac762e7c94f555b86ea67669120326b12b_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:98f1bcd7a8a29395c7695633f3333350193626e8151c5aaaaa39a5f852c28f28_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:98f1bcd7a8a29395c7695633f3333350193626e8151c5aaaaa39a5f852c28f28_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:98f1bcd7a8a29395c7695633f3333350193626e8151c5aaaaa39a5f852c28f28_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:afd681cc60a6710e0a634125c69713243cd3cf3e90afcd5d255040cec4650c4e_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:afd681cc60a6710e0a634125c69713243cd3cf3e90afcd5d255040cec4650c4e_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:afd681cc60a6710e0a634125c69713243cd3cf3e90afcd5d255040cec4650c4e_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:b578189fd7efd1cc60d0dcd4c57afacb78f70a8909ad7dab8522d3481ed914f7_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:b578189fd7efd1cc60d0dcd4c57afacb78f70a8909ad7dab8522d3481ed914f7_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:b578189fd7efd1cc60d0dcd4c57afacb78f70a8909ad7dab8522d3481ed914f7_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:1900dec8edce96bacc1081b6ac134870e34dce1042824138eb7449cb3ae8213d_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:1900dec8edce96bacc1081b6ac134870e34dce1042824138eb7449cb3ae8213d_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:1900dec8edce96bacc1081b6ac134870e34dce1042824138eb7449cb3ae8213d_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:556daaa415596d122a73cbae2cef160da7d6003c0c698bedbbb9e747f85320d8_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:556daaa415596d122a73cbae2cef160da7d6003c0c698bedbbb9e747f85320d8_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:556daaa415596d122a73cbae2cef160da7d6003c0c698bedbbb9e747f85320d8_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:b8573d43bd506aac9b9f5a5a7580f0d626a20ef5579ff7140414a0dc95758364_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:b8573d43bd506aac9b9f5a5a7580f0d626a20ef5579ff7140414a0dc95758364_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:b8573d43bd506aac9b9f5a5a7580f0d626a20ef5579ff7140414a0dc95758364_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-prometheus@sha256:c9d3917fa516106b9bc38aaa5fe5a5d1d036d50957cdbe47f812ff98a5bd9232_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus@sha256:c9d3917fa516106b9bc38aaa5fe5a5d1d036d50957cdbe47f812ff98a5bd9232_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-prometheus@sha256:c9d3917fa516106b9bc38aaa5fe5a5d1d036d50957cdbe47f812ff98a5bd9232_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:c27101a8b2e4635d1de21ac850313be089ba1d14083b2f3ef9e46f2407bb42d8_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:c27101a8b2e4635d1de21ac850313be089ba1d14083b2f3ef9e46f2407bb42d8_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:c27101a8b2e4635d1de21ac850313be089ba1d14083b2f3ef9e46f2407bb42d8_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:542f45d8a808856c703a06d318be629401ec1406aab68e7f243f00acee411981_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:542f45d8a808856c703a06d318be629401ec1406aab68e7f243f00acee411981_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:542f45d8a808856c703a06d318be629401ec1406aab68e7f243f00acee411981_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-telemeter@sha256:71007ab3cb513fbcb8427147bfe841249004dc01748c3a03b365a9533a485476_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-telemeter@sha256:71007ab3cb513fbcb8427147bfe841249004dc01748c3a03b365a9533a485476_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-telemeter@sha256:71007ab3cb513fbcb8427147bfe841249004dc01748c3a03b365a9533a485476_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-tests@sha256:fa61b297912eacc2a454271471327fd99b5effdbf1b34ad2f160f748361e4cb8_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tests@sha256:fa61b297912eacc2a454271471327fd99b5effdbf1b34ad2f160f748361e4cb8_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-tests@sha256:fa61b297912eacc2a454271471327fd99b5effdbf1b34ad2f160f748361e4cb8_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:d6bcb02804e38456453d859ea07315f880ad3e55f91511fb9f6e588fc067fdc3_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:d6bcb02804e38456453d859ea07315f880ad3e55f91511fb9f6e588fc067fdc3_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:d6bcb02804e38456453d859ea07315f880ad3e55f91511fb9f6e588fc067fdc3_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:174699a37d2e02aa944bebd5b8b8522bfab9fdb3d12be28db63dfbd57b5e7767_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:174699a37d2e02aa944bebd5b8b8522bfab9fdb3d12be28db63dfbd57b5e7767_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:174699a37d2e02aa944bebd5b8b8522bfab9fdb3d12be28db63dfbd57b5e7767_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:10869514c1fa3a577c5ae746396485086e74b017b85fa30fe143c39d1cc77e7b_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:10869514c1fa3a577c5ae746396485086e74b017b85fa30fe143c39d1cc77e7b_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:10869514c1fa3a577c5ae746396485086e74b017b85fa30fe143c39d1cc77e7b_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:e661a14ebf650f23eb45fb4c624c864630c0f074e75818bbf39e0f8e6db0ccd3_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:e661a14ebf650f23eb45fb4c624c864630c0f074e75818bbf39e0f8e6db0ccd3_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:e661a14ebf650f23eb45fb4c624c864630c0f074e75818bbf39e0f8e6db0ccd3_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:7bddb92e8907d310d7bb5f4091345f44dd0aecf096e3fd912d099663d180a7b7_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:7bddb92e8907d310d7bb5f4091345f44dd0aecf096e3fd912d099663d180a7b7_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:7bddb92e8907d310d7bb5f4091345f44dd0aecf096e3fd912d099663d180a7b7_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:ff665b642fd1e540e21b2fab96cf39fd152816ffd99deee5c88a137b9a172d52_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:ff665b642fd1e540e21b2fab96cf39fd152816ffd99deee5c88a137b9a172d52_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:ff665b642fd1e540e21b2fab96cf39fd152816ffd99deee5c88a137b9a172d52_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:10869514c1fa3a577c5ae746396485086e74b017b85fa30fe143c39d1cc77e7b_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:10869514c1fa3a577c5ae746396485086e74b017b85fa30fe143c39d1cc77e7b_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:10869514c1fa3a577c5ae746396485086e74b017b85fa30fe143c39d1cc77e7b_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:e661a14ebf650f23eb45fb4c624c864630c0f074e75818bbf39e0f8e6db0ccd3_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:e661a14ebf650f23eb45fb4c624c864630c0f074e75818bbf39e0f8e6db0ccd3_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:e661a14ebf650f23eb45fb4c624c864630c0f074e75818bbf39e0f8e6db0ccd3_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:e33e1088a4b15c9c48a2651cd488f20b9f4cdc9e1f3a987bfe145ed8bcd56d22_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:e33e1088a4b15c9c48a2651cd488f20b9f4cdc9e1f3a987bfe145ed8bcd56d22_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:e33e1088a4b15c9c48a2651cd488f20b9f4cdc9e1f3a987bfe145ed8bcd56d22_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:f9fea0aeaf9807ac1a03b7fe20ce26523a622ace4d606f892ec670218cce11d7_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:f9fea0aeaf9807ac1a03b7fe20ce26523a622ace4d606f892ec670218cce11d7_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:f9fea0aeaf9807ac1a03b7fe20ce26523a622ace4d606f892ec670218cce11d7_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:fa8c1ac957b0a7a56277f0aa191820e5c5acd220c61c088147f33b9e193b7b69_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:fa8c1ac957b0a7a56277f0aa191820e5c5acd220c61c088147f33b9e193b7b69_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:fa8c1ac957b0a7a56277f0aa191820e5c5acd220c61c088147f33b9e193b7b69_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:4e5e66764b5990d27129258e87c2dd73f4234f8ac30ec2cdb97bd773414c2b53_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
          "product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:4e5e66764b5990d27129258e87c2dd73f4234f8ac30ec2cdb97bd773414c2b53_amd64"
        },
        "product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:4e5e66764b5990d27129258e87c2dd73f4234f8ac30ec2cdb97bd773414c2b53_amd64",
        "relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2025-22871",
      "cwe": {
        "id": "CWE-444",
        "name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)"
      },
      "discovery_date": "2025-04-08T21:01:32.229479+00:00",
      "flags": [
        {
          "label": "vulnerable_code_not_present",
          "product_ids": [
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:ea176aaa58b2221f5de2779c667e125a7bafe96976af540c484e222c1db57a26_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:c17c0308120d9b122ba4bef1509cbcf09086d53c31c620f0cd1dccff035999c2_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-deployer@sha256:277900af1e8886fc624d449575de6c1a4ece71433047771a048c95503cd4b63d_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-haproxy-router@sha256:b3c3b0db645b6f0417835c3ed772a3951391922bb3c5cbadb2a43f442ba32973_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:bdab5ba35151ad3ebbff1bc42f9a3552f4a84a74e1b012ae28361cc445cf18c0_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:4ab1a473d800b1534fee2cf432542f80c4432bd1c0b9ded737be5205c1166682_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:85271027624d2c40a69c871a90745e1a1ee63df5a1b62ced821c464b13ce67c4_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:933625dfe48f30c696d53216d0ce83ef1d04287474f4da22caa1b71c5cccd243_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:5b6ecaee654c85b1b62f9522e6381b7b3d62bcae80be6b4f664ed27d07e54a0a_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:0f23c02708855c3ec3a4762885762ea041a80d2e73b93048f1dfa0716685041b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:174699a37d2e02aa944bebd5b8b8522bfab9fdb3d12be28db63dfbd57b5e7767_amd64"
          ]
        }
      ],
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2358493"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in the net/http golang package. The net/http package incorrectly accepts messages that end with a line feed (LF) instead of the proper line ending. When used with another server that also misinterprets this, it can lead to request smuggling\u2014where an attacker tricks the system to send hidden or unauthorized requests.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "net/http: Request smuggling due to acceptance of invalid chunked data in net/http",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "Red Hat Satellite is rated as Low severity for this vulnerability. However, other affected components remain Moderate. Satellite uses the affected Go net/http component solely as a client to make requests, not as a server. Since this vulnerability only affects server-side usage, Satellite is not directly exposed to the flaw, justifying the lower severity rating.",
          "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.12:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:a76dccf4659d7bd7be8e79b96859aaefb390cb2c09b875ed9308d171cd5e1d4e_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:1ea2b9a2f4d7b7fc5530f17ee7947890e42b08811bb733433addef5c9f9c18fc_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:100db1ced3450b9e0603af9bde5af228221e7ab0c33d8ee03975184e9fd93df2_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/network-tools-rhel8@sha256:5a2cc07e156f82581155fe7848e18ad391971b4dec986613d8a5e3707e4bb078_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:07897e0b6cfc41a45b66cb32ce65f5a12dfca721cb270df5b8621b43211af78d_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:ac377ce071f76a941d48cc4e6c1e4b808242a33939ce2379f98d3f2786e5ac02_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:fa11107a683b5865b60eb6ee2f7775f38435dabea911f29f153ef3e276ff8392_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:817d53180ad42429be7b186b53e170f85761e37290e92c8ace1dc596cd69abd9_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:026a2b8dba8963c1f3fba4390d141f78a4522b4a92e9e3e122616c504c4700dd_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:66de4da18b029c81239b4c96df4921eb02a88b2bc08b9fe7187a811132797d06_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:308d6a269ed740459f7e040f0b0083f0b720291fcc2dd95871bab45ea18230c5_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:ecc9b99e4eccca0bda2fe55df2b236b6ba794eecb494c36efd67d9b821bcaf36_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ebab0d1ba9cc3070cdf1b4307f8d18b5f2551efb88ca9ad84ea1a303759a2849_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:f55b72e9217fd2f6a24f223ead4a8821ef4b4dbff82d972f9e2fb52eae665a48_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:7dc74bec1511f4eb6dd8c6d2fd0f335673d9ac3fb5c02e1625fc723e325639cb_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:7f20e9fe1854026e79321db57a779049044942e711cb9c8d7c98d77e9c8eb774_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:18c130d72eeb5ae2ce85eda4893c409a1a45b1742f9f15feeafa758c1be9983b_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:06a57351380b93ef9a117e0ffcfda158fd45bd1dc843351815e1e3db241180f7_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:b69db2450640c59703f5e0c5034e918b8dde65a888a541c1841048652568ec3c_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:1463d5e44fdac9403da59ee6e284aa710ecae332dd39fa01a76bd35190be7296_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:87deafddc68ee81d902a3e9daa2d15a23ee7a3c7f681e90af5115f05f01b9f07_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:958adc6d36ab8c6a35b610bc3a644680beb8d871177b5b0c21f88d86b3c640f0_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:ba0f45ed1a9771fcd81f654b37a122390a10d290617c528b9735b072699ffdcc_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:a12f046144082f59a54d0fe55779031598576281508d7815728ab627d7062ad2_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:41020def8f677b07a7fd2ad6578706f780ae5497410ddbff1f1b1d77bb9c3a11_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:804477a6b96e09477c25868f0b4de1fbdb920c2aaecbd151e69e3434ac776764_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:f4b23ec51d26a06ff4924b0ed83a8914372f65ca87f030a24b7e75c2b2ce8b85_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:69222c49cce633746329650212a2145f5637cd4e4e1b17f7c63213e667149d30_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:e7a1d38b08983af9bc986d01454d52450e8ef38a2272bb927c5ca66229abea55_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:2df8e1c3d92b19e7fa549fa5805cb50c9540cff273dbec229d65e01b29405e14_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:54a75c0d0cc0d25c9783ec1d552f89297153844af2653e26ad33109475cff170_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:466d46b1b0f5a512aafcda488c0dee165dee914e46d79411222bafe88280e204_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli@sha256:3099f18f64217f3b3d8b31097e432c3521200e50257026e6716176429492dbea_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:e45a10dcbf018c346dd3ad5d9d012457a92221e7b572c729ab766a3804f43c66_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:2e189e34b90488c68b81c5067548941c105ef34cf62826e2b00f5bf9048fd231_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:b118e5d8271a4697d04dcdf1241e97545fe64257474728de10fd3e94cf2f29b6_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:72dbf5831fb7b0d60f1e056320b6ed0c88d8b2414222d69279f11aa5a4d1e1f3_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:39c66dedc2440b2b6b77a3f9d1e66b560eb961f65ee651468c411cdfdbf48170_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:f209c22b0bedeaad97eaf23590586efa0f60cdc857d83bd2b3cfd96016c77120_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:bc7d1d7e104915ed2d720eb7b910110c7e2025e5967eff8411da4bbe24111d10_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:a9d4fe916ef6b967072ed9e8f9fe1ee08301ea22638f65e2e8ec71f71642cf3a_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:a9d4fe916ef6b967072ed9e8f9fe1ee08301ea22638f65e2e8ec71f71642cf3a_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:83a698a36e8064ad26ce68e787ee5fdbe6bfa9e4db3b7ee749f1201f55f40f04_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:f194fc68f03cd0006c9dea837e323747d7cb3efd3c3beec3bc4b34bac5061178_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:525637ae352d872bf4f7c5234c04f8226ba9df0efdcba0e8453b8fcd78d10f3f_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:bc9cf34f16a511bfb3f5308a8d0b0421c1f04aa79493493200e7bd4a4c24a1a4_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:8c4a1104d1d1e6b32f8236f6d30053d651c1aa645786b4e29e0a4a4a11b32b82_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:b86e949647e4384d7052e1ed2191eeaaafe258656dac641257eab389a9b64836_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:2b7bc0385cd19fa35a3e40297421cab9a655345168f46cd446e999d658c40954_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:1f2c507d5bd656b77ddf62afa7a5beee6b2e40b2c6684bde2302b69e399d3457_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:ae88a55cfbe6f011c5a77cc62fedce5560720e4a461333d7720f95e6707a024f_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:846da5b7934e0bca4b9b8d0c289099d8f26edb5671aee4c0aad0ded254d7c865_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:2fc52ee54de443cc4fd6a5233652419d7c8476e44dad3a86e3bdbe2a64090cf0_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:ade0f8bff2f7e8b0b2226b51c86e0de23085db3653a5c7c4b96b00418960f152_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:723c0e4616dd8848d13f616cf73fbc8a88344fb798afea6ab9608fcd6ab0aeec_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:04e60f58e94cbc354e56f5f2ad8466821169f16a477311db03e492e09923a15d_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:1a1635269167b07cc6927c5d4c7d60a94eb967132e9652f032c37012eb8cd64d_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:36603060e99c91978d33d1061dad7f076e906f79d6a82a7fffac954ca2d15b86_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:d19b4019ded55310ee83406668284dbd7547e12cabacc9e8f404b66a69c21bb4_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:f3909b189c2f1b808237a58fb9cc8d5f61f0b31c165c26b383cec1e52a3fea6e_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:2340dcffec2e3ec9424e6d1f8b3c863795d253226b06b37b658185bf1501425e_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:b9b6693c4900557493df451691f5ab9a1fc19af824a0e37cbd8c78b01e0ce45b_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:2ac0a309d64a693621f8ef71a248271b6ec47f04fb29a6a48cfe9a033e00707b_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:a991143dee7144711f7c3ba90b733c963ab4d9ac5af1f3f84fd1eaf74cf8b224_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:8d40517eece94e75079f18de55d7052b3f8888fa57ff28ad192048a1238d4f1b_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:4f06e2941a5063bac48b5d7c8fca3b7ae30697886723fbfe3798ccba7a75ea5d_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:90c7000b7c9d0f9827a6753d01070daf6ba65524148f59727bba159cbbb81b93_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console-operator@sha256:6f3b73ef30b07c78a41a3c382bd694b6d0579b9f6c712212ffc4dccc473ec38e_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console@sha256:87fad183030127424138592d2eecac8fbe0ee15903892472da1bbc2f7a17dafb_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:a5aa476e2f95acec73201c492af9d4838c8a32d915e403ab2d25e95e668e532c_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-coredns@sha256:947e7d72c4e8fd2f8cc45a78410ed9481e893083397efdd9bcb9df770f2e445c_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:c545524beef211bb5b7a6a4dc54edf45636c638a19c42b756889a66decf884f5_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:dd5b36d3ad0f0616121448bc1e6df582b13f033e7e719f3676cbc6d9c64a3eb0_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:26ae1949819fb6a59bb0b1bc126c0ac3662774dea139571b09554d6e91184ad1_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:9d6858e84ee669d7c01bc536ff57069633db2c20d7957556aa5e66cd1a9efd14_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:3af8b80bc53846297b49783aa71e4b3883d973b7bf0fe7e902cb48800302c90f_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:bf95c056390ae6ae71d2bcc38a3c4fdbde0c27139c24b8098b3b2246be82ee89_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:29ac94c1adb061f6b6aab04b1faa8442b66f97964e92eef68ffd1ef7bd8a329e_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:29ac94c1adb061f6b6aab04b1faa8442b66f97964e92eef68ffd1ef7bd8a329e_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:939528e1546e50a7d1701ce3db108a40736279d56e9812d1c21f5dc3d492ac6e_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:939528e1546e50a7d1701ce3db108a40736279d56e9812d1c21f5dc3d492ac6e_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:b7d9ac0a83896b5ad2c63020c215812973d57d689ac90ee0eeafbbe193e574d3_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:b7d9ac0a83896b5ad2c63020c215812973d57d689ac90ee0eeafbbe193e574d3_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:2b8ea21a57841debda1dbc79f5b3dc26f93852c5a9d8233fe73520f2cc27a95b_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:2b8ea21a57841debda1dbc79f5b3dc26f93852c5a9d8233fe73520f2cc27a95b_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:b2ff6b83fe2b8e18f8442b12d694419f6e14cc51bdd603d407df8373fd70851c_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:b2ff6b83fe2b8e18f8442b12d694419f6e14cc51bdd603d407df8373fd70851c_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:8d5edb440684d2e7da3b0639867f8dbef9d5ac1b7f85f15204c0690be86bce06_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:8d5edb440684d2e7da3b0639867f8dbef9d5ac1b7f85f15204c0690be86bce06_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:5706b2d6e989ec2e7dbe6d0c9b9371b5537d0dc40848f584ac8b8f50cc0ab41a_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:5706b2d6e989ec2e7dbe6d0c9b9371b5537d0dc40848f584ac8b8f50cc0ab41a_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:b05088417754804c7f107dab474a567b1c9b3e34a4994843c0575cbf95cbba9e_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-builder@sha256:18ad4765d1bc7b3fd2073d78a447d100713541ce12bca2541af8ede1ed63f627_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-registry@sha256:ff1c0e7168620f0d918a35fcae28807a5d35142ba39ac38b42b369e84f940592_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-etcd@sha256:b9d2a3dd7d27b8c3bb744d653344af0d1acc7116d2075525e95ba824929a4404_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:6a82dc74e87e1e69b71f4741e3dfd0a41c6cac12d8dc5a94c535357931166de7_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:ca28d78de4aa3c56385c63a9bb87f16d19ae2c4f8579c07244f8e66b3dcd0d7c_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:6d270aba43635b915835ef16b7d9e8c6d9167706a798e0f748ed6bac78d34985_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:8fa6d481a3fc93722f1c704761e9a548b0cf886424a9dd55e3c9bd60bb888d11_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hyperkube@sha256:5223a1167eef6883337ffc9ad6208b1294759bdc11887be78e0b5646120fbb46_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:ea2b3205d15d386e227108c017fc57f30b406fffd9e5056f908d2e8c671cb99a_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:5c635cb57d487c638e9f32d5b69656f72fc191b3160ada82b8dd54ca7950116f_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:d82ab635250758a9e2678d2c4eab7c8a110a8efb817e42fc92f9bcf7409be128_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:aa40c50345daa07b8bb1426eb31b44fcb202c5f0d903c06a3f3859cd6e591480_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:849f13bf9b6fdbc73b671226f30aa208d7ed17bcca93239a83b6e6d14798ddbb_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:57a7d0c14851526679c5a513345a828ba249bcdfafdc7be1af09ceaee6d96cf0_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:0ff6fd48ef3e23de090587104684f214f0f6540c66ba1e59ace8e9a5a48135dd_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:bb7cb1703b2dbdc6af833d04126f917895aab9df84c98f9bae85485fb4dae73f_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:e59684416bd1258e50f4230fbc74279efd9984b7618cb62b7b87e306f18c8d5b_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:56dd793ff22486fdb3e2010608a5ef155a481e68181d48d23b4759f4cc6482ad_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer@sha256:1674742a196a2d846f24dcd05b4e35b5a82019b2b20e2a75f4b9850043d26e17_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:c424dae8014ffd562255425127d36b2c10941670ac7017f3e735d23e37a09331_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:fbf7adf8dacb0d274a6cdcfdc7e90720b953d79635b1f47ae1cd5de735e43b0c_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-proxy@sha256:54a4a33424edf74a05faa54de795fdb22e8933cbea70f9338c5801d07673218b_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:6e59b14824fe873149228dff4187a8af6fd809663335ac95925bd1b27b631b12_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:c6c3994af5a862df916f642ab43f3f8e0a7ed2507cab7a89bf5a489f8232ef32_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:81b521b83e6bdba776c932f055d38ac641c8aa2c38342a6019b73af75fcfbf76_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:386274f66a5c76c270348d3551ed828a798116cd262e574aec4883ef305a93f5_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:0ac3bd20df0e39210299c8cd97def197cc09dbfd40450a27aaeabfceec67eb2a_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:965667f61d66cf95711b6bd4e56b61e66c837f16facea138589feaa328f8ba14_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:1aebee0382acdf2f8c25cbbc7c4625855baf0df824897b49ff8e8d7156f26c10_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:b93c9a3cdb6e4b42bf06a500a47ec06cfced49eb25bad249e20328a401f745d0_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:ab8a84f5f48d8caf461c43254983c474c912dfdcbcdb681680ef889a84c2ca45_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:72db598db21d1e0ded85836ba04cf11bd9a35a3a92f8164ddcfda6d4f1f67eeb_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:fb874827ee64e46fb7b1032b20ddd0daebf6d6c78f87974e708d565f8dcb75c8_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:0abf4b89518dc34a93765c01a7e9ed655a849b1503e59ba3391b49424ed86929_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:6b890961922acb4ac55cee22e527cfd16db346a8336d03dee1bab6ee3353193d_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-cni@sha256:20ebce78341692c4b7cb989c9e72a878ebac1e05a86f863eab5d2ab26145cef1_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:1fd5e849fd3fb12348ad08bb99fce8c0b83cfa9cc1b27672e2d5a263b3e43d7e_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:63fc31df14f982473244ea31a19afa32572a00819ea3a696e8a97d538a1597e8_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f8af0795220f58562f48548f72465f086dbe6d702d4f8015d99ef04fdb6c3b28_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-must-gather@sha256:80e58d5f1e04c78b5c9b91d1bc946142ffb4bc18c3505b421325590ec59087f4_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:4af3905234992c48f9b6edab1f790bf0c60bc0f6dba702da2083d42b7b8a039f_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:bd07587de4ea6fc98d6420d36b1e9ecaaa76044654b428c671606b1f2a1012a5_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:bf4767eb631457901613a466e2d274db644440c9ff71efe968167cf7a101eda7_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:70bc2c926c6881786a4122753045af13f0f74fcdf552f137dd124b85f55499f7_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:a7b3d5e7b5e9818bf3e9e76e5bd6659e4d02401c0147dcd09b582bf51b49d5f8_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:9e8cb51366946aa9494d7d11e8b833431d49a31a9ffd331658f3cc8eb42e760a_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:3b2b8947c6779295f60afd359bd6f8151d49751e096d29cd18120ec190c3e788_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:d273e0248b9be6eb9f8f6ed371396c2efe25ea2af19ffda1cfa90c7424020c5f_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:50f76d2b022ccefe73175f3d436708232d9ab14a21e1101f5605a27bdf6c80ab_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:78ed37edd0e5a0505d750db3fd83d7d2dcf37d8efe05d8a1d37f7e02785269e8_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:3385a96089a884c619e5e2eaa93d2e2bf97570af549a82b092a649ee93c05bff_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:7d612c3cd1251fd9672c5564aa8cb467c7d7bc7dde644df5306ed3fe0ae022df_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:9ebc8e5f6c380a2cf0726d793c46b600bafe48e8c39d4653a84c7e34ba58752f_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-machine-controllers@sha256:6d981567c79861f5927e4d1450300eeb23a7206c67b066f81076cafef43f3d3a_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:6382c37f5d5ad83e7f30e1829156d165fcd39712e1f09d09b1faafc433939020_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:664a98537a82dfa581ee6676ccab475dcd37847a9175a6416656b99e3aed251c_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-registry@sha256:a840a67f583d6a1c7bb50b605f7bd11822637d139d82a2160074529c0cc94bf6_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f4ca83b46f0eeb1d566ea61dc1822275ccc5bea6879680918f5a4f71dc0dd71f_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:0ed85f28abd57e8fc2da0b0c1c686e4aaac86aca10d7ecdb90b155921d746187_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:d47ad0b43f84511ab1295215c5bec241cd7dc0174785907661807dd8cee5a591_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-pod@sha256:233135301f43df0d95306476b51380964d76e61f9feb3f5635f36577f485b296_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:74801711050de213e617315902ea34b2f23feb0883c9ab353c5270501bbc081f_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:2a862bf49b843845f130225b0799358a4c54f63ba1c168da8bb640ae1bedd41a_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:6bb235c5fb8c668c96e99ef264fd924f32294ba657922773764cd4d4c48f4f3d_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:0f45dd5c53290f3ca14135eda7a080ac762e7c94f555b86ea67669120326b12b_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:98f1bcd7a8a29395c7695633f3333350193626e8151c5aaaaa39a5f852c28f28_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:afd681cc60a6710e0a634125c69713243cd3cf3e90afcd5d255040cec4650c4e_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:b578189fd7efd1cc60d0dcd4c57afacb78f70a8909ad7dab8522d3481ed914f7_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:1900dec8edce96bacc1081b6ac134870e34dce1042824138eb7449cb3ae8213d_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:556daaa415596d122a73cbae2cef160da7d6003c0c698bedbbb9e747f85320d8_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:b8573d43bd506aac9b9f5a5a7580f0d626a20ef5579ff7140414a0dc95758364_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus@sha256:c9d3917fa516106b9bc38aaa5fe5a5d1d036d50957cdbe47f812ff98a5bd9232_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:c27101a8b2e4635d1de21ac850313be089ba1d14083b2f3ef9e46f2407bb42d8_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:542f45d8a808856c703a06d318be629401ec1406aab68e7f243f00acee411981_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-telemeter@sha256:71007ab3cb513fbcb8427147bfe841249004dc01748c3a03b365a9533a485476_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tests@sha256:fa61b297912eacc2a454271471327fd99b5effdbf1b34ad2f160f748361e4cb8_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:d6bcb02804e38456453d859ea07315f880ad3e55f91511fb9f6e588fc067fdc3_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:10869514c1fa3a577c5ae746396485086e74b017b85fa30fe143c39d1cc77e7b_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:e661a14ebf650f23eb45fb4c624c864630c0f074e75818bbf39e0f8e6db0ccd3_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:7bddb92e8907d310d7bb5f4091345f44dd0aecf096e3fd912d099663d180a7b7_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:ff665b642fd1e540e21b2fab96cf39fd152816ffd99deee5c88a137b9a172d52_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:10869514c1fa3a577c5ae746396485086e74b017b85fa30fe143c39d1cc77e7b_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:e661a14ebf650f23eb45fb4c624c864630c0f074e75818bbf39e0f8e6db0ccd3_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:e33e1088a4b15c9c48a2651cd488f20b9f4cdc9e1f3a987bfe145ed8bcd56d22_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:f9fea0aeaf9807ac1a03b7fe20ce26523a622ace4d606f892ec670218cce11d7_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:fa8c1ac957b0a7a56277f0aa191820e5c5acd220c61c088147f33b9e193b7b69_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:4e5e66764b5990d27129258e87c2dd73f4234f8ac30ec2cdb97bd773414c2b53_amd64"
        ],
        "known_not_affected": [
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:ea176aaa58b2221f5de2779c667e125a7bafe96976af540c484e222c1db57a26_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:c17c0308120d9b122ba4bef1509cbcf09086d53c31c620f0cd1dccff035999c2_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-deployer@sha256:277900af1e8886fc624d449575de6c1a4ece71433047771a048c95503cd4b63d_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-haproxy-router@sha256:b3c3b0db645b6f0417835c3ed772a3951391922bb3c5cbadb2a43f442ba32973_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:bdab5ba35151ad3ebbff1bc42f9a3552f4a84a74e1b012ae28361cc445cf18c0_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:4ab1a473d800b1534fee2cf432542f80c4432bd1c0b9ded737be5205c1166682_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:85271027624d2c40a69c871a90745e1a1ee63df5a1b62ced821c464b13ce67c4_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:933625dfe48f30c696d53216d0ce83ef1d04287474f4da22caa1b71c5cccd243_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:5b6ecaee654c85b1b62f9522e6381b7b3d62bcae80be6b4f664ed27d07e54a0a_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:0f23c02708855c3ec3a4762885762ea041a80d2e73b93048f1dfa0716685041b_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:174699a37d2e02aa944bebd5b8b8522bfab9fdb3d12be28db63dfbd57b5e7767_amd64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2025-22871"
        },
        {
          "category": "external",
          "summary": "RHBZ#2358493",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2358493"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2025-22871",
          "url": "https://www.cve.org/CVERecord?id=CVE-2025-22871"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22871",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22871"
        },
        {
          "category": "external",
          "summary": "https://go.dev/cl/652998",
          "url": "https://go.dev/cl/652998"
        },
        {
          "category": "external",
          "summary": "https://go.dev/issue/71988",
          "url": "https://go.dev/issue/71988"
        },
        {
          "category": "external",
          "summary": "https://groups.google.com/g/golang-announce/c/Y2uBTVKjBQk",
          "url": "https://groups.google.com/g/golang-announce/c/Y2uBTVKjBQk"
        },
        {
          "category": "external",
          "summary": "https://pkg.go.dev/vuln/GO-2025-3563",
          "url": "https://pkg.go.dev/vuln/GO-2025-3563"
        }
      ],
      "release_date": "2025-04-08T20:04:34.769000+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-04-09T11:02:04+00:00",
          "details": "For OpenShift Container Platform 4.12 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.12/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:4e989978ab0e24d7148f08e939800502370b761efea1005d87522884d1a3f595\n\nAll OpenShift Container Platform 4.12 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.12/html-single/updating_clusters/index#updating-cluster-within-minor.",
          "product_ids": [
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:a76dccf4659d7bd7be8e79b96859aaefb390cb2c09b875ed9308d171cd5e1d4e_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:1ea2b9a2f4d7b7fc5530f17ee7947890e42b08811bb733433addef5c9f9c18fc_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:100db1ced3450b9e0603af9bde5af228221e7ab0c33d8ee03975184e9fd93df2_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/network-tools-rhel8@sha256:5a2cc07e156f82581155fe7848e18ad391971b4dec986613d8a5e3707e4bb078_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:07897e0b6cfc41a45b66cb32ce65f5a12dfca721cb270df5b8621b43211af78d_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:ac377ce071f76a941d48cc4e6c1e4b808242a33939ce2379f98d3f2786e5ac02_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:fa11107a683b5865b60eb6ee2f7775f38435dabea911f29f153ef3e276ff8392_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:817d53180ad42429be7b186b53e170f85761e37290e92c8ace1dc596cd69abd9_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:026a2b8dba8963c1f3fba4390d141f78a4522b4a92e9e3e122616c504c4700dd_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:66de4da18b029c81239b4c96df4921eb02a88b2bc08b9fe7187a811132797d06_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:308d6a269ed740459f7e040f0b0083f0b720291fcc2dd95871bab45ea18230c5_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:ecc9b99e4eccca0bda2fe55df2b236b6ba794eecb494c36efd67d9b821bcaf36_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ebab0d1ba9cc3070cdf1b4307f8d18b5f2551efb88ca9ad84ea1a303759a2849_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:f55b72e9217fd2f6a24f223ead4a8821ef4b4dbff82d972f9e2fb52eae665a48_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:7dc74bec1511f4eb6dd8c6d2fd0f335673d9ac3fb5c02e1625fc723e325639cb_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:7f20e9fe1854026e79321db57a779049044942e711cb9c8d7c98d77e9c8eb774_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:18c130d72eeb5ae2ce85eda4893c409a1a45b1742f9f15feeafa758c1be9983b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:06a57351380b93ef9a117e0ffcfda158fd45bd1dc843351815e1e3db241180f7_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:b69db2450640c59703f5e0c5034e918b8dde65a888a541c1841048652568ec3c_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:1463d5e44fdac9403da59ee6e284aa710ecae332dd39fa01a76bd35190be7296_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:87deafddc68ee81d902a3e9daa2d15a23ee7a3c7f681e90af5115f05f01b9f07_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:958adc6d36ab8c6a35b610bc3a644680beb8d871177b5b0c21f88d86b3c640f0_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:ba0f45ed1a9771fcd81f654b37a122390a10d290617c528b9735b072699ffdcc_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:a12f046144082f59a54d0fe55779031598576281508d7815728ab627d7062ad2_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:41020def8f677b07a7fd2ad6578706f780ae5497410ddbff1f1b1d77bb9c3a11_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:804477a6b96e09477c25868f0b4de1fbdb920c2aaecbd151e69e3434ac776764_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:f4b23ec51d26a06ff4924b0ed83a8914372f65ca87f030a24b7e75c2b2ce8b85_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:69222c49cce633746329650212a2145f5637cd4e4e1b17f7c63213e667149d30_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:e7a1d38b08983af9bc986d01454d52450e8ef38a2272bb927c5ca66229abea55_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:2df8e1c3d92b19e7fa549fa5805cb50c9540cff273dbec229d65e01b29405e14_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:54a75c0d0cc0d25c9783ec1d552f89297153844af2653e26ad33109475cff170_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:466d46b1b0f5a512aafcda488c0dee165dee914e46d79411222bafe88280e204_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli@sha256:3099f18f64217f3b3d8b31097e432c3521200e50257026e6716176429492dbea_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:e45a10dcbf018c346dd3ad5d9d012457a92221e7b572c729ab766a3804f43c66_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:2e189e34b90488c68b81c5067548941c105ef34cf62826e2b00f5bf9048fd231_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:b118e5d8271a4697d04dcdf1241e97545fe64257474728de10fd3e94cf2f29b6_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:72dbf5831fb7b0d60f1e056320b6ed0c88d8b2414222d69279f11aa5a4d1e1f3_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:39c66dedc2440b2b6b77a3f9d1e66b560eb961f65ee651468c411cdfdbf48170_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:f209c22b0bedeaad97eaf23590586efa0f60cdc857d83bd2b3cfd96016c77120_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:bc7d1d7e104915ed2d720eb7b910110c7e2025e5967eff8411da4bbe24111d10_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:a9d4fe916ef6b967072ed9e8f9fe1ee08301ea22638f65e2e8ec71f71642cf3a_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:a9d4fe916ef6b967072ed9e8f9fe1ee08301ea22638f65e2e8ec71f71642cf3a_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:83a698a36e8064ad26ce68e787ee5fdbe6bfa9e4db3b7ee749f1201f55f40f04_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:f194fc68f03cd0006c9dea837e323747d7cb3efd3c3beec3bc4b34bac5061178_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:525637ae352d872bf4f7c5234c04f8226ba9df0efdcba0e8453b8fcd78d10f3f_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:bc9cf34f16a511bfb3f5308a8d0b0421c1f04aa79493493200e7bd4a4c24a1a4_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:8c4a1104d1d1e6b32f8236f6d30053d651c1aa645786b4e29e0a4a4a11b32b82_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:b86e949647e4384d7052e1ed2191eeaaafe258656dac641257eab389a9b64836_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:2b7bc0385cd19fa35a3e40297421cab9a655345168f46cd446e999d658c40954_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:1f2c507d5bd656b77ddf62afa7a5beee6b2e40b2c6684bde2302b69e399d3457_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:ae88a55cfbe6f011c5a77cc62fedce5560720e4a461333d7720f95e6707a024f_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:846da5b7934e0bca4b9b8d0c289099d8f26edb5671aee4c0aad0ded254d7c865_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:2fc52ee54de443cc4fd6a5233652419d7c8476e44dad3a86e3bdbe2a64090cf0_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:ade0f8bff2f7e8b0b2226b51c86e0de23085db3653a5c7c4b96b00418960f152_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:723c0e4616dd8848d13f616cf73fbc8a88344fb798afea6ab9608fcd6ab0aeec_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:04e60f58e94cbc354e56f5f2ad8466821169f16a477311db03e492e09923a15d_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:1a1635269167b07cc6927c5d4c7d60a94eb967132e9652f032c37012eb8cd64d_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:36603060e99c91978d33d1061dad7f076e906f79d6a82a7fffac954ca2d15b86_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:d19b4019ded55310ee83406668284dbd7547e12cabacc9e8f404b66a69c21bb4_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:f3909b189c2f1b808237a58fb9cc8d5f61f0b31c165c26b383cec1e52a3fea6e_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:2340dcffec2e3ec9424e6d1f8b3c863795d253226b06b37b658185bf1501425e_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:b9b6693c4900557493df451691f5ab9a1fc19af824a0e37cbd8c78b01e0ce45b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:2ac0a309d64a693621f8ef71a248271b6ec47f04fb29a6a48cfe9a033e00707b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:a991143dee7144711f7c3ba90b733c963ab4d9ac5af1f3f84fd1eaf74cf8b224_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:8d40517eece94e75079f18de55d7052b3f8888fa57ff28ad192048a1238d4f1b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:4f06e2941a5063bac48b5d7c8fca3b7ae30697886723fbfe3798ccba7a75ea5d_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:90c7000b7c9d0f9827a6753d01070daf6ba65524148f59727bba159cbbb81b93_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console-operator@sha256:6f3b73ef30b07c78a41a3c382bd694b6d0579b9f6c712212ffc4dccc473ec38e_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console@sha256:87fad183030127424138592d2eecac8fbe0ee15903892472da1bbc2f7a17dafb_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:a5aa476e2f95acec73201c492af9d4838c8a32d915e403ab2d25e95e668e532c_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-coredns@sha256:947e7d72c4e8fd2f8cc45a78410ed9481e893083397efdd9bcb9df770f2e445c_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:c545524beef211bb5b7a6a4dc54edf45636c638a19c42b756889a66decf884f5_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:dd5b36d3ad0f0616121448bc1e6df582b13f033e7e719f3676cbc6d9c64a3eb0_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:26ae1949819fb6a59bb0b1bc126c0ac3662774dea139571b09554d6e91184ad1_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:9d6858e84ee669d7c01bc536ff57069633db2c20d7957556aa5e66cd1a9efd14_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:3af8b80bc53846297b49783aa71e4b3883d973b7bf0fe7e902cb48800302c90f_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:bf95c056390ae6ae71d2bcc38a3c4fdbde0c27139c24b8098b3b2246be82ee89_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:29ac94c1adb061f6b6aab04b1faa8442b66f97964e92eef68ffd1ef7bd8a329e_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:29ac94c1adb061f6b6aab04b1faa8442b66f97964e92eef68ffd1ef7bd8a329e_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:939528e1546e50a7d1701ce3db108a40736279d56e9812d1c21f5dc3d492ac6e_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:939528e1546e50a7d1701ce3db108a40736279d56e9812d1c21f5dc3d492ac6e_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:b7d9ac0a83896b5ad2c63020c215812973d57d689ac90ee0eeafbbe193e574d3_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:b7d9ac0a83896b5ad2c63020c215812973d57d689ac90ee0eeafbbe193e574d3_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:2b8ea21a57841debda1dbc79f5b3dc26f93852c5a9d8233fe73520f2cc27a95b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:2b8ea21a57841debda1dbc79f5b3dc26f93852c5a9d8233fe73520f2cc27a95b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:b2ff6b83fe2b8e18f8442b12d694419f6e14cc51bdd603d407df8373fd70851c_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:b2ff6b83fe2b8e18f8442b12d694419f6e14cc51bdd603d407df8373fd70851c_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:8d5edb440684d2e7da3b0639867f8dbef9d5ac1b7f85f15204c0690be86bce06_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:8d5edb440684d2e7da3b0639867f8dbef9d5ac1b7f85f15204c0690be86bce06_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:5706b2d6e989ec2e7dbe6d0c9b9371b5537d0dc40848f584ac8b8f50cc0ab41a_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:5706b2d6e989ec2e7dbe6d0c9b9371b5537d0dc40848f584ac8b8f50cc0ab41a_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:b05088417754804c7f107dab474a567b1c9b3e34a4994843c0575cbf95cbba9e_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-builder@sha256:18ad4765d1bc7b3fd2073d78a447d100713541ce12bca2541af8ede1ed63f627_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-registry@sha256:ff1c0e7168620f0d918a35fcae28807a5d35142ba39ac38b42b369e84f940592_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-etcd@sha256:b9d2a3dd7d27b8c3bb744d653344af0d1acc7116d2075525e95ba824929a4404_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:6a82dc74e87e1e69b71f4741e3dfd0a41c6cac12d8dc5a94c535357931166de7_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:ca28d78de4aa3c56385c63a9bb87f16d19ae2c4f8579c07244f8e66b3dcd0d7c_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:6d270aba43635b915835ef16b7d9e8c6d9167706a798e0f748ed6bac78d34985_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:8fa6d481a3fc93722f1c704761e9a548b0cf886424a9dd55e3c9bd60bb888d11_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hyperkube@sha256:5223a1167eef6883337ffc9ad6208b1294759bdc11887be78e0b5646120fbb46_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:ea2b3205d15d386e227108c017fc57f30b406fffd9e5056f908d2e8c671cb99a_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:5c635cb57d487c638e9f32d5b69656f72fc191b3160ada82b8dd54ca7950116f_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:d82ab635250758a9e2678d2c4eab7c8a110a8efb817e42fc92f9bcf7409be128_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:aa40c50345daa07b8bb1426eb31b44fcb202c5f0d903c06a3f3859cd6e591480_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:849f13bf9b6fdbc73b671226f30aa208d7ed17bcca93239a83b6e6d14798ddbb_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:57a7d0c14851526679c5a513345a828ba249bcdfafdc7be1af09ceaee6d96cf0_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:0ff6fd48ef3e23de090587104684f214f0f6540c66ba1e59ace8e9a5a48135dd_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:bb7cb1703b2dbdc6af833d04126f917895aab9df84c98f9bae85485fb4dae73f_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:e59684416bd1258e50f4230fbc74279efd9984b7618cb62b7b87e306f18c8d5b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:56dd793ff22486fdb3e2010608a5ef155a481e68181d48d23b4759f4cc6482ad_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer@sha256:1674742a196a2d846f24dcd05b4e35b5a82019b2b20e2a75f4b9850043d26e17_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:c424dae8014ffd562255425127d36b2c10941670ac7017f3e735d23e37a09331_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:fbf7adf8dacb0d274a6cdcfdc7e90720b953d79635b1f47ae1cd5de735e43b0c_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-proxy@sha256:54a4a33424edf74a05faa54de795fdb22e8933cbea70f9338c5801d07673218b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:6e59b14824fe873149228dff4187a8af6fd809663335ac95925bd1b27b631b12_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:c6c3994af5a862df916f642ab43f3f8e0a7ed2507cab7a89bf5a489f8232ef32_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:81b521b83e6bdba776c932f055d38ac641c8aa2c38342a6019b73af75fcfbf76_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:386274f66a5c76c270348d3551ed828a798116cd262e574aec4883ef305a93f5_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:0ac3bd20df0e39210299c8cd97def197cc09dbfd40450a27aaeabfceec67eb2a_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:965667f61d66cf95711b6bd4e56b61e66c837f16facea138589feaa328f8ba14_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:1aebee0382acdf2f8c25cbbc7c4625855baf0df824897b49ff8e8d7156f26c10_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:b93c9a3cdb6e4b42bf06a500a47ec06cfced49eb25bad249e20328a401f745d0_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:ab8a84f5f48d8caf461c43254983c474c912dfdcbcdb681680ef889a84c2ca45_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:72db598db21d1e0ded85836ba04cf11bd9a35a3a92f8164ddcfda6d4f1f67eeb_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:fb874827ee64e46fb7b1032b20ddd0daebf6d6c78f87974e708d565f8dcb75c8_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:0abf4b89518dc34a93765c01a7e9ed655a849b1503e59ba3391b49424ed86929_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:6b890961922acb4ac55cee22e527cfd16db346a8336d03dee1bab6ee3353193d_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-cni@sha256:20ebce78341692c4b7cb989c9e72a878ebac1e05a86f863eab5d2ab26145cef1_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:1fd5e849fd3fb12348ad08bb99fce8c0b83cfa9cc1b27672e2d5a263b3e43d7e_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:63fc31df14f982473244ea31a19afa32572a00819ea3a696e8a97d538a1597e8_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f8af0795220f58562f48548f72465f086dbe6d702d4f8015d99ef04fdb6c3b28_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-must-gather@sha256:80e58d5f1e04c78b5c9b91d1bc946142ffb4bc18c3505b421325590ec59087f4_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:4af3905234992c48f9b6edab1f790bf0c60bc0f6dba702da2083d42b7b8a039f_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:bd07587de4ea6fc98d6420d36b1e9ecaaa76044654b428c671606b1f2a1012a5_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:bf4767eb631457901613a466e2d274db644440c9ff71efe968167cf7a101eda7_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:70bc2c926c6881786a4122753045af13f0f74fcdf552f137dd124b85f55499f7_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:a7b3d5e7b5e9818bf3e9e76e5bd6659e4d02401c0147dcd09b582bf51b49d5f8_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:9e8cb51366946aa9494d7d11e8b833431d49a31a9ffd331658f3cc8eb42e760a_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:3b2b8947c6779295f60afd359bd6f8151d49751e096d29cd18120ec190c3e788_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:d273e0248b9be6eb9f8f6ed371396c2efe25ea2af19ffda1cfa90c7424020c5f_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:50f76d2b022ccefe73175f3d436708232d9ab14a21e1101f5605a27bdf6c80ab_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:78ed37edd0e5a0505d750db3fd83d7d2dcf37d8efe05d8a1d37f7e02785269e8_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:3385a96089a884c619e5e2eaa93d2e2bf97570af549a82b092a649ee93c05bff_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:7d612c3cd1251fd9672c5564aa8cb467c7d7bc7dde644df5306ed3fe0ae022df_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:9ebc8e5f6c380a2cf0726d793c46b600bafe48e8c39d4653a84c7e34ba58752f_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-machine-controllers@sha256:6d981567c79861f5927e4d1450300eeb23a7206c67b066f81076cafef43f3d3a_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:6382c37f5d5ad83e7f30e1829156d165fcd39712e1f09d09b1faafc433939020_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:664a98537a82dfa581ee6676ccab475dcd37847a9175a6416656b99e3aed251c_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-registry@sha256:a840a67f583d6a1c7bb50b605f7bd11822637d139d82a2160074529c0cc94bf6_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f4ca83b46f0eeb1d566ea61dc1822275ccc5bea6879680918f5a4f71dc0dd71f_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:0ed85f28abd57e8fc2da0b0c1c686e4aaac86aca10d7ecdb90b155921d746187_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:d47ad0b43f84511ab1295215c5bec241cd7dc0174785907661807dd8cee5a591_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-pod@sha256:233135301f43df0d95306476b51380964d76e61f9feb3f5635f36577f485b296_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:74801711050de213e617315902ea34b2f23feb0883c9ab353c5270501bbc081f_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:2a862bf49b843845f130225b0799358a4c54f63ba1c168da8bb640ae1bedd41a_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:6bb235c5fb8c668c96e99ef264fd924f32294ba657922773764cd4d4c48f4f3d_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:0f45dd5c53290f3ca14135eda7a080ac762e7c94f555b86ea67669120326b12b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:98f1bcd7a8a29395c7695633f3333350193626e8151c5aaaaa39a5f852c28f28_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:afd681cc60a6710e0a634125c69713243cd3cf3e90afcd5d255040cec4650c4e_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:b578189fd7efd1cc60d0dcd4c57afacb78f70a8909ad7dab8522d3481ed914f7_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:1900dec8edce96bacc1081b6ac134870e34dce1042824138eb7449cb3ae8213d_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:556daaa415596d122a73cbae2cef160da7d6003c0c698bedbbb9e747f85320d8_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:b8573d43bd506aac9b9f5a5a7580f0d626a20ef5579ff7140414a0dc95758364_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus@sha256:c9d3917fa516106b9bc38aaa5fe5a5d1d036d50957cdbe47f812ff98a5bd9232_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:c27101a8b2e4635d1de21ac850313be089ba1d14083b2f3ef9e46f2407bb42d8_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:542f45d8a808856c703a06d318be629401ec1406aab68e7f243f00acee411981_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-telemeter@sha256:71007ab3cb513fbcb8427147bfe841249004dc01748c3a03b365a9533a485476_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tests@sha256:fa61b297912eacc2a454271471327fd99b5effdbf1b34ad2f160f748361e4cb8_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:d6bcb02804e38456453d859ea07315f880ad3e55f91511fb9f6e588fc067fdc3_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:10869514c1fa3a577c5ae746396485086e74b017b85fa30fe143c39d1cc77e7b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:e661a14ebf650f23eb45fb4c624c864630c0f074e75818bbf39e0f8e6db0ccd3_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:7bddb92e8907d310d7bb5f4091345f44dd0aecf096e3fd912d099663d180a7b7_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:ff665b642fd1e540e21b2fab96cf39fd152816ffd99deee5c88a137b9a172d52_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:10869514c1fa3a577c5ae746396485086e74b017b85fa30fe143c39d1cc77e7b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:e661a14ebf650f23eb45fb4c624c864630c0f074e75818bbf39e0f8e6db0ccd3_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:e33e1088a4b15c9c48a2651cd488f20b9f4cdc9e1f3a987bfe145ed8bcd56d22_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:f9fea0aeaf9807ac1a03b7fe20ce26523a622ace4d606f892ec670218cce11d7_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:fa8c1ac957b0a7a56277f0aa191820e5c5acd220c61c088147f33b9e193b7b69_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:4e5e66764b5990d27129258e87c2dd73f4234f8ac30ec2cdb97bd773414c2b53_amd64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2026:6493"
        },
        {
          "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.12:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:a76dccf4659d7bd7be8e79b96859aaefb390cb2c09b875ed9308d171cd5e1d4e_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:ea176aaa58b2221f5de2779c667e125a7bafe96976af540c484e222c1db57a26_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:1ea2b9a2f4d7b7fc5530f17ee7947890e42b08811bb733433addef5c9f9c18fc_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:100db1ced3450b9e0603af9bde5af228221e7ab0c33d8ee03975184e9fd93df2_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/network-tools-rhel8@sha256:5a2cc07e156f82581155fe7848e18ad391971b4dec986613d8a5e3707e4bb078_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:07897e0b6cfc41a45b66cb32ce65f5a12dfca721cb270df5b8621b43211af78d_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:ac377ce071f76a941d48cc4e6c1e4b808242a33939ce2379f98d3f2786e5ac02_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:fa11107a683b5865b60eb6ee2f7775f38435dabea911f29f153ef3e276ff8392_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:817d53180ad42429be7b186b53e170f85761e37290e92c8ace1dc596cd69abd9_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:026a2b8dba8963c1f3fba4390d141f78a4522b4a92e9e3e122616c504c4700dd_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:66de4da18b029c81239b4c96df4921eb02a88b2bc08b9fe7187a811132797d06_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:308d6a269ed740459f7e040f0b0083f0b720291fcc2dd95871bab45ea18230c5_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:ecc9b99e4eccca0bda2fe55df2b236b6ba794eecb494c36efd67d9b821bcaf36_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ebab0d1ba9cc3070cdf1b4307f8d18b5f2551efb88ca9ad84ea1a303759a2849_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:f55b72e9217fd2f6a24f223ead4a8821ef4b4dbff82d972f9e2fb52eae665a48_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:7dc74bec1511f4eb6dd8c6d2fd0f335673d9ac3fb5c02e1625fc723e325639cb_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:7f20e9fe1854026e79321db57a779049044942e711cb9c8d7c98d77e9c8eb774_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:18c130d72eeb5ae2ce85eda4893c409a1a45b1742f9f15feeafa758c1be9983b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:06a57351380b93ef9a117e0ffcfda158fd45bd1dc843351815e1e3db241180f7_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:b69db2450640c59703f5e0c5034e918b8dde65a888a541c1841048652568ec3c_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:1463d5e44fdac9403da59ee6e284aa710ecae332dd39fa01a76bd35190be7296_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:87deafddc68ee81d902a3e9daa2d15a23ee7a3c7f681e90af5115f05f01b9f07_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:958adc6d36ab8c6a35b610bc3a644680beb8d871177b5b0c21f88d86b3c640f0_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:ba0f45ed1a9771fcd81f654b37a122390a10d290617c528b9735b072699ffdcc_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:a12f046144082f59a54d0fe55779031598576281508d7815728ab627d7062ad2_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:41020def8f677b07a7fd2ad6578706f780ae5497410ddbff1f1b1d77bb9c3a11_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:804477a6b96e09477c25868f0b4de1fbdb920c2aaecbd151e69e3434ac776764_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:f4b23ec51d26a06ff4924b0ed83a8914372f65ca87f030a24b7e75c2b2ce8b85_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:69222c49cce633746329650212a2145f5637cd4e4e1b17f7c63213e667149d30_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:e7a1d38b08983af9bc986d01454d52450e8ef38a2272bb927c5ca66229abea55_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:2df8e1c3d92b19e7fa549fa5805cb50c9540cff273dbec229d65e01b29405e14_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:54a75c0d0cc0d25c9783ec1d552f89297153844af2653e26ad33109475cff170_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:466d46b1b0f5a512aafcda488c0dee165dee914e46d79411222bafe88280e204_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli@sha256:3099f18f64217f3b3d8b31097e432c3521200e50257026e6716176429492dbea_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:e45a10dcbf018c346dd3ad5d9d012457a92221e7b572c729ab766a3804f43c66_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:2e189e34b90488c68b81c5067548941c105ef34cf62826e2b00f5bf9048fd231_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:b118e5d8271a4697d04dcdf1241e97545fe64257474728de10fd3e94cf2f29b6_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:72dbf5831fb7b0d60f1e056320b6ed0c88d8b2414222d69279f11aa5a4d1e1f3_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:39c66dedc2440b2b6b77a3f9d1e66b560eb961f65ee651468c411cdfdbf48170_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:f209c22b0bedeaad97eaf23590586efa0f60cdc857d83bd2b3cfd96016c77120_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:bc7d1d7e104915ed2d720eb7b910110c7e2025e5967eff8411da4bbe24111d10_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:a9d4fe916ef6b967072ed9e8f9fe1ee08301ea22638f65e2e8ec71f71642cf3a_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:a9d4fe916ef6b967072ed9e8f9fe1ee08301ea22638f65e2e8ec71f71642cf3a_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:83a698a36e8064ad26ce68e787ee5fdbe6bfa9e4db3b7ee749f1201f55f40f04_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:f194fc68f03cd0006c9dea837e323747d7cb3efd3c3beec3bc4b34bac5061178_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:525637ae352d872bf4f7c5234c04f8226ba9df0efdcba0e8453b8fcd78d10f3f_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:bc9cf34f16a511bfb3f5308a8d0b0421c1f04aa79493493200e7bd4a4c24a1a4_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:8c4a1104d1d1e6b32f8236f6d30053d651c1aa645786b4e29e0a4a4a11b32b82_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:b86e949647e4384d7052e1ed2191eeaaafe258656dac641257eab389a9b64836_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:2b7bc0385cd19fa35a3e40297421cab9a655345168f46cd446e999d658c40954_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:1f2c507d5bd656b77ddf62afa7a5beee6b2e40b2c6684bde2302b69e399d3457_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:ae88a55cfbe6f011c5a77cc62fedce5560720e4a461333d7720f95e6707a024f_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:846da5b7934e0bca4b9b8d0c289099d8f26edb5671aee4c0aad0ded254d7c865_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:2fc52ee54de443cc4fd6a5233652419d7c8476e44dad3a86e3bdbe2a64090cf0_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:ade0f8bff2f7e8b0b2226b51c86e0de23085db3653a5c7c4b96b00418960f152_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:723c0e4616dd8848d13f616cf73fbc8a88344fb798afea6ab9608fcd6ab0aeec_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:04e60f58e94cbc354e56f5f2ad8466821169f16a477311db03e492e09923a15d_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:1a1635269167b07cc6927c5d4c7d60a94eb967132e9652f032c37012eb8cd64d_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:36603060e99c91978d33d1061dad7f076e906f79d6a82a7fffac954ca2d15b86_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:d19b4019ded55310ee83406668284dbd7547e12cabacc9e8f404b66a69c21bb4_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:f3909b189c2f1b808237a58fb9cc8d5f61f0b31c165c26b383cec1e52a3fea6e_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:2340dcffec2e3ec9424e6d1f8b3c863795d253226b06b37b658185bf1501425e_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:b9b6693c4900557493df451691f5ab9a1fc19af824a0e37cbd8c78b01e0ce45b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:2ac0a309d64a693621f8ef71a248271b6ec47f04fb29a6a48cfe9a033e00707b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:a991143dee7144711f7c3ba90b733c963ab4d9ac5af1f3f84fd1eaf74cf8b224_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:8d40517eece94e75079f18de55d7052b3f8888fa57ff28ad192048a1238d4f1b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:c17c0308120d9b122ba4bef1509cbcf09086d53c31c620f0cd1dccff035999c2_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:4f06e2941a5063bac48b5d7c8fca3b7ae30697886723fbfe3798ccba7a75ea5d_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:90c7000b7c9d0f9827a6753d01070daf6ba65524148f59727bba159cbbb81b93_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console-operator@sha256:6f3b73ef30b07c78a41a3c382bd694b6d0579b9f6c712212ffc4dccc473ec38e_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console@sha256:87fad183030127424138592d2eecac8fbe0ee15903892472da1bbc2f7a17dafb_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:a5aa476e2f95acec73201c492af9d4838c8a32d915e403ab2d25e95e668e532c_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-coredns@sha256:947e7d72c4e8fd2f8cc45a78410ed9481e893083397efdd9bcb9df770f2e445c_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:c545524beef211bb5b7a6a4dc54edf45636c638a19c42b756889a66decf884f5_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:dd5b36d3ad0f0616121448bc1e6df582b13f033e7e719f3676cbc6d9c64a3eb0_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:26ae1949819fb6a59bb0b1bc126c0ac3662774dea139571b09554d6e91184ad1_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:9d6858e84ee669d7c01bc536ff57069633db2c20d7957556aa5e66cd1a9efd14_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:3af8b80bc53846297b49783aa71e4b3883d973b7bf0fe7e902cb48800302c90f_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:bf95c056390ae6ae71d2bcc38a3c4fdbde0c27139c24b8098b3b2246be82ee89_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:29ac94c1adb061f6b6aab04b1faa8442b66f97964e92eef68ffd1ef7bd8a329e_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:29ac94c1adb061f6b6aab04b1faa8442b66f97964e92eef68ffd1ef7bd8a329e_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:939528e1546e50a7d1701ce3db108a40736279d56e9812d1c21f5dc3d492ac6e_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:939528e1546e50a7d1701ce3db108a40736279d56e9812d1c21f5dc3d492ac6e_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:b7d9ac0a83896b5ad2c63020c215812973d57d689ac90ee0eeafbbe193e574d3_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:b7d9ac0a83896b5ad2c63020c215812973d57d689ac90ee0eeafbbe193e574d3_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:2b8ea21a57841debda1dbc79f5b3dc26f93852c5a9d8233fe73520f2cc27a95b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:2b8ea21a57841debda1dbc79f5b3dc26f93852c5a9d8233fe73520f2cc27a95b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:b2ff6b83fe2b8e18f8442b12d694419f6e14cc51bdd603d407df8373fd70851c_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:b2ff6b83fe2b8e18f8442b12d694419f6e14cc51bdd603d407df8373fd70851c_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:8d5edb440684d2e7da3b0639867f8dbef9d5ac1b7f85f15204c0690be86bce06_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:8d5edb440684d2e7da3b0639867f8dbef9d5ac1b7f85f15204c0690be86bce06_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:5706b2d6e989ec2e7dbe6d0c9b9371b5537d0dc40848f584ac8b8f50cc0ab41a_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:5706b2d6e989ec2e7dbe6d0c9b9371b5537d0dc40848f584ac8b8f50cc0ab41a_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:b05088417754804c7f107dab474a567b1c9b3e34a4994843c0575cbf95cbba9e_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-deployer@sha256:277900af1e8886fc624d449575de6c1a4ece71433047771a048c95503cd4b63d_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-builder@sha256:18ad4765d1bc7b3fd2073d78a447d100713541ce12bca2541af8ede1ed63f627_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-registry@sha256:ff1c0e7168620f0d918a35fcae28807a5d35142ba39ac38b42b369e84f940592_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-etcd@sha256:b9d2a3dd7d27b8c3bb744d653344af0d1acc7116d2075525e95ba824929a4404_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:6a82dc74e87e1e69b71f4741e3dfd0a41c6cac12d8dc5a94c535357931166de7_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:ca28d78de4aa3c56385c63a9bb87f16d19ae2c4f8579c07244f8e66b3dcd0d7c_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:6d270aba43635b915835ef16b7d9e8c6d9167706a798e0f748ed6bac78d34985_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:8fa6d481a3fc93722f1c704761e9a548b0cf886424a9dd55e3c9bd60bb888d11_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-haproxy-router@sha256:b3c3b0db645b6f0417835c3ed772a3951391922bb3c5cbadb2a43f442ba32973_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hyperkube@sha256:5223a1167eef6883337ffc9ad6208b1294759bdc11887be78e0b5646120fbb46_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:ea2b3205d15d386e227108c017fc57f30b406fffd9e5056f908d2e8c671cb99a_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:5c635cb57d487c638e9f32d5b69656f72fc191b3160ada82b8dd54ca7950116f_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:d82ab635250758a9e2678d2c4eab7c8a110a8efb817e42fc92f9bcf7409be128_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:aa40c50345daa07b8bb1426eb31b44fcb202c5f0d903c06a3f3859cd6e591480_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:849f13bf9b6fdbc73b671226f30aa208d7ed17bcca93239a83b6e6d14798ddbb_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:57a7d0c14851526679c5a513345a828ba249bcdfafdc7be1af09ceaee6d96cf0_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:0ff6fd48ef3e23de090587104684f214f0f6540c66ba1e59ace8e9a5a48135dd_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:bb7cb1703b2dbdc6af833d04126f917895aab9df84c98f9bae85485fb4dae73f_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:e59684416bd1258e50f4230fbc74279efd9984b7618cb62b7b87e306f18c8d5b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:56dd793ff22486fdb3e2010608a5ef155a481e68181d48d23b4759f4cc6482ad_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer@sha256:1674742a196a2d846f24dcd05b4e35b5a82019b2b20e2a75f4b9850043d26e17_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:bdab5ba35151ad3ebbff1bc42f9a3552f4a84a74e1b012ae28361cc445cf18c0_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:c424dae8014ffd562255425127d36b2c10941670ac7017f3e735d23e37a09331_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:4ab1a473d800b1534fee2cf432542f80c4432bd1c0b9ded737be5205c1166682_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:85271027624d2c40a69c871a90745e1a1ee63df5a1b62ced821c464b13ce67c4_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:fbf7adf8dacb0d274a6cdcfdc7e90720b953d79635b1f47ae1cd5de735e43b0c_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:933625dfe48f30c696d53216d0ce83ef1d04287474f4da22caa1b71c5cccd243_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-proxy@sha256:54a4a33424edf74a05faa54de795fdb22e8933cbea70f9338c5801d07673218b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:6e59b14824fe873149228dff4187a8af6fd809663335ac95925bd1b27b631b12_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:c6c3994af5a862df916f642ab43f3f8e0a7ed2507cab7a89bf5a489f8232ef32_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:81b521b83e6bdba776c932f055d38ac641c8aa2c38342a6019b73af75fcfbf76_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:386274f66a5c76c270348d3551ed828a798116cd262e574aec4883ef305a93f5_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:0ac3bd20df0e39210299c8cd97def197cc09dbfd40450a27aaeabfceec67eb2a_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:5b6ecaee654c85b1b62f9522e6381b7b3d62bcae80be6b4f664ed27d07e54a0a_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:965667f61d66cf95711b6bd4e56b61e66c837f16facea138589feaa328f8ba14_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:1aebee0382acdf2f8c25cbbc7c4625855baf0df824897b49ff8e8d7156f26c10_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:b93c9a3cdb6e4b42bf06a500a47ec06cfced49eb25bad249e20328a401f745d0_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:ab8a84f5f48d8caf461c43254983c474c912dfdcbcdb681680ef889a84c2ca45_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:72db598db21d1e0ded85836ba04cf11bd9a35a3a92f8164ddcfda6d4f1f67eeb_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:fb874827ee64e46fb7b1032b20ddd0daebf6d6c78f87974e708d565f8dcb75c8_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:0abf4b89518dc34a93765c01a7e9ed655a849b1503e59ba3391b49424ed86929_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:0f23c02708855c3ec3a4762885762ea041a80d2e73b93048f1dfa0716685041b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:6b890961922acb4ac55cee22e527cfd16db346a8336d03dee1bab6ee3353193d_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-cni@sha256:20ebce78341692c4b7cb989c9e72a878ebac1e05a86f863eab5d2ab26145cef1_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:1fd5e849fd3fb12348ad08bb99fce8c0b83cfa9cc1b27672e2d5a263b3e43d7e_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:63fc31df14f982473244ea31a19afa32572a00819ea3a696e8a97d538a1597e8_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f8af0795220f58562f48548f72465f086dbe6d702d4f8015d99ef04fdb6c3b28_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-must-gather@sha256:80e58d5f1e04c78b5c9b91d1bc946142ffb4bc18c3505b421325590ec59087f4_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:4af3905234992c48f9b6edab1f790bf0c60bc0f6dba702da2083d42b7b8a039f_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:bd07587de4ea6fc98d6420d36b1e9ecaaa76044654b428c671606b1f2a1012a5_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:bf4767eb631457901613a466e2d274db644440c9ff71efe968167cf7a101eda7_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:70bc2c926c6881786a4122753045af13f0f74fcdf552f137dd124b85f55499f7_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:a7b3d5e7b5e9818bf3e9e76e5bd6659e4d02401c0147dcd09b582bf51b49d5f8_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:9e8cb51366946aa9494d7d11e8b833431d49a31a9ffd331658f3cc8eb42e760a_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:3b2b8947c6779295f60afd359bd6f8151d49751e096d29cd18120ec190c3e788_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:d273e0248b9be6eb9f8f6ed371396c2efe25ea2af19ffda1cfa90c7424020c5f_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:50f76d2b022ccefe73175f3d436708232d9ab14a21e1101f5605a27bdf6c80ab_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:78ed37edd0e5a0505d750db3fd83d7d2dcf37d8efe05d8a1d37f7e02785269e8_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:3385a96089a884c619e5e2eaa93d2e2bf97570af549a82b092a649ee93c05bff_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:7d612c3cd1251fd9672c5564aa8cb467c7d7bc7dde644df5306ed3fe0ae022df_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:9ebc8e5f6c380a2cf0726d793c46b600bafe48e8c39d4653a84c7e34ba58752f_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-machine-controllers@sha256:6d981567c79861f5927e4d1450300eeb23a7206c67b066f81076cafef43f3d3a_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:6382c37f5d5ad83e7f30e1829156d165fcd39712e1f09d09b1faafc433939020_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:664a98537a82dfa581ee6676ccab475dcd37847a9175a6416656b99e3aed251c_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-registry@sha256:a840a67f583d6a1c7bb50b605f7bd11822637d139d82a2160074529c0cc94bf6_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f4ca83b46f0eeb1d566ea61dc1822275ccc5bea6879680918f5a4f71dc0dd71f_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:0ed85f28abd57e8fc2da0b0c1c686e4aaac86aca10d7ecdb90b155921d746187_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:d47ad0b43f84511ab1295215c5bec241cd7dc0174785907661807dd8cee5a591_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-pod@sha256:233135301f43df0d95306476b51380964d76e61f9feb3f5635f36577f485b296_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:74801711050de213e617315902ea34b2f23feb0883c9ab353c5270501bbc081f_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:2a862bf49b843845f130225b0799358a4c54f63ba1c168da8bb640ae1bedd41a_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:6bb235c5fb8c668c96e99ef264fd924f32294ba657922773764cd4d4c48f4f3d_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:0f45dd5c53290f3ca14135eda7a080ac762e7c94f555b86ea67669120326b12b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:98f1bcd7a8a29395c7695633f3333350193626e8151c5aaaaa39a5f852c28f28_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:afd681cc60a6710e0a634125c69713243cd3cf3e90afcd5d255040cec4650c4e_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:b578189fd7efd1cc60d0dcd4c57afacb78f70a8909ad7dab8522d3481ed914f7_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:1900dec8edce96bacc1081b6ac134870e34dce1042824138eb7449cb3ae8213d_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:556daaa415596d122a73cbae2cef160da7d6003c0c698bedbbb9e747f85320d8_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:b8573d43bd506aac9b9f5a5a7580f0d626a20ef5579ff7140414a0dc95758364_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus@sha256:c9d3917fa516106b9bc38aaa5fe5a5d1d036d50957cdbe47f812ff98a5bd9232_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:c27101a8b2e4635d1de21ac850313be089ba1d14083b2f3ef9e46f2407bb42d8_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:542f45d8a808856c703a06d318be629401ec1406aab68e7f243f00acee411981_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-telemeter@sha256:71007ab3cb513fbcb8427147bfe841249004dc01748c3a03b365a9533a485476_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tests@sha256:fa61b297912eacc2a454271471327fd99b5effdbf1b34ad2f160f748361e4cb8_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:d6bcb02804e38456453d859ea07315f880ad3e55f91511fb9f6e588fc067fdc3_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:174699a37d2e02aa944bebd5b8b8522bfab9fdb3d12be28db63dfbd57b5e7767_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:10869514c1fa3a577c5ae746396485086e74b017b85fa30fe143c39d1cc77e7b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:e661a14ebf650f23eb45fb4c624c864630c0f074e75818bbf39e0f8e6db0ccd3_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:7bddb92e8907d310d7bb5f4091345f44dd0aecf096e3fd912d099663d180a7b7_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:ff665b642fd1e540e21b2fab96cf39fd152816ffd99deee5c88a137b9a172d52_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:10869514c1fa3a577c5ae746396485086e74b017b85fa30fe143c39d1cc77e7b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:e661a14ebf650f23eb45fb4c624c864630c0f074e75818bbf39e0f8e6db0ccd3_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:e33e1088a4b15c9c48a2651cd488f20b9f4cdc9e1f3a987bfe145ed8bcd56d22_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:f9fea0aeaf9807ac1a03b7fe20ce26523a622ace4d606f892ec670218cce11d7_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:fa8c1ac957b0a7a56277f0aa191820e5c5acd220c61c088147f33b9e193b7b69_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:4e5e66764b5990d27129258e87c2dd73f4234f8ac30ec2cdb97bd773414c2b53_amd64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "HIGH",
            "attackVector": "NETWORK",
            "availabilityImpact": "NONE",
            "baseScore": 5.4,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "LOW",
            "integrityImpact": "LOW",
            "privilegesRequired": "NONE",
            "scope": "CHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:L/I:L/A:N",
            "version": "3.1"
          },
          "products": [
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:a76dccf4659d7bd7be8e79b96859aaefb390cb2c09b875ed9308d171cd5e1d4e_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:ea176aaa58b2221f5de2779c667e125a7bafe96976af540c484e222c1db57a26_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:1ea2b9a2f4d7b7fc5530f17ee7947890e42b08811bb733433addef5c9f9c18fc_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:100db1ced3450b9e0603af9bde5af228221e7ab0c33d8ee03975184e9fd93df2_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/network-tools-rhel8@sha256:5a2cc07e156f82581155fe7848e18ad391971b4dec986613d8a5e3707e4bb078_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:07897e0b6cfc41a45b66cb32ce65f5a12dfca721cb270df5b8621b43211af78d_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:ac377ce071f76a941d48cc4e6c1e4b808242a33939ce2379f98d3f2786e5ac02_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:fa11107a683b5865b60eb6ee2f7775f38435dabea911f29f153ef3e276ff8392_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:817d53180ad42429be7b186b53e170f85761e37290e92c8ace1dc596cd69abd9_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:026a2b8dba8963c1f3fba4390d141f78a4522b4a92e9e3e122616c504c4700dd_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:66de4da18b029c81239b4c96df4921eb02a88b2bc08b9fe7187a811132797d06_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:308d6a269ed740459f7e040f0b0083f0b720291fcc2dd95871bab45ea18230c5_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:ecc9b99e4eccca0bda2fe55df2b236b6ba794eecb494c36efd67d9b821bcaf36_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ebab0d1ba9cc3070cdf1b4307f8d18b5f2551efb88ca9ad84ea1a303759a2849_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:f55b72e9217fd2f6a24f223ead4a8821ef4b4dbff82d972f9e2fb52eae665a48_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:7dc74bec1511f4eb6dd8c6d2fd0f335673d9ac3fb5c02e1625fc723e325639cb_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:7f20e9fe1854026e79321db57a779049044942e711cb9c8d7c98d77e9c8eb774_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:18c130d72eeb5ae2ce85eda4893c409a1a45b1742f9f15feeafa758c1be9983b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:06a57351380b93ef9a117e0ffcfda158fd45bd1dc843351815e1e3db241180f7_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:b69db2450640c59703f5e0c5034e918b8dde65a888a541c1841048652568ec3c_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:1463d5e44fdac9403da59ee6e284aa710ecae332dd39fa01a76bd35190be7296_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:87deafddc68ee81d902a3e9daa2d15a23ee7a3c7f681e90af5115f05f01b9f07_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:958adc6d36ab8c6a35b610bc3a644680beb8d871177b5b0c21f88d86b3c640f0_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:ba0f45ed1a9771fcd81f654b37a122390a10d290617c528b9735b072699ffdcc_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:a12f046144082f59a54d0fe55779031598576281508d7815728ab627d7062ad2_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:41020def8f677b07a7fd2ad6578706f780ae5497410ddbff1f1b1d77bb9c3a11_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:804477a6b96e09477c25868f0b4de1fbdb920c2aaecbd151e69e3434ac776764_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:f4b23ec51d26a06ff4924b0ed83a8914372f65ca87f030a24b7e75c2b2ce8b85_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:69222c49cce633746329650212a2145f5637cd4e4e1b17f7c63213e667149d30_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:e7a1d38b08983af9bc986d01454d52450e8ef38a2272bb927c5ca66229abea55_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:2df8e1c3d92b19e7fa549fa5805cb50c9540cff273dbec229d65e01b29405e14_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:54a75c0d0cc0d25c9783ec1d552f89297153844af2653e26ad33109475cff170_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:466d46b1b0f5a512aafcda488c0dee165dee914e46d79411222bafe88280e204_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli@sha256:3099f18f64217f3b3d8b31097e432c3521200e50257026e6716176429492dbea_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:e45a10dcbf018c346dd3ad5d9d012457a92221e7b572c729ab766a3804f43c66_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:2e189e34b90488c68b81c5067548941c105ef34cf62826e2b00f5bf9048fd231_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:b118e5d8271a4697d04dcdf1241e97545fe64257474728de10fd3e94cf2f29b6_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:72dbf5831fb7b0d60f1e056320b6ed0c88d8b2414222d69279f11aa5a4d1e1f3_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:39c66dedc2440b2b6b77a3f9d1e66b560eb961f65ee651468c411cdfdbf48170_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:f209c22b0bedeaad97eaf23590586efa0f60cdc857d83bd2b3cfd96016c77120_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:bc7d1d7e104915ed2d720eb7b910110c7e2025e5967eff8411da4bbe24111d10_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:a9d4fe916ef6b967072ed9e8f9fe1ee08301ea22638f65e2e8ec71f71642cf3a_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:a9d4fe916ef6b967072ed9e8f9fe1ee08301ea22638f65e2e8ec71f71642cf3a_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:83a698a36e8064ad26ce68e787ee5fdbe6bfa9e4db3b7ee749f1201f55f40f04_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:f194fc68f03cd0006c9dea837e323747d7cb3efd3c3beec3bc4b34bac5061178_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:525637ae352d872bf4f7c5234c04f8226ba9df0efdcba0e8453b8fcd78d10f3f_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:bc9cf34f16a511bfb3f5308a8d0b0421c1f04aa79493493200e7bd4a4c24a1a4_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:8c4a1104d1d1e6b32f8236f6d30053d651c1aa645786b4e29e0a4a4a11b32b82_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:b86e949647e4384d7052e1ed2191eeaaafe258656dac641257eab389a9b64836_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:2b7bc0385cd19fa35a3e40297421cab9a655345168f46cd446e999d658c40954_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:1f2c507d5bd656b77ddf62afa7a5beee6b2e40b2c6684bde2302b69e399d3457_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:ae88a55cfbe6f011c5a77cc62fedce5560720e4a461333d7720f95e6707a024f_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:846da5b7934e0bca4b9b8d0c289099d8f26edb5671aee4c0aad0ded254d7c865_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:2fc52ee54de443cc4fd6a5233652419d7c8476e44dad3a86e3bdbe2a64090cf0_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:ade0f8bff2f7e8b0b2226b51c86e0de23085db3653a5c7c4b96b00418960f152_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:723c0e4616dd8848d13f616cf73fbc8a88344fb798afea6ab9608fcd6ab0aeec_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:04e60f58e94cbc354e56f5f2ad8466821169f16a477311db03e492e09923a15d_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:1a1635269167b07cc6927c5d4c7d60a94eb967132e9652f032c37012eb8cd64d_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:36603060e99c91978d33d1061dad7f076e906f79d6a82a7fffac954ca2d15b86_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:d19b4019ded55310ee83406668284dbd7547e12cabacc9e8f404b66a69c21bb4_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:f3909b189c2f1b808237a58fb9cc8d5f61f0b31c165c26b383cec1e52a3fea6e_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:2340dcffec2e3ec9424e6d1f8b3c863795d253226b06b37b658185bf1501425e_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:b9b6693c4900557493df451691f5ab9a1fc19af824a0e37cbd8c78b01e0ce45b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:2ac0a309d64a693621f8ef71a248271b6ec47f04fb29a6a48cfe9a033e00707b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:a991143dee7144711f7c3ba90b733c963ab4d9ac5af1f3f84fd1eaf74cf8b224_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:8d40517eece94e75079f18de55d7052b3f8888fa57ff28ad192048a1238d4f1b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:c17c0308120d9b122ba4bef1509cbcf09086d53c31c620f0cd1dccff035999c2_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:4f06e2941a5063bac48b5d7c8fca3b7ae30697886723fbfe3798ccba7a75ea5d_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:90c7000b7c9d0f9827a6753d01070daf6ba65524148f59727bba159cbbb81b93_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console-operator@sha256:6f3b73ef30b07c78a41a3c382bd694b6d0579b9f6c712212ffc4dccc473ec38e_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console@sha256:87fad183030127424138592d2eecac8fbe0ee15903892472da1bbc2f7a17dafb_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:a5aa476e2f95acec73201c492af9d4838c8a32d915e403ab2d25e95e668e532c_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-coredns@sha256:947e7d72c4e8fd2f8cc45a78410ed9481e893083397efdd9bcb9df770f2e445c_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:c545524beef211bb5b7a6a4dc54edf45636c638a19c42b756889a66decf884f5_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:dd5b36d3ad0f0616121448bc1e6df582b13f033e7e719f3676cbc6d9c64a3eb0_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:26ae1949819fb6a59bb0b1bc126c0ac3662774dea139571b09554d6e91184ad1_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:9d6858e84ee669d7c01bc536ff57069633db2c20d7957556aa5e66cd1a9efd14_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:3af8b80bc53846297b49783aa71e4b3883d973b7bf0fe7e902cb48800302c90f_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:bf95c056390ae6ae71d2bcc38a3c4fdbde0c27139c24b8098b3b2246be82ee89_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:29ac94c1adb061f6b6aab04b1faa8442b66f97964e92eef68ffd1ef7bd8a329e_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:29ac94c1adb061f6b6aab04b1faa8442b66f97964e92eef68ffd1ef7bd8a329e_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:939528e1546e50a7d1701ce3db108a40736279d56e9812d1c21f5dc3d492ac6e_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:939528e1546e50a7d1701ce3db108a40736279d56e9812d1c21f5dc3d492ac6e_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:b7d9ac0a83896b5ad2c63020c215812973d57d689ac90ee0eeafbbe193e574d3_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:b7d9ac0a83896b5ad2c63020c215812973d57d689ac90ee0eeafbbe193e574d3_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:2b8ea21a57841debda1dbc79f5b3dc26f93852c5a9d8233fe73520f2cc27a95b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:2b8ea21a57841debda1dbc79f5b3dc26f93852c5a9d8233fe73520f2cc27a95b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:b2ff6b83fe2b8e18f8442b12d694419f6e14cc51bdd603d407df8373fd70851c_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:b2ff6b83fe2b8e18f8442b12d694419f6e14cc51bdd603d407df8373fd70851c_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:8d5edb440684d2e7da3b0639867f8dbef9d5ac1b7f85f15204c0690be86bce06_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:8d5edb440684d2e7da3b0639867f8dbef9d5ac1b7f85f15204c0690be86bce06_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:5706b2d6e989ec2e7dbe6d0c9b9371b5537d0dc40848f584ac8b8f50cc0ab41a_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:5706b2d6e989ec2e7dbe6d0c9b9371b5537d0dc40848f584ac8b8f50cc0ab41a_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:b05088417754804c7f107dab474a567b1c9b3e34a4994843c0575cbf95cbba9e_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-deployer@sha256:277900af1e8886fc624d449575de6c1a4ece71433047771a048c95503cd4b63d_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-builder@sha256:18ad4765d1bc7b3fd2073d78a447d100713541ce12bca2541af8ede1ed63f627_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-registry@sha256:ff1c0e7168620f0d918a35fcae28807a5d35142ba39ac38b42b369e84f940592_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-etcd@sha256:b9d2a3dd7d27b8c3bb744d653344af0d1acc7116d2075525e95ba824929a4404_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:6a82dc74e87e1e69b71f4741e3dfd0a41c6cac12d8dc5a94c535357931166de7_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:ca28d78de4aa3c56385c63a9bb87f16d19ae2c4f8579c07244f8e66b3dcd0d7c_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:6d270aba43635b915835ef16b7d9e8c6d9167706a798e0f748ed6bac78d34985_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:8fa6d481a3fc93722f1c704761e9a548b0cf886424a9dd55e3c9bd60bb888d11_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-haproxy-router@sha256:b3c3b0db645b6f0417835c3ed772a3951391922bb3c5cbadb2a43f442ba32973_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hyperkube@sha256:5223a1167eef6883337ffc9ad6208b1294759bdc11887be78e0b5646120fbb46_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:ea2b3205d15d386e227108c017fc57f30b406fffd9e5056f908d2e8c671cb99a_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:5c635cb57d487c638e9f32d5b69656f72fc191b3160ada82b8dd54ca7950116f_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:d82ab635250758a9e2678d2c4eab7c8a110a8efb817e42fc92f9bcf7409be128_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:aa40c50345daa07b8bb1426eb31b44fcb202c5f0d903c06a3f3859cd6e591480_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:849f13bf9b6fdbc73b671226f30aa208d7ed17bcca93239a83b6e6d14798ddbb_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:57a7d0c14851526679c5a513345a828ba249bcdfafdc7be1af09ceaee6d96cf0_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:0ff6fd48ef3e23de090587104684f214f0f6540c66ba1e59ace8e9a5a48135dd_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:bb7cb1703b2dbdc6af833d04126f917895aab9df84c98f9bae85485fb4dae73f_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:e59684416bd1258e50f4230fbc74279efd9984b7618cb62b7b87e306f18c8d5b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:56dd793ff22486fdb3e2010608a5ef155a481e68181d48d23b4759f4cc6482ad_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer@sha256:1674742a196a2d846f24dcd05b4e35b5a82019b2b20e2a75f4b9850043d26e17_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:bdab5ba35151ad3ebbff1bc42f9a3552f4a84a74e1b012ae28361cc445cf18c0_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:c424dae8014ffd562255425127d36b2c10941670ac7017f3e735d23e37a09331_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:4ab1a473d800b1534fee2cf432542f80c4432bd1c0b9ded737be5205c1166682_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:85271027624d2c40a69c871a90745e1a1ee63df5a1b62ced821c464b13ce67c4_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:fbf7adf8dacb0d274a6cdcfdc7e90720b953d79635b1f47ae1cd5de735e43b0c_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:933625dfe48f30c696d53216d0ce83ef1d04287474f4da22caa1b71c5cccd243_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-proxy@sha256:54a4a33424edf74a05faa54de795fdb22e8933cbea70f9338c5801d07673218b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:6e59b14824fe873149228dff4187a8af6fd809663335ac95925bd1b27b631b12_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:c6c3994af5a862df916f642ab43f3f8e0a7ed2507cab7a89bf5a489f8232ef32_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:81b521b83e6bdba776c932f055d38ac641c8aa2c38342a6019b73af75fcfbf76_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:386274f66a5c76c270348d3551ed828a798116cd262e574aec4883ef305a93f5_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:0ac3bd20df0e39210299c8cd97def197cc09dbfd40450a27aaeabfceec67eb2a_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:5b6ecaee654c85b1b62f9522e6381b7b3d62bcae80be6b4f664ed27d07e54a0a_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:965667f61d66cf95711b6bd4e56b61e66c837f16facea138589feaa328f8ba14_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:1aebee0382acdf2f8c25cbbc7c4625855baf0df824897b49ff8e8d7156f26c10_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:b93c9a3cdb6e4b42bf06a500a47ec06cfced49eb25bad249e20328a401f745d0_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:ab8a84f5f48d8caf461c43254983c474c912dfdcbcdb681680ef889a84c2ca45_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:72db598db21d1e0ded85836ba04cf11bd9a35a3a92f8164ddcfda6d4f1f67eeb_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:fb874827ee64e46fb7b1032b20ddd0daebf6d6c78f87974e708d565f8dcb75c8_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:0abf4b89518dc34a93765c01a7e9ed655a849b1503e59ba3391b49424ed86929_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:0f23c02708855c3ec3a4762885762ea041a80d2e73b93048f1dfa0716685041b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:6b890961922acb4ac55cee22e527cfd16db346a8336d03dee1bab6ee3353193d_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-cni@sha256:20ebce78341692c4b7cb989c9e72a878ebac1e05a86f863eab5d2ab26145cef1_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:1fd5e849fd3fb12348ad08bb99fce8c0b83cfa9cc1b27672e2d5a263b3e43d7e_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:63fc31df14f982473244ea31a19afa32572a00819ea3a696e8a97d538a1597e8_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f8af0795220f58562f48548f72465f086dbe6d702d4f8015d99ef04fdb6c3b28_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-must-gather@sha256:80e58d5f1e04c78b5c9b91d1bc946142ffb4bc18c3505b421325590ec59087f4_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:4af3905234992c48f9b6edab1f790bf0c60bc0f6dba702da2083d42b7b8a039f_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:bd07587de4ea6fc98d6420d36b1e9ecaaa76044654b428c671606b1f2a1012a5_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:bf4767eb631457901613a466e2d274db644440c9ff71efe968167cf7a101eda7_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:70bc2c926c6881786a4122753045af13f0f74fcdf552f137dd124b85f55499f7_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:a7b3d5e7b5e9818bf3e9e76e5bd6659e4d02401c0147dcd09b582bf51b49d5f8_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:9e8cb51366946aa9494d7d11e8b833431d49a31a9ffd331658f3cc8eb42e760a_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:3b2b8947c6779295f60afd359bd6f8151d49751e096d29cd18120ec190c3e788_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:d273e0248b9be6eb9f8f6ed371396c2efe25ea2af19ffda1cfa90c7424020c5f_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:50f76d2b022ccefe73175f3d436708232d9ab14a21e1101f5605a27bdf6c80ab_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:78ed37edd0e5a0505d750db3fd83d7d2dcf37d8efe05d8a1d37f7e02785269e8_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:3385a96089a884c619e5e2eaa93d2e2bf97570af549a82b092a649ee93c05bff_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:7d612c3cd1251fd9672c5564aa8cb467c7d7bc7dde644df5306ed3fe0ae022df_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:9ebc8e5f6c380a2cf0726d793c46b600bafe48e8c39d4653a84c7e34ba58752f_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-machine-controllers@sha256:6d981567c79861f5927e4d1450300eeb23a7206c67b066f81076cafef43f3d3a_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:6382c37f5d5ad83e7f30e1829156d165fcd39712e1f09d09b1faafc433939020_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:664a98537a82dfa581ee6676ccab475dcd37847a9175a6416656b99e3aed251c_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-registry@sha256:a840a67f583d6a1c7bb50b605f7bd11822637d139d82a2160074529c0cc94bf6_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f4ca83b46f0eeb1d566ea61dc1822275ccc5bea6879680918f5a4f71dc0dd71f_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:0ed85f28abd57e8fc2da0b0c1c686e4aaac86aca10d7ecdb90b155921d746187_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:d47ad0b43f84511ab1295215c5bec241cd7dc0174785907661807dd8cee5a591_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-pod@sha256:233135301f43df0d95306476b51380964d76e61f9feb3f5635f36577f485b296_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:74801711050de213e617315902ea34b2f23feb0883c9ab353c5270501bbc081f_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:2a862bf49b843845f130225b0799358a4c54f63ba1c168da8bb640ae1bedd41a_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:6bb235c5fb8c668c96e99ef264fd924f32294ba657922773764cd4d4c48f4f3d_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:0f45dd5c53290f3ca14135eda7a080ac762e7c94f555b86ea67669120326b12b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:98f1bcd7a8a29395c7695633f3333350193626e8151c5aaaaa39a5f852c28f28_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:afd681cc60a6710e0a634125c69713243cd3cf3e90afcd5d255040cec4650c4e_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:b578189fd7efd1cc60d0dcd4c57afacb78f70a8909ad7dab8522d3481ed914f7_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:1900dec8edce96bacc1081b6ac134870e34dce1042824138eb7449cb3ae8213d_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:556daaa415596d122a73cbae2cef160da7d6003c0c698bedbbb9e747f85320d8_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:b8573d43bd506aac9b9f5a5a7580f0d626a20ef5579ff7140414a0dc95758364_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus@sha256:c9d3917fa516106b9bc38aaa5fe5a5d1d036d50957cdbe47f812ff98a5bd9232_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:c27101a8b2e4635d1de21ac850313be089ba1d14083b2f3ef9e46f2407bb42d8_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:542f45d8a808856c703a06d318be629401ec1406aab68e7f243f00acee411981_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-telemeter@sha256:71007ab3cb513fbcb8427147bfe841249004dc01748c3a03b365a9533a485476_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tests@sha256:fa61b297912eacc2a454271471327fd99b5effdbf1b34ad2f160f748361e4cb8_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:d6bcb02804e38456453d859ea07315f880ad3e55f91511fb9f6e588fc067fdc3_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:174699a37d2e02aa944bebd5b8b8522bfab9fdb3d12be28db63dfbd57b5e7767_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:10869514c1fa3a577c5ae746396485086e74b017b85fa30fe143c39d1cc77e7b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:e661a14ebf650f23eb45fb4c624c864630c0f074e75818bbf39e0f8e6db0ccd3_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:7bddb92e8907d310d7bb5f4091345f44dd0aecf096e3fd912d099663d180a7b7_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:ff665b642fd1e540e21b2fab96cf39fd152816ffd99deee5c88a137b9a172d52_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:10869514c1fa3a577c5ae746396485086e74b017b85fa30fe143c39d1cc77e7b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:e661a14ebf650f23eb45fb4c624c864630c0f074e75818bbf39e0f8e6db0ccd3_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:e33e1088a4b15c9c48a2651cd488f20b9f4cdc9e1f3a987bfe145ed8bcd56d22_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:f9fea0aeaf9807ac1a03b7fe20ce26523a622ace4d606f892ec670218cce11d7_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:fa8c1ac957b0a7a56277f0aa191820e5c5acd220c61c088147f33b9e193b7b69_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:4e5e66764b5990d27129258e87c2dd73f4234f8ac30ec2cdb97bd773414c2b53_amd64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "net/http: Request smuggling due to acceptance of invalid chunked data in net/http"
    },
    {
      "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.12:registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:ea176aaa58b2221f5de2779c667e125a7bafe96976af540c484e222c1db57a26_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:c17c0308120d9b122ba4bef1509cbcf09086d53c31c620f0cd1dccff035999c2_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-deployer@sha256:277900af1e8886fc624d449575de6c1a4ece71433047771a048c95503cd4b63d_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-haproxy-router@sha256:b3c3b0db645b6f0417835c3ed772a3951391922bb3c5cbadb2a43f442ba32973_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:bdab5ba35151ad3ebbff1bc42f9a3552f4a84a74e1b012ae28361cc445cf18c0_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:4ab1a473d800b1534fee2cf432542f80c4432bd1c0b9ded737be5205c1166682_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:85271027624d2c40a69c871a90745e1a1ee63df5a1b62ced821c464b13ce67c4_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:933625dfe48f30c696d53216d0ce83ef1d04287474f4da22caa1b71c5cccd243_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:5b6ecaee654c85b1b62f9522e6381b7b3d62bcae80be6b4f664ed27d07e54a0a_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:0f23c02708855c3ec3a4762885762ea041a80d2e73b93048f1dfa0716685041b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:174699a37d2e02aa944bebd5b8b8522bfab9fdb3d12be28db63dfbd57b5e7767_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.12:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:a76dccf4659d7bd7be8e79b96859aaefb390cb2c09b875ed9308d171cd5e1d4e_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:1ea2b9a2f4d7b7fc5530f17ee7947890e42b08811bb733433addef5c9f9c18fc_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:100db1ced3450b9e0603af9bde5af228221e7ab0c33d8ee03975184e9fd93df2_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/network-tools-rhel8@sha256:5a2cc07e156f82581155fe7848e18ad391971b4dec986613d8a5e3707e4bb078_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:07897e0b6cfc41a45b66cb32ce65f5a12dfca721cb270df5b8621b43211af78d_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:ac377ce071f76a941d48cc4e6c1e4b808242a33939ce2379f98d3f2786e5ac02_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:fa11107a683b5865b60eb6ee2f7775f38435dabea911f29f153ef3e276ff8392_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:817d53180ad42429be7b186b53e170f85761e37290e92c8ace1dc596cd69abd9_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:026a2b8dba8963c1f3fba4390d141f78a4522b4a92e9e3e122616c504c4700dd_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:66de4da18b029c81239b4c96df4921eb02a88b2bc08b9fe7187a811132797d06_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:308d6a269ed740459f7e040f0b0083f0b720291fcc2dd95871bab45ea18230c5_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:ecc9b99e4eccca0bda2fe55df2b236b6ba794eecb494c36efd67d9b821bcaf36_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ebab0d1ba9cc3070cdf1b4307f8d18b5f2551efb88ca9ad84ea1a303759a2849_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:f55b72e9217fd2f6a24f223ead4a8821ef4b4dbff82d972f9e2fb52eae665a48_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:7dc74bec1511f4eb6dd8c6d2fd0f335673d9ac3fb5c02e1625fc723e325639cb_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:7f20e9fe1854026e79321db57a779049044942e711cb9c8d7c98d77e9c8eb774_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:18c130d72eeb5ae2ce85eda4893c409a1a45b1742f9f15feeafa758c1be9983b_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:06a57351380b93ef9a117e0ffcfda158fd45bd1dc843351815e1e3db241180f7_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:b69db2450640c59703f5e0c5034e918b8dde65a888a541c1841048652568ec3c_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:1463d5e44fdac9403da59ee6e284aa710ecae332dd39fa01a76bd35190be7296_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:87deafddc68ee81d902a3e9daa2d15a23ee7a3c7f681e90af5115f05f01b9f07_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:958adc6d36ab8c6a35b610bc3a644680beb8d871177b5b0c21f88d86b3c640f0_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:ba0f45ed1a9771fcd81f654b37a122390a10d290617c528b9735b072699ffdcc_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:a12f046144082f59a54d0fe55779031598576281508d7815728ab627d7062ad2_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:41020def8f677b07a7fd2ad6578706f780ae5497410ddbff1f1b1d77bb9c3a11_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:804477a6b96e09477c25868f0b4de1fbdb920c2aaecbd151e69e3434ac776764_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:f4b23ec51d26a06ff4924b0ed83a8914372f65ca87f030a24b7e75c2b2ce8b85_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:69222c49cce633746329650212a2145f5637cd4e4e1b17f7c63213e667149d30_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:e7a1d38b08983af9bc986d01454d52450e8ef38a2272bb927c5ca66229abea55_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:2df8e1c3d92b19e7fa549fa5805cb50c9540cff273dbec229d65e01b29405e14_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:54a75c0d0cc0d25c9783ec1d552f89297153844af2653e26ad33109475cff170_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:466d46b1b0f5a512aafcda488c0dee165dee914e46d79411222bafe88280e204_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli@sha256:3099f18f64217f3b3d8b31097e432c3521200e50257026e6716176429492dbea_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:e45a10dcbf018c346dd3ad5d9d012457a92221e7b572c729ab766a3804f43c66_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:2e189e34b90488c68b81c5067548941c105ef34cf62826e2b00f5bf9048fd231_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:b118e5d8271a4697d04dcdf1241e97545fe64257474728de10fd3e94cf2f29b6_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:72dbf5831fb7b0d60f1e056320b6ed0c88d8b2414222d69279f11aa5a4d1e1f3_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:39c66dedc2440b2b6b77a3f9d1e66b560eb961f65ee651468c411cdfdbf48170_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:f209c22b0bedeaad97eaf23590586efa0f60cdc857d83bd2b3cfd96016c77120_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:bc7d1d7e104915ed2d720eb7b910110c7e2025e5967eff8411da4bbe24111d10_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:a9d4fe916ef6b967072ed9e8f9fe1ee08301ea22638f65e2e8ec71f71642cf3a_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:a9d4fe916ef6b967072ed9e8f9fe1ee08301ea22638f65e2e8ec71f71642cf3a_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:83a698a36e8064ad26ce68e787ee5fdbe6bfa9e4db3b7ee749f1201f55f40f04_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:f194fc68f03cd0006c9dea837e323747d7cb3efd3c3beec3bc4b34bac5061178_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:525637ae352d872bf4f7c5234c04f8226ba9df0efdcba0e8453b8fcd78d10f3f_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:bc9cf34f16a511bfb3f5308a8d0b0421c1f04aa79493493200e7bd4a4c24a1a4_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:8c4a1104d1d1e6b32f8236f6d30053d651c1aa645786b4e29e0a4a4a11b32b82_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:b86e949647e4384d7052e1ed2191eeaaafe258656dac641257eab389a9b64836_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:2b7bc0385cd19fa35a3e40297421cab9a655345168f46cd446e999d658c40954_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:1f2c507d5bd656b77ddf62afa7a5beee6b2e40b2c6684bde2302b69e399d3457_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:ae88a55cfbe6f011c5a77cc62fedce5560720e4a461333d7720f95e6707a024f_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:846da5b7934e0bca4b9b8d0c289099d8f26edb5671aee4c0aad0ded254d7c865_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:2fc52ee54de443cc4fd6a5233652419d7c8476e44dad3a86e3bdbe2a64090cf0_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:ade0f8bff2f7e8b0b2226b51c86e0de23085db3653a5c7c4b96b00418960f152_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:723c0e4616dd8848d13f616cf73fbc8a88344fb798afea6ab9608fcd6ab0aeec_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:04e60f58e94cbc354e56f5f2ad8466821169f16a477311db03e492e09923a15d_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:1a1635269167b07cc6927c5d4c7d60a94eb967132e9652f032c37012eb8cd64d_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:36603060e99c91978d33d1061dad7f076e906f79d6a82a7fffac954ca2d15b86_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:d19b4019ded55310ee83406668284dbd7547e12cabacc9e8f404b66a69c21bb4_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:f3909b189c2f1b808237a58fb9cc8d5f61f0b31c165c26b383cec1e52a3fea6e_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:2340dcffec2e3ec9424e6d1f8b3c863795d253226b06b37b658185bf1501425e_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:b9b6693c4900557493df451691f5ab9a1fc19af824a0e37cbd8c78b01e0ce45b_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:2ac0a309d64a693621f8ef71a248271b6ec47f04fb29a6a48cfe9a033e00707b_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:a991143dee7144711f7c3ba90b733c963ab4d9ac5af1f3f84fd1eaf74cf8b224_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:8d40517eece94e75079f18de55d7052b3f8888fa57ff28ad192048a1238d4f1b_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:4f06e2941a5063bac48b5d7c8fca3b7ae30697886723fbfe3798ccba7a75ea5d_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:90c7000b7c9d0f9827a6753d01070daf6ba65524148f59727bba159cbbb81b93_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console-operator@sha256:6f3b73ef30b07c78a41a3c382bd694b6d0579b9f6c712212ffc4dccc473ec38e_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console@sha256:87fad183030127424138592d2eecac8fbe0ee15903892472da1bbc2f7a17dafb_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:a5aa476e2f95acec73201c492af9d4838c8a32d915e403ab2d25e95e668e532c_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-coredns@sha256:947e7d72c4e8fd2f8cc45a78410ed9481e893083397efdd9bcb9df770f2e445c_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:c545524beef211bb5b7a6a4dc54edf45636c638a19c42b756889a66decf884f5_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:dd5b36d3ad0f0616121448bc1e6df582b13f033e7e719f3676cbc6d9c64a3eb0_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:26ae1949819fb6a59bb0b1bc126c0ac3662774dea139571b09554d6e91184ad1_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:9d6858e84ee669d7c01bc536ff57069633db2c20d7957556aa5e66cd1a9efd14_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:3af8b80bc53846297b49783aa71e4b3883d973b7bf0fe7e902cb48800302c90f_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:bf95c056390ae6ae71d2bcc38a3c4fdbde0c27139c24b8098b3b2246be82ee89_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:29ac94c1adb061f6b6aab04b1faa8442b66f97964e92eef68ffd1ef7bd8a329e_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:29ac94c1adb061f6b6aab04b1faa8442b66f97964e92eef68ffd1ef7bd8a329e_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:939528e1546e50a7d1701ce3db108a40736279d56e9812d1c21f5dc3d492ac6e_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:939528e1546e50a7d1701ce3db108a40736279d56e9812d1c21f5dc3d492ac6e_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:b7d9ac0a83896b5ad2c63020c215812973d57d689ac90ee0eeafbbe193e574d3_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:b7d9ac0a83896b5ad2c63020c215812973d57d689ac90ee0eeafbbe193e574d3_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:2b8ea21a57841debda1dbc79f5b3dc26f93852c5a9d8233fe73520f2cc27a95b_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:2b8ea21a57841debda1dbc79f5b3dc26f93852c5a9d8233fe73520f2cc27a95b_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:b2ff6b83fe2b8e18f8442b12d694419f6e14cc51bdd603d407df8373fd70851c_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:b2ff6b83fe2b8e18f8442b12d694419f6e14cc51bdd603d407df8373fd70851c_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:8d5edb440684d2e7da3b0639867f8dbef9d5ac1b7f85f15204c0690be86bce06_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:8d5edb440684d2e7da3b0639867f8dbef9d5ac1b7f85f15204c0690be86bce06_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:5706b2d6e989ec2e7dbe6d0c9b9371b5537d0dc40848f584ac8b8f50cc0ab41a_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:5706b2d6e989ec2e7dbe6d0c9b9371b5537d0dc40848f584ac8b8f50cc0ab41a_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:b05088417754804c7f107dab474a567b1c9b3e34a4994843c0575cbf95cbba9e_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-builder@sha256:18ad4765d1bc7b3fd2073d78a447d100713541ce12bca2541af8ede1ed63f627_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-registry@sha256:ff1c0e7168620f0d918a35fcae28807a5d35142ba39ac38b42b369e84f940592_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-etcd@sha256:b9d2a3dd7d27b8c3bb744d653344af0d1acc7116d2075525e95ba824929a4404_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:6a82dc74e87e1e69b71f4741e3dfd0a41c6cac12d8dc5a94c535357931166de7_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:ca28d78de4aa3c56385c63a9bb87f16d19ae2c4f8579c07244f8e66b3dcd0d7c_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:6d270aba43635b915835ef16b7d9e8c6d9167706a798e0f748ed6bac78d34985_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:8fa6d481a3fc93722f1c704761e9a548b0cf886424a9dd55e3c9bd60bb888d11_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hyperkube@sha256:5223a1167eef6883337ffc9ad6208b1294759bdc11887be78e0b5646120fbb46_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:ea2b3205d15d386e227108c017fc57f30b406fffd9e5056f908d2e8c671cb99a_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:5c635cb57d487c638e9f32d5b69656f72fc191b3160ada82b8dd54ca7950116f_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:d82ab635250758a9e2678d2c4eab7c8a110a8efb817e42fc92f9bcf7409be128_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:aa40c50345daa07b8bb1426eb31b44fcb202c5f0d903c06a3f3859cd6e591480_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:849f13bf9b6fdbc73b671226f30aa208d7ed17bcca93239a83b6e6d14798ddbb_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:57a7d0c14851526679c5a513345a828ba249bcdfafdc7be1af09ceaee6d96cf0_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:0ff6fd48ef3e23de090587104684f214f0f6540c66ba1e59ace8e9a5a48135dd_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:bb7cb1703b2dbdc6af833d04126f917895aab9df84c98f9bae85485fb4dae73f_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:e59684416bd1258e50f4230fbc74279efd9984b7618cb62b7b87e306f18c8d5b_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:56dd793ff22486fdb3e2010608a5ef155a481e68181d48d23b4759f4cc6482ad_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer@sha256:1674742a196a2d846f24dcd05b4e35b5a82019b2b20e2a75f4b9850043d26e17_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:c424dae8014ffd562255425127d36b2c10941670ac7017f3e735d23e37a09331_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:fbf7adf8dacb0d274a6cdcfdc7e90720b953d79635b1f47ae1cd5de735e43b0c_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-proxy@sha256:54a4a33424edf74a05faa54de795fdb22e8933cbea70f9338c5801d07673218b_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:6e59b14824fe873149228dff4187a8af6fd809663335ac95925bd1b27b631b12_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:c6c3994af5a862df916f642ab43f3f8e0a7ed2507cab7a89bf5a489f8232ef32_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:81b521b83e6bdba776c932f055d38ac641c8aa2c38342a6019b73af75fcfbf76_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:386274f66a5c76c270348d3551ed828a798116cd262e574aec4883ef305a93f5_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:0ac3bd20df0e39210299c8cd97def197cc09dbfd40450a27aaeabfceec67eb2a_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:965667f61d66cf95711b6bd4e56b61e66c837f16facea138589feaa328f8ba14_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:1aebee0382acdf2f8c25cbbc7c4625855baf0df824897b49ff8e8d7156f26c10_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:b93c9a3cdb6e4b42bf06a500a47ec06cfced49eb25bad249e20328a401f745d0_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:ab8a84f5f48d8caf461c43254983c474c912dfdcbcdb681680ef889a84c2ca45_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:72db598db21d1e0ded85836ba04cf11bd9a35a3a92f8164ddcfda6d4f1f67eeb_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:fb874827ee64e46fb7b1032b20ddd0daebf6d6c78f87974e708d565f8dcb75c8_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:0abf4b89518dc34a93765c01a7e9ed655a849b1503e59ba3391b49424ed86929_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:6b890961922acb4ac55cee22e527cfd16db346a8336d03dee1bab6ee3353193d_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-cni@sha256:20ebce78341692c4b7cb989c9e72a878ebac1e05a86f863eab5d2ab26145cef1_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:1fd5e849fd3fb12348ad08bb99fce8c0b83cfa9cc1b27672e2d5a263b3e43d7e_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:63fc31df14f982473244ea31a19afa32572a00819ea3a696e8a97d538a1597e8_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f8af0795220f58562f48548f72465f086dbe6d702d4f8015d99ef04fdb6c3b28_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-must-gather@sha256:80e58d5f1e04c78b5c9b91d1bc946142ffb4bc18c3505b421325590ec59087f4_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:4af3905234992c48f9b6edab1f790bf0c60bc0f6dba702da2083d42b7b8a039f_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:bd07587de4ea6fc98d6420d36b1e9ecaaa76044654b428c671606b1f2a1012a5_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:bf4767eb631457901613a466e2d274db644440c9ff71efe968167cf7a101eda7_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:70bc2c926c6881786a4122753045af13f0f74fcdf552f137dd124b85f55499f7_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:a7b3d5e7b5e9818bf3e9e76e5bd6659e4d02401c0147dcd09b582bf51b49d5f8_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:9e8cb51366946aa9494d7d11e8b833431d49a31a9ffd331658f3cc8eb42e760a_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:3b2b8947c6779295f60afd359bd6f8151d49751e096d29cd18120ec190c3e788_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:d273e0248b9be6eb9f8f6ed371396c2efe25ea2af19ffda1cfa90c7424020c5f_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:50f76d2b022ccefe73175f3d436708232d9ab14a21e1101f5605a27bdf6c80ab_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:78ed37edd0e5a0505d750db3fd83d7d2dcf37d8efe05d8a1d37f7e02785269e8_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:3385a96089a884c619e5e2eaa93d2e2bf97570af549a82b092a649ee93c05bff_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:7d612c3cd1251fd9672c5564aa8cb467c7d7bc7dde644df5306ed3fe0ae022df_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:9ebc8e5f6c380a2cf0726d793c46b600bafe48e8c39d4653a84c7e34ba58752f_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-machine-controllers@sha256:6d981567c79861f5927e4d1450300eeb23a7206c67b066f81076cafef43f3d3a_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:6382c37f5d5ad83e7f30e1829156d165fcd39712e1f09d09b1faafc433939020_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:664a98537a82dfa581ee6676ccab475dcd37847a9175a6416656b99e3aed251c_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-registry@sha256:a840a67f583d6a1c7bb50b605f7bd11822637d139d82a2160074529c0cc94bf6_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f4ca83b46f0eeb1d566ea61dc1822275ccc5bea6879680918f5a4f71dc0dd71f_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:0ed85f28abd57e8fc2da0b0c1c686e4aaac86aca10d7ecdb90b155921d746187_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:d47ad0b43f84511ab1295215c5bec241cd7dc0174785907661807dd8cee5a591_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-pod@sha256:233135301f43df0d95306476b51380964d76e61f9feb3f5635f36577f485b296_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:74801711050de213e617315902ea34b2f23feb0883c9ab353c5270501bbc081f_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:2a862bf49b843845f130225b0799358a4c54f63ba1c168da8bb640ae1bedd41a_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:6bb235c5fb8c668c96e99ef264fd924f32294ba657922773764cd4d4c48f4f3d_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:0f45dd5c53290f3ca14135eda7a080ac762e7c94f555b86ea67669120326b12b_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:98f1bcd7a8a29395c7695633f3333350193626e8151c5aaaaa39a5f852c28f28_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:afd681cc60a6710e0a634125c69713243cd3cf3e90afcd5d255040cec4650c4e_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:b578189fd7efd1cc60d0dcd4c57afacb78f70a8909ad7dab8522d3481ed914f7_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:1900dec8edce96bacc1081b6ac134870e34dce1042824138eb7449cb3ae8213d_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:556daaa415596d122a73cbae2cef160da7d6003c0c698bedbbb9e747f85320d8_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:b8573d43bd506aac9b9f5a5a7580f0d626a20ef5579ff7140414a0dc95758364_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus@sha256:c9d3917fa516106b9bc38aaa5fe5a5d1d036d50957cdbe47f812ff98a5bd9232_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:c27101a8b2e4635d1de21ac850313be089ba1d14083b2f3ef9e46f2407bb42d8_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:542f45d8a808856c703a06d318be629401ec1406aab68e7f243f00acee411981_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-telemeter@sha256:71007ab3cb513fbcb8427147bfe841249004dc01748c3a03b365a9533a485476_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tests@sha256:fa61b297912eacc2a454271471327fd99b5effdbf1b34ad2f160f748361e4cb8_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:d6bcb02804e38456453d859ea07315f880ad3e55f91511fb9f6e588fc067fdc3_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:10869514c1fa3a577c5ae746396485086e74b017b85fa30fe143c39d1cc77e7b_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:e661a14ebf650f23eb45fb4c624c864630c0f074e75818bbf39e0f8e6db0ccd3_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:7bddb92e8907d310d7bb5f4091345f44dd0aecf096e3fd912d099663d180a7b7_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:ff665b642fd1e540e21b2fab96cf39fd152816ffd99deee5c88a137b9a172d52_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:10869514c1fa3a577c5ae746396485086e74b017b85fa30fe143c39d1cc77e7b_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:e661a14ebf650f23eb45fb4c624c864630c0f074e75818bbf39e0f8e6db0ccd3_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:e33e1088a4b15c9c48a2651cd488f20b9f4cdc9e1f3a987bfe145ed8bcd56d22_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:f9fea0aeaf9807ac1a03b7fe20ce26523a622ace4d606f892ec670218cce11d7_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:fa8c1ac957b0a7a56277f0aa191820e5c5acd220c61c088147f33b9e193b7b69_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:4e5e66764b5990d27129258e87c2dd73f4234f8ac30ec2cdb97bd773414c2b53_amd64"
        ],
        "known_not_affected": [
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:ea176aaa58b2221f5de2779c667e125a7bafe96976af540c484e222c1db57a26_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:c17c0308120d9b122ba4bef1509cbcf09086d53c31c620f0cd1dccff035999c2_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-deployer@sha256:277900af1e8886fc624d449575de6c1a4ece71433047771a048c95503cd4b63d_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-haproxy-router@sha256:b3c3b0db645b6f0417835c3ed772a3951391922bb3c5cbadb2a43f442ba32973_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:bdab5ba35151ad3ebbff1bc42f9a3552f4a84a74e1b012ae28361cc445cf18c0_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:4ab1a473d800b1534fee2cf432542f80c4432bd1c0b9ded737be5205c1166682_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:85271027624d2c40a69c871a90745e1a1ee63df5a1b62ced821c464b13ce67c4_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:933625dfe48f30c696d53216d0ce83ef1d04287474f4da22caa1b71c5cccd243_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:5b6ecaee654c85b1b62f9522e6381b7b3d62bcae80be6b4f664ed27d07e54a0a_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:0f23c02708855c3ec3a4762885762ea041a80d2e73b93048f1dfa0716685041b_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:174699a37d2e02aa944bebd5b8b8522bfab9fdb3d12be28db63dfbd57b5e7767_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-09T11:02:04+00:00",
          "details": "For OpenShift Container Platform 4.12 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.12/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:4e989978ab0e24d7148f08e939800502370b761efea1005d87522884d1a3f595\n\nAll OpenShift Container Platform 4.12 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.12/html-single/updating_clusters/index#updating-cluster-within-minor.",
          "product_ids": [
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:a76dccf4659d7bd7be8e79b96859aaefb390cb2c09b875ed9308d171cd5e1d4e_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:1ea2b9a2f4d7b7fc5530f17ee7947890e42b08811bb733433addef5c9f9c18fc_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:100db1ced3450b9e0603af9bde5af228221e7ab0c33d8ee03975184e9fd93df2_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/network-tools-rhel8@sha256:5a2cc07e156f82581155fe7848e18ad391971b4dec986613d8a5e3707e4bb078_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:07897e0b6cfc41a45b66cb32ce65f5a12dfca721cb270df5b8621b43211af78d_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:ac377ce071f76a941d48cc4e6c1e4b808242a33939ce2379f98d3f2786e5ac02_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:fa11107a683b5865b60eb6ee2f7775f38435dabea911f29f153ef3e276ff8392_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:817d53180ad42429be7b186b53e170f85761e37290e92c8ace1dc596cd69abd9_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:026a2b8dba8963c1f3fba4390d141f78a4522b4a92e9e3e122616c504c4700dd_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:66de4da18b029c81239b4c96df4921eb02a88b2bc08b9fe7187a811132797d06_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:308d6a269ed740459f7e040f0b0083f0b720291fcc2dd95871bab45ea18230c5_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:ecc9b99e4eccca0bda2fe55df2b236b6ba794eecb494c36efd67d9b821bcaf36_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ebab0d1ba9cc3070cdf1b4307f8d18b5f2551efb88ca9ad84ea1a303759a2849_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:f55b72e9217fd2f6a24f223ead4a8821ef4b4dbff82d972f9e2fb52eae665a48_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:7dc74bec1511f4eb6dd8c6d2fd0f335673d9ac3fb5c02e1625fc723e325639cb_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:7f20e9fe1854026e79321db57a779049044942e711cb9c8d7c98d77e9c8eb774_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:18c130d72eeb5ae2ce85eda4893c409a1a45b1742f9f15feeafa758c1be9983b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:06a57351380b93ef9a117e0ffcfda158fd45bd1dc843351815e1e3db241180f7_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:b69db2450640c59703f5e0c5034e918b8dde65a888a541c1841048652568ec3c_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:1463d5e44fdac9403da59ee6e284aa710ecae332dd39fa01a76bd35190be7296_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:87deafddc68ee81d902a3e9daa2d15a23ee7a3c7f681e90af5115f05f01b9f07_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:958adc6d36ab8c6a35b610bc3a644680beb8d871177b5b0c21f88d86b3c640f0_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:ba0f45ed1a9771fcd81f654b37a122390a10d290617c528b9735b072699ffdcc_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:a12f046144082f59a54d0fe55779031598576281508d7815728ab627d7062ad2_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:41020def8f677b07a7fd2ad6578706f780ae5497410ddbff1f1b1d77bb9c3a11_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:804477a6b96e09477c25868f0b4de1fbdb920c2aaecbd151e69e3434ac776764_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:f4b23ec51d26a06ff4924b0ed83a8914372f65ca87f030a24b7e75c2b2ce8b85_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:69222c49cce633746329650212a2145f5637cd4e4e1b17f7c63213e667149d30_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:e7a1d38b08983af9bc986d01454d52450e8ef38a2272bb927c5ca66229abea55_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:2df8e1c3d92b19e7fa549fa5805cb50c9540cff273dbec229d65e01b29405e14_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:54a75c0d0cc0d25c9783ec1d552f89297153844af2653e26ad33109475cff170_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:466d46b1b0f5a512aafcda488c0dee165dee914e46d79411222bafe88280e204_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli@sha256:3099f18f64217f3b3d8b31097e432c3521200e50257026e6716176429492dbea_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:e45a10dcbf018c346dd3ad5d9d012457a92221e7b572c729ab766a3804f43c66_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:2e189e34b90488c68b81c5067548941c105ef34cf62826e2b00f5bf9048fd231_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:b118e5d8271a4697d04dcdf1241e97545fe64257474728de10fd3e94cf2f29b6_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:72dbf5831fb7b0d60f1e056320b6ed0c88d8b2414222d69279f11aa5a4d1e1f3_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:39c66dedc2440b2b6b77a3f9d1e66b560eb961f65ee651468c411cdfdbf48170_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:f209c22b0bedeaad97eaf23590586efa0f60cdc857d83bd2b3cfd96016c77120_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:bc7d1d7e104915ed2d720eb7b910110c7e2025e5967eff8411da4bbe24111d10_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:a9d4fe916ef6b967072ed9e8f9fe1ee08301ea22638f65e2e8ec71f71642cf3a_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:a9d4fe916ef6b967072ed9e8f9fe1ee08301ea22638f65e2e8ec71f71642cf3a_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:83a698a36e8064ad26ce68e787ee5fdbe6bfa9e4db3b7ee749f1201f55f40f04_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:f194fc68f03cd0006c9dea837e323747d7cb3efd3c3beec3bc4b34bac5061178_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:525637ae352d872bf4f7c5234c04f8226ba9df0efdcba0e8453b8fcd78d10f3f_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:bc9cf34f16a511bfb3f5308a8d0b0421c1f04aa79493493200e7bd4a4c24a1a4_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:8c4a1104d1d1e6b32f8236f6d30053d651c1aa645786b4e29e0a4a4a11b32b82_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:b86e949647e4384d7052e1ed2191eeaaafe258656dac641257eab389a9b64836_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:2b7bc0385cd19fa35a3e40297421cab9a655345168f46cd446e999d658c40954_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:1f2c507d5bd656b77ddf62afa7a5beee6b2e40b2c6684bde2302b69e399d3457_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:ae88a55cfbe6f011c5a77cc62fedce5560720e4a461333d7720f95e6707a024f_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:846da5b7934e0bca4b9b8d0c289099d8f26edb5671aee4c0aad0ded254d7c865_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:2fc52ee54de443cc4fd6a5233652419d7c8476e44dad3a86e3bdbe2a64090cf0_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:ade0f8bff2f7e8b0b2226b51c86e0de23085db3653a5c7c4b96b00418960f152_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:723c0e4616dd8848d13f616cf73fbc8a88344fb798afea6ab9608fcd6ab0aeec_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:04e60f58e94cbc354e56f5f2ad8466821169f16a477311db03e492e09923a15d_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:1a1635269167b07cc6927c5d4c7d60a94eb967132e9652f032c37012eb8cd64d_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:36603060e99c91978d33d1061dad7f076e906f79d6a82a7fffac954ca2d15b86_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:d19b4019ded55310ee83406668284dbd7547e12cabacc9e8f404b66a69c21bb4_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:f3909b189c2f1b808237a58fb9cc8d5f61f0b31c165c26b383cec1e52a3fea6e_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:2340dcffec2e3ec9424e6d1f8b3c863795d253226b06b37b658185bf1501425e_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:b9b6693c4900557493df451691f5ab9a1fc19af824a0e37cbd8c78b01e0ce45b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:2ac0a309d64a693621f8ef71a248271b6ec47f04fb29a6a48cfe9a033e00707b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:a991143dee7144711f7c3ba90b733c963ab4d9ac5af1f3f84fd1eaf74cf8b224_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:8d40517eece94e75079f18de55d7052b3f8888fa57ff28ad192048a1238d4f1b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:4f06e2941a5063bac48b5d7c8fca3b7ae30697886723fbfe3798ccba7a75ea5d_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:90c7000b7c9d0f9827a6753d01070daf6ba65524148f59727bba159cbbb81b93_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console-operator@sha256:6f3b73ef30b07c78a41a3c382bd694b6d0579b9f6c712212ffc4dccc473ec38e_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console@sha256:87fad183030127424138592d2eecac8fbe0ee15903892472da1bbc2f7a17dafb_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:a5aa476e2f95acec73201c492af9d4838c8a32d915e403ab2d25e95e668e532c_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-coredns@sha256:947e7d72c4e8fd2f8cc45a78410ed9481e893083397efdd9bcb9df770f2e445c_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:c545524beef211bb5b7a6a4dc54edf45636c638a19c42b756889a66decf884f5_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:dd5b36d3ad0f0616121448bc1e6df582b13f033e7e719f3676cbc6d9c64a3eb0_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:26ae1949819fb6a59bb0b1bc126c0ac3662774dea139571b09554d6e91184ad1_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:9d6858e84ee669d7c01bc536ff57069633db2c20d7957556aa5e66cd1a9efd14_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:3af8b80bc53846297b49783aa71e4b3883d973b7bf0fe7e902cb48800302c90f_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:bf95c056390ae6ae71d2bcc38a3c4fdbde0c27139c24b8098b3b2246be82ee89_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:29ac94c1adb061f6b6aab04b1faa8442b66f97964e92eef68ffd1ef7bd8a329e_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:29ac94c1adb061f6b6aab04b1faa8442b66f97964e92eef68ffd1ef7bd8a329e_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:939528e1546e50a7d1701ce3db108a40736279d56e9812d1c21f5dc3d492ac6e_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:939528e1546e50a7d1701ce3db108a40736279d56e9812d1c21f5dc3d492ac6e_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:b7d9ac0a83896b5ad2c63020c215812973d57d689ac90ee0eeafbbe193e574d3_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:b7d9ac0a83896b5ad2c63020c215812973d57d689ac90ee0eeafbbe193e574d3_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:2b8ea21a57841debda1dbc79f5b3dc26f93852c5a9d8233fe73520f2cc27a95b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:2b8ea21a57841debda1dbc79f5b3dc26f93852c5a9d8233fe73520f2cc27a95b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:b2ff6b83fe2b8e18f8442b12d694419f6e14cc51bdd603d407df8373fd70851c_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:b2ff6b83fe2b8e18f8442b12d694419f6e14cc51bdd603d407df8373fd70851c_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:8d5edb440684d2e7da3b0639867f8dbef9d5ac1b7f85f15204c0690be86bce06_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:8d5edb440684d2e7da3b0639867f8dbef9d5ac1b7f85f15204c0690be86bce06_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:5706b2d6e989ec2e7dbe6d0c9b9371b5537d0dc40848f584ac8b8f50cc0ab41a_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:5706b2d6e989ec2e7dbe6d0c9b9371b5537d0dc40848f584ac8b8f50cc0ab41a_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:b05088417754804c7f107dab474a567b1c9b3e34a4994843c0575cbf95cbba9e_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-builder@sha256:18ad4765d1bc7b3fd2073d78a447d100713541ce12bca2541af8ede1ed63f627_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-registry@sha256:ff1c0e7168620f0d918a35fcae28807a5d35142ba39ac38b42b369e84f940592_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-etcd@sha256:b9d2a3dd7d27b8c3bb744d653344af0d1acc7116d2075525e95ba824929a4404_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:6a82dc74e87e1e69b71f4741e3dfd0a41c6cac12d8dc5a94c535357931166de7_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:ca28d78de4aa3c56385c63a9bb87f16d19ae2c4f8579c07244f8e66b3dcd0d7c_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:6d270aba43635b915835ef16b7d9e8c6d9167706a798e0f748ed6bac78d34985_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:8fa6d481a3fc93722f1c704761e9a548b0cf886424a9dd55e3c9bd60bb888d11_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hyperkube@sha256:5223a1167eef6883337ffc9ad6208b1294759bdc11887be78e0b5646120fbb46_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:ea2b3205d15d386e227108c017fc57f30b406fffd9e5056f908d2e8c671cb99a_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:5c635cb57d487c638e9f32d5b69656f72fc191b3160ada82b8dd54ca7950116f_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:d82ab635250758a9e2678d2c4eab7c8a110a8efb817e42fc92f9bcf7409be128_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:aa40c50345daa07b8bb1426eb31b44fcb202c5f0d903c06a3f3859cd6e591480_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:849f13bf9b6fdbc73b671226f30aa208d7ed17bcca93239a83b6e6d14798ddbb_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:57a7d0c14851526679c5a513345a828ba249bcdfafdc7be1af09ceaee6d96cf0_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:0ff6fd48ef3e23de090587104684f214f0f6540c66ba1e59ace8e9a5a48135dd_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:bb7cb1703b2dbdc6af833d04126f917895aab9df84c98f9bae85485fb4dae73f_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:e59684416bd1258e50f4230fbc74279efd9984b7618cb62b7b87e306f18c8d5b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:56dd793ff22486fdb3e2010608a5ef155a481e68181d48d23b4759f4cc6482ad_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer@sha256:1674742a196a2d846f24dcd05b4e35b5a82019b2b20e2a75f4b9850043d26e17_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:c424dae8014ffd562255425127d36b2c10941670ac7017f3e735d23e37a09331_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:fbf7adf8dacb0d274a6cdcfdc7e90720b953d79635b1f47ae1cd5de735e43b0c_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-proxy@sha256:54a4a33424edf74a05faa54de795fdb22e8933cbea70f9338c5801d07673218b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:6e59b14824fe873149228dff4187a8af6fd809663335ac95925bd1b27b631b12_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:c6c3994af5a862df916f642ab43f3f8e0a7ed2507cab7a89bf5a489f8232ef32_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:81b521b83e6bdba776c932f055d38ac641c8aa2c38342a6019b73af75fcfbf76_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:386274f66a5c76c270348d3551ed828a798116cd262e574aec4883ef305a93f5_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:0ac3bd20df0e39210299c8cd97def197cc09dbfd40450a27aaeabfceec67eb2a_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:965667f61d66cf95711b6bd4e56b61e66c837f16facea138589feaa328f8ba14_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:1aebee0382acdf2f8c25cbbc7c4625855baf0df824897b49ff8e8d7156f26c10_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:b93c9a3cdb6e4b42bf06a500a47ec06cfced49eb25bad249e20328a401f745d0_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:ab8a84f5f48d8caf461c43254983c474c912dfdcbcdb681680ef889a84c2ca45_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:72db598db21d1e0ded85836ba04cf11bd9a35a3a92f8164ddcfda6d4f1f67eeb_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:fb874827ee64e46fb7b1032b20ddd0daebf6d6c78f87974e708d565f8dcb75c8_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:0abf4b89518dc34a93765c01a7e9ed655a849b1503e59ba3391b49424ed86929_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:6b890961922acb4ac55cee22e527cfd16db346a8336d03dee1bab6ee3353193d_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-cni@sha256:20ebce78341692c4b7cb989c9e72a878ebac1e05a86f863eab5d2ab26145cef1_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:1fd5e849fd3fb12348ad08bb99fce8c0b83cfa9cc1b27672e2d5a263b3e43d7e_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:63fc31df14f982473244ea31a19afa32572a00819ea3a696e8a97d538a1597e8_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f8af0795220f58562f48548f72465f086dbe6d702d4f8015d99ef04fdb6c3b28_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-must-gather@sha256:80e58d5f1e04c78b5c9b91d1bc946142ffb4bc18c3505b421325590ec59087f4_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:4af3905234992c48f9b6edab1f790bf0c60bc0f6dba702da2083d42b7b8a039f_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:bd07587de4ea6fc98d6420d36b1e9ecaaa76044654b428c671606b1f2a1012a5_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:bf4767eb631457901613a466e2d274db644440c9ff71efe968167cf7a101eda7_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:70bc2c926c6881786a4122753045af13f0f74fcdf552f137dd124b85f55499f7_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:a7b3d5e7b5e9818bf3e9e76e5bd6659e4d02401c0147dcd09b582bf51b49d5f8_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:9e8cb51366946aa9494d7d11e8b833431d49a31a9ffd331658f3cc8eb42e760a_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:3b2b8947c6779295f60afd359bd6f8151d49751e096d29cd18120ec190c3e788_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:d273e0248b9be6eb9f8f6ed371396c2efe25ea2af19ffda1cfa90c7424020c5f_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:50f76d2b022ccefe73175f3d436708232d9ab14a21e1101f5605a27bdf6c80ab_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:78ed37edd0e5a0505d750db3fd83d7d2dcf37d8efe05d8a1d37f7e02785269e8_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:3385a96089a884c619e5e2eaa93d2e2bf97570af549a82b092a649ee93c05bff_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:7d612c3cd1251fd9672c5564aa8cb467c7d7bc7dde644df5306ed3fe0ae022df_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:9ebc8e5f6c380a2cf0726d793c46b600bafe48e8c39d4653a84c7e34ba58752f_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-machine-controllers@sha256:6d981567c79861f5927e4d1450300eeb23a7206c67b066f81076cafef43f3d3a_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:6382c37f5d5ad83e7f30e1829156d165fcd39712e1f09d09b1faafc433939020_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:664a98537a82dfa581ee6676ccab475dcd37847a9175a6416656b99e3aed251c_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-registry@sha256:a840a67f583d6a1c7bb50b605f7bd11822637d139d82a2160074529c0cc94bf6_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f4ca83b46f0eeb1d566ea61dc1822275ccc5bea6879680918f5a4f71dc0dd71f_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:0ed85f28abd57e8fc2da0b0c1c686e4aaac86aca10d7ecdb90b155921d746187_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:d47ad0b43f84511ab1295215c5bec241cd7dc0174785907661807dd8cee5a591_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-pod@sha256:233135301f43df0d95306476b51380964d76e61f9feb3f5635f36577f485b296_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:74801711050de213e617315902ea34b2f23feb0883c9ab353c5270501bbc081f_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:2a862bf49b843845f130225b0799358a4c54f63ba1c168da8bb640ae1bedd41a_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:6bb235c5fb8c668c96e99ef264fd924f32294ba657922773764cd4d4c48f4f3d_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:0f45dd5c53290f3ca14135eda7a080ac762e7c94f555b86ea67669120326b12b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:98f1bcd7a8a29395c7695633f3333350193626e8151c5aaaaa39a5f852c28f28_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:afd681cc60a6710e0a634125c69713243cd3cf3e90afcd5d255040cec4650c4e_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:b578189fd7efd1cc60d0dcd4c57afacb78f70a8909ad7dab8522d3481ed914f7_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:1900dec8edce96bacc1081b6ac134870e34dce1042824138eb7449cb3ae8213d_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:556daaa415596d122a73cbae2cef160da7d6003c0c698bedbbb9e747f85320d8_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:b8573d43bd506aac9b9f5a5a7580f0d626a20ef5579ff7140414a0dc95758364_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus@sha256:c9d3917fa516106b9bc38aaa5fe5a5d1d036d50957cdbe47f812ff98a5bd9232_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:c27101a8b2e4635d1de21ac850313be089ba1d14083b2f3ef9e46f2407bb42d8_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:542f45d8a808856c703a06d318be629401ec1406aab68e7f243f00acee411981_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-telemeter@sha256:71007ab3cb513fbcb8427147bfe841249004dc01748c3a03b365a9533a485476_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tests@sha256:fa61b297912eacc2a454271471327fd99b5effdbf1b34ad2f160f748361e4cb8_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:d6bcb02804e38456453d859ea07315f880ad3e55f91511fb9f6e588fc067fdc3_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:10869514c1fa3a577c5ae746396485086e74b017b85fa30fe143c39d1cc77e7b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:e661a14ebf650f23eb45fb4c624c864630c0f074e75818bbf39e0f8e6db0ccd3_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:7bddb92e8907d310d7bb5f4091345f44dd0aecf096e3fd912d099663d180a7b7_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:ff665b642fd1e540e21b2fab96cf39fd152816ffd99deee5c88a137b9a172d52_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:10869514c1fa3a577c5ae746396485086e74b017b85fa30fe143c39d1cc77e7b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:e661a14ebf650f23eb45fb4c624c864630c0f074e75818bbf39e0f8e6db0ccd3_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:e33e1088a4b15c9c48a2651cd488f20b9f4cdc9e1f3a987bfe145ed8bcd56d22_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:f9fea0aeaf9807ac1a03b7fe20ce26523a622ace4d606f892ec670218cce11d7_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:fa8c1ac957b0a7a56277f0aa191820e5c5acd220c61c088147f33b9e193b7b69_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:4e5e66764b5990d27129258e87c2dd73f4234f8ac30ec2cdb97bd773414c2b53_amd64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2026:6493"
        }
      ],
      "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.12:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:a76dccf4659d7bd7be8e79b96859aaefb390cb2c09b875ed9308d171cd5e1d4e_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:ea176aaa58b2221f5de2779c667e125a7bafe96976af540c484e222c1db57a26_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:1ea2b9a2f4d7b7fc5530f17ee7947890e42b08811bb733433addef5c9f9c18fc_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:100db1ced3450b9e0603af9bde5af228221e7ab0c33d8ee03975184e9fd93df2_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/network-tools-rhel8@sha256:5a2cc07e156f82581155fe7848e18ad391971b4dec986613d8a5e3707e4bb078_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:07897e0b6cfc41a45b66cb32ce65f5a12dfca721cb270df5b8621b43211af78d_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:ac377ce071f76a941d48cc4e6c1e4b808242a33939ce2379f98d3f2786e5ac02_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:fa11107a683b5865b60eb6ee2f7775f38435dabea911f29f153ef3e276ff8392_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:817d53180ad42429be7b186b53e170f85761e37290e92c8ace1dc596cd69abd9_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:026a2b8dba8963c1f3fba4390d141f78a4522b4a92e9e3e122616c504c4700dd_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:66de4da18b029c81239b4c96df4921eb02a88b2bc08b9fe7187a811132797d06_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:308d6a269ed740459f7e040f0b0083f0b720291fcc2dd95871bab45ea18230c5_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:ecc9b99e4eccca0bda2fe55df2b236b6ba794eecb494c36efd67d9b821bcaf36_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ebab0d1ba9cc3070cdf1b4307f8d18b5f2551efb88ca9ad84ea1a303759a2849_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:f55b72e9217fd2f6a24f223ead4a8821ef4b4dbff82d972f9e2fb52eae665a48_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:7dc74bec1511f4eb6dd8c6d2fd0f335673d9ac3fb5c02e1625fc723e325639cb_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:7f20e9fe1854026e79321db57a779049044942e711cb9c8d7c98d77e9c8eb774_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:18c130d72eeb5ae2ce85eda4893c409a1a45b1742f9f15feeafa758c1be9983b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:06a57351380b93ef9a117e0ffcfda158fd45bd1dc843351815e1e3db241180f7_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:b69db2450640c59703f5e0c5034e918b8dde65a888a541c1841048652568ec3c_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:1463d5e44fdac9403da59ee6e284aa710ecae332dd39fa01a76bd35190be7296_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:87deafddc68ee81d902a3e9daa2d15a23ee7a3c7f681e90af5115f05f01b9f07_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:958adc6d36ab8c6a35b610bc3a644680beb8d871177b5b0c21f88d86b3c640f0_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:ba0f45ed1a9771fcd81f654b37a122390a10d290617c528b9735b072699ffdcc_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:a12f046144082f59a54d0fe55779031598576281508d7815728ab627d7062ad2_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:41020def8f677b07a7fd2ad6578706f780ae5497410ddbff1f1b1d77bb9c3a11_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:804477a6b96e09477c25868f0b4de1fbdb920c2aaecbd151e69e3434ac776764_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:f4b23ec51d26a06ff4924b0ed83a8914372f65ca87f030a24b7e75c2b2ce8b85_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:69222c49cce633746329650212a2145f5637cd4e4e1b17f7c63213e667149d30_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:e7a1d38b08983af9bc986d01454d52450e8ef38a2272bb927c5ca66229abea55_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:2df8e1c3d92b19e7fa549fa5805cb50c9540cff273dbec229d65e01b29405e14_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:54a75c0d0cc0d25c9783ec1d552f89297153844af2653e26ad33109475cff170_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:466d46b1b0f5a512aafcda488c0dee165dee914e46d79411222bafe88280e204_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli@sha256:3099f18f64217f3b3d8b31097e432c3521200e50257026e6716176429492dbea_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:e45a10dcbf018c346dd3ad5d9d012457a92221e7b572c729ab766a3804f43c66_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:2e189e34b90488c68b81c5067548941c105ef34cf62826e2b00f5bf9048fd231_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:b118e5d8271a4697d04dcdf1241e97545fe64257474728de10fd3e94cf2f29b6_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:72dbf5831fb7b0d60f1e056320b6ed0c88d8b2414222d69279f11aa5a4d1e1f3_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:39c66dedc2440b2b6b77a3f9d1e66b560eb961f65ee651468c411cdfdbf48170_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:f209c22b0bedeaad97eaf23590586efa0f60cdc857d83bd2b3cfd96016c77120_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:bc7d1d7e104915ed2d720eb7b910110c7e2025e5967eff8411da4bbe24111d10_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:a9d4fe916ef6b967072ed9e8f9fe1ee08301ea22638f65e2e8ec71f71642cf3a_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:a9d4fe916ef6b967072ed9e8f9fe1ee08301ea22638f65e2e8ec71f71642cf3a_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:83a698a36e8064ad26ce68e787ee5fdbe6bfa9e4db3b7ee749f1201f55f40f04_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:f194fc68f03cd0006c9dea837e323747d7cb3efd3c3beec3bc4b34bac5061178_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:525637ae352d872bf4f7c5234c04f8226ba9df0efdcba0e8453b8fcd78d10f3f_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:bc9cf34f16a511bfb3f5308a8d0b0421c1f04aa79493493200e7bd4a4c24a1a4_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:8c4a1104d1d1e6b32f8236f6d30053d651c1aa645786b4e29e0a4a4a11b32b82_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:b86e949647e4384d7052e1ed2191eeaaafe258656dac641257eab389a9b64836_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:2b7bc0385cd19fa35a3e40297421cab9a655345168f46cd446e999d658c40954_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:1f2c507d5bd656b77ddf62afa7a5beee6b2e40b2c6684bde2302b69e399d3457_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:ae88a55cfbe6f011c5a77cc62fedce5560720e4a461333d7720f95e6707a024f_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:846da5b7934e0bca4b9b8d0c289099d8f26edb5671aee4c0aad0ded254d7c865_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:2fc52ee54de443cc4fd6a5233652419d7c8476e44dad3a86e3bdbe2a64090cf0_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:ade0f8bff2f7e8b0b2226b51c86e0de23085db3653a5c7c4b96b00418960f152_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:723c0e4616dd8848d13f616cf73fbc8a88344fb798afea6ab9608fcd6ab0aeec_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:04e60f58e94cbc354e56f5f2ad8466821169f16a477311db03e492e09923a15d_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:1a1635269167b07cc6927c5d4c7d60a94eb967132e9652f032c37012eb8cd64d_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:36603060e99c91978d33d1061dad7f076e906f79d6a82a7fffac954ca2d15b86_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:d19b4019ded55310ee83406668284dbd7547e12cabacc9e8f404b66a69c21bb4_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:f3909b189c2f1b808237a58fb9cc8d5f61f0b31c165c26b383cec1e52a3fea6e_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:2340dcffec2e3ec9424e6d1f8b3c863795d253226b06b37b658185bf1501425e_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:b9b6693c4900557493df451691f5ab9a1fc19af824a0e37cbd8c78b01e0ce45b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:2ac0a309d64a693621f8ef71a248271b6ec47f04fb29a6a48cfe9a033e00707b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:a991143dee7144711f7c3ba90b733c963ab4d9ac5af1f3f84fd1eaf74cf8b224_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:8d40517eece94e75079f18de55d7052b3f8888fa57ff28ad192048a1238d4f1b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:c17c0308120d9b122ba4bef1509cbcf09086d53c31c620f0cd1dccff035999c2_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:4f06e2941a5063bac48b5d7c8fca3b7ae30697886723fbfe3798ccba7a75ea5d_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:90c7000b7c9d0f9827a6753d01070daf6ba65524148f59727bba159cbbb81b93_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console-operator@sha256:6f3b73ef30b07c78a41a3c382bd694b6d0579b9f6c712212ffc4dccc473ec38e_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console@sha256:87fad183030127424138592d2eecac8fbe0ee15903892472da1bbc2f7a17dafb_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:a5aa476e2f95acec73201c492af9d4838c8a32d915e403ab2d25e95e668e532c_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-coredns@sha256:947e7d72c4e8fd2f8cc45a78410ed9481e893083397efdd9bcb9df770f2e445c_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:c545524beef211bb5b7a6a4dc54edf45636c638a19c42b756889a66decf884f5_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:dd5b36d3ad0f0616121448bc1e6df582b13f033e7e719f3676cbc6d9c64a3eb0_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:26ae1949819fb6a59bb0b1bc126c0ac3662774dea139571b09554d6e91184ad1_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:9d6858e84ee669d7c01bc536ff57069633db2c20d7957556aa5e66cd1a9efd14_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:3af8b80bc53846297b49783aa71e4b3883d973b7bf0fe7e902cb48800302c90f_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:bf95c056390ae6ae71d2bcc38a3c4fdbde0c27139c24b8098b3b2246be82ee89_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:29ac94c1adb061f6b6aab04b1faa8442b66f97964e92eef68ffd1ef7bd8a329e_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:29ac94c1adb061f6b6aab04b1faa8442b66f97964e92eef68ffd1ef7bd8a329e_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:939528e1546e50a7d1701ce3db108a40736279d56e9812d1c21f5dc3d492ac6e_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:939528e1546e50a7d1701ce3db108a40736279d56e9812d1c21f5dc3d492ac6e_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:b7d9ac0a83896b5ad2c63020c215812973d57d689ac90ee0eeafbbe193e574d3_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:b7d9ac0a83896b5ad2c63020c215812973d57d689ac90ee0eeafbbe193e574d3_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:2b8ea21a57841debda1dbc79f5b3dc26f93852c5a9d8233fe73520f2cc27a95b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:2b8ea21a57841debda1dbc79f5b3dc26f93852c5a9d8233fe73520f2cc27a95b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:b2ff6b83fe2b8e18f8442b12d694419f6e14cc51bdd603d407df8373fd70851c_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:b2ff6b83fe2b8e18f8442b12d694419f6e14cc51bdd603d407df8373fd70851c_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:8d5edb440684d2e7da3b0639867f8dbef9d5ac1b7f85f15204c0690be86bce06_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:8d5edb440684d2e7da3b0639867f8dbef9d5ac1b7f85f15204c0690be86bce06_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:5706b2d6e989ec2e7dbe6d0c9b9371b5537d0dc40848f584ac8b8f50cc0ab41a_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:5706b2d6e989ec2e7dbe6d0c9b9371b5537d0dc40848f584ac8b8f50cc0ab41a_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:b05088417754804c7f107dab474a567b1c9b3e34a4994843c0575cbf95cbba9e_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-deployer@sha256:277900af1e8886fc624d449575de6c1a4ece71433047771a048c95503cd4b63d_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-builder@sha256:18ad4765d1bc7b3fd2073d78a447d100713541ce12bca2541af8ede1ed63f627_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-registry@sha256:ff1c0e7168620f0d918a35fcae28807a5d35142ba39ac38b42b369e84f940592_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-etcd@sha256:b9d2a3dd7d27b8c3bb744d653344af0d1acc7116d2075525e95ba824929a4404_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:6a82dc74e87e1e69b71f4741e3dfd0a41c6cac12d8dc5a94c535357931166de7_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:ca28d78de4aa3c56385c63a9bb87f16d19ae2c4f8579c07244f8e66b3dcd0d7c_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:6d270aba43635b915835ef16b7d9e8c6d9167706a798e0f748ed6bac78d34985_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:8fa6d481a3fc93722f1c704761e9a548b0cf886424a9dd55e3c9bd60bb888d11_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-haproxy-router@sha256:b3c3b0db645b6f0417835c3ed772a3951391922bb3c5cbadb2a43f442ba32973_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hyperkube@sha256:5223a1167eef6883337ffc9ad6208b1294759bdc11887be78e0b5646120fbb46_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:ea2b3205d15d386e227108c017fc57f30b406fffd9e5056f908d2e8c671cb99a_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:5c635cb57d487c638e9f32d5b69656f72fc191b3160ada82b8dd54ca7950116f_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:d82ab635250758a9e2678d2c4eab7c8a110a8efb817e42fc92f9bcf7409be128_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:aa40c50345daa07b8bb1426eb31b44fcb202c5f0d903c06a3f3859cd6e591480_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:849f13bf9b6fdbc73b671226f30aa208d7ed17bcca93239a83b6e6d14798ddbb_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:57a7d0c14851526679c5a513345a828ba249bcdfafdc7be1af09ceaee6d96cf0_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:0ff6fd48ef3e23de090587104684f214f0f6540c66ba1e59ace8e9a5a48135dd_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:bb7cb1703b2dbdc6af833d04126f917895aab9df84c98f9bae85485fb4dae73f_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:e59684416bd1258e50f4230fbc74279efd9984b7618cb62b7b87e306f18c8d5b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:56dd793ff22486fdb3e2010608a5ef155a481e68181d48d23b4759f4cc6482ad_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer@sha256:1674742a196a2d846f24dcd05b4e35b5a82019b2b20e2a75f4b9850043d26e17_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:bdab5ba35151ad3ebbff1bc42f9a3552f4a84a74e1b012ae28361cc445cf18c0_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:c424dae8014ffd562255425127d36b2c10941670ac7017f3e735d23e37a09331_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:4ab1a473d800b1534fee2cf432542f80c4432bd1c0b9ded737be5205c1166682_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:85271027624d2c40a69c871a90745e1a1ee63df5a1b62ced821c464b13ce67c4_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:fbf7adf8dacb0d274a6cdcfdc7e90720b953d79635b1f47ae1cd5de735e43b0c_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:933625dfe48f30c696d53216d0ce83ef1d04287474f4da22caa1b71c5cccd243_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-proxy@sha256:54a4a33424edf74a05faa54de795fdb22e8933cbea70f9338c5801d07673218b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:6e59b14824fe873149228dff4187a8af6fd809663335ac95925bd1b27b631b12_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:c6c3994af5a862df916f642ab43f3f8e0a7ed2507cab7a89bf5a489f8232ef32_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:81b521b83e6bdba776c932f055d38ac641c8aa2c38342a6019b73af75fcfbf76_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:386274f66a5c76c270348d3551ed828a798116cd262e574aec4883ef305a93f5_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:0ac3bd20df0e39210299c8cd97def197cc09dbfd40450a27aaeabfceec67eb2a_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:5b6ecaee654c85b1b62f9522e6381b7b3d62bcae80be6b4f664ed27d07e54a0a_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:965667f61d66cf95711b6bd4e56b61e66c837f16facea138589feaa328f8ba14_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:1aebee0382acdf2f8c25cbbc7c4625855baf0df824897b49ff8e8d7156f26c10_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:b93c9a3cdb6e4b42bf06a500a47ec06cfced49eb25bad249e20328a401f745d0_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:ab8a84f5f48d8caf461c43254983c474c912dfdcbcdb681680ef889a84c2ca45_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:72db598db21d1e0ded85836ba04cf11bd9a35a3a92f8164ddcfda6d4f1f67eeb_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:fb874827ee64e46fb7b1032b20ddd0daebf6d6c78f87974e708d565f8dcb75c8_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:0abf4b89518dc34a93765c01a7e9ed655a849b1503e59ba3391b49424ed86929_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:0f23c02708855c3ec3a4762885762ea041a80d2e73b93048f1dfa0716685041b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:6b890961922acb4ac55cee22e527cfd16db346a8336d03dee1bab6ee3353193d_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-cni@sha256:20ebce78341692c4b7cb989c9e72a878ebac1e05a86f863eab5d2ab26145cef1_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:1fd5e849fd3fb12348ad08bb99fce8c0b83cfa9cc1b27672e2d5a263b3e43d7e_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:63fc31df14f982473244ea31a19afa32572a00819ea3a696e8a97d538a1597e8_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f8af0795220f58562f48548f72465f086dbe6d702d4f8015d99ef04fdb6c3b28_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-must-gather@sha256:80e58d5f1e04c78b5c9b91d1bc946142ffb4bc18c3505b421325590ec59087f4_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:4af3905234992c48f9b6edab1f790bf0c60bc0f6dba702da2083d42b7b8a039f_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:bd07587de4ea6fc98d6420d36b1e9ecaaa76044654b428c671606b1f2a1012a5_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:bf4767eb631457901613a466e2d274db644440c9ff71efe968167cf7a101eda7_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:70bc2c926c6881786a4122753045af13f0f74fcdf552f137dd124b85f55499f7_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:a7b3d5e7b5e9818bf3e9e76e5bd6659e4d02401c0147dcd09b582bf51b49d5f8_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:9e8cb51366946aa9494d7d11e8b833431d49a31a9ffd331658f3cc8eb42e760a_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:3b2b8947c6779295f60afd359bd6f8151d49751e096d29cd18120ec190c3e788_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:d273e0248b9be6eb9f8f6ed371396c2efe25ea2af19ffda1cfa90c7424020c5f_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:50f76d2b022ccefe73175f3d436708232d9ab14a21e1101f5605a27bdf6c80ab_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:78ed37edd0e5a0505d750db3fd83d7d2dcf37d8efe05d8a1d37f7e02785269e8_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:3385a96089a884c619e5e2eaa93d2e2bf97570af549a82b092a649ee93c05bff_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:7d612c3cd1251fd9672c5564aa8cb467c7d7bc7dde644df5306ed3fe0ae022df_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:9ebc8e5f6c380a2cf0726d793c46b600bafe48e8c39d4653a84c7e34ba58752f_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-machine-controllers@sha256:6d981567c79861f5927e4d1450300eeb23a7206c67b066f81076cafef43f3d3a_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:6382c37f5d5ad83e7f30e1829156d165fcd39712e1f09d09b1faafc433939020_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:664a98537a82dfa581ee6676ccab475dcd37847a9175a6416656b99e3aed251c_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-registry@sha256:a840a67f583d6a1c7bb50b605f7bd11822637d139d82a2160074529c0cc94bf6_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f4ca83b46f0eeb1d566ea61dc1822275ccc5bea6879680918f5a4f71dc0dd71f_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:0ed85f28abd57e8fc2da0b0c1c686e4aaac86aca10d7ecdb90b155921d746187_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:d47ad0b43f84511ab1295215c5bec241cd7dc0174785907661807dd8cee5a591_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-pod@sha256:233135301f43df0d95306476b51380964d76e61f9feb3f5635f36577f485b296_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:74801711050de213e617315902ea34b2f23feb0883c9ab353c5270501bbc081f_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:2a862bf49b843845f130225b0799358a4c54f63ba1c168da8bb640ae1bedd41a_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:6bb235c5fb8c668c96e99ef264fd924f32294ba657922773764cd4d4c48f4f3d_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:0f45dd5c53290f3ca14135eda7a080ac762e7c94f555b86ea67669120326b12b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:98f1bcd7a8a29395c7695633f3333350193626e8151c5aaaaa39a5f852c28f28_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:afd681cc60a6710e0a634125c69713243cd3cf3e90afcd5d255040cec4650c4e_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:b578189fd7efd1cc60d0dcd4c57afacb78f70a8909ad7dab8522d3481ed914f7_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:1900dec8edce96bacc1081b6ac134870e34dce1042824138eb7449cb3ae8213d_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:556daaa415596d122a73cbae2cef160da7d6003c0c698bedbbb9e747f85320d8_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:b8573d43bd506aac9b9f5a5a7580f0d626a20ef5579ff7140414a0dc95758364_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus@sha256:c9d3917fa516106b9bc38aaa5fe5a5d1d036d50957cdbe47f812ff98a5bd9232_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:c27101a8b2e4635d1de21ac850313be089ba1d14083b2f3ef9e46f2407bb42d8_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:542f45d8a808856c703a06d318be629401ec1406aab68e7f243f00acee411981_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-telemeter@sha256:71007ab3cb513fbcb8427147bfe841249004dc01748c3a03b365a9533a485476_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tests@sha256:fa61b297912eacc2a454271471327fd99b5effdbf1b34ad2f160f748361e4cb8_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:d6bcb02804e38456453d859ea07315f880ad3e55f91511fb9f6e588fc067fdc3_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:174699a37d2e02aa944bebd5b8b8522bfab9fdb3d12be28db63dfbd57b5e7767_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:10869514c1fa3a577c5ae746396485086e74b017b85fa30fe143c39d1cc77e7b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:e661a14ebf650f23eb45fb4c624c864630c0f074e75818bbf39e0f8e6db0ccd3_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:7bddb92e8907d310d7bb5f4091345f44dd0aecf096e3fd912d099663d180a7b7_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:ff665b642fd1e540e21b2fab96cf39fd152816ffd99deee5c88a137b9a172d52_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:10869514c1fa3a577c5ae746396485086e74b017b85fa30fe143c39d1cc77e7b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:e661a14ebf650f23eb45fb4c624c864630c0f074e75818bbf39e0f8e6db0ccd3_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:e33e1088a4b15c9c48a2651cd488f20b9f4cdc9e1f3a987bfe145ed8bcd56d22_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:f9fea0aeaf9807ac1a03b7fe20ce26523a622ace4d606f892ec670218cce11d7_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:fa8c1ac957b0a7a56277f0aa191820e5c5acd220c61c088147f33b9e193b7b69_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:4e5e66764b5990d27129258e87c2dd73f4234f8ac30ec2cdb97bd773414c2b53_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.12:registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:ea176aaa58b2221f5de2779c667e125a7bafe96976af540c484e222c1db57a26_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:c17c0308120d9b122ba4bef1509cbcf09086d53c31c620f0cd1dccff035999c2_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-deployer@sha256:277900af1e8886fc624d449575de6c1a4ece71433047771a048c95503cd4b63d_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-haproxy-router@sha256:b3c3b0db645b6f0417835c3ed772a3951391922bb3c5cbadb2a43f442ba32973_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:bdab5ba35151ad3ebbff1bc42f9a3552f4a84a74e1b012ae28361cc445cf18c0_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:4ab1a473d800b1534fee2cf432542f80c4432bd1c0b9ded737be5205c1166682_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:85271027624d2c40a69c871a90745e1a1ee63df5a1b62ced821c464b13ce67c4_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:933625dfe48f30c696d53216d0ce83ef1d04287474f4da22caa1b71c5cccd243_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:5b6ecaee654c85b1b62f9522e6381b7b3d62bcae80be6b4f664ed27d07e54a0a_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:0f23c02708855c3ec3a4762885762ea041a80d2e73b93048f1dfa0716685041b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:174699a37d2e02aa944bebd5b8b8522bfab9fdb3d12be28db63dfbd57b5e7767_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.12:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:a76dccf4659d7bd7be8e79b96859aaefb390cb2c09b875ed9308d171cd5e1d4e_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:1ea2b9a2f4d7b7fc5530f17ee7947890e42b08811bb733433addef5c9f9c18fc_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:100db1ced3450b9e0603af9bde5af228221e7ab0c33d8ee03975184e9fd93df2_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/network-tools-rhel8@sha256:5a2cc07e156f82581155fe7848e18ad391971b4dec986613d8a5e3707e4bb078_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:07897e0b6cfc41a45b66cb32ce65f5a12dfca721cb270df5b8621b43211af78d_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:ac377ce071f76a941d48cc4e6c1e4b808242a33939ce2379f98d3f2786e5ac02_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:fa11107a683b5865b60eb6ee2f7775f38435dabea911f29f153ef3e276ff8392_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:817d53180ad42429be7b186b53e170f85761e37290e92c8ace1dc596cd69abd9_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:026a2b8dba8963c1f3fba4390d141f78a4522b4a92e9e3e122616c504c4700dd_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:66de4da18b029c81239b4c96df4921eb02a88b2bc08b9fe7187a811132797d06_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:308d6a269ed740459f7e040f0b0083f0b720291fcc2dd95871bab45ea18230c5_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:ecc9b99e4eccca0bda2fe55df2b236b6ba794eecb494c36efd67d9b821bcaf36_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ebab0d1ba9cc3070cdf1b4307f8d18b5f2551efb88ca9ad84ea1a303759a2849_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:f55b72e9217fd2f6a24f223ead4a8821ef4b4dbff82d972f9e2fb52eae665a48_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:7dc74bec1511f4eb6dd8c6d2fd0f335673d9ac3fb5c02e1625fc723e325639cb_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:7f20e9fe1854026e79321db57a779049044942e711cb9c8d7c98d77e9c8eb774_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:18c130d72eeb5ae2ce85eda4893c409a1a45b1742f9f15feeafa758c1be9983b_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:06a57351380b93ef9a117e0ffcfda158fd45bd1dc843351815e1e3db241180f7_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:b69db2450640c59703f5e0c5034e918b8dde65a888a541c1841048652568ec3c_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:1463d5e44fdac9403da59ee6e284aa710ecae332dd39fa01a76bd35190be7296_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:87deafddc68ee81d902a3e9daa2d15a23ee7a3c7f681e90af5115f05f01b9f07_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:958adc6d36ab8c6a35b610bc3a644680beb8d871177b5b0c21f88d86b3c640f0_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:ba0f45ed1a9771fcd81f654b37a122390a10d290617c528b9735b072699ffdcc_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:a12f046144082f59a54d0fe55779031598576281508d7815728ab627d7062ad2_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:41020def8f677b07a7fd2ad6578706f780ae5497410ddbff1f1b1d77bb9c3a11_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:804477a6b96e09477c25868f0b4de1fbdb920c2aaecbd151e69e3434ac776764_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:f4b23ec51d26a06ff4924b0ed83a8914372f65ca87f030a24b7e75c2b2ce8b85_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:69222c49cce633746329650212a2145f5637cd4e4e1b17f7c63213e667149d30_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:e7a1d38b08983af9bc986d01454d52450e8ef38a2272bb927c5ca66229abea55_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:2df8e1c3d92b19e7fa549fa5805cb50c9540cff273dbec229d65e01b29405e14_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:54a75c0d0cc0d25c9783ec1d552f89297153844af2653e26ad33109475cff170_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:466d46b1b0f5a512aafcda488c0dee165dee914e46d79411222bafe88280e204_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli@sha256:3099f18f64217f3b3d8b31097e432c3521200e50257026e6716176429492dbea_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:e45a10dcbf018c346dd3ad5d9d012457a92221e7b572c729ab766a3804f43c66_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:2e189e34b90488c68b81c5067548941c105ef34cf62826e2b00f5bf9048fd231_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:b118e5d8271a4697d04dcdf1241e97545fe64257474728de10fd3e94cf2f29b6_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:72dbf5831fb7b0d60f1e056320b6ed0c88d8b2414222d69279f11aa5a4d1e1f3_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:39c66dedc2440b2b6b77a3f9d1e66b560eb961f65ee651468c411cdfdbf48170_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:f209c22b0bedeaad97eaf23590586efa0f60cdc857d83bd2b3cfd96016c77120_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:bc7d1d7e104915ed2d720eb7b910110c7e2025e5967eff8411da4bbe24111d10_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:a9d4fe916ef6b967072ed9e8f9fe1ee08301ea22638f65e2e8ec71f71642cf3a_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:a9d4fe916ef6b967072ed9e8f9fe1ee08301ea22638f65e2e8ec71f71642cf3a_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:83a698a36e8064ad26ce68e787ee5fdbe6bfa9e4db3b7ee749f1201f55f40f04_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:f194fc68f03cd0006c9dea837e323747d7cb3efd3c3beec3bc4b34bac5061178_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:525637ae352d872bf4f7c5234c04f8226ba9df0efdcba0e8453b8fcd78d10f3f_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:bc9cf34f16a511bfb3f5308a8d0b0421c1f04aa79493493200e7bd4a4c24a1a4_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:8c4a1104d1d1e6b32f8236f6d30053d651c1aa645786b4e29e0a4a4a11b32b82_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:b86e949647e4384d7052e1ed2191eeaaafe258656dac641257eab389a9b64836_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:2b7bc0385cd19fa35a3e40297421cab9a655345168f46cd446e999d658c40954_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:1f2c507d5bd656b77ddf62afa7a5beee6b2e40b2c6684bde2302b69e399d3457_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:ae88a55cfbe6f011c5a77cc62fedce5560720e4a461333d7720f95e6707a024f_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:846da5b7934e0bca4b9b8d0c289099d8f26edb5671aee4c0aad0ded254d7c865_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:2fc52ee54de443cc4fd6a5233652419d7c8476e44dad3a86e3bdbe2a64090cf0_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:ade0f8bff2f7e8b0b2226b51c86e0de23085db3653a5c7c4b96b00418960f152_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:723c0e4616dd8848d13f616cf73fbc8a88344fb798afea6ab9608fcd6ab0aeec_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:04e60f58e94cbc354e56f5f2ad8466821169f16a477311db03e492e09923a15d_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:1a1635269167b07cc6927c5d4c7d60a94eb967132e9652f032c37012eb8cd64d_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:36603060e99c91978d33d1061dad7f076e906f79d6a82a7fffac954ca2d15b86_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:d19b4019ded55310ee83406668284dbd7547e12cabacc9e8f404b66a69c21bb4_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:f3909b189c2f1b808237a58fb9cc8d5f61f0b31c165c26b383cec1e52a3fea6e_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:2340dcffec2e3ec9424e6d1f8b3c863795d253226b06b37b658185bf1501425e_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:b9b6693c4900557493df451691f5ab9a1fc19af824a0e37cbd8c78b01e0ce45b_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:2ac0a309d64a693621f8ef71a248271b6ec47f04fb29a6a48cfe9a033e00707b_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:a991143dee7144711f7c3ba90b733c963ab4d9ac5af1f3f84fd1eaf74cf8b224_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:8d40517eece94e75079f18de55d7052b3f8888fa57ff28ad192048a1238d4f1b_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:4f06e2941a5063bac48b5d7c8fca3b7ae30697886723fbfe3798ccba7a75ea5d_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:90c7000b7c9d0f9827a6753d01070daf6ba65524148f59727bba159cbbb81b93_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console-operator@sha256:6f3b73ef30b07c78a41a3c382bd694b6d0579b9f6c712212ffc4dccc473ec38e_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console@sha256:87fad183030127424138592d2eecac8fbe0ee15903892472da1bbc2f7a17dafb_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:a5aa476e2f95acec73201c492af9d4838c8a32d915e403ab2d25e95e668e532c_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-coredns@sha256:947e7d72c4e8fd2f8cc45a78410ed9481e893083397efdd9bcb9df770f2e445c_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:c545524beef211bb5b7a6a4dc54edf45636c638a19c42b756889a66decf884f5_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:dd5b36d3ad0f0616121448bc1e6df582b13f033e7e719f3676cbc6d9c64a3eb0_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:26ae1949819fb6a59bb0b1bc126c0ac3662774dea139571b09554d6e91184ad1_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:9d6858e84ee669d7c01bc536ff57069633db2c20d7957556aa5e66cd1a9efd14_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:3af8b80bc53846297b49783aa71e4b3883d973b7bf0fe7e902cb48800302c90f_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:bf95c056390ae6ae71d2bcc38a3c4fdbde0c27139c24b8098b3b2246be82ee89_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:29ac94c1adb061f6b6aab04b1faa8442b66f97964e92eef68ffd1ef7bd8a329e_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:29ac94c1adb061f6b6aab04b1faa8442b66f97964e92eef68ffd1ef7bd8a329e_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:939528e1546e50a7d1701ce3db108a40736279d56e9812d1c21f5dc3d492ac6e_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:939528e1546e50a7d1701ce3db108a40736279d56e9812d1c21f5dc3d492ac6e_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:b7d9ac0a83896b5ad2c63020c215812973d57d689ac90ee0eeafbbe193e574d3_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:b7d9ac0a83896b5ad2c63020c215812973d57d689ac90ee0eeafbbe193e574d3_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:2b8ea21a57841debda1dbc79f5b3dc26f93852c5a9d8233fe73520f2cc27a95b_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:2b8ea21a57841debda1dbc79f5b3dc26f93852c5a9d8233fe73520f2cc27a95b_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:b2ff6b83fe2b8e18f8442b12d694419f6e14cc51bdd603d407df8373fd70851c_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:b2ff6b83fe2b8e18f8442b12d694419f6e14cc51bdd603d407df8373fd70851c_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:8d5edb440684d2e7da3b0639867f8dbef9d5ac1b7f85f15204c0690be86bce06_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:8d5edb440684d2e7da3b0639867f8dbef9d5ac1b7f85f15204c0690be86bce06_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:5706b2d6e989ec2e7dbe6d0c9b9371b5537d0dc40848f584ac8b8f50cc0ab41a_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:5706b2d6e989ec2e7dbe6d0c9b9371b5537d0dc40848f584ac8b8f50cc0ab41a_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:b05088417754804c7f107dab474a567b1c9b3e34a4994843c0575cbf95cbba9e_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-builder@sha256:18ad4765d1bc7b3fd2073d78a447d100713541ce12bca2541af8ede1ed63f627_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-registry@sha256:ff1c0e7168620f0d918a35fcae28807a5d35142ba39ac38b42b369e84f940592_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-etcd@sha256:b9d2a3dd7d27b8c3bb744d653344af0d1acc7116d2075525e95ba824929a4404_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:6a82dc74e87e1e69b71f4741e3dfd0a41c6cac12d8dc5a94c535357931166de7_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:ca28d78de4aa3c56385c63a9bb87f16d19ae2c4f8579c07244f8e66b3dcd0d7c_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:6d270aba43635b915835ef16b7d9e8c6d9167706a798e0f748ed6bac78d34985_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:8fa6d481a3fc93722f1c704761e9a548b0cf886424a9dd55e3c9bd60bb888d11_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hyperkube@sha256:5223a1167eef6883337ffc9ad6208b1294759bdc11887be78e0b5646120fbb46_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:ea2b3205d15d386e227108c017fc57f30b406fffd9e5056f908d2e8c671cb99a_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:5c635cb57d487c638e9f32d5b69656f72fc191b3160ada82b8dd54ca7950116f_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:d82ab635250758a9e2678d2c4eab7c8a110a8efb817e42fc92f9bcf7409be128_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:aa40c50345daa07b8bb1426eb31b44fcb202c5f0d903c06a3f3859cd6e591480_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:849f13bf9b6fdbc73b671226f30aa208d7ed17bcca93239a83b6e6d14798ddbb_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:57a7d0c14851526679c5a513345a828ba249bcdfafdc7be1af09ceaee6d96cf0_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:0ff6fd48ef3e23de090587104684f214f0f6540c66ba1e59ace8e9a5a48135dd_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:bb7cb1703b2dbdc6af833d04126f917895aab9df84c98f9bae85485fb4dae73f_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:e59684416bd1258e50f4230fbc74279efd9984b7618cb62b7b87e306f18c8d5b_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:56dd793ff22486fdb3e2010608a5ef155a481e68181d48d23b4759f4cc6482ad_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer@sha256:1674742a196a2d846f24dcd05b4e35b5a82019b2b20e2a75f4b9850043d26e17_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:c424dae8014ffd562255425127d36b2c10941670ac7017f3e735d23e37a09331_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:fbf7adf8dacb0d274a6cdcfdc7e90720b953d79635b1f47ae1cd5de735e43b0c_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-proxy@sha256:54a4a33424edf74a05faa54de795fdb22e8933cbea70f9338c5801d07673218b_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:6e59b14824fe873149228dff4187a8af6fd809663335ac95925bd1b27b631b12_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:c6c3994af5a862df916f642ab43f3f8e0a7ed2507cab7a89bf5a489f8232ef32_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:81b521b83e6bdba776c932f055d38ac641c8aa2c38342a6019b73af75fcfbf76_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:386274f66a5c76c270348d3551ed828a798116cd262e574aec4883ef305a93f5_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:0ac3bd20df0e39210299c8cd97def197cc09dbfd40450a27aaeabfceec67eb2a_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:965667f61d66cf95711b6bd4e56b61e66c837f16facea138589feaa328f8ba14_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:1aebee0382acdf2f8c25cbbc7c4625855baf0df824897b49ff8e8d7156f26c10_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:b93c9a3cdb6e4b42bf06a500a47ec06cfced49eb25bad249e20328a401f745d0_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:ab8a84f5f48d8caf461c43254983c474c912dfdcbcdb681680ef889a84c2ca45_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:72db598db21d1e0ded85836ba04cf11bd9a35a3a92f8164ddcfda6d4f1f67eeb_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:fb874827ee64e46fb7b1032b20ddd0daebf6d6c78f87974e708d565f8dcb75c8_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:0abf4b89518dc34a93765c01a7e9ed655a849b1503e59ba3391b49424ed86929_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:6b890961922acb4ac55cee22e527cfd16db346a8336d03dee1bab6ee3353193d_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-cni@sha256:20ebce78341692c4b7cb989c9e72a878ebac1e05a86f863eab5d2ab26145cef1_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:1fd5e849fd3fb12348ad08bb99fce8c0b83cfa9cc1b27672e2d5a263b3e43d7e_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:63fc31df14f982473244ea31a19afa32572a00819ea3a696e8a97d538a1597e8_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f8af0795220f58562f48548f72465f086dbe6d702d4f8015d99ef04fdb6c3b28_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-must-gather@sha256:80e58d5f1e04c78b5c9b91d1bc946142ffb4bc18c3505b421325590ec59087f4_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:4af3905234992c48f9b6edab1f790bf0c60bc0f6dba702da2083d42b7b8a039f_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:bd07587de4ea6fc98d6420d36b1e9ecaaa76044654b428c671606b1f2a1012a5_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:bf4767eb631457901613a466e2d274db644440c9ff71efe968167cf7a101eda7_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:70bc2c926c6881786a4122753045af13f0f74fcdf552f137dd124b85f55499f7_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:a7b3d5e7b5e9818bf3e9e76e5bd6659e4d02401c0147dcd09b582bf51b49d5f8_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:9e8cb51366946aa9494d7d11e8b833431d49a31a9ffd331658f3cc8eb42e760a_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:3b2b8947c6779295f60afd359bd6f8151d49751e096d29cd18120ec190c3e788_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:d273e0248b9be6eb9f8f6ed371396c2efe25ea2af19ffda1cfa90c7424020c5f_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:50f76d2b022ccefe73175f3d436708232d9ab14a21e1101f5605a27bdf6c80ab_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:78ed37edd0e5a0505d750db3fd83d7d2dcf37d8efe05d8a1d37f7e02785269e8_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:3385a96089a884c619e5e2eaa93d2e2bf97570af549a82b092a649ee93c05bff_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:7d612c3cd1251fd9672c5564aa8cb467c7d7bc7dde644df5306ed3fe0ae022df_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:9ebc8e5f6c380a2cf0726d793c46b600bafe48e8c39d4653a84c7e34ba58752f_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-machine-controllers@sha256:6d981567c79861f5927e4d1450300eeb23a7206c67b066f81076cafef43f3d3a_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:6382c37f5d5ad83e7f30e1829156d165fcd39712e1f09d09b1faafc433939020_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:664a98537a82dfa581ee6676ccab475dcd37847a9175a6416656b99e3aed251c_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-registry@sha256:a840a67f583d6a1c7bb50b605f7bd11822637d139d82a2160074529c0cc94bf6_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f4ca83b46f0eeb1d566ea61dc1822275ccc5bea6879680918f5a4f71dc0dd71f_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:0ed85f28abd57e8fc2da0b0c1c686e4aaac86aca10d7ecdb90b155921d746187_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:d47ad0b43f84511ab1295215c5bec241cd7dc0174785907661807dd8cee5a591_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-pod@sha256:233135301f43df0d95306476b51380964d76e61f9feb3f5635f36577f485b296_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:74801711050de213e617315902ea34b2f23feb0883c9ab353c5270501bbc081f_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:2a862bf49b843845f130225b0799358a4c54f63ba1c168da8bb640ae1bedd41a_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:6bb235c5fb8c668c96e99ef264fd924f32294ba657922773764cd4d4c48f4f3d_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:0f45dd5c53290f3ca14135eda7a080ac762e7c94f555b86ea67669120326b12b_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:98f1bcd7a8a29395c7695633f3333350193626e8151c5aaaaa39a5f852c28f28_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:afd681cc60a6710e0a634125c69713243cd3cf3e90afcd5d255040cec4650c4e_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:b578189fd7efd1cc60d0dcd4c57afacb78f70a8909ad7dab8522d3481ed914f7_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:1900dec8edce96bacc1081b6ac134870e34dce1042824138eb7449cb3ae8213d_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:556daaa415596d122a73cbae2cef160da7d6003c0c698bedbbb9e747f85320d8_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:b8573d43bd506aac9b9f5a5a7580f0d626a20ef5579ff7140414a0dc95758364_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus@sha256:c9d3917fa516106b9bc38aaa5fe5a5d1d036d50957cdbe47f812ff98a5bd9232_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:c27101a8b2e4635d1de21ac850313be089ba1d14083b2f3ef9e46f2407bb42d8_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:542f45d8a808856c703a06d318be629401ec1406aab68e7f243f00acee411981_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-telemeter@sha256:71007ab3cb513fbcb8427147bfe841249004dc01748c3a03b365a9533a485476_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tests@sha256:fa61b297912eacc2a454271471327fd99b5effdbf1b34ad2f160f748361e4cb8_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:d6bcb02804e38456453d859ea07315f880ad3e55f91511fb9f6e588fc067fdc3_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:10869514c1fa3a577c5ae746396485086e74b017b85fa30fe143c39d1cc77e7b_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:e661a14ebf650f23eb45fb4c624c864630c0f074e75818bbf39e0f8e6db0ccd3_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:7bddb92e8907d310d7bb5f4091345f44dd0aecf096e3fd912d099663d180a7b7_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:ff665b642fd1e540e21b2fab96cf39fd152816ffd99deee5c88a137b9a172d52_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:10869514c1fa3a577c5ae746396485086e74b017b85fa30fe143c39d1cc77e7b_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:e661a14ebf650f23eb45fb4c624c864630c0f074e75818bbf39e0f8e6db0ccd3_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:e33e1088a4b15c9c48a2651cd488f20b9f4cdc9e1f3a987bfe145ed8bcd56d22_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:f9fea0aeaf9807ac1a03b7fe20ce26523a622ace4d606f892ec670218cce11d7_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:fa8c1ac957b0a7a56277f0aa191820e5c5acd220c61c088147f33b9e193b7b69_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:4e5e66764b5990d27129258e87c2dd73f4234f8ac30ec2cdb97bd773414c2b53_amd64"
        ],
        "known_not_affected": [
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:ea176aaa58b2221f5de2779c667e125a7bafe96976af540c484e222c1db57a26_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:c17c0308120d9b122ba4bef1509cbcf09086d53c31c620f0cd1dccff035999c2_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-deployer@sha256:277900af1e8886fc624d449575de6c1a4ece71433047771a048c95503cd4b63d_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-haproxy-router@sha256:b3c3b0db645b6f0417835c3ed772a3951391922bb3c5cbadb2a43f442ba32973_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:bdab5ba35151ad3ebbff1bc42f9a3552f4a84a74e1b012ae28361cc445cf18c0_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:4ab1a473d800b1534fee2cf432542f80c4432bd1c0b9ded737be5205c1166682_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:85271027624d2c40a69c871a90745e1a1ee63df5a1b62ced821c464b13ce67c4_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:933625dfe48f30c696d53216d0ce83ef1d04287474f4da22caa1b71c5cccd243_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:5b6ecaee654c85b1b62f9522e6381b7b3d62bcae80be6b4f664ed27d07e54a0a_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:0f23c02708855c3ec3a4762885762ea041a80d2e73b93048f1dfa0716685041b_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:174699a37d2e02aa944bebd5b8b8522bfab9fdb3d12be28db63dfbd57b5e7767_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-09T11:02:04+00:00",
          "details": "For OpenShift Container Platform 4.12 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.12/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:4e989978ab0e24d7148f08e939800502370b761efea1005d87522884d1a3f595\n\nAll OpenShift Container Platform 4.12 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.12/html-single/updating_clusters/index#updating-cluster-within-minor.",
          "product_ids": [
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:a76dccf4659d7bd7be8e79b96859aaefb390cb2c09b875ed9308d171cd5e1d4e_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:1ea2b9a2f4d7b7fc5530f17ee7947890e42b08811bb733433addef5c9f9c18fc_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:100db1ced3450b9e0603af9bde5af228221e7ab0c33d8ee03975184e9fd93df2_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/network-tools-rhel8@sha256:5a2cc07e156f82581155fe7848e18ad391971b4dec986613d8a5e3707e4bb078_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:07897e0b6cfc41a45b66cb32ce65f5a12dfca721cb270df5b8621b43211af78d_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:ac377ce071f76a941d48cc4e6c1e4b808242a33939ce2379f98d3f2786e5ac02_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:fa11107a683b5865b60eb6ee2f7775f38435dabea911f29f153ef3e276ff8392_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:817d53180ad42429be7b186b53e170f85761e37290e92c8ace1dc596cd69abd9_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:026a2b8dba8963c1f3fba4390d141f78a4522b4a92e9e3e122616c504c4700dd_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:66de4da18b029c81239b4c96df4921eb02a88b2bc08b9fe7187a811132797d06_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:308d6a269ed740459f7e040f0b0083f0b720291fcc2dd95871bab45ea18230c5_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:ecc9b99e4eccca0bda2fe55df2b236b6ba794eecb494c36efd67d9b821bcaf36_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ebab0d1ba9cc3070cdf1b4307f8d18b5f2551efb88ca9ad84ea1a303759a2849_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:f55b72e9217fd2f6a24f223ead4a8821ef4b4dbff82d972f9e2fb52eae665a48_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:7dc74bec1511f4eb6dd8c6d2fd0f335673d9ac3fb5c02e1625fc723e325639cb_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:7f20e9fe1854026e79321db57a779049044942e711cb9c8d7c98d77e9c8eb774_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:18c130d72eeb5ae2ce85eda4893c409a1a45b1742f9f15feeafa758c1be9983b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:06a57351380b93ef9a117e0ffcfda158fd45bd1dc843351815e1e3db241180f7_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:b69db2450640c59703f5e0c5034e918b8dde65a888a541c1841048652568ec3c_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:1463d5e44fdac9403da59ee6e284aa710ecae332dd39fa01a76bd35190be7296_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:87deafddc68ee81d902a3e9daa2d15a23ee7a3c7f681e90af5115f05f01b9f07_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:958adc6d36ab8c6a35b610bc3a644680beb8d871177b5b0c21f88d86b3c640f0_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:ba0f45ed1a9771fcd81f654b37a122390a10d290617c528b9735b072699ffdcc_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:a12f046144082f59a54d0fe55779031598576281508d7815728ab627d7062ad2_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:41020def8f677b07a7fd2ad6578706f780ae5497410ddbff1f1b1d77bb9c3a11_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:804477a6b96e09477c25868f0b4de1fbdb920c2aaecbd151e69e3434ac776764_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:f4b23ec51d26a06ff4924b0ed83a8914372f65ca87f030a24b7e75c2b2ce8b85_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:69222c49cce633746329650212a2145f5637cd4e4e1b17f7c63213e667149d30_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:e7a1d38b08983af9bc986d01454d52450e8ef38a2272bb927c5ca66229abea55_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:2df8e1c3d92b19e7fa549fa5805cb50c9540cff273dbec229d65e01b29405e14_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:54a75c0d0cc0d25c9783ec1d552f89297153844af2653e26ad33109475cff170_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:466d46b1b0f5a512aafcda488c0dee165dee914e46d79411222bafe88280e204_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli@sha256:3099f18f64217f3b3d8b31097e432c3521200e50257026e6716176429492dbea_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:e45a10dcbf018c346dd3ad5d9d012457a92221e7b572c729ab766a3804f43c66_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:2e189e34b90488c68b81c5067548941c105ef34cf62826e2b00f5bf9048fd231_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:b118e5d8271a4697d04dcdf1241e97545fe64257474728de10fd3e94cf2f29b6_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:72dbf5831fb7b0d60f1e056320b6ed0c88d8b2414222d69279f11aa5a4d1e1f3_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:39c66dedc2440b2b6b77a3f9d1e66b560eb961f65ee651468c411cdfdbf48170_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:f209c22b0bedeaad97eaf23590586efa0f60cdc857d83bd2b3cfd96016c77120_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:bc7d1d7e104915ed2d720eb7b910110c7e2025e5967eff8411da4bbe24111d10_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:a9d4fe916ef6b967072ed9e8f9fe1ee08301ea22638f65e2e8ec71f71642cf3a_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:a9d4fe916ef6b967072ed9e8f9fe1ee08301ea22638f65e2e8ec71f71642cf3a_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:83a698a36e8064ad26ce68e787ee5fdbe6bfa9e4db3b7ee749f1201f55f40f04_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:f194fc68f03cd0006c9dea837e323747d7cb3efd3c3beec3bc4b34bac5061178_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:525637ae352d872bf4f7c5234c04f8226ba9df0efdcba0e8453b8fcd78d10f3f_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:bc9cf34f16a511bfb3f5308a8d0b0421c1f04aa79493493200e7bd4a4c24a1a4_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:8c4a1104d1d1e6b32f8236f6d30053d651c1aa645786b4e29e0a4a4a11b32b82_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:b86e949647e4384d7052e1ed2191eeaaafe258656dac641257eab389a9b64836_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:2b7bc0385cd19fa35a3e40297421cab9a655345168f46cd446e999d658c40954_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:1f2c507d5bd656b77ddf62afa7a5beee6b2e40b2c6684bde2302b69e399d3457_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:ae88a55cfbe6f011c5a77cc62fedce5560720e4a461333d7720f95e6707a024f_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:846da5b7934e0bca4b9b8d0c289099d8f26edb5671aee4c0aad0ded254d7c865_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:2fc52ee54de443cc4fd6a5233652419d7c8476e44dad3a86e3bdbe2a64090cf0_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:ade0f8bff2f7e8b0b2226b51c86e0de23085db3653a5c7c4b96b00418960f152_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:723c0e4616dd8848d13f616cf73fbc8a88344fb798afea6ab9608fcd6ab0aeec_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:04e60f58e94cbc354e56f5f2ad8466821169f16a477311db03e492e09923a15d_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:1a1635269167b07cc6927c5d4c7d60a94eb967132e9652f032c37012eb8cd64d_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:36603060e99c91978d33d1061dad7f076e906f79d6a82a7fffac954ca2d15b86_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:d19b4019ded55310ee83406668284dbd7547e12cabacc9e8f404b66a69c21bb4_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:f3909b189c2f1b808237a58fb9cc8d5f61f0b31c165c26b383cec1e52a3fea6e_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:2340dcffec2e3ec9424e6d1f8b3c863795d253226b06b37b658185bf1501425e_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:b9b6693c4900557493df451691f5ab9a1fc19af824a0e37cbd8c78b01e0ce45b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:2ac0a309d64a693621f8ef71a248271b6ec47f04fb29a6a48cfe9a033e00707b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:a991143dee7144711f7c3ba90b733c963ab4d9ac5af1f3f84fd1eaf74cf8b224_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:8d40517eece94e75079f18de55d7052b3f8888fa57ff28ad192048a1238d4f1b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:4f06e2941a5063bac48b5d7c8fca3b7ae30697886723fbfe3798ccba7a75ea5d_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:90c7000b7c9d0f9827a6753d01070daf6ba65524148f59727bba159cbbb81b93_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console-operator@sha256:6f3b73ef30b07c78a41a3c382bd694b6d0579b9f6c712212ffc4dccc473ec38e_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console@sha256:87fad183030127424138592d2eecac8fbe0ee15903892472da1bbc2f7a17dafb_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:a5aa476e2f95acec73201c492af9d4838c8a32d915e403ab2d25e95e668e532c_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-coredns@sha256:947e7d72c4e8fd2f8cc45a78410ed9481e893083397efdd9bcb9df770f2e445c_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:c545524beef211bb5b7a6a4dc54edf45636c638a19c42b756889a66decf884f5_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:dd5b36d3ad0f0616121448bc1e6df582b13f033e7e719f3676cbc6d9c64a3eb0_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:26ae1949819fb6a59bb0b1bc126c0ac3662774dea139571b09554d6e91184ad1_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:9d6858e84ee669d7c01bc536ff57069633db2c20d7957556aa5e66cd1a9efd14_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:3af8b80bc53846297b49783aa71e4b3883d973b7bf0fe7e902cb48800302c90f_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:bf95c056390ae6ae71d2bcc38a3c4fdbde0c27139c24b8098b3b2246be82ee89_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:29ac94c1adb061f6b6aab04b1faa8442b66f97964e92eef68ffd1ef7bd8a329e_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:29ac94c1adb061f6b6aab04b1faa8442b66f97964e92eef68ffd1ef7bd8a329e_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:939528e1546e50a7d1701ce3db108a40736279d56e9812d1c21f5dc3d492ac6e_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:939528e1546e50a7d1701ce3db108a40736279d56e9812d1c21f5dc3d492ac6e_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:b7d9ac0a83896b5ad2c63020c215812973d57d689ac90ee0eeafbbe193e574d3_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:b7d9ac0a83896b5ad2c63020c215812973d57d689ac90ee0eeafbbe193e574d3_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:2b8ea21a57841debda1dbc79f5b3dc26f93852c5a9d8233fe73520f2cc27a95b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:2b8ea21a57841debda1dbc79f5b3dc26f93852c5a9d8233fe73520f2cc27a95b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:b2ff6b83fe2b8e18f8442b12d694419f6e14cc51bdd603d407df8373fd70851c_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:b2ff6b83fe2b8e18f8442b12d694419f6e14cc51bdd603d407df8373fd70851c_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:8d5edb440684d2e7da3b0639867f8dbef9d5ac1b7f85f15204c0690be86bce06_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:8d5edb440684d2e7da3b0639867f8dbef9d5ac1b7f85f15204c0690be86bce06_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:5706b2d6e989ec2e7dbe6d0c9b9371b5537d0dc40848f584ac8b8f50cc0ab41a_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:5706b2d6e989ec2e7dbe6d0c9b9371b5537d0dc40848f584ac8b8f50cc0ab41a_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:b05088417754804c7f107dab474a567b1c9b3e34a4994843c0575cbf95cbba9e_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-builder@sha256:18ad4765d1bc7b3fd2073d78a447d100713541ce12bca2541af8ede1ed63f627_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-registry@sha256:ff1c0e7168620f0d918a35fcae28807a5d35142ba39ac38b42b369e84f940592_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-etcd@sha256:b9d2a3dd7d27b8c3bb744d653344af0d1acc7116d2075525e95ba824929a4404_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:6a82dc74e87e1e69b71f4741e3dfd0a41c6cac12d8dc5a94c535357931166de7_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:ca28d78de4aa3c56385c63a9bb87f16d19ae2c4f8579c07244f8e66b3dcd0d7c_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:6d270aba43635b915835ef16b7d9e8c6d9167706a798e0f748ed6bac78d34985_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:8fa6d481a3fc93722f1c704761e9a548b0cf886424a9dd55e3c9bd60bb888d11_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hyperkube@sha256:5223a1167eef6883337ffc9ad6208b1294759bdc11887be78e0b5646120fbb46_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:ea2b3205d15d386e227108c017fc57f30b406fffd9e5056f908d2e8c671cb99a_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:5c635cb57d487c638e9f32d5b69656f72fc191b3160ada82b8dd54ca7950116f_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:d82ab635250758a9e2678d2c4eab7c8a110a8efb817e42fc92f9bcf7409be128_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:aa40c50345daa07b8bb1426eb31b44fcb202c5f0d903c06a3f3859cd6e591480_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:849f13bf9b6fdbc73b671226f30aa208d7ed17bcca93239a83b6e6d14798ddbb_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:57a7d0c14851526679c5a513345a828ba249bcdfafdc7be1af09ceaee6d96cf0_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:0ff6fd48ef3e23de090587104684f214f0f6540c66ba1e59ace8e9a5a48135dd_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:bb7cb1703b2dbdc6af833d04126f917895aab9df84c98f9bae85485fb4dae73f_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:e59684416bd1258e50f4230fbc74279efd9984b7618cb62b7b87e306f18c8d5b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:56dd793ff22486fdb3e2010608a5ef155a481e68181d48d23b4759f4cc6482ad_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer@sha256:1674742a196a2d846f24dcd05b4e35b5a82019b2b20e2a75f4b9850043d26e17_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:c424dae8014ffd562255425127d36b2c10941670ac7017f3e735d23e37a09331_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:fbf7adf8dacb0d274a6cdcfdc7e90720b953d79635b1f47ae1cd5de735e43b0c_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-proxy@sha256:54a4a33424edf74a05faa54de795fdb22e8933cbea70f9338c5801d07673218b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:6e59b14824fe873149228dff4187a8af6fd809663335ac95925bd1b27b631b12_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:c6c3994af5a862df916f642ab43f3f8e0a7ed2507cab7a89bf5a489f8232ef32_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:81b521b83e6bdba776c932f055d38ac641c8aa2c38342a6019b73af75fcfbf76_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:386274f66a5c76c270348d3551ed828a798116cd262e574aec4883ef305a93f5_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:0ac3bd20df0e39210299c8cd97def197cc09dbfd40450a27aaeabfceec67eb2a_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:965667f61d66cf95711b6bd4e56b61e66c837f16facea138589feaa328f8ba14_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:1aebee0382acdf2f8c25cbbc7c4625855baf0df824897b49ff8e8d7156f26c10_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:b93c9a3cdb6e4b42bf06a500a47ec06cfced49eb25bad249e20328a401f745d0_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:ab8a84f5f48d8caf461c43254983c474c912dfdcbcdb681680ef889a84c2ca45_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:72db598db21d1e0ded85836ba04cf11bd9a35a3a92f8164ddcfda6d4f1f67eeb_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:fb874827ee64e46fb7b1032b20ddd0daebf6d6c78f87974e708d565f8dcb75c8_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:0abf4b89518dc34a93765c01a7e9ed655a849b1503e59ba3391b49424ed86929_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:6b890961922acb4ac55cee22e527cfd16db346a8336d03dee1bab6ee3353193d_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-cni@sha256:20ebce78341692c4b7cb989c9e72a878ebac1e05a86f863eab5d2ab26145cef1_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:1fd5e849fd3fb12348ad08bb99fce8c0b83cfa9cc1b27672e2d5a263b3e43d7e_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:63fc31df14f982473244ea31a19afa32572a00819ea3a696e8a97d538a1597e8_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f8af0795220f58562f48548f72465f086dbe6d702d4f8015d99ef04fdb6c3b28_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-must-gather@sha256:80e58d5f1e04c78b5c9b91d1bc946142ffb4bc18c3505b421325590ec59087f4_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:4af3905234992c48f9b6edab1f790bf0c60bc0f6dba702da2083d42b7b8a039f_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:bd07587de4ea6fc98d6420d36b1e9ecaaa76044654b428c671606b1f2a1012a5_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:bf4767eb631457901613a466e2d274db644440c9ff71efe968167cf7a101eda7_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:70bc2c926c6881786a4122753045af13f0f74fcdf552f137dd124b85f55499f7_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:a7b3d5e7b5e9818bf3e9e76e5bd6659e4d02401c0147dcd09b582bf51b49d5f8_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:9e8cb51366946aa9494d7d11e8b833431d49a31a9ffd331658f3cc8eb42e760a_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:3b2b8947c6779295f60afd359bd6f8151d49751e096d29cd18120ec190c3e788_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:d273e0248b9be6eb9f8f6ed371396c2efe25ea2af19ffda1cfa90c7424020c5f_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:50f76d2b022ccefe73175f3d436708232d9ab14a21e1101f5605a27bdf6c80ab_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:78ed37edd0e5a0505d750db3fd83d7d2dcf37d8efe05d8a1d37f7e02785269e8_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:3385a96089a884c619e5e2eaa93d2e2bf97570af549a82b092a649ee93c05bff_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:7d612c3cd1251fd9672c5564aa8cb467c7d7bc7dde644df5306ed3fe0ae022df_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:9ebc8e5f6c380a2cf0726d793c46b600bafe48e8c39d4653a84c7e34ba58752f_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-machine-controllers@sha256:6d981567c79861f5927e4d1450300eeb23a7206c67b066f81076cafef43f3d3a_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:6382c37f5d5ad83e7f30e1829156d165fcd39712e1f09d09b1faafc433939020_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:664a98537a82dfa581ee6676ccab475dcd37847a9175a6416656b99e3aed251c_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-registry@sha256:a840a67f583d6a1c7bb50b605f7bd11822637d139d82a2160074529c0cc94bf6_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f4ca83b46f0eeb1d566ea61dc1822275ccc5bea6879680918f5a4f71dc0dd71f_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:0ed85f28abd57e8fc2da0b0c1c686e4aaac86aca10d7ecdb90b155921d746187_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:d47ad0b43f84511ab1295215c5bec241cd7dc0174785907661807dd8cee5a591_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-pod@sha256:233135301f43df0d95306476b51380964d76e61f9feb3f5635f36577f485b296_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:74801711050de213e617315902ea34b2f23feb0883c9ab353c5270501bbc081f_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:2a862bf49b843845f130225b0799358a4c54f63ba1c168da8bb640ae1bedd41a_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:6bb235c5fb8c668c96e99ef264fd924f32294ba657922773764cd4d4c48f4f3d_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:0f45dd5c53290f3ca14135eda7a080ac762e7c94f555b86ea67669120326b12b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:98f1bcd7a8a29395c7695633f3333350193626e8151c5aaaaa39a5f852c28f28_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:afd681cc60a6710e0a634125c69713243cd3cf3e90afcd5d255040cec4650c4e_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:b578189fd7efd1cc60d0dcd4c57afacb78f70a8909ad7dab8522d3481ed914f7_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:1900dec8edce96bacc1081b6ac134870e34dce1042824138eb7449cb3ae8213d_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:556daaa415596d122a73cbae2cef160da7d6003c0c698bedbbb9e747f85320d8_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:b8573d43bd506aac9b9f5a5a7580f0d626a20ef5579ff7140414a0dc95758364_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus@sha256:c9d3917fa516106b9bc38aaa5fe5a5d1d036d50957cdbe47f812ff98a5bd9232_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:c27101a8b2e4635d1de21ac850313be089ba1d14083b2f3ef9e46f2407bb42d8_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:542f45d8a808856c703a06d318be629401ec1406aab68e7f243f00acee411981_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-telemeter@sha256:71007ab3cb513fbcb8427147bfe841249004dc01748c3a03b365a9533a485476_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tests@sha256:fa61b297912eacc2a454271471327fd99b5effdbf1b34ad2f160f748361e4cb8_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:d6bcb02804e38456453d859ea07315f880ad3e55f91511fb9f6e588fc067fdc3_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:10869514c1fa3a577c5ae746396485086e74b017b85fa30fe143c39d1cc77e7b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:e661a14ebf650f23eb45fb4c624c864630c0f074e75818bbf39e0f8e6db0ccd3_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:7bddb92e8907d310d7bb5f4091345f44dd0aecf096e3fd912d099663d180a7b7_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:ff665b642fd1e540e21b2fab96cf39fd152816ffd99deee5c88a137b9a172d52_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:10869514c1fa3a577c5ae746396485086e74b017b85fa30fe143c39d1cc77e7b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:e661a14ebf650f23eb45fb4c624c864630c0f074e75818bbf39e0f8e6db0ccd3_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:e33e1088a4b15c9c48a2651cd488f20b9f4cdc9e1f3a987bfe145ed8bcd56d22_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:f9fea0aeaf9807ac1a03b7fe20ce26523a622ace4d606f892ec670218cce11d7_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:fa8c1ac957b0a7a56277f0aa191820e5c5acd220c61c088147f33b9e193b7b69_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:4e5e66764b5990d27129258e87c2dd73f4234f8ac30ec2cdb97bd773414c2b53_amd64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2026:6493"
        },
        {
          "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.12:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:a76dccf4659d7bd7be8e79b96859aaefb390cb2c09b875ed9308d171cd5e1d4e_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:ea176aaa58b2221f5de2779c667e125a7bafe96976af540c484e222c1db57a26_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:1ea2b9a2f4d7b7fc5530f17ee7947890e42b08811bb733433addef5c9f9c18fc_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:100db1ced3450b9e0603af9bde5af228221e7ab0c33d8ee03975184e9fd93df2_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/network-tools-rhel8@sha256:5a2cc07e156f82581155fe7848e18ad391971b4dec986613d8a5e3707e4bb078_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:07897e0b6cfc41a45b66cb32ce65f5a12dfca721cb270df5b8621b43211af78d_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:ac377ce071f76a941d48cc4e6c1e4b808242a33939ce2379f98d3f2786e5ac02_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:fa11107a683b5865b60eb6ee2f7775f38435dabea911f29f153ef3e276ff8392_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:817d53180ad42429be7b186b53e170f85761e37290e92c8ace1dc596cd69abd9_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:026a2b8dba8963c1f3fba4390d141f78a4522b4a92e9e3e122616c504c4700dd_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:66de4da18b029c81239b4c96df4921eb02a88b2bc08b9fe7187a811132797d06_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:308d6a269ed740459f7e040f0b0083f0b720291fcc2dd95871bab45ea18230c5_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:ecc9b99e4eccca0bda2fe55df2b236b6ba794eecb494c36efd67d9b821bcaf36_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ebab0d1ba9cc3070cdf1b4307f8d18b5f2551efb88ca9ad84ea1a303759a2849_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:f55b72e9217fd2f6a24f223ead4a8821ef4b4dbff82d972f9e2fb52eae665a48_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:7dc74bec1511f4eb6dd8c6d2fd0f335673d9ac3fb5c02e1625fc723e325639cb_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:7f20e9fe1854026e79321db57a779049044942e711cb9c8d7c98d77e9c8eb774_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:18c130d72eeb5ae2ce85eda4893c409a1a45b1742f9f15feeafa758c1be9983b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:06a57351380b93ef9a117e0ffcfda158fd45bd1dc843351815e1e3db241180f7_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:b69db2450640c59703f5e0c5034e918b8dde65a888a541c1841048652568ec3c_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:1463d5e44fdac9403da59ee6e284aa710ecae332dd39fa01a76bd35190be7296_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:87deafddc68ee81d902a3e9daa2d15a23ee7a3c7f681e90af5115f05f01b9f07_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:958adc6d36ab8c6a35b610bc3a644680beb8d871177b5b0c21f88d86b3c640f0_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:ba0f45ed1a9771fcd81f654b37a122390a10d290617c528b9735b072699ffdcc_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:a12f046144082f59a54d0fe55779031598576281508d7815728ab627d7062ad2_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:41020def8f677b07a7fd2ad6578706f780ae5497410ddbff1f1b1d77bb9c3a11_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:804477a6b96e09477c25868f0b4de1fbdb920c2aaecbd151e69e3434ac776764_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:f4b23ec51d26a06ff4924b0ed83a8914372f65ca87f030a24b7e75c2b2ce8b85_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:69222c49cce633746329650212a2145f5637cd4e4e1b17f7c63213e667149d30_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:e7a1d38b08983af9bc986d01454d52450e8ef38a2272bb927c5ca66229abea55_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:2df8e1c3d92b19e7fa549fa5805cb50c9540cff273dbec229d65e01b29405e14_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:54a75c0d0cc0d25c9783ec1d552f89297153844af2653e26ad33109475cff170_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:466d46b1b0f5a512aafcda488c0dee165dee914e46d79411222bafe88280e204_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli@sha256:3099f18f64217f3b3d8b31097e432c3521200e50257026e6716176429492dbea_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:e45a10dcbf018c346dd3ad5d9d012457a92221e7b572c729ab766a3804f43c66_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:2e189e34b90488c68b81c5067548941c105ef34cf62826e2b00f5bf9048fd231_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:b118e5d8271a4697d04dcdf1241e97545fe64257474728de10fd3e94cf2f29b6_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:72dbf5831fb7b0d60f1e056320b6ed0c88d8b2414222d69279f11aa5a4d1e1f3_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:39c66dedc2440b2b6b77a3f9d1e66b560eb961f65ee651468c411cdfdbf48170_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:f209c22b0bedeaad97eaf23590586efa0f60cdc857d83bd2b3cfd96016c77120_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:bc7d1d7e104915ed2d720eb7b910110c7e2025e5967eff8411da4bbe24111d10_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:a9d4fe916ef6b967072ed9e8f9fe1ee08301ea22638f65e2e8ec71f71642cf3a_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:a9d4fe916ef6b967072ed9e8f9fe1ee08301ea22638f65e2e8ec71f71642cf3a_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:83a698a36e8064ad26ce68e787ee5fdbe6bfa9e4db3b7ee749f1201f55f40f04_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:f194fc68f03cd0006c9dea837e323747d7cb3efd3c3beec3bc4b34bac5061178_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:525637ae352d872bf4f7c5234c04f8226ba9df0efdcba0e8453b8fcd78d10f3f_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:bc9cf34f16a511bfb3f5308a8d0b0421c1f04aa79493493200e7bd4a4c24a1a4_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:8c4a1104d1d1e6b32f8236f6d30053d651c1aa645786b4e29e0a4a4a11b32b82_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:b86e949647e4384d7052e1ed2191eeaaafe258656dac641257eab389a9b64836_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:2b7bc0385cd19fa35a3e40297421cab9a655345168f46cd446e999d658c40954_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:1f2c507d5bd656b77ddf62afa7a5beee6b2e40b2c6684bde2302b69e399d3457_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:ae88a55cfbe6f011c5a77cc62fedce5560720e4a461333d7720f95e6707a024f_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:846da5b7934e0bca4b9b8d0c289099d8f26edb5671aee4c0aad0ded254d7c865_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:2fc52ee54de443cc4fd6a5233652419d7c8476e44dad3a86e3bdbe2a64090cf0_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:ade0f8bff2f7e8b0b2226b51c86e0de23085db3653a5c7c4b96b00418960f152_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:723c0e4616dd8848d13f616cf73fbc8a88344fb798afea6ab9608fcd6ab0aeec_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:04e60f58e94cbc354e56f5f2ad8466821169f16a477311db03e492e09923a15d_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:1a1635269167b07cc6927c5d4c7d60a94eb967132e9652f032c37012eb8cd64d_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:36603060e99c91978d33d1061dad7f076e906f79d6a82a7fffac954ca2d15b86_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:d19b4019ded55310ee83406668284dbd7547e12cabacc9e8f404b66a69c21bb4_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:f3909b189c2f1b808237a58fb9cc8d5f61f0b31c165c26b383cec1e52a3fea6e_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:2340dcffec2e3ec9424e6d1f8b3c863795d253226b06b37b658185bf1501425e_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:b9b6693c4900557493df451691f5ab9a1fc19af824a0e37cbd8c78b01e0ce45b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:2ac0a309d64a693621f8ef71a248271b6ec47f04fb29a6a48cfe9a033e00707b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:a991143dee7144711f7c3ba90b733c963ab4d9ac5af1f3f84fd1eaf74cf8b224_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:8d40517eece94e75079f18de55d7052b3f8888fa57ff28ad192048a1238d4f1b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:c17c0308120d9b122ba4bef1509cbcf09086d53c31c620f0cd1dccff035999c2_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:4f06e2941a5063bac48b5d7c8fca3b7ae30697886723fbfe3798ccba7a75ea5d_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:90c7000b7c9d0f9827a6753d01070daf6ba65524148f59727bba159cbbb81b93_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console-operator@sha256:6f3b73ef30b07c78a41a3c382bd694b6d0579b9f6c712212ffc4dccc473ec38e_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console@sha256:87fad183030127424138592d2eecac8fbe0ee15903892472da1bbc2f7a17dafb_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:a5aa476e2f95acec73201c492af9d4838c8a32d915e403ab2d25e95e668e532c_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-coredns@sha256:947e7d72c4e8fd2f8cc45a78410ed9481e893083397efdd9bcb9df770f2e445c_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:c545524beef211bb5b7a6a4dc54edf45636c638a19c42b756889a66decf884f5_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:dd5b36d3ad0f0616121448bc1e6df582b13f033e7e719f3676cbc6d9c64a3eb0_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:26ae1949819fb6a59bb0b1bc126c0ac3662774dea139571b09554d6e91184ad1_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:9d6858e84ee669d7c01bc536ff57069633db2c20d7957556aa5e66cd1a9efd14_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:3af8b80bc53846297b49783aa71e4b3883d973b7bf0fe7e902cb48800302c90f_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:bf95c056390ae6ae71d2bcc38a3c4fdbde0c27139c24b8098b3b2246be82ee89_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:29ac94c1adb061f6b6aab04b1faa8442b66f97964e92eef68ffd1ef7bd8a329e_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:29ac94c1adb061f6b6aab04b1faa8442b66f97964e92eef68ffd1ef7bd8a329e_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:939528e1546e50a7d1701ce3db108a40736279d56e9812d1c21f5dc3d492ac6e_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:939528e1546e50a7d1701ce3db108a40736279d56e9812d1c21f5dc3d492ac6e_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:b7d9ac0a83896b5ad2c63020c215812973d57d689ac90ee0eeafbbe193e574d3_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:b7d9ac0a83896b5ad2c63020c215812973d57d689ac90ee0eeafbbe193e574d3_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:2b8ea21a57841debda1dbc79f5b3dc26f93852c5a9d8233fe73520f2cc27a95b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:2b8ea21a57841debda1dbc79f5b3dc26f93852c5a9d8233fe73520f2cc27a95b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:b2ff6b83fe2b8e18f8442b12d694419f6e14cc51bdd603d407df8373fd70851c_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:b2ff6b83fe2b8e18f8442b12d694419f6e14cc51bdd603d407df8373fd70851c_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:8d5edb440684d2e7da3b0639867f8dbef9d5ac1b7f85f15204c0690be86bce06_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:8d5edb440684d2e7da3b0639867f8dbef9d5ac1b7f85f15204c0690be86bce06_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:5706b2d6e989ec2e7dbe6d0c9b9371b5537d0dc40848f584ac8b8f50cc0ab41a_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:5706b2d6e989ec2e7dbe6d0c9b9371b5537d0dc40848f584ac8b8f50cc0ab41a_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:b05088417754804c7f107dab474a567b1c9b3e34a4994843c0575cbf95cbba9e_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-deployer@sha256:277900af1e8886fc624d449575de6c1a4ece71433047771a048c95503cd4b63d_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-builder@sha256:18ad4765d1bc7b3fd2073d78a447d100713541ce12bca2541af8ede1ed63f627_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-registry@sha256:ff1c0e7168620f0d918a35fcae28807a5d35142ba39ac38b42b369e84f940592_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-etcd@sha256:b9d2a3dd7d27b8c3bb744d653344af0d1acc7116d2075525e95ba824929a4404_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:6a82dc74e87e1e69b71f4741e3dfd0a41c6cac12d8dc5a94c535357931166de7_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:ca28d78de4aa3c56385c63a9bb87f16d19ae2c4f8579c07244f8e66b3dcd0d7c_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:6d270aba43635b915835ef16b7d9e8c6d9167706a798e0f748ed6bac78d34985_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:8fa6d481a3fc93722f1c704761e9a548b0cf886424a9dd55e3c9bd60bb888d11_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-haproxy-router@sha256:b3c3b0db645b6f0417835c3ed772a3951391922bb3c5cbadb2a43f442ba32973_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hyperkube@sha256:5223a1167eef6883337ffc9ad6208b1294759bdc11887be78e0b5646120fbb46_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:ea2b3205d15d386e227108c017fc57f30b406fffd9e5056f908d2e8c671cb99a_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:5c635cb57d487c638e9f32d5b69656f72fc191b3160ada82b8dd54ca7950116f_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:d82ab635250758a9e2678d2c4eab7c8a110a8efb817e42fc92f9bcf7409be128_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:aa40c50345daa07b8bb1426eb31b44fcb202c5f0d903c06a3f3859cd6e591480_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:849f13bf9b6fdbc73b671226f30aa208d7ed17bcca93239a83b6e6d14798ddbb_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:57a7d0c14851526679c5a513345a828ba249bcdfafdc7be1af09ceaee6d96cf0_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:0ff6fd48ef3e23de090587104684f214f0f6540c66ba1e59ace8e9a5a48135dd_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:bb7cb1703b2dbdc6af833d04126f917895aab9df84c98f9bae85485fb4dae73f_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:e59684416bd1258e50f4230fbc74279efd9984b7618cb62b7b87e306f18c8d5b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:56dd793ff22486fdb3e2010608a5ef155a481e68181d48d23b4759f4cc6482ad_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer@sha256:1674742a196a2d846f24dcd05b4e35b5a82019b2b20e2a75f4b9850043d26e17_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:bdab5ba35151ad3ebbff1bc42f9a3552f4a84a74e1b012ae28361cc445cf18c0_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:c424dae8014ffd562255425127d36b2c10941670ac7017f3e735d23e37a09331_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:4ab1a473d800b1534fee2cf432542f80c4432bd1c0b9ded737be5205c1166682_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:85271027624d2c40a69c871a90745e1a1ee63df5a1b62ced821c464b13ce67c4_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:fbf7adf8dacb0d274a6cdcfdc7e90720b953d79635b1f47ae1cd5de735e43b0c_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:933625dfe48f30c696d53216d0ce83ef1d04287474f4da22caa1b71c5cccd243_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-proxy@sha256:54a4a33424edf74a05faa54de795fdb22e8933cbea70f9338c5801d07673218b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:6e59b14824fe873149228dff4187a8af6fd809663335ac95925bd1b27b631b12_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:c6c3994af5a862df916f642ab43f3f8e0a7ed2507cab7a89bf5a489f8232ef32_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:81b521b83e6bdba776c932f055d38ac641c8aa2c38342a6019b73af75fcfbf76_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:386274f66a5c76c270348d3551ed828a798116cd262e574aec4883ef305a93f5_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:0ac3bd20df0e39210299c8cd97def197cc09dbfd40450a27aaeabfceec67eb2a_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:5b6ecaee654c85b1b62f9522e6381b7b3d62bcae80be6b4f664ed27d07e54a0a_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:965667f61d66cf95711b6bd4e56b61e66c837f16facea138589feaa328f8ba14_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:1aebee0382acdf2f8c25cbbc7c4625855baf0df824897b49ff8e8d7156f26c10_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:b93c9a3cdb6e4b42bf06a500a47ec06cfced49eb25bad249e20328a401f745d0_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:ab8a84f5f48d8caf461c43254983c474c912dfdcbcdb681680ef889a84c2ca45_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:72db598db21d1e0ded85836ba04cf11bd9a35a3a92f8164ddcfda6d4f1f67eeb_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:fb874827ee64e46fb7b1032b20ddd0daebf6d6c78f87974e708d565f8dcb75c8_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:0abf4b89518dc34a93765c01a7e9ed655a849b1503e59ba3391b49424ed86929_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:0f23c02708855c3ec3a4762885762ea041a80d2e73b93048f1dfa0716685041b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:6b890961922acb4ac55cee22e527cfd16db346a8336d03dee1bab6ee3353193d_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-cni@sha256:20ebce78341692c4b7cb989c9e72a878ebac1e05a86f863eab5d2ab26145cef1_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:1fd5e849fd3fb12348ad08bb99fce8c0b83cfa9cc1b27672e2d5a263b3e43d7e_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:63fc31df14f982473244ea31a19afa32572a00819ea3a696e8a97d538a1597e8_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f8af0795220f58562f48548f72465f086dbe6d702d4f8015d99ef04fdb6c3b28_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-must-gather@sha256:80e58d5f1e04c78b5c9b91d1bc946142ffb4bc18c3505b421325590ec59087f4_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:4af3905234992c48f9b6edab1f790bf0c60bc0f6dba702da2083d42b7b8a039f_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:bd07587de4ea6fc98d6420d36b1e9ecaaa76044654b428c671606b1f2a1012a5_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:bf4767eb631457901613a466e2d274db644440c9ff71efe968167cf7a101eda7_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:70bc2c926c6881786a4122753045af13f0f74fcdf552f137dd124b85f55499f7_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:a7b3d5e7b5e9818bf3e9e76e5bd6659e4d02401c0147dcd09b582bf51b49d5f8_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:9e8cb51366946aa9494d7d11e8b833431d49a31a9ffd331658f3cc8eb42e760a_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:3b2b8947c6779295f60afd359bd6f8151d49751e096d29cd18120ec190c3e788_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:d273e0248b9be6eb9f8f6ed371396c2efe25ea2af19ffda1cfa90c7424020c5f_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:50f76d2b022ccefe73175f3d436708232d9ab14a21e1101f5605a27bdf6c80ab_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:78ed37edd0e5a0505d750db3fd83d7d2dcf37d8efe05d8a1d37f7e02785269e8_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:3385a96089a884c619e5e2eaa93d2e2bf97570af549a82b092a649ee93c05bff_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:7d612c3cd1251fd9672c5564aa8cb467c7d7bc7dde644df5306ed3fe0ae022df_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:9ebc8e5f6c380a2cf0726d793c46b600bafe48e8c39d4653a84c7e34ba58752f_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-machine-controllers@sha256:6d981567c79861f5927e4d1450300eeb23a7206c67b066f81076cafef43f3d3a_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:6382c37f5d5ad83e7f30e1829156d165fcd39712e1f09d09b1faafc433939020_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:664a98537a82dfa581ee6676ccab475dcd37847a9175a6416656b99e3aed251c_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-registry@sha256:a840a67f583d6a1c7bb50b605f7bd11822637d139d82a2160074529c0cc94bf6_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f4ca83b46f0eeb1d566ea61dc1822275ccc5bea6879680918f5a4f71dc0dd71f_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:0ed85f28abd57e8fc2da0b0c1c686e4aaac86aca10d7ecdb90b155921d746187_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:d47ad0b43f84511ab1295215c5bec241cd7dc0174785907661807dd8cee5a591_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-pod@sha256:233135301f43df0d95306476b51380964d76e61f9feb3f5635f36577f485b296_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:74801711050de213e617315902ea34b2f23feb0883c9ab353c5270501bbc081f_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:2a862bf49b843845f130225b0799358a4c54f63ba1c168da8bb640ae1bedd41a_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:6bb235c5fb8c668c96e99ef264fd924f32294ba657922773764cd4d4c48f4f3d_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:0f45dd5c53290f3ca14135eda7a080ac762e7c94f555b86ea67669120326b12b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:98f1bcd7a8a29395c7695633f3333350193626e8151c5aaaaa39a5f852c28f28_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:afd681cc60a6710e0a634125c69713243cd3cf3e90afcd5d255040cec4650c4e_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:b578189fd7efd1cc60d0dcd4c57afacb78f70a8909ad7dab8522d3481ed914f7_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:1900dec8edce96bacc1081b6ac134870e34dce1042824138eb7449cb3ae8213d_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:556daaa415596d122a73cbae2cef160da7d6003c0c698bedbbb9e747f85320d8_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:b8573d43bd506aac9b9f5a5a7580f0d626a20ef5579ff7140414a0dc95758364_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus@sha256:c9d3917fa516106b9bc38aaa5fe5a5d1d036d50957cdbe47f812ff98a5bd9232_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:c27101a8b2e4635d1de21ac850313be089ba1d14083b2f3ef9e46f2407bb42d8_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:542f45d8a808856c703a06d318be629401ec1406aab68e7f243f00acee411981_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-telemeter@sha256:71007ab3cb513fbcb8427147bfe841249004dc01748c3a03b365a9533a485476_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tests@sha256:fa61b297912eacc2a454271471327fd99b5effdbf1b34ad2f160f748361e4cb8_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:d6bcb02804e38456453d859ea07315f880ad3e55f91511fb9f6e588fc067fdc3_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:174699a37d2e02aa944bebd5b8b8522bfab9fdb3d12be28db63dfbd57b5e7767_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:10869514c1fa3a577c5ae746396485086e74b017b85fa30fe143c39d1cc77e7b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:e661a14ebf650f23eb45fb4c624c864630c0f074e75818bbf39e0f8e6db0ccd3_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:7bddb92e8907d310d7bb5f4091345f44dd0aecf096e3fd912d099663d180a7b7_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:ff665b642fd1e540e21b2fab96cf39fd152816ffd99deee5c88a137b9a172d52_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:10869514c1fa3a577c5ae746396485086e74b017b85fa30fe143c39d1cc77e7b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:e661a14ebf650f23eb45fb4c624c864630c0f074e75818bbf39e0f8e6db0ccd3_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:e33e1088a4b15c9c48a2651cd488f20b9f4cdc9e1f3a987bfe145ed8bcd56d22_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:f9fea0aeaf9807ac1a03b7fe20ce26523a622ace4d606f892ec670218cce11d7_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:fa8c1ac957b0a7a56277f0aa191820e5c5acd220c61c088147f33b9e193b7b69_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:4e5e66764b5990d27129258e87c2dd73f4234f8ac30ec2cdb97bd773414c2b53_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.12:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:a76dccf4659d7bd7be8e79b96859aaefb390cb2c09b875ed9308d171cd5e1d4e_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:ea176aaa58b2221f5de2779c667e125a7bafe96976af540c484e222c1db57a26_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:1ea2b9a2f4d7b7fc5530f17ee7947890e42b08811bb733433addef5c9f9c18fc_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:100db1ced3450b9e0603af9bde5af228221e7ab0c33d8ee03975184e9fd93df2_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/network-tools-rhel8@sha256:5a2cc07e156f82581155fe7848e18ad391971b4dec986613d8a5e3707e4bb078_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:07897e0b6cfc41a45b66cb32ce65f5a12dfca721cb270df5b8621b43211af78d_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:ac377ce071f76a941d48cc4e6c1e4b808242a33939ce2379f98d3f2786e5ac02_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:fa11107a683b5865b60eb6ee2f7775f38435dabea911f29f153ef3e276ff8392_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:817d53180ad42429be7b186b53e170f85761e37290e92c8ace1dc596cd69abd9_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:026a2b8dba8963c1f3fba4390d141f78a4522b4a92e9e3e122616c504c4700dd_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:66de4da18b029c81239b4c96df4921eb02a88b2bc08b9fe7187a811132797d06_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:308d6a269ed740459f7e040f0b0083f0b720291fcc2dd95871bab45ea18230c5_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:ecc9b99e4eccca0bda2fe55df2b236b6ba794eecb494c36efd67d9b821bcaf36_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ebab0d1ba9cc3070cdf1b4307f8d18b5f2551efb88ca9ad84ea1a303759a2849_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:f55b72e9217fd2f6a24f223ead4a8821ef4b4dbff82d972f9e2fb52eae665a48_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:7dc74bec1511f4eb6dd8c6d2fd0f335673d9ac3fb5c02e1625fc723e325639cb_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:7f20e9fe1854026e79321db57a779049044942e711cb9c8d7c98d77e9c8eb774_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:18c130d72eeb5ae2ce85eda4893c409a1a45b1742f9f15feeafa758c1be9983b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:06a57351380b93ef9a117e0ffcfda158fd45bd1dc843351815e1e3db241180f7_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:b69db2450640c59703f5e0c5034e918b8dde65a888a541c1841048652568ec3c_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:1463d5e44fdac9403da59ee6e284aa710ecae332dd39fa01a76bd35190be7296_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:87deafddc68ee81d902a3e9daa2d15a23ee7a3c7f681e90af5115f05f01b9f07_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:958adc6d36ab8c6a35b610bc3a644680beb8d871177b5b0c21f88d86b3c640f0_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:ba0f45ed1a9771fcd81f654b37a122390a10d290617c528b9735b072699ffdcc_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:a12f046144082f59a54d0fe55779031598576281508d7815728ab627d7062ad2_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:41020def8f677b07a7fd2ad6578706f780ae5497410ddbff1f1b1d77bb9c3a11_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:804477a6b96e09477c25868f0b4de1fbdb920c2aaecbd151e69e3434ac776764_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:f4b23ec51d26a06ff4924b0ed83a8914372f65ca87f030a24b7e75c2b2ce8b85_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:69222c49cce633746329650212a2145f5637cd4e4e1b17f7c63213e667149d30_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:e7a1d38b08983af9bc986d01454d52450e8ef38a2272bb927c5ca66229abea55_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:2df8e1c3d92b19e7fa549fa5805cb50c9540cff273dbec229d65e01b29405e14_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:54a75c0d0cc0d25c9783ec1d552f89297153844af2653e26ad33109475cff170_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:466d46b1b0f5a512aafcda488c0dee165dee914e46d79411222bafe88280e204_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli@sha256:3099f18f64217f3b3d8b31097e432c3521200e50257026e6716176429492dbea_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:e45a10dcbf018c346dd3ad5d9d012457a92221e7b572c729ab766a3804f43c66_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:2e189e34b90488c68b81c5067548941c105ef34cf62826e2b00f5bf9048fd231_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:b118e5d8271a4697d04dcdf1241e97545fe64257474728de10fd3e94cf2f29b6_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:72dbf5831fb7b0d60f1e056320b6ed0c88d8b2414222d69279f11aa5a4d1e1f3_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:39c66dedc2440b2b6b77a3f9d1e66b560eb961f65ee651468c411cdfdbf48170_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:f209c22b0bedeaad97eaf23590586efa0f60cdc857d83bd2b3cfd96016c77120_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:bc7d1d7e104915ed2d720eb7b910110c7e2025e5967eff8411da4bbe24111d10_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:a9d4fe916ef6b967072ed9e8f9fe1ee08301ea22638f65e2e8ec71f71642cf3a_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:a9d4fe916ef6b967072ed9e8f9fe1ee08301ea22638f65e2e8ec71f71642cf3a_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:83a698a36e8064ad26ce68e787ee5fdbe6bfa9e4db3b7ee749f1201f55f40f04_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:f194fc68f03cd0006c9dea837e323747d7cb3efd3c3beec3bc4b34bac5061178_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:525637ae352d872bf4f7c5234c04f8226ba9df0efdcba0e8453b8fcd78d10f3f_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:bc9cf34f16a511bfb3f5308a8d0b0421c1f04aa79493493200e7bd4a4c24a1a4_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:8c4a1104d1d1e6b32f8236f6d30053d651c1aa645786b4e29e0a4a4a11b32b82_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:b86e949647e4384d7052e1ed2191eeaaafe258656dac641257eab389a9b64836_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:2b7bc0385cd19fa35a3e40297421cab9a655345168f46cd446e999d658c40954_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:1f2c507d5bd656b77ddf62afa7a5beee6b2e40b2c6684bde2302b69e399d3457_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:ae88a55cfbe6f011c5a77cc62fedce5560720e4a461333d7720f95e6707a024f_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:846da5b7934e0bca4b9b8d0c289099d8f26edb5671aee4c0aad0ded254d7c865_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:2fc52ee54de443cc4fd6a5233652419d7c8476e44dad3a86e3bdbe2a64090cf0_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:ade0f8bff2f7e8b0b2226b51c86e0de23085db3653a5c7c4b96b00418960f152_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:723c0e4616dd8848d13f616cf73fbc8a88344fb798afea6ab9608fcd6ab0aeec_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:04e60f58e94cbc354e56f5f2ad8466821169f16a477311db03e492e09923a15d_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:1a1635269167b07cc6927c5d4c7d60a94eb967132e9652f032c37012eb8cd64d_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:36603060e99c91978d33d1061dad7f076e906f79d6a82a7fffac954ca2d15b86_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:d19b4019ded55310ee83406668284dbd7547e12cabacc9e8f404b66a69c21bb4_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:f3909b189c2f1b808237a58fb9cc8d5f61f0b31c165c26b383cec1e52a3fea6e_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:2340dcffec2e3ec9424e6d1f8b3c863795d253226b06b37b658185bf1501425e_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:b9b6693c4900557493df451691f5ab9a1fc19af824a0e37cbd8c78b01e0ce45b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:2ac0a309d64a693621f8ef71a248271b6ec47f04fb29a6a48cfe9a033e00707b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:a991143dee7144711f7c3ba90b733c963ab4d9ac5af1f3f84fd1eaf74cf8b224_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:8d40517eece94e75079f18de55d7052b3f8888fa57ff28ad192048a1238d4f1b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:c17c0308120d9b122ba4bef1509cbcf09086d53c31c620f0cd1dccff035999c2_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:4f06e2941a5063bac48b5d7c8fca3b7ae30697886723fbfe3798ccba7a75ea5d_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:90c7000b7c9d0f9827a6753d01070daf6ba65524148f59727bba159cbbb81b93_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console-operator@sha256:6f3b73ef30b07c78a41a3c382bd694b6d0579b9f6c712212ffc4dccc473ec38e_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console@sha256:87fad183030127424138592d2eecac8fbe0ee15903892472da1bbc2f7a17dafb_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:a5aa476e2f95acec73201c492af9d4838c8a32d915e403ab2d25e95e668e532c_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-coredns@sha256:947e7d72c4e8fd2f8cc45a78410ed9481e893083397efdd9bcb9df770f2e445c_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:c545524beef211bb5b7a6a4dc54edf45636c638a19c42b756889a66decf884f5_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:dd5b36d3ad0f0616121448bc1e6df582b13f033e7e719f3676cbc6d9c64a3eb0_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:26ae1949819fb6a59bb0b1bc126c0ac3662774dea139571b09554d6e91184ad1_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:9d6858e84ee669d7c01bc536ff57069633db2c20d7957556aa5e66cd1a9efd14_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:3af8b80bc53846297b49783aa71e4b3883d973b7bf0fe7e902cb48800302c90f_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:bf95c056390ae6ae71d2bcc38a3c4fdbde0c27139c24b8098b3b2246be82ee89_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:29ac94c1adb061f6b6aab04b1faa8442b66f97964e92eef68ffd1ef7bd8a329e_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:29ac94c1adb061f6b6aab04b1faa8442b66f97964e92eef68ffd1ef7bd8a329e_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:939528e1546e50a7d1701ce3db108a40736279d56e9812d1c21f5dc3d492ac6e_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:939528e1546e50a7d1701ce3db108a40736279d56e9812d1c21f5dc3d492ac6e_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:b7d9ac0a83896b5ad2c63020c215812973d57d689ac90ee0eeafbbe193e574d3_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:b7d9ac0a83896b5ad2c63020c215812973d57d689ac90ee0eeafbbe193e574d3_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:2b8ea21a57841debda1dbc79f5b3dc26f93852c5a9d8233fe73520f2cc27a95b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:2b8ea21a57841debda1dbc79f5b3dc26f93852c5a9d8233fe73520f2cc27a95b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:b2ff6b83fe2b8e18f8442b12d694419f6e14cc51bdd603d407df8373fd70851c_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:b2ff6b83fe2b8e18f8442b12d694419f6e14cc51bdd603d407df8373fd70851c_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:8d5edb440684d2e7da3b0639867f8dbef9d5ac1b7f85f15204c0690be86bce06_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:8d5edb440684d2e7da3b0639867f8dbef9d5ac1b7f85f15204c0690be86bce06_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:5706b2d6e989ec2e7dbe6d0c9b9371b5537d0dc40848f584ac8b8f50cc0ab41a_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:5706b2d6e989ec2e7dbe6d0c9b9371b5537d0dc40848f584ac8b8f50cc0ab41a_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:b05088417754804c7f107dab474a567b1c9b3e34a4994843c0575cbf95cbba9e_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-deployer@sha256:277900af1e8886fc624d449575de6c1a4ece71433047771a048c95503cd4b63d_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-builder@sha256:18ad4765d1bc7b3fd2073d78a447d100713541ce12bca2541af8ede1ed63f627_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-registry@sha256:ff1c0e7168620f0d918a35fcae28807a5d35142ba39ac38b42b369e84f940592_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-etcd@sha256:b9d2a3dd7d27b8c3bb744d653344af0d1acc7116d2075525e95ba824929a4404_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:6a82dc74e87e1e69b71f4741e3dfd0a41c6cac12d8dc5a94c535357931166de7_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:ca28d78de4aa3c56385c63a9bb87f16d19ae2c4f8579c07244f8e66b3dcd0d7c_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:6d270aba43635b915835ef16b7d9e8c6d9167706a798e0f748ed6bac78d34985_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:8fa6d481a3fc93722f1c704761e9a548b0cf886424a9dd55e3c9bd60bb888d11_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-haproxy-router@sha256:b3c3b0db645b6f0417835c3ed772a3951391922bb3c5cbadb2a43f442ba32973_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hyperkube@sha256:5223a1167eef6883337ffc9ad6208b1294759bdc11887be78e0b5646120fbb46_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:ea2b3205d15d386e227108c017fc57f30b406fffd9e5056f908d2e8c671cb99a_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:5c635cb57d487c638e9f32d5b69656f72fc191b3160ada82b8dd54ca7950116f_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:d82ab635250758a9e2678d2c4eab7c8a110a8efb817e42fc92f9bcf7409be128_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:aa40c50345daa07b8bb1426eb31b44fcb202c5f0d903c06a3f3859cd6e591480_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:849f13bf9b6fdbc73b671226f30aa208d7ed17bcca93239a83b6e6d14798ddbb_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:57a7d0c14851526679c5a513345a828ba249bcdfafdc7be1af09ceaee6d96cf0_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:0ff6fd48ef3e23de090587104684f214f0f6540c66ba1e59ace8e9a5a48135dd_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:bb7cb1703b2dbdc6af833d04126f917895aab9df84c98f9bae85485fb4dae73f_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:e59684416bd1258e50f4230fbc74279efd9984b7618cb62b7b87e306f18c8d5b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:56dd793ff22486fdb3e2010608a5ef155a481e68181d48d23b4759f4cc6482ad_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer@sha256:1674742a196a2d846f24dcd05b4e35b5a82019b2b20e2a75f4b9850043d26e17_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:bdab5ba35151ad3ebbff1bc42f9a3552f4a84a74e1b012ae28361cc445cf18c0_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:c424dae8014ffd562255425127d36b2c10941670ac7017f3e735d23e37a09331_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:4ab1a473d800b1534fee2cf432542f80c4432bd1c0b9ded737be5205c1166682_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:85271027624d2c40a69c871a90745e1a1ee63df5a1b62ced821c464b13ce67c4_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:fbf7adf8dacb0d274a6cdcfdc7e90720b953d79635b1f47ae1cd5de735e43b0c_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:933625dfe48f30c696d53216d0ce83ef1d04287474f4da22caa1b71c5cccd243_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-proxy@sha256:54a4a33424edf74a05faa54de795fdb22e8933cbea70f9338c5801d07673218b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:6e59b14824fe873149228dff4187a8af6fd809663335ac95925bd1b27b631b12_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:c6c3994af5a862df916f642ab43f3f8e0a7ed2507cab7a89bf5a489f8232ef32_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:81b521b83e6bdba776c932f055d38ac641c8aa2c38342a6019b73af75fcfbf76_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:386274f66a5c76c270348d3551ed828a798116cd262e574aec4883ef305a93f5_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:0ac3bd20df0e39210299c8cd97def197cc09dbfd40450a27aaeabfceec67eb2a_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:5b6ecaee654c85b1b62f9522e6381b7b3d62bcae80be6b4f664ed27d07e54a0a_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:965667f61d66cf95711b6bd4e56b61e66c837f16facea138589feaa328f8ba14_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:1aebee0382acdf2f8c25cbbc7c4625855baf0df824897b49ff8e8d7156f26c10_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:b93c9a3cdb6e4b42bf06a500a47ec06cfced49eb25bad249e20328a401f745d0_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:ab8a84f5f48d8caf461c43254983c474c912dfdcbcdb681680ef889a84c2ca45_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:72db598db21d1e0ded85836ba04cf11bd9a35a3a92f8164ddcfda6d4f1f67eeb_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:fb874827ee64e46fb7b1032b20ddd0daebf6d6c78f87974e708d565f8dcb75c8_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:0abf4b89518dc34a93765c01a7e9ed655a849b1503e59ba3391b49424ed86929_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:0f23c02708855c3ec3a4762885762ea041a80d2e73b93048f1dfa0716685041b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:6b890961922acb4ac55cee22e527cfd16db346a8336d03dee1bab6ee3353193d_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-cni@sha256:20ebce78341692c4b7cb989c9e72a878ebac1e05a86f863eab5d2ab26145cef1_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:1fd5e849fd3fb12348ad08bb99fce8c0b83cfa9cc1b27672e2d5a263b3e43d7e_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:63fc31df14f982473244ea31a19afa32572a00819ea3a696e8a97d538a1597e8_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f8af0795220f58562f48548f72465f086dbe6d702d4f8015d99ef04fdb6c3b28_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-must-gather@sha256:80e58d5f1e04c78b5c9b91d1bc946142ffb4bc18c3505b421325590ec59087f4_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:4af3905234992c48f9b6edab1f790bf0c60bc0f6dba702da2083d42b7b8a039f_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:bd07587de4ea6fc98d6420d36b1e9ecaaa76044654b428c671606b1f2a1012a5_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:bf4767eb631457901613a466e2d274db644440c9ff71efe968167cf7a101eda7_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:70bc2c926c6881786a4122753045af13f0f74fcdf552f137dd124b85f55499f7_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:a7b3d5e7b5e9818bf3e9e76e5bd6659e4d02401c0147dcd09b582bf51b49d5f8_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:9e8cb51366946aa9494d7d11e8b833431d49a31a9ffd331658f3cc8eb42e760a_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:3b2b8947c6779295f60afd359bd6f8151d49751e096d29cd18120ec190c3e788_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:d273e0248b9be6eb9f8f6ed371396c2efe25ea2af19ffda1cfa90c7424020c5f_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:50f76d2b022ccefe73175f3d436708232d9ab14a21e1101f5605a27bdf6c80ab_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:78ed37edd0e5a0505d750db3fd83d7d2dcf37d8efe05d8a1d37f7e02785269e8_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:3385a96089a884c619e5e2eaa93d2e2bf97570af549a82b092a649ee93c05bff_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:7d612c3cd1251fd9672c5564aa8cb467c7d7bc7dde644df5306ed3fe0ae022df_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:9ebc8e5f6c380a2cf0726d793c46b600bafe48e8c39d4653a84c7e34ba58752f_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-machine-controllers@sha256:6d981567c79861f5927e4d1450300eeb23a7206c67b066f81076cafef43f3d3a_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:6382c37f5d5ad83e7f30e1829156d165fcd39712e1f09d09b1faafc433939020_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:664a98537a82dfa581ee6676ccab475dcd37847a9175a6416656b99e3aed251c_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-registry@sha256:a840a67f583d6a1c7bb50b605f7bd11822637d139d82a2160074529c0cc94bf6_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f4ca83b46f0eeb1d566ea61dc1822275ccc5bea6879680918f5a4f71dc0dd71f_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:0ed85f28abd57e8fc2da0b0c1c686e4aaac86aca10d7ecdb90b155921d746187_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:d47ad0b43f84511ab1295215c5bec241cd7dc0174785907661807dd8cee5a591_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-pod@sha256:233135301f43df0d95306476b51380964d76e61f9feb3f5635f36577f485b296_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:74801711050de213e617315902ea34b2f23feb0883c9ab353c5270501bbc081f_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:2a862bf49b843845f130225b0799358a4c54f63ba1c168da8bb640ae1bedd41a_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:6bb235c5fb8c668c96e99ef264fd924f32294ba657922773764cd4d4c48f4f3d_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:0f45dd5c53290f3ca14135eda7a080ac762e7c94f555b86ea67669120326b12b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:98f1bcd7a8a29395c7695633f3333350193626e8151c5aaaaa39a5f852c28f28_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:afd681cc60a6710e0a634125c69713243cd3cf3e90afcd5d255040cec4650c4e_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:b578189fd7efd1cc60d0dcd4c57afacb78f70a8909ad7dab8522d3481ed914f7_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:1900dec8edce96bacc1081b6ac134870e34dce1042824138eb7449cb3ae8213d_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:556daaa415596d122a73cbae2cef160da7d6003c0c698bedbbb9e747f85320d8_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:b8573d43bd506aac9b9f5a5a7580f0d626a20ef5579ff7140414a0dc95758364_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus@sha256:c9d3917fa516106b9bc38aaa5fe5a5d1d036d50957cdbe47f812ff98a5bd9232_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:c27101a8b2e4635d1de21ac850313be089ba1d14083b2f3ef9e46f2407bb42d8_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:542f45d8a808856c703a06d318be629401ec1406aab68e7f243f00acee411981_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-telemeter@sha256:71007ab3cb513fbcb8427147bfe841249004dc01748c3a03b365a9533a485476_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tests@sha256:fa61b297912eacc2a454271471327fd99b5effdbf1b34ad2f160f748361e4cb8_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:d6bcb02804e38456453d859ea07315f880ad3e55f91511fb9f6e588fc067fdc3_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:174699a37d2e02aa944bebd5b8b8522bfab9fdb3d12be28db63dfbd57b5e7767_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:10869514c1fa3a577c5ae746396485086e74b017b85fa30fe143c39d1cc77e7b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:e661a14ebf650f23eb45fb4c624c864630c0f074e75818bbf39e0f8e6db0ccd3_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:7bddb92e8907d310d7bb5f4091345f44dd0aecf096e3fd912d099663d180a7b7_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:ff665b642fd1e540e21b2fab96cf39fd152816ffd99deee5c88a137b9a172d52_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:10869514c1fa3a577c5ae746396485086e74b017b85fa30fe143c39d1cc77e7b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:e661a14ebf650f23eb45fb4c624c864630c0f074e75818bbf39e0f8e6db0ccd3_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:e33e1088a4b15c9c48a2651cd488f20b9f4cdc9e1f3a987bfe145ed8bcd56d22_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:f9fea0aeaf9807ac1a03b7fe20ce26523a622ace4d606f892ec670218cce11d7_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:fa8c1ac957b0a7a56277f0aa191820e5c5acd220c61c088147f33b9e193b7b69_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:4e5e66764b5990d27129258e87c2dd73f4234f8ac30ec2cdb97bd773414c2b53_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.12:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:a76dccf4659d7bd7be8e79b96859aaefb390cb2c09b875ed9308d171cd5e1d4e_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:ea176aaa58b2221f5de2779c667e125a7bafe96976af540c484e222c1db57a26_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:1ea2b9a2f4d7b7fc5530f17ee7947890e42b08811bb733433addef5c9f9c18fc_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:100db1ced3450b9e0603af9bde5af228221e7ab0c33d8ee03975184e9fd93df2_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/network-tools-rhel8@sha256:5a2cc07e156f82581155fe7848e18ad391971b4dec986613d8a5e3707e4bb078_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:07897e0b6cfc41a45b66cb32ce65f5a12dfca721cb270df5b8621b43211af78d_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:ac377ce071f76a941d48cc4e6c1e4b808242a33939ce2379f98d3f2786e5ac02_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:fa11107a683b5865b60eb6ee2f7775f38435dabea911f29f153ef3e276ff8392_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:817d53180ad42429be7b186b53e170f85761e37290e92c8ace1dc596cd69abd9_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:026a2b8dba8963c1f3fba4390d141f78a4522b4a92e9e3e122616c504c4700dd_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:66de4da18b029c81239b4c96df4921eb02a88b2bc08b9fe7187a811132797d06_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:308d6a269ed740459f7e040f0b0083f0b720291fcc2dd95871bab45ea18230c5_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:ecc9b99e4eccca0bda2fe55df2b236b6ba794eecb494c36efd67d9b821bcaf36_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ebab0d1ba9cc3070cdf1b4307f8d18b5f2551efb88ca9ad84ea1a303759a2849_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:f55b72e9217fd2f6a24f223ead4a8821ef4b4dbff82d972f9e2fb52eae665a48_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:7dc74bec1511f4eb6dd8c6d2fd0f335673d9ac3fb5c02e1625fc723e325639cb_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:7f20e9fe1854026e79321db57a779049044942e711cb9c8d7c98d77e9c8eb774_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:18c130d72eeb5ae2ce85eda4893c409a1a45b1742f9f15feeafa758c1be9983b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:06a57351380b93ef9a117e0ffcfda158fd45bd1dc843351815e1e3db241180f7_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:b69db2450640c59703f5e0c5034e918b8dde65a888a541c1841048652568ec3c_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:1463d5e44fdac9403da59ee6e284aa710ecae332dd39fa01a76bd35190be7296_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:87deafddc68ee81d902a3e9daa2d15a23ee7a3c7f681e90af5115f05f01b9f07_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:958adc6d36ab8c6a35b610bc3a644680beb8d871177b5b0c21f88d86b3c640f0_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:ba0f45ed1a9771fcd81f654b37a122390a10d290617c528b9735b072699ffdcc_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:a12f046144082f59a54d0fe55779031598576281508d7815728ab627d7062ad2_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:41020def8f677b07a7fd2ad6578706f780ae5497410ddbff1f1b1d77bb9c3a11_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:804477a6b96e09477c25868f0b4de1fbdb920c2aaecbd151e69e3434ac776764_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:f4b23ec51d26a06ff4924b0ed83a8914372f65ca87f030a24b7e75c2b2ce8b85_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:69222c49cce633746329650212a2145f5637cd4e4e1b17f7c63213e667149d30_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:e7a1d38b08983af9bc986d01454d52450e8ef38a2272bb927c5ca66229abea55_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:2df8e1c3d92b19e7fa549fa5805cb50c9540cff273dbec229d65e01b29405e14_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:54a75c0d0cc0d25c9783ec1d552f89297153844af2653e26ad33109475cff170_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:466d46b1b0f5a512aafcda488c0dee165dee914e46d79411222bafe88280e204_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli@sha256:3099f18f64217f3b3d8b31097e432c3521200e50257026e6716176429492dbea_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:e45a10dcbf018c346dd3ad5d9d012457a92221e7b572c729ab766a3804f43c66_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:2e189e34b90488c68b81c5067548941c105ef34cf62826e2b00f5bf9048fd231_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:b118e5d8271a4697d04dcdf1241e97545fe64257474728de10fd3e94cf2f29b6_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:72dbf5831fb7b0d60f1e056320b6ed0c88d8b2414222d69279f11aa5a4d1e1f3_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:39c66dedc2440b2b6b77a3f9d1e66b560eb961f65ee651468c411cdfdbf48170_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:f209c22b0bedeaad97eaf23590586efa0f60cdc857d83bd2b3cfd96016c77120_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:bc7d1d7e104915ed2d720eb7b910110c7e2025e5967eff8411da4bbe24111d10_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:a9d4fe916ef6b967072ed9e8f9fe1ee08301ea22638f65e2e8ec71f71642cf3a_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:a9d4fe916ef6b967072ed9e8f9fe1ee08301ea22638f65e2e8ec71f71642cf3a_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:83a698a36e8064ad26ce68e787ee5fdbe6bfa9e4db3b7ee749f1201f55f40f04_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:f194fc68f03cd0006c9dea837e323747d7cb3efd3c3beec3bc4b34bac5061178_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:525637ae352d872bf4f7c5234c04f8226ba9df0efdcba0e8453b8fcd78d10f3f_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:bc9cf34f16a511bfb3f5308a8d0b0421c1f04aa79493493200e7bd4a4c24a1a4_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:8c4a1104d1d1e6b32f8236f6d30053d651c1aa645786b4e29e0a4a4a11b32b82_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:b86e949647e4384d7052e1ed2191eeaaafe258656dac641257eab389a9b64836_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:1f2c507d5bd656b77ddf62afa7a5beee6b2e40b2c6684bde2302b69e399d3457_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:846da5b7934e0bca4b9b8d0c289099d8f26edb5671aee4c0aad0ded254d7c865_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:2fc52ee54de443cc4fd6a5233652419d7c8476e44dad3a86e3bdbe2a64090cf0_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:ade0f8bff2f7e8b0b2226b51c86e0de23085db3653a5c7c4b96b00418960f152_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:723c0e4616dd8848d13f616cf73fbc8a88344fb798afea6ab9608fcd6ab0aeec_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:04e60f58e94cbc354e56f5f2ad8466821169f16a477311db03e492e09923a15d_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:1a1635269167b07cc6927c5d4c7d60a94eb967132e9652f032c37012eb8cd64d_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:36603060e99c91978d33d1061dad7f076e906f79d6a82a7fffac954ca2d15b86_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:d19b4019ded55310ee83406668284dbd7547e12cabacc9e8f404b66a69c21bb4_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:2340dcffec2e3ec9424e6d1f8b3c863795d253226b06b37b658185bf1501425e_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:b9b6693c4900557493df451691f5ab9a1fc19af824a0e37cbd8c78b01e0ce45b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:2ac0a309d64a693621f8ef71a248271b6ec47f04fb29a6a48cfe9a033e00707b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:a991143dee7144711f7c3ba90b733c963ab4d9ac5af1f3f84fd1eaf74cf8b224_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:8d40517eece94e75079f18de55d7052b3f8888fa57ff28ad192048a1238d4f1b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:c17c0308120d9b122ba4bef1509cbcf09086d53c31c620f0cd1dccff035999c2_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:4f06e2941a5063bac48b5d7c8fca3b7ae30697886723fbfe3798ccba7a75ea5d_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:90c7000b7c9d0f9827a6753d01070daf6ba65524148f59727bba159cbbb81b93_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console-operator@sha256:6f3b73ef30b07c78a41a3c382bd694b6d0579b9f6c712212ffc4dccc473ec38e_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console@sha256:87fad183030127424138592d2eecac8fbe0ee15903892472da1bbc2f7a17dafb_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:a5aa476e2f95acec73201c492af9d4838c8a32d915e403ab2d25e95e668e532c_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-coredns@sha256:947e7d72c4e8fd2f8cc45a78410ed9481e893083397efdd9bcb9df770f2e445c_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:c545524beef211bb5b7a6a4dc54edf45636c638a19c42b756889a66decf884f5_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:dd5b36d3ad0f0616121448bc1e6df582b13f033e7e719f3676cbc6d9c64a3eb0_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:26ae1949819fb6a59bb0b1bc126c0ac3662774dea139571b09554d6e91184ad1_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:9d6858e84ee669d7c01bc536ff57069633db2c20d7957556aa5e66cd1a9efd14_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:3af8b80bc53846297b49783aa71e4b3883d973b7bf0fe7e902cb48800302c90f_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:bf95c056390ae6ae71d2bcc38a3c4fdbde0c27139c24b8098b3b2246be82ee89_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:29ac94c1adb061f6b6aab04b1faa8442b66f97964e92eef68ffd1ef7bd8a329e_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:29ac94c1adb061f6b6aab04b1faa8442b66f97964e92eef68ffd1ef7bd8a329e_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:939528e1546e50a7d1701ce3db108a40736279d56e9812d1c21f5dc3d492ac6e_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:939528e1546e50a7d1701ce3db108a40736279d56e9812d1c21f5dc3d492ac6e_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:b7d9ac0a83896b5ad2c63020c215812973d57d689ac90ee0eeafbbe193e574d3_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:b7d9ac0a83896b5ad2c63020c215812973d57d689ac90ee0eeafbbe193e574d3_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:2b8ea21a57841debda1dbc79f5b3dc26f93852c5a9d8233fe73520f2cc27a95b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:2b8ea21a57841debda1dbc79f5b3dc26f93852c5a9d8233fe73520f2cc27a95b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:b2ff6b83fe2b8e18f8442b12d694419f6e14cc51bdd603d407df8373fd70851c_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:b2ff6b83fe2b8e18f8442b12d694419f6e14cc51bdd603d407df8373fd70851c_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:8d5edb440684d2e7da3b0639867f8dbef9d5ac1b7f85f15204c0690be86bce06_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:8d5edb440684d2e7da3b0639867f8dbef9d5ac1b7f85f15204c0690be86bce06_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:5706b2d6e989ec2e7dbe6d0c9b9371b5537d0dc40848f584ac8b8f50cc0ab41a_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:5706b2d6e989ec2e7dbe6d0c9b9371b5537d0dc40848f584ac8b8f50cc0ab41a_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:b05088417754804c7f107dab474a567b1c9b3e34a4994843c0575cbf95cbba9e_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-deployer@sha256:277900af1e8886fc624d449575de6c1a4ece71433047771a048c95503cd4b63d_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-builder@sha256:18ad4765d1bc7b3fd2073d78a447d100713541ce12bca2541af8ede1ed63f627_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-registry@sha256:ff1c0e7168620f0d918a35fcae28807a5d35142ba39ac38b42b369e84f940592_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-etcd@sha256:b9d2a3dd7d27b8c3bb744d653344af0d1acc7116d2075525e95ba824929a4404_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:6a82dc74e87e1e69b71f4741e3dfd0a41c6cac12d8dc5a94c535357931166de7_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:ca28d78de4aa3c56385c63a9bb87f16d19ae2c4f8579c07244f8e66b3dcd0d7c_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:6d270aba43635b915835ef16b7d9e8c6d9167706a798e0f748ed6bac78d34985_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:8fa6d481a3fc93722f1c704761e9a548b0cf886424a9dd55e3c9bd60bb888d11_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-haproxy-router@sha256:b3c3b0db645b6f0417835c3ed772a3951391922bb3c5cbadb2a43f442ba32973_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hyperkube@sha256:5223a1167eef6883337ffc9ad6208b1294759bdc11887be78e0b5646120fbb46_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:ea2b3205d15d386e227108c017fc57f30b406fffd9e5056f908d2e8c671cb99a_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:5c635cb57d487c638e9f32d5b69656f72fc191b3160ada82b8dd54ca7950116f_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:aa40c50345daa07b8bb1426eb31b44fcb202c5f0d903c06a3f3859cd6e591480_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:849f13bf9b6fdbc73b671226f30aa208d7ed17bcca93239a83b6e6d14798ddbb_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:57a7d0c14851526679c5a513345a828ba249bcdfafdc7be1af09ceaee6d96cf0_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:0ff6fd48ef3e23de090587104684f214f0f6540c66ba1e59ace8e9a5a48135dd_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:bb7cb1703b2dbdc6af833d04126f917895aab9df84c98f9bae85485fb4dae73f_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:e59684416bd1258e50f4230fbc74279efd9984b7618cb62b7b87e306f18c8d5b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:56dd793ff22486fdb3e2010608a5ef155a481e68181d48d23b4759f4cc6482ad_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer@sha256:1674742a196a2d846f24dcd05b4e35b5a82019b2b20e2a75f4b9850043d26e17_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:bdab5ba35151ad3ebbff1bc42f9a3552f4a84a74e1b012ae28361cc445cf18c0_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:c424dae8014ffd562255425127d36b2c10941670ac7017f3e735d23e37a09331_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:4ab1a473d800b1534fee2cf432542f80c4432bd1c0b9ded737be5205c1166682_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:85271027624d2c40a69c871a90745e1a1ee63df5a1b62ced821c464b13ce67c4_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:fbf7adf8dacb0d274a6cdcfdc7e90720b953d79635b1f47ae1cd5de735e43b0c_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:933625dfe48f30c696d53216d0ce83ef1d04287474f4da22caa1b71c5cccd243_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-proxy@sha256:54a4a33424edf74a05faa54de795fdb22e8933cbea70f9338c5801d07673218b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:6e59b14824fe873149228dff4187a8af6fd809663335ac95925bd1b27b631b12_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:c6c3994af5a862df916f642ab43f3f8e0a7ed2507cab7a89bf5a489f8232ef32_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:81b521b83e6bdba776c932f055d38ac641c8aa2c38342a6019b73af75fcfbf76_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:386274f66a5c76c270348d3551ed828a798116cd262e574aec4883ef305a93f5_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:0ac3bd20df0e39210299c8cd97def197cc09dbfd40450a27aaeabfceec67eb2a_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:5b6ecaee654c85b1b62f9522e6381b7b3d62bcae80be6b4f664ed27d07e54a0a_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:965667f61d66cf95711b6bd4e56b61e66c837f16facea138589feaa328f8ba14_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:1aebee0382acdf2f8c25cbbc7c4625855baf0df824897b49ff8e8d7156f26c10_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:b93c9a3cdb6e4b42bf06a500a47ec06cfced49eb25bad249e20328a401f745d0_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:ab8a84f5f48d8caf461c43254983c474c912dfdcbcdb681680ef889a84c2ca45_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:72db598db21d1e0ded85836ba04cf11bd9a35a3a92f8164ddcfda6d4f1f67eeb_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:fb874827ee64e46fb7b1032b20ddd0daebf6d6c78f87974e708d565f8dcb75c8_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:0abf4b89518dc34a93765c01a7e9ed655a849b1503e59ba3391b49424ed86929_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:0f23c02708855c3ec3a4762885762ea041a80d2e73b93048f1dfa0716685041b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:6b890961922acb4ac55cee22e527cfd16db346a8336d03dee1bab6ee3353193d_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-cni@sha256:20ebce78341692c4b7cb989c9e72a878ebac1e05a86f863eab5d2ab26145cef1_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:1fd5e849fd3fb12348ad08bb99fce8c0b83cfa9cc1b27672e2d5a263b3e43d7e_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:63fc31df14f982473244ea31a19afa32572a00819ea3a696e8a97d538a1597e8_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f8af0795220f58562f48548f72465f086dbe6d702d4f8015d99ef04fdb6c3b28_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-must-gather@sha256:80e58d5f1e04c78b5c9b91d1bc946142ffb4bc18c3505b421325590ec59087f4_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:4af3905234992c48f9b6edab1f790bf0c60bc0f6dba702da2083d42b7b8a039f_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:bd07587de4ea6fc98d6420d36b1e9ecaaa76044654b428c671606b1f2a1012a5_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:bf4767eb631457901613a466e2d274db644440c9ff71efe968167cf7a101eda7_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:70bc2c926c6881786a4122753045af13f0f74fcdf552f137dd124b85f55499f7_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:a7b3d5e7b5e9818bf3e9e76e5bd6659e4d02401c0147dcd09b582bf51b49d5f8_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:9e8cb51366946aa9494d7d11e8b833431d49a31a9ffd331658f3cc8eb42e760a_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:3b2b8947c6779295f60afd359bd6f8151d49751e096d29cd18120ec190c3e788_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:50f76d2b022ccefe73175f3d436708232d9ab14a21e1101f5605a27bdf6c80ab_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:78ed37edd0e5a0505d750db3fd83d7d2dcf37d8efe05d8a1d37f7e02785269e8_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:3385a96089a884c619e5e2eaa93d2e2bf97570af549a82b092a649ee93c05bff_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:7d612c3cd1251fd9672c5564aa8cb467c7d7bc7dde644df5306ed3fe0ae022df_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:9ebc8e5f6c380a2cf0726d793c46b600bafe48e8c39d4653a84c7e34ba58752f_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-machine-controllers@sha256:6d981567c79861f5927e4d1450300eeb23a7206c67b066f81076cafef43f3d3a_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:6382c37f5d5ad83e7f30e1829156d165fcd39712e1f09d09b1faafc433939020_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:664a98537a82dfa581ee6676ccab475dcd37847a9175a6416656b99e3aed251c_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-registry@sha256:a840a67f583d6a1c7bb50b605f7bd11822637d139d82a2160074529c0cc94bf6_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f4ca83b46f0eeb1d566ea61dc1822275ccc5bea6879680918f5a4f71dc0dd71f_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:0ed85f28abd57e8fc2da0b0c1c686e4aaac86aca10d7ecdb90b155921d746187_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:d47ad0b43f84511ab1295215c5bec241cd7dc0174785907661807dd8cee5a591_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-pod@sha256:233135301f43df0d95306476b51380964d76e61f9feb3f5635f36577f485b296_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:74801711050de213e617315902ea34b2f23feb0883c9ab353c5270501bbc081f_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:2a862bf49b843845f130225b0799358a4c54f63ba1c168da8bb640ae1bedd41a_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:6bb235c5fb8c668c96e99ef264fd924f32294ba657922773764cd4d4c48f4f3d_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:0f45dd5c53290f3ca14135eda7a080ac762e7c94f555b86ea67669120326b12b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:98f1bcd7a8a29395c7695633f3333350193626e8151c5aaaaa39a5f852c28f28_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:afd681cc60a6710e0a634125c69713243cd3cf3e90afcd5d255040cec4650c4e_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:b578189fd7efd1cc60d0dcd4c57afacb78f70a8909ad7dab8522d3481ed914f7_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:1900dec8edce96bacc1081b6ac134870e34dce1042824138eb7449cb3ae8213d_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:556daaa415596d122a73cbae2cef160da7d6003c0c698bedbbb9e747f85320d8_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:b8573d43bd506aac9b9f5a5a7580f0d626a20ef5579ff7140414a0dc95758364_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:c27101a8b2e4635d1de21ac850313be089ba1d14083b2f3ef9e46f2407bb42d8_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:542f45d8a808856c703a06d318be629401ec1406aab68e7f243f00acee411981_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-telemeter@sha256:71007ab3cb513fbcb8427147bfe841249004dc01748c3a03b365a9533a485476_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tests@sha256:fa61b297912eacc2a454271471327fd99b5effdbf1b34ad2f160f748361e4cb8_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:174699a37d2e02aa944bebd5b8b8522bfab9fdb3d12be28db63dfbd57b5e7767_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:10869514c1fa3a577c5ae746396485086e74b017b85fa30fe143c39d1cc77e7b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:e661a14ebf650f23eb45fb4c624c864630c0f074e75818bbf39e0f8e6db0ccd3_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:7bddb92e8907d310d7bb5f4091345f44dd0aecf096e3fd912d099663d180a7b7_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:ff665b642fd1e540e21b2fab96cf39fd152816ffd99deee5c88a137b9a172d52_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:10869514c1fa3a577c5ae746396485086e74b017b85fa30fe143c39d1cc77e7b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:e661a14ebf650f23eb45fb4c624c864630c0f074e75818bbf39e0f8e6db0ccd3_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:e33e1088a4b15c9c48a2651cd488f20b9f4cdc9e1f3a987bfe145ed8bcd56d22_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:f9fea0aeaf9807ac1a03b7fe20ce26523a622ace4d606f892ec670218cce11d7_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:fa8c1ac957b0a7a56277f0aa191820e5c5acd220c61c088147f33b9e193b7b69_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:4e5e66764b5990d27129258e87c2dd73f4234f8ac30ec2cdb97bd773414c2b53_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.12:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:2b7bc0385cd19fa35a3e40297421cab9a655345168f46cd446e999d658c40954_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:ae88a55cfbe6f011c5a77cc62fedce5560720e4a461333d7720f95e6707a024f_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:f3909b189c2f1b808237a58fb9cc8d5f61f0b31c165c26b383cec1e52a3fea6e_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:d82ab635250758a9e2678d2c4eab7c8a110a8efb817e42fc92f9bcf7409be128_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:d273e0248b9be6eb9f8f6ed371396c2efe25ea2af19ffda1cfa90c7424020c5f_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus@sha256:c9d3917fa516106b9bc38aaa5fe5a5d1d036d50957cdbe47f812ff98a5bd9232_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:d6bcb02804e38456453d859ea07315f880ad3e55f91511fb9f6e588fc067fdc3_amd64"
        ],
        "known_not_affected": [
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:a76dccf4659d7bd7be8e79b96859aaefb390cb2c09b875ed9308d171cd5e1d4e_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:ea176aaa58b2221f5de2779c667e125a7bafe96976af540c484e222c1db57a26_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:1ea2b9a2f4d7b7fc5530f17ee7947890e42b08811bb733433addef5c9f9c18fc_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:100db1ced3450b9e0603af9bde5af228221e7ab0c33d8ee03975184e9fd93df2_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/network-tools-rhel8@sha256:5a2cc07e156f82581155fe7848e18ad391971b4dec986613d8a5e3707e4bb078_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:07897e0b6cfc41a45b66cb32ce65f5a12dfca721cb270df5b8621b43211af78d_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:ac377ce071f76a941d48cc4e6c1e4b808242a33939ce2379f98d3f2786e5ac02_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:fa11107a683b5865b60eb6ee2f7775f38435dabea911f29f153ef3e276ff8392_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:817d53180ad42429be7b186b53e170f85761e37290e92c8ace1dc596cd69abd9_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:026a2b8dba8963c1f3fba4390d141f78a4522b4a92e9e3e122616c504c4700dd_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:66de4da18b029c81239b4c96df4921eb02a88b2bc08b9fe7187a811132797d06_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:308d6a269ed740459f7e040f0b0083f0b720291fcc2dd95871bab45ea18230c5_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:ecc9b99e4eccca0bda2fe55df2b236b6ba794eecb494c36efd67d9b821bcaf36_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ebab0d1ba9cc3070cdf1b4307f8d18b5f2551efb88ca9ad84ea1a303759a2849_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:f55b72e9217fd2f6a24f223ead4a8821ef4b4dbff82d972f9e2fb52eae665a48_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:7dc74bec1511f4eb6dd8c6d2fd0f335673d9ac3fb5c02e1625fc723e325639cb_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:7f20e9fe1854026e79321db57a779049044942e711cb9c8d7c98d77e9c8eb774_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:18c130d72eeb5ae2ce85eda4893c409a1a45b1742f9f15feeafa758c1be9983b_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:06a57351380b93ef9a117e0ffcfda158fd45bd1dc843351815e1e3db241180f7_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:b69db2450640c59703f5e0c5034e918b8dde65a888a541c1841048652568ec3c_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:1463d5e44fdac9403da59ee6e284aa710ecae332dd39fa01a76bd35190be7296_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:87deafddc68ee81d902a3e9daa2d15a23ee7a3c7f681e90af5115f05f01b9f07_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:958adc6d36ab8c6a35b610bc3a644680beb8d871177b5b0c21f88d86b3c640f0_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:ba0f45ed1a9771fcd81f654b37a122390a10d290617c528b9735b072699ffdcc_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:a12f046144082f59a54d0fe55779031598576281508d7815728ab627d7062ad2_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:41020def8f677b07a7fd2ad6578706f780ae5497410ddbff1f1b1d77bb9c3a11_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:804477a6b96e09477c25868f0b4de1fbdb920c2aaecbd151e69e3434ac776764_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:f4b23ec51d26a06ff4924b0ed83a8914372f65ca87f030a24b7e75c2b2ce8b85_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:69222c49cce633746329650212a2145f5637cd4e4e1b17f7c63213e667149d30_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:e7a1d38b08983af9bc986d01454d52450e8ef38a2272bb927c5ca66229abea55_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:2df8e1c3d92b19e7fa549fa5805cb50c9540cff273dbec229d65e01b29405e14_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:54a75c0d0cc0d25c9783ec1d552f89297153844af2653e26ad33109475cff170_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:466d46b1b0f5a512aafcda488c0dee165dee914e46d79411222bafe88280e204_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli@sha256:3099f18f64217f3b3d8b31097e432c3521200e50257026e6716176429492dbea_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:e45a10dcbf018c346dd3ad5d9d012457a92221e7b572c729ab766a3804f43c66_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:2e189e34b90488c68b81c5067548941c105ef34cf62826e2b00f5bf9048fd231_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:b118e5d8271a4697d04dcdf1241e97545fe64257474728de10fd3e94cf2f29b6_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:72dbf5831fb7b0d60f1e056320b6ed0c88d8b2414222d69279f11aa5a4d1e1f3_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:39c66dedc2440b2b6b77a3f9d1e66b560eb961f65ee651468c411cdfdbf48170_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:f209c22b0bedeaad97eaf23590586efa0f60cdc857d83bd2b3cfd96016c77120_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:bc7d1d7e104915ed2d720eb7b910110c7e2025e5967eff8411da4bbe24111d10_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:a9d4fe916ef6b967072ed9e8f9fe1ee08301ea22638f65e2e8ec71f71642cf3a_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:a9d4fe916ef6b967072ed9e8f9fe1ee08301ea22638f65e2e8ec71f71642cf3a_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:83a698a36e8064ad26ce68e787ee5fdbe6bfa9e4db3b7ee749f1201f55f40f04_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:f194fc68f03cd0006c9dea837e323747d7cb3efd3c3beec3bc4b34bac5061178_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:525637ae352d872bf4f7c5234c04f8226ba9df0efdcba0e8453b8fcd78d10f3f_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:bc9cf34f16a511bfb3f5308a8d0b0421c1f04aa79493493200e7bd4a4c24a1a4_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:8c4a1104d1d1e6b32f8236f6d30053d651c1aa645786b4e29e0a4a4a11b32b82_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:b86e949647e4384d7052e1ed2191eeaaafe258656dac641257eab389a9b64836_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:1f2c507d5bd656b77ddf62afa7a5beee6b2e40b2c6684bde2302b69e399d3457_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:846da5b7934e0bca4b9b8d0c289099d8f26edb5671aee4c0aad0ded254d7c865_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:2fc52ee54de443cc4fd6a5233652419d7c8476e44dad3a86e3bdbe2a64090cf0_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:ade0f8bff2f7e8b0b2226b51c86e0de23085db3653a5c7c4b96b00418960f152_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:723c0e4616dd8848d13f616cf73fbc8a88344fb798afea6ab9608fcd6ab0aeec_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:04e60f58e94cbc354e56f5f2ad8466821169f16a477311db03e492e09923a15d_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:1a1635269167b07cc6927c5d4c7d60a94eb967132e9652f032c37012eb8cd64d_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:36603060e99c91978d33d1061dad7f076e906f79d6a82a7fffac954ca2d15b86_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:d19b4019ded55310ee83406668284dbd7547e12cabacc9e8f404b66a69c21bb4_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:2340dcffec2e3ec9424e6d1f8b3c863795d253226b06b37b658185bf1501425e_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:b9b6693c4900557493df451691f5ab9a1fc19af824a0e37cbd8c78b01e0ce45b_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:2ac0a309d64a693621f8ef71a248271b6ec47f04fb29a6a48cfe9a033e00707b_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:a991143dee7144711f7c3ba90b733c963ab4d9ac5af1f3f84fd1eaf74cf8b224_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:8d40517eece94e75079f18de55d7052b3f8888fa57ff28ad192048a1238d4f1b_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:c17c0308120d9b122ba4bef1509cbcf09086d53c31c620f0cd1dccff035999c2_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:4f06e2941a5063bac48b5d7c8fca3b7ae30697886723fbfe3798ccba7a75ea5d_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:90c7000b7c9d0f9827a6753d01070daf6ba65524148f59727bba159cbbb81b93_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console-operator@sha256:6f3b73ef30b07c78a41a3c382bd694b6d0579b9f6c712212ffc4dccc473ec38e_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console@sha256:87fad183030127424138592d2eecac8fbe0ee15903892472da1bbc2f7a17dafb_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:a5aa476e2f95acec73201c492af9d4838c8a32d915e403ab2d25e95e668e532c_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-coredns@sha256:947e7d72c4e8fd2f8cc45a78410ed9481e893083397efdd9bcb9df770f2e445c_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:c545524beef211bb5b7a6a4dc54edf45636c638a19c42b756889a66decf884f5_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:dd5b36d3ad0f0616121448bc1e6df582b13f033e7e719f3676cbc6d9c64a3eb0_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:26ae1949819fb6a59bb0b1bc126c0ac3662774dea139571b09554d6e91184ad1_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:9d6858e84ee669d7c01bc536ff57069633db2c20d7957556aa5e66cd1a9efd14_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:3af8b80bc53846297b49783aa71e4b3883d973b7bf0fe7e902cb48800302c90f_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:bf95c056390ae6ae71d2bcc38a3c4fdbde0c27139c24b8098b3b2246be82ee89_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:29ac94c1adb061f6b6aab04b1faa8442b66f97964e92eef68ffd1ef7bd8a329e_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:29ac94c1adb061f6b6aab04b1faa8442b66f97964e92eef68ffd1ef7bd8a329e_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:939528e1546e50a7d1701ce3db108a40736279d56e9812d1c21f5dc3d492ac6e_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:939528e1546e50a7d1701ce3db108a40736279d56e9812d1c21f5dc3d492ac6e_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:b7d9ac0a83896b5ad2c63020c215812973d57d689ac90ee0eeafbbe193e574d3_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:b7d9ac0a83896b5ad2c63020c215812973d57d689ac90ee0eeafbbe193e574d3_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:2b8ea21a57841debda1dbc79f5b3dc26f93852c5a9d8233fe73520f2cc27a95b_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:2b8ea21a57841debda1dbc79f5b3dc26f93852c5a9d8233fe73520f2cc27a95b_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:b2ff6b83fe2b8e18f8442b12d694419f6e14cc51bdd603d407df8373fd70851c_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:b2ff6b83fe2b8e18f8442b12d694419f6e14cc51bdd603d407df8373fd70851c_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:8d5edb440684d2e7da3b0639867f8dbef9d5ac1b7f85f15204c0690be86bce06_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:8d5edb440684d2e7da3b0639867f8dbef9d5ac1b7f85f15204c0690be86bce06_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:5706b2d6e989ec2e7dbe6d0c9b9371b5537d0dc40848f584ac8b8f50cc0ab41a_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:5706b2d6e989ec2e7dbe6d0c9b9371b5537d0dc40848f584ac8b8f50cc0ab41a_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:b05088417754804c7f107dab474a567b1c9b3e34a4994843c0575cbf95cbba9e_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-deployer@sha256:277900af1e8886fc624d449575de6c1a4ece71433047771a048c95503cd4b63d_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-builder@sha256:18ad4765d1bc7b3fd2073d78a447d100713541ce12bca2541af8ede1ed63f627_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-registry@sha256:ff1c0e7168620f0d918a35fcae28807a5d35142ba39ac38b42b369e84f940592_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-etcd@sha256:b9d2a3dd7d27b8c3bb744d653344af0d1acc7116d2075525e95ba824929a4404_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:6a82dc74e87e1e69b71f4741e3dfd0a41c6cac12d8dc5a94c535357931166de7_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:ca28d78de4aa3c56385c63a9bb87f16d19ae2c4f8579c07244f8e66b3dcd0d7c_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:6d270aba43635b915835ef16b7d9e8c6d9167706a798e0f748ed6bac78d34985_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:8fa6d481a3fc93722f1c704761e9a548b0cf886424a9dd55e3c9bd60bb888d11_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-haproxy-router@sha256:b3c3b0db645b6f0417835c3ed772a3951391922bb3c5cbadb2a43f442ba32973_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hyperkube@sha256:5223a1167eef6883337ffc9ad6208b1294759bdc11887be78e0b5646120fbb46_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:ea2b3205d15d386e227108c017fc57f30b406fffd9e5056f908d2e8c671cb99a_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:5c635cb57d487c638e9f32d5b69656f72fc191b3160ada82b8dd54ca7950116f_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:aa40c50345daa07b8bb1426eb31b44fcb202c5f0d903c06a3f3859cd6e591480_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:849f13bf9b6fdbc73b671226f30aa208d7ed17bcca93239a83b6e6d14798ddbb_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:57a7d0c14851526679c5a513345a828ba249bcdfafdc7be1af09ceaee6d96cf0_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:0ff6fd48ef3e23de090587104684f214f0f6540c66ba1e59ace8e9a5a48135dd_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:bb7cb1703b2dbdc6af833d04126f917895aab9df84c98f9bae85485fb4dae73f_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:e59684416bd1258e50f4230fbc74279efd9984b7618cb62b7b87e306f18c8d5b_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:56dd793ff22486fdb3e2010608a5ef155a481e68181d48d23b4759f4cc6482ad_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer@sha256:1674742a196a2d846f24dcd05b4e35b5a82019b2b20e2a75f4b9850043d26e17_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:bdab5ba35151ad3ebbff1bc42f9a3552f4a84a74e1b012ae28361cc445cf18c0_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:c424dae8014ffd562255425127d36b2c10941670ac7017f3e735d23e37a09331_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:4ab1a473d800b1534fee2cf432542f80c4432bd1c0b9ded737be5205c1166682_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:85271027624d2c40a69c871a90745e1a1ee63df5a1b62ced821c464b13ce67c4_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:fbf7adf8dacb0d274a6cdcfdc7e90720b953d79635b1f47ae1cd5de735e43b0c_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:933625dfe48f30c696d53216d0ce83ef1d04287474f4da22caa1b71c5cccd243_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-proxy@sha256:54a4a33424edf74a05faa54de795fdb22e8933cbea70f9338c5801d07673218b_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:6e59b14824fe873149228dff4187a8af6fd809663335ac95925bd1b27b631b12_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:c6c3994af5a862df916f642ab43f3f8e0a7ed2507cab7a89bf5a489f8232ef32_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:81b521b83e6bdba776c932f055d38ac641c8aa2c38342a6019b73af75fcfbf76_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:386274f66a5c76c270348d3551ed828a798116cd262e574aec4883ef305a93f5_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:0ac3bd20df0e39210299c8cd97def197cc09dbfd40450a27aaeabfceec67eb2a_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:5b6ecaee654c85b1b62f9522e6381b7b3d62bcae80be6b4f664ed27d07e54a0a_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:965667f61d66cf95711b6bd4e56b61e66c837f16facea138589feaa328f8ba14_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:1aebee0382acdf2f8c25cbbc7c4625855baf0df824897b49ff8e8d7156f26c10_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:b93c9a3cdb6e4b42bf06a500a47ec06cfced49eb25bad249e20328a401f745d0_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:ab8a84f5f48d8caf461c43254983c474c912dfdcbcdb681680ef889a84c2ca45_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:72db598db21d1e0ded85836ba04cf11bd9a35a3a92f8164ddcfda6d4f1f67eeb_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:fb874827ee64e46fb7b1032b20ddd0daebf6d6c78f87974e708d565f8dcb75c8_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:0abf4b89518dc34a93765c01a7e9ed655a849b1503e59ba3391b49424ed86929_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:0f23c02708855c3ec3a4762885762ea041a80d2e73b93048f1dfa0716685041b_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:6b890961922acb4ac55cee22e527cfd16db346a8336d03dee1bab6ee3353193d_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-cni@sha256:20ebce78341692c4b7cb989c9e72a878ebac1e05a86f863eab5d2ab26145cef1_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:1fd5e849fd3fb12348ad08bb99fce8c0b83cfa9cc1b27672e2d5a263b3e43d7e_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:63fc31df14f982473244ea31a19afa32572a00819ea3a696e8a97d538a1597e8_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f8af0795220f58562f48548f72465f086dbe6d702d4f8015d99ef04fdb6c3b28_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-must-gather@sha256:80e58d5f1e04c78b5c9b91d1bc946142ffb4bc18c3505b421325590ec59087f4_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:4af3905234992c48f9b6edab1f790bf0c60bc0f6dba702da2083d42b7b8a039f_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:bd07587de4ea6fc98d6420d36b1e9ecaaa76044654b428c671606b1f2a1012a5_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:bf4767eb631457901613a466e2d274db644440c9ff71efe968167cf7a101eda7_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:70bc2c926c6881786a4122753045af13f0f74fcdf552f137dd124b85f55499f7_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:a7b3d5e7b5e9818bf3e9e76e5bd6659e4d02401c0147dcd09b582bf51b49d5f8_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:9e8cb51366946aa9494d7d11e8b833431d49a31a9ffd331658f3cc8eb42e760a_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:3b2b8947c6779295f60afd359bd6f8151d49751e096d29cd18120ec190c3e788_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:50f76d2b022ccefe73175f3d436708232d9ab14a21e1101f5605a27bdf6c80ab_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:78ed37edd0e5a0505d750db3fd83d7d2dcf37d8efe05d8a1d37f7e02785269e8_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:3385a96089a884c619e5e2eaa93d2e2bf97570af549a82b092a649ee93c05bff_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:7d612c3cd1251fd9672c5564aa8cb467c7d7bc7dde644df5306ed3fe0ae022df_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:9ebc8e5f6c380a2cf0726d793c46b600bafe48e8c39d4653a84c7e34ba58752f_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-machine-controllers@sha256:6d981567c79861f5927e4d1450300eeb23a7206c67b066f81076cafef43f3d3a_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:6382c37f5d5ad83e7f30e1829156d165fcd39712e1f09d09b1faafc433939020_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:664a98537a82dfa581ee6676ccab475dcd37847a9175a6416656b99e3aed251c_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-registry@sha256:a840a67f583d6a1c7bb50b605f7bd11822637d139d82a2160074529c0cc94bf6_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f4ca83b46f0eeb1d566ea61dc1822275ccc5bea6879680918f5a4f71dc0dd71f_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:0ed85f28abd57e8fc2da0b0c1c686e4aaac86aca10d7ecdb90b155921d746187_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:d47ad0b43f84511ab1295215c5bec241cd7dc0174785907661807dd8cee5a591_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-pod@sha256:233135301f43df0d95306476b51380964d76e61f9feb3f5635f36577f485b296_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:74801711050de213e617315902ea34b2f23feb0883c9ab353c5270501bbc081f_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:2a862bf49b843845f130225b0799358a4c54f63ba1c168da8bb640ae1bedd41a_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:6bb235c5fb8c668c96e99ef264fd924f32294ba657922773764cd4d4c48f4f3d_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:0f45dd5c53290f3ca14135eda7a080ac762e7c94f555b86ea67669120326b12b_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:98f1bcd7a8a29395c7695633f3333350193626e8151c5aaaaa39a5f852c28f28_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:afd681cc60a6710e0a634125c69713243cd3cf3e90afcd5d255040cec4650c4e_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:b578189fd7efd1cc60d0dcd4c57afacb78f70a8909ad7dab8522d3481ed914f7_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:1900dec8edce96bacc1081b6ac134870e34dce1042824138eb7449cb3ae8213d_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:556daaa415596d122a73cbae2cef160da7d6003c0c698bedbbb9e747f85320d8_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:b8573d43bd506aac9b9f5a5a7580f0d626a20ef5579ff7140414a0dc95758364_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:c27101a8b2e4635d1de21ac850313be089ba1d14083b2f3ef9e46f2407bb42d8_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:542f45d8a808856c703a06d318be629401ec1406aab68e7f243f00acee411981_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-telemeter@sha256:71007ab3cb513fbcb8427147bfe841249004dc01748c3a03b365a9533a485476_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tests@sha256:fa61b297912eacc2a454271471327fd99b5effdbf1b34ad2f160f748361e4cb8_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:174699a37d2e02aa944bebd5b8b8522bfab9fdb3d12be28db63dfbd57b5e7767_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:10869514c1fa3a577c5ae746396485086e74b017b85fa30fe143c39d1cc77e7b_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:e661a14ebf650f23eb45fb4c624c864630c0f074e75818bbf39e0f8e6db0ccd3_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:7bddb92e8907d310d7bb5f4091345f44dd0aecf096e3fd912d099663d180a7b7_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:ff665b642fd1e540e21b2fab96cf39fd152816ffd99deee5c88a137b9a172d52_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:10869514c1fa3a577c5ae746396485086e74b017b85fa30fe143c39d1cc77e7b_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:e661a14ebf650f23eb45fb4c624c864630c0f074e75818bbf39e0f8e6db0ccd3_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:e33e1088a4b15c9c48a2651cd488f20b9f4cdc9e1f3a987bfe145ed8bcd56d22_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:f9fea0aeaf9807ac1a03b7fe20ce26523a622ace4d606f892ec670218cce11d7_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:fa8c1ac957b0a7a56277f0aa191820e5c5acd220c61c088147f33b9e193b7b69_amd64",
          "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:4e5e66764b5990d27129258e87c2dd73f4234f8ac30ec2cdb97bd773414c2b53_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-09T11:02:04+00:00",
          "details": "For OpenShift Container Platform 4.12 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.12/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:4e989978ab0e24d7148f08e939800502370b761efea1005d87522884d1a3f595\n\nAll OpenShift Container Platform 4.12 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.12/html-single/updating_clusters/index#updating-cluster-within-minor.",
          "product_ids": [
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:2b7bc0385cd19fa35a3e40297421cab9a655345168f46cd446e999d658c40954_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:ae88a55cfbe6f011c5a77cc62fedce5560720e4a461333d7720f95e6707a024f_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:f3909b189c2f1b808237a58fb9cc8d5f61f0b31c165c26b383cec1e52a3fea6e_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:d82ab635250758a9e2678d2c4eab7c8a110a8efb817e42fc92f9bcf7409be128_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:d273e0248b9be6eb9f8f6ed371396c2efe25ea2af19ffda1cfa90c7424020c5f_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus@sha256:c9d3917fa516106b9bc38aaa5fe5a5d1d036d50957cdbe47f812ff98a5bd9232_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:d6bcb02804e38456453d859ea07315f880ad3e55f91511fb9f6e588fc067fdc3_amd64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2026:6493"
        },
        {
          "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.12:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:a76dccf4659d7bd7be8e79b96859aaefb390cb2c09b875ed9308d171cd5e1d4e_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:ea176aaa58b2221f5de2779c667e125a7bafe96976af540c484e222c1db57a26_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:1ea2b9a2f4d7b7fc5530f17ee7947890e42b08811bb733433addef5c9f9c18fc_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:100db1ced3450b9e0603af9bde5af228221e7ab0c33d8ee03975184e9fd93df2_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/network-tools-rhel8@sha256:5a2cc07e156f82581155fe7848e18ad391971b4dec986613d8a5e3707e4bb078_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:07897e0b6cfc41a45b66cb32ce65f5a12dfca721cb270df5b8621b43211af78d_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:ac377ce071f76a941d48cc4e6c1e4b808242a33939ce2379f98d3f2786e5ac02_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:fa11107a683b5865b60eb6ee2f7775f38435dabea911f29f153ef3e276ff8392_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:817d53180ad42429be7b186b53e170f85761e37290e92c8ace1dc596cd69abd9_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:026a2b8dba8963c1f3fba4390d141f78a4522b4a92e9e3e122616c504c4700dd_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:66de4da18b029c81239b4c96df4921eb02a88b2bc08b9fe7187a811132797d06_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:308d6a269ed740459f7e040f0b0083f0b720291fcc2dd95871bab45ea18230c5_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:ecc9b99e4eccca0bda2fe55df2b236b6ba794eecb494c36efd67d9b821bcaf36_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ebab0d1ba9cc3070cdf1b4307f8d18b5f2551efb88ca9ad84ea1a303759a2849_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:f55b72e9217fd2f6a24f223ead4a8821ef4b4dbff82d972f9e2fb52eae665a48_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:7dc74bec1511f4eb6dd8c6d2fd0f335673d9ac3fb5c02e1625fc723e325639cb_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:7f20e9fe1854026e79321db57a779049044942e711cb9c8d7c98d77e9c8eb774_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:18c130d72eeb5ae2ce85eda4893c409a1a45b1742f9f15feeafa758c1be9983b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:06a57351380b93ef9a117e0ffcfda158fd45bd1dc843351815e1e3db241180f7_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:b69db2450640c59703f5e0c5034e918b8dde65a888a541c1841048652568ec3c_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:1463d5e44fdac9403da59ee6e284aa710ecae332dd39fa01a76bd35190be7296_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:87deafddc68ee81d902a3e9daa2d15a23ee7a3c7f681e90af5115f05f01b9f07_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:958adc6d36ab8c6a35b610bc3a644680beb8d871177b5b0c21f88d86b3c640f0_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:ba0f45ed1a9771fcd81f654b37a122390a10d290617c528b9735b072699ffdcc_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:a12f046144082f59a54d0fe55779031598576281508d7815728ab627d7062ad2_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:41020def8f677b07a7fd2ad6578706f780ae5497410ddbff1f1b1d77bb9c3a11_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:804477a6b96e09477c25868f0b4de1fbdb920c2aaecbd151e69e3434ac776764_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:f4b23ec51d26a06ff4924b0ed83a8914372f65ca87f030a24b7e75c2b2ce8b85_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:69222c49cce633746329650212a2145f5637cd4e4e1b17f7c63213e667149d30_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:e7a1d38b08983af9bc986d01454d52450e8ef38a2272bb927c5ca66229abea55_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:2df8e1c3d92b19e7fa549fa5805cb50c9540cff273dbec229d65e01b29405e14_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:54a75c0d0cc0d25c9783ec1d552f89297153844af2653e26ad33109475cff170_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:466d46b1b0f5a512aafcda488c0dee165dee914e46d79411222bafe88280e204_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli@sha256:3099f18f64217f3b3d8b31097e432c3521200e50257026e6716176429492dbea_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:e45a10dcbf018c346dd3ad5d9d012457a92221e7b572c729ab766a3804f43c66_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:2e189e34b90488c68b81c5067548941c105ef34cf62826e2b00f5bf9048fd231_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:b118e5d8271a4697d04dcdf1241e97545fe64257474728de10fd3e94cf2f29b6_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:72dbf5831fb7b0d60f1e056320b6ed0c88d8b2414222d69279f11aa5a4d1e1f3_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:39c66dedc2440b2b6b77a3f9d1e66b560eb961f65ee651468c411cdfdbf48170_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:f209c22b0bedeaad97eaf23590586efa0f60cdc857d83bd2b3cfd96016c77120_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:bc7d1d7e104915ed2d720eb7b910110c7e2025e5967eff8411da4bbe24111d10_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:a9d4fe916ef6b967072ed9e8f9fe1ee08301ea22638f65e2e8ec71f71642cf3a_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:a9d4fe916ef6b967072ed9e8f9fe1ee08301ea22638f65e2e8ec71f71642cf3a_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:83a698a36e8064ad26ce68e787ee5fdbe6bfa9e4db3b7ee749f1201f55f40f04_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:f194fc68f03cd0006c9dea837e323747d7cb3efd3c3beec3bc4b34bac5061178_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:525637ae352d872bf4f7c5234c04f8226ba9df0efdcba0e8453b8fcd78d10f3f_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:bc9cf34f16a511bfb3f5308a8d0b0421c1f04aa79493493200e7bd4a4c24a1a4_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:8c4a1104d1d1e6b32f8236f6d30053d651c1aa645786b4e29e0a4a4a11b32b82_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:b86e949647e4384d7052e1ed2191eeaaafe258656dac641257eab389a9b64836_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:2b7bc0385cd19fa35a3e40297421cab9a655345168f46cd446e999d658c40954_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:1f2c507d5bd656b77ddf62afa7a5beee6b2e40b2c6684bde2302b69e399d3457_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:ae88a55cfbe6f011c5a77cc62fedce5560720e4a461333d7720f95e6707a024f_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:846da5b7934e0bca4b9b8d0c289099d8f26edb5671aee4c0aad0ded254d7c865_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:2fc52ee54de443cc4fd6a5233652419d7c8476e44dad3a86e3bdbe2a64090cf0_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:ade0f8bff2f7e8b0b2226b51c86e0de23085db3653a5c7c4b96b00418960f152_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:723c0e4616dd8848d13f616cf73fbc8a88344fb798afea6ab9608fcd6ab0aeec_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:04e60f58e94cbc354e56f5f2ad8466821169f16a477311db03e492e09923a15d_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:1a1635269167b07cc6927c5d4c7d60a94eb967132e9652f032c37012eb8cd64d_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:36603060e99c91978d33d1061dad7f076e906f79d6a82a7fffac954ca2d15b86_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:d19b4019ded55310ee83406668284dbd7547e12cabacc9e8f404b66a69c21bb4_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:f3909b189c2f1b808237a58fb9cc8d5f61f0b31c165c26b383cec1e52a3fea6e_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:2340dcffec2e3ec9424e6d1f8b3c863795d253226b06b37b658185bf1501425e_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:b9b6693c4900557493df451691f5ab9a1fc19af824a0e37cbd8c78b01e0ce45b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:2ac0a309d64a693621f8ef71a248271b6ec47f04fb29a6a48cfe9a033e00707b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:a991143dee7144711f7c3ba90b733c963ab4d9ac5af1f3f84fd1eaf74cf8b224_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:8d40517eece94e75079f18de55d7052b3f8888fa57ff28ad192048a1238d4f1b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:c17c0308120d9b122ba4bef1509cbcf09086d53c31c620f0cd1dccff035999c2_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:4f06e2941a5063bac48b5d7c8fca3b7ae30697886723fbfe3798ccba7a75ea5d_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:90c7000b7c9d0f9827a6753d01070daf6ba65524148f59727bba159cbbb81b93_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console-operator@sha256:6f3b73ef30b07c78a41a3c382bd694b6d0579b9f6c712212ffc4dccc473ec38e_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console@sha256:87fad183030127424138592d2eecac8fbe0ee15903892472da1bbc2f7a17dafb_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:a5aa476e2f95acec73201c492af9d4838c8a32d915e403ab2d25e95e668e532c_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-coredns@sha256:947e7d72c4e8fd2f8cc45a78410ed9481e893083397efdd9bcb9df770f2e445c_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:c545524beef211bb5b7a6a4dc54edf45636c638a19c42b756889a66decf884f5_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:dd5b36d3ad0f0616121448bc1e6df582b13f033e7e719f3676cbc6d9c64a3eb0_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:26ae1949819fb6a59bb0b1bc126c0ac3662774dea139571b09554d6e91184ad1_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:9d6858e84ee669d7c01bc536ff57069633db2c20d7957556aa5e66cd1a9efd14_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:3af8b80bc53846297b49783aa71e4b3883d973b7bf0fe7e902cb48800302c90f_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:bf95c056390ae6ae71d2bcc38a3c4fdbde0c27139c24b8098b3b2246be82ee89_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:29ac94c1adb061f6b6aab04b1faa8442b66f97964e92eef68ffd1ef7bd8a329e_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:29ac94c1adb061f6b6aab04b1faa8442b66f97964e92eef68ffd1ef7bd8a329e_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:939528e1546e50a7d1701ce3db108a40736279d56e9812d1c21f5dc3d492ac6e_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:939528e1546e50a7d1701ce3db108a40736279d56e9812d1c21f5dc3d492ac6e_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:b7d9ac0a83896b5ad2c63020c215812973d57d689ac90ee0eeafbbe193e574d3_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:b7d9ac0a83896b5ad2c63020c215812973d57d689ac90ee0eeafbbe193e574d3_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:2b8ea21a57841debda1dbc79f5b3dc26f93852c5a9d8233fe73520f2cc27a95b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:2b8ea21a57841debda1dbc79f5b3dc26f93852c5a9d8233fe73520f2cc27a95b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:b2ff6b83fe2b8e18f8442b12d694419f6e14cc51bdd603d407df8373fd70851c_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:b2ff6b83fe2b8e18f8442b12d694419f6e14cc51bdd603d407df8373fd70851c_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:8d5edb440684d2e7da3b0639867f8dbef9d5ac1b7f85f15204c0690be86bce06_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:8d5edb440684d2e7da3b0639867f8dbef9d5ac1b7f85f15204c0690be86bce06_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:5706b2d6e989ec2e7dbe6d0c9b9371b5537d0dc40848f584ac8b8f50cc0ab41a_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:5706b2d6e989ec2e7dbe6d0c9b9371b5537d0dc40848f584ac8b8f50cc0ab41a_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:b05088417754804c7f107dab474a567b1c9b3e34a4994843c0575cbf95cbba9e_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-deployer@sha256:277900af1e8886fc624d449575de6c1a4ece71433047771a048c95503cd4b63d_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-builder@sha256:18ad4765d1bc7b3fd2073d78a447d100713541ce12bca2541af8ede1ed63f627_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-registry@sha256:ff1c0e7168620f0d918a35fcae28807a5d35142ba39ac38b42b369e84f940592_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-etcd@sha256:b9d2a3dd7d27b8c3bb744d653344af0d1acc7116d2075525e95ba824929a4404_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:6a82dc74e87e1e69b71f4741e3dfd0a41c6cac12d8dc5a94c535357931166de7_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:ca28d78de4aa3c56385c63a9bb87f16d19ae2c4f8579c07244f8e66b3dcd0d7c_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:6d270aba43635b915835ef16b7d9e8c6d9167706a798e0f748ed6bac78d34985_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:8fa6d481a3fc93722f1c704761e9a548b0cf886424a9dd55e3c9bd60bb888d11_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-haproxy-router@sha256:b3c3b0db645b6f0417835c3ed772a3951391922bb3c5cbadb2a43f442ba32973_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hyperkube@sha256:5223a1167eef6883337ffc9ad6208b1294759bdc11887be78e0b5646120fbb46_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:ea2b3205d15d386e227108c017fc57f30b406fffd9e5056f908d2e8c671cb99a_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:5c635cb57d487c638e9f32d5b69656f72fc191b3160ada82b8dd54ca7950116f_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:d82ab635250758a9e2678d2c4eab7c8a110a8efb817e42fc92f9bcf7409be128_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:aa40c50345daa07b8bb1426eb31b44fcb202c5f0d903c06a3f3859cd6e591480_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:849f13bf9b6fdbc73b671226f30aa208d7ed17bcca93239a83b6e6d14798ddbb_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:57a7d0c14851526679c5a513345a828ba249bcdfafdc7be1af09ceaee6d96cf0_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:0ff6fd48ef3e23de090587104684f214f0f6540c66ba1e59ace8e9a5a48135dd_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:bb7cb1703b2dbdc6af833d04126f917895aab9df84c98f9bae85485fb4dae73f_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:e59684416bd1258e50f4230fbc74279efd9984b7618cb62b7b87e306f18c8d5b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:56dd793ff22486fdb3e2010608a5ef155a481e68181d48d23b4759f4cc6482ad_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer@sha256:1674742a196a2d846f24dcd05b4e35b5a82019b2b20e2a75f4b9850043d26e17_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:bdab5ba35151ad3ebbff1bc42f9a3552f4a84a74e1b012ae28361cc445cf18c0_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:c424dae8014ffd562255425127d36b2c10941670ac7017f3e735d23e37a09331_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:4ab1a473d800b1534fee2cf432542f80c4432bd1c0b9ded737be5205c1166682_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:85271027624d2c40a69c871a90745e1a1ee63df5a1b62ced821c464b13ce67c4_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:fbf7adf8dacb0d274a6cdcfdc7e90720b953d79635b1f47ae1cd5de735e43b0c_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:933625dfe48f30c696d53216d0ce83ef1d04287474f4da22caa1b71c5cccd243_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-proxy@sha256:54a4a33424edf74a05faa54de795fdb22e8933cbea70f9338c5801d07673218b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:6e59b14824fe873149228dff4187a8af6fd809663335ac95925bd1b27b631b12_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:c6c3994af5a862df916f642ab43f3f8e0a7ed2507cab7a89bf5a489f8232ef32_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:81b521b83e6bdba776c932f055d38ac641c8aa2c38342a6019b73af75fcfbf76_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:386274f66a5c76c270348d3551ed828a798116cd262e574aec4883ef305a93f5_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:0ac3bd20df0e39210299c8cd97def197cc09dbfd40450a27aaeabfceec67eb2a_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:5b6ecaee654c85b1b62f9522e6381b7b3d62bcae80be6b4f664ed27d07e54a0a_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:965667f61d66cf95711b6bd4e56b61e66c837f16facea138589feaa328f8ba14_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:1aebee0382acdf2f8c25cbbc7c4625855baf0df824897b49ff8e8d7156f26c10_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:b93c9a3cdb6e4b42bf06a500a47ec06cfced49eb25bad249e20328a401f745d0_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:ab8a84f5f48d8caf461c43254983c474c912dfdcbcdb681680ef889a84c2ca45_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:72db598db21d1e0ded85836ba04cf11bd9a35a3a92f8164ddcfda6d4f1f67eeb_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:fb874827ee64e46fb7b1032b20ddd0daebf6d6c78f87974e708d565f8dcb75c8_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:0abf4b89518dc34a93765c01a7e9ed655a849b1503e59ba3391b49424ed86929_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:0f23c02708855c3ec3a4762885762ea041a80d2e73b93048f1dfa0716685041b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:6b890961922acb4ac55cee22e527cfd16db346a8336d03dee1bab6ee3353193d_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-cni@sha256:20ebce78341692c4b7cb989c9e72a878ebac1e05a86f863eab5d2ab26145cef1_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:1fd5e849fd3fb12348ad08bb99fce8c0b83cfa9cc1b27672e2d5a263b3e43d7e_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:63fc31df14f982473244ea31a19afa32572a00819ea3a696e8a97d538a1597e8_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f8af0795220f58562f48548f72465f086dbe6d702d4f8015d99ef04fdb6c3b28_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-must-gather@sha256:80e58d5f1e04c78b5c9b91d1bc946142ffb4bc18c3505b421325590ec59087f4_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:4af3905234992c48f9b6edab1f790bf0c60bc0f6dba702da2083d42b7b8a039f_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:bd07587de4ea6fc98d6420d36b1e9ecaaa76044654b428c671606b1f2a1012a5_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:bf4767eb631457901613a466e2d274db644440c9ff71efe968167cf7a101eda7_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:70bc2c926c6881786a4122753045af13f0f74fcdf552f137dd124b85f55499f7_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:a7b3d5e7b5e9818bf3e9e76e5bd6659e4d02401c0147dcd09b582bf51b49d5f8_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:9e8cb51366946aa9494d7d11e8b833431d49a31a9ffd331658f3cc8eb42e760a_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:3b2b8947c6779295f60afd359bd6f8151d49751e096d29cd18120ec190c3e788_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:d273e0248b9be6eb9f8f6ed371396c2efe25ea2af19ffda1cfa90c7424020c5f_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:50f76d2b022ccefe73175f3d436708232d9ab14a21e1101f5605a27bdf6c80ab_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:78ed37edd0e5a0505d750db3fd83d7d2dcf37d8efe05d8a1d37f7e02785269e8_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:3385a96089a884c619e5e2eaa93d2e2bf97570af549a82b092a649ee93c05bff_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:7d612c3cd1251fd9672c5564aa8cb467c7d7bc7dde644df5306ed3fe0ae022df_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:9ebc8e5f6c380a2cf0726d793c46b600bafe48e8c39d4653a84c7e34ba58752f_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-machine-controllers@sha256:6d981567c79861f5927e4d1450300eeb23a7206c67b066f81076cafef43f3d3a_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:6382c37f5d5ad83e7f30e1829156d165fcd39712e1f09d09b1faafc433939020_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:664a98537a82dfa581ee6676ccab475dcd37847a9175a6416656b99e3aed251c_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-registry@sha256:a840a67f583d6a1c7bb50b605f7bd11822637d139d82a2160074529c0cc94bf6_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f4ca83b46f0eeb1d566ea61dc1822275ccc5bea6879680918f5a4f71dc0dd71f_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:0ed85f28abd57e8fc2da0b0c1c686e4aaac86aca10d7ecdb90b155921d746187_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:d47ad0b43f84511ab1295215c5bec241cd7dc0174785907661807dd8cee5a591_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-pod@sha256:233135301f43df0d95306476b51380964d76e61f9feb3f5635f36577f485b296_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:74801711050de213e617315902ea34b2f23feb0883c9ab353c5270501bbc081f_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:2a862bf49b843845f130225b0799358a4c54f63ba1c168da8bb640ae1bedd41a_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:6bb235c5fb8c668c96e99ef264fd924f32294ba657922773764cd4d4c48f4f3d_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:0f45dd5c53290f3ca14135eda7a080ac762e7c94f555b86ea67669120326b12b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:98f1bcd7a8a29395c7695633f3333350193626e8151c5aaaaa39a5f852c28f28_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:afd681cc60a6710e0a634125c69713243cd3cf3e90afcd5d255040cec4650c4e_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:b578189fd7efd1cc60d0dcd4c57afacb78f70a8909ad7dab8522d3481ed914f7_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:1900dec8edce96bacc1081b6ac134870e34dce1042824138eb7449cb3ae8213d_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:556daaa415596d122a73cbae2cef160da7d6003c0c698bedbbb9e747f85320d8_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:b8573d43bd506aac9b9f5a5a7580f0d626a20ef5579ff7140414a0dc95758364_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus@sha256:c9d3917fa516106b9bc38aaa5fe5a5d1d036d50957cdbe47f812ff98a5bd9232_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:c27101a8b2e4635d1de21ac850313be089ba1d14083b2f3ef9e46f2407bb42d8_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:542f45d8a808856c703a06d318be629401ec1406aab68e7f243f00acee411981_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-telemeter@sha256:71007ab3cb513fbcb8427147bfe841249004dc01748c3a03b365a9533a485476_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tests@sha256:fa61b297912eacc2a454271471327fd99b5effdbf1b34ad2f160f748361e4cb8_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:d6bcb02804e38456453d859ea07315f880ad3e55f91511fb9f6e588fc067fdc3_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:174699a37d2e02aa944bebd5b8b8522bfab9fdb3d12be28db63dfbd57b5e7767_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:10869514c1fa3a577c5ae746396485086e74b017b85fa30fe143c39d1cc77e7b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:e661a14ebf650f23eb45fb4c624c864630c0f074e75818bbf39e0f8e6db0ccd3_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:7bddb92e8907d310d7bb5f4091345f44dd0aecf096e3fd912d099663d180a7b7_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:ff665b642fd1e540e21b2fab96cf39fd152816ffd99deee5c88a137b9a172d52_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:10869514c1fa3a577c5ae746396485086e74b017b85fa30fe143c39d1cc77e7b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:e661a14ebf650f23eb45fb4c624c864630c0f074e75818bbf39e0f8e6db0ccd3_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:e33e1088a4b15c9c48a2651cd488f20b9f4cdc9e1f3a987bfe145ed8bcd56d22_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:f9fea0aeaf9807ac1a03b7fe20ce26523a622ace4d606f892ec670218cce11d7_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:fa8c1ac957b0a7a56277f0aa191820e5c5acd220c61c088147f33b9e193b7b69_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:4e5e66764b5990d27129258e87c2dd73f4234f8ac30ec2cdb97bd773414c2b53_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.12:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:a76dccf4659d7bd7be8e79b96859aaefb390cb2c09b875ed9308d171cd5e1d4e_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:ea176aaa58b2221f5de2779c667e125a7bafe96976af540c484e222c1db57a26_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:1ea2b9a2f4d7b7fc5530f17ee7947890e42b08811bb733433addef5c9f9c18fc_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:100db1ced3450b9e0603af9bde5af228221e7ab0c33d8ee03975184e9fd93df2_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/network-tools-rhel8@sha256:5a2cc07e156f82581155fe7848e18ad391971b4dec986613d8a5e3707e4bb078_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:07897e0b6cfc41a45b66cb32ce65f5a12dfca721cb270df5b8621b43211af78d_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:ac377ce071f76a941d48cc4e6c1e4b808242a33939ce2379f98d3f2786e5ac02_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:fa11107a683b5865b60eb6ee2f7775f38435dabea911f29f153ef3e276ff8392_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:817d53180ad42429be7b186b53e170f85761e37290e92c8ace1dc596cd69abd9_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:026a2b8dba8963c1f3fba4390d141f78a4522b4a92e9e3e122616c504c4700dd_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:66de4da18b029c81239b4c96df4921eb02a88b2bc08b9fe7187a811132797d06_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:308d6a269ed740459f7e040f0b0083f0b720291fcc2dd95871bab45ea18230c5_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:ecc9b99e4eccca0bda2fe55df2b236b6ba794eecb494c36efd67d9b821bcaf36_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:ebab0d1ba9cc3070cdf1b4307f8d18b5f2551efb88ca9ad84ea1a303759a2849_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:f55b72e9217fd2f6a24f223ead4a8821ef4b4dbff82d972f9e2fb52eae665a48_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:7dc74bec1511f4eb6dd8c6d2fd0f335673d9ac3fb5c02e1625fc723e325639cb_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:7f20e9fe1854026e79321db57a779049044942e711cb9c8d7c98d77e9c8eb774_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:18c130d72eeb5ae2ce85eda4893c409a1a45b1742f9f15feeafa758c1be9983b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:06a57351380b93ef9a117e0ffcfda158fd45bd1dc843351815e1e3db241180f7_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:b69db2450640c59703f5e0c5034e918b8dde65a888a541c1841048652568ec3c_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:1463d5e44fdac9403da59ee6e284aa710ecae332dd39fa01a76bd35190be7296_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:87deafddc68ee81d902a3e9daa2d15a23ee7a3c7f681e90af5115f05f01b9f07_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:958adc6d36ab8c6a35b610bc3a644680beb8d871177b5b0c21f88d86b3c640f0_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:ba0f45ed1a9771fcd81f654b37a122390a10d290617c528b9735b072699ffdcc_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:a12f046144082f59a54d0fe55779031598576281508d7815728ab627d7062ad2_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:41020def8f677b07a7fd2ad6578706f780ae5497410ddbff1f1b1d77bb9c3a11_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:804477a6b96e09477c25868f0b4de1fbdb920c2aaecbd151e69e3434ac776764_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:f4b23ec51d26a06ff4924b0ed83a8914372f65ca87f030a24b7e75c2b2ce8b85_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:69222c49cce633746329650212a2145f5637cd4e4e1b17f7c63213e667149d30_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:e7a1d38b08983af9bc986d01454d52450e8ef38a2272bb927c5ca66229abea55_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:2df8e1c3d92b19e7fa549fa5805cb50c9540cff273dbec229d65e01b29405e14_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:54a75c0d0cc0d25c9783ec1d552f89297153844af2653e26ad33109475cff170_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:466d46b1b0f5a512aafcda488c0dee165dee914e46d79411222bafe88280e204_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli@sha256:3099f18f64217f3b3d8b31097e432c3521200e50257026e6716176429492dbea_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:e45a10dcbf018c346dd3ad5d9d012457a92221e7b572c729ab766a3804f43c66_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:2e189e34b90488c68b81c5067548941c105ef34cf62826e2b00f5bf9048fd231_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:b118e5d8271a4697d04dcdf1241e97545fe64257474728de10fd3e94cf2f29b6_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:72dbf5831fb7b0d60f1e056320b6ed0c88d8b2414222d69279f11aa5a4d1e1f3_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:39c66dedc2440b2b6b77a3f9d1e66b560eb961f65ee651468c411cdfdbf48170_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:f209c22b0bedeaad97eaf23590586efa0f60cdc857d83bd2b3cfd96016c77120_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:bc7d1d7e104915ed2d720eb7b910110c7e2025e5967eff8411da4bbe24111d10_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:a9d4fe916ef6b967072ed9e8f9fe1ee08301ea22638f65e2e8ec71f71642cf3a_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:a9d4fe916ef6b967072ed9e8f9fe1ee08301ea22638f65e2e8ec71f71642cf3a_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:83a698a36e8064ad26ce68e787ee5fdbe6bfa9e4db3b7ee749f1201f55f40f04_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:f194fc68f03cd0006c9dea837e323747d7cb3efd3c3beec3bc4b34bac5061178_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:525637ae352d872bf4f7c5234c04f8226ba9df0efdcba0e8453b8fcd78d10f3f_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:bc9cf34f16a511bfb3f5308a8d0b0421c1f04aa79493493200e7bd4a4c24a1a4_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:8c4a1104d1d1e6b32f8236f6d30053d651c1aa645786b4e29e0a4a4a11b32b82_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:b86e949647e4384d7052e1ed2191eeaaafe258656dac641257eab389a9b64836_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:2b7bc0385cd19fa35a3e40297421cab9a655345168f46cd446e999d658c40954_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:1f2c507d5bd656b77ddf62afa7a5beee6b2e40b2c6684bde2302b69e399d3457_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:ae88a55cfbe6f011c5a77cc62fedce5560720e4a461333d7720f95e6707a024f_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:846da5b7934e0bca4b9b8d0c289099d8f26edb5671aee4c0aad0ded254d7c865_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:2fc52ee54de443cc4fd6a5233652419d7c8476e44dad3a86e3bdbe2a64090cf0_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:ade0f8bff2f7e8b0b2226b51c86e0de23085db3653a5c7c4b96b00418960f152_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:723c0e4616dd8848d13f616cf73fbc8a88344fb798afea6ab9608fcd6ab0aeec_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:04e60f58e94cbc354e56f5f2ad8466821169f16a477311db03e492e09923a15d_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:1a1635269167b07cc6927c5d4c7d60a94eb967132e9652f032c37012eb8cd64d_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:36603060e99c91978d33d1061dad7f076e906f79d6a82a7fffac954ca2d15b86_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:d19b4019ded55310ee83406668284dbd7547e12cabacc9e8f404b66a69c21bb4_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:f3909b189c2f1b808237a58fb9cc8d5f61f0b31c165c26b383cec1e52a3fea6e_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:2340dcffec2e3ec9424e6d1f8b3c863795d253226b06b37b658185bf1501425e_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:b9b6693c4900557493df451691f5ab9a1fc19af824a0e37cbd8c78b01e0ce45b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:2ac0a309d64a693621f8ef71a248271b6ec47f04fb29a6a48cfe9a033e00707b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:a991143dee7144711f7c3ba90b733c963ab4d9ac5af1f3f84fd1eaf74cf8b224_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:8d40517eece94e75079f18de55d7052b3f8888fa57ff28ad192048a1238d4f1b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:c17c0308120d9b122ba4bef1509cbcf09086d53c31c620f0cd1dccff035999c2_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:4f06e2941a5063bac48b5d7c8fca3b7ae30697886723fbfe3798ccba7a75ea5d_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:90c7000b7c9d0f9827a6753d01070daf6ba65524148f59727bba159cbbb81b93_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console-operator@sha256:6f3b73ef30b07c78a41a3c382bd694b6d0579b9f6c712212ffc4dccc473ec38e_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console@sha256:87fad183030127424138592d2eecac8fbe0ee15903892472da1bbc2f7a17dafb_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:a5aa476e2f95acec73201c492af9d4838c8a32d915e403ab2d25e95e668e532c_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-coredns@sha256:947e7d72c4e8fd2f8cc45a78410ed9481e893083397efdd9bcb9df770f2e445c_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:c545524beef211bb5b7a6a4dc54edf45636c638a19c42b756889a66decf884f5_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:dd5b36d3ad0f0616121448bc1e6df582b13f033e7e719f3676cbc6d9c64a3eb0_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:26ae1949819fb6a59bb0b1bc126c0ac3662774dea139571b09554d6e91184ad1_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:9d6858e84ee669d7c01bc536ff57069633db2c20d7957556aa5e66cd1a9efd14_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:3af8b80bc53846297b49783aa71e4b3883d973b7bf0fe7e902cb48800302c90f_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:bf95c056390ae6ae71d2bcc38a3c4fdbde0c27139c24b8098b3b2246be82ee89_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:29ac94c1adb061f6b6aab04b1faa8442b66f97964e92eef68ffd1ef7bd8a329e_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:29ac94c1adb061f6b6aab04b1faa8442b66f97964e92eef68ffd1ef7bd8a329e_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:939528e1546e50a7d1701ce3db108a40736279d56e9812d1c21f5dc3d492ac6e_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:939528e1546e50a7d1701ce3db108a40736279d56e9812d1c21f5dc3d492ac6e_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:b7d9ac0a83896b5ad2c63020c215812973d57d689ac90ee0eeafbbe193e574d3_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:b7d9ac0a83896b5ad2c63020c215812973d57d689ac90ee0eeafbbe193e574d3_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:2b8ea21a57841debda1dbc79f5b3dc26f93852c5a9d8233fe73520f2cc27a95b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:2b8ea21a57841debda1dbc79f5b3dc26f93852c5a9d8233fe73520f2cc27a95b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:b2ff6b83fe2b8e18f8442b12d694419f6e14cc51bdd603d407df8373fd70851c_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:b2ff6b83fe2b8e18f8442b12d694419f6e14cc51bdd603d407df8373fd70851c_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:8d5edb440684d2e7da3b0639867f8dbef9d5ac1b7f85f15204c0690be86bce06_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:8d5edb440684d2e7da3b0639867f8dbef9d5ac1b7f85f15204c0690be86bce06_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:5706b2d6e989ec2e7dbe6d0c9b9371b5537d0dc40848f584ac8b8f50cc0ab41a_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:5706b2d6e989ec2e7dbe6d0c9b9371b5537d0dc40848f584ac8b8f50cc0ab41a_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:b05088417754804c7f107dab474a567b1c9b3e34a4994843c0575cbf95cbba9e_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-deployer@sha256:277900af1e8886fc624d449575de6c1a4ece71433047771a048c95503cd4b63d_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-builder@sha256:18ad4765d1bc7b3fd2073d78a447d100713541ce12bca2541af8ede1ed63f627_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-registry@sha256:ff1c0e7168620f0d918a35fcae28807a5d35142ba39ac38b42b369e84f940592_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-etcd@sha256:b9d2a3dd7d27b8c3bb744d653344af0d1acc7116d2075525e95ba824929a4404_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:6a82dc74e87e1e69b71f4741e3dfd0a41c6cac12d8dc5a94c535357931166de7_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:ca28d78de4aa3c56385c63a9bb87f16d19ae2c4f8579c07244f8e66b3dcd0d7c_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:6d270aba43635b915835ef16b7d9e8c6d9167706a798e0f748ed6bac78d34985_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:8fa6d481a3fc93722f1c704761e9a548b0cf886424a9dd55e3c9bd60bb888d11_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-haproxy-router@sha256:b3c3b0db645b6f0417835c3ed772a3951391922bb3c5cbadb2a43f442ba32973_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hyperkube@sha256:5223a1167eef6883337ffc9ad6208b1294759bdc11887be78e0b5646120fbb46_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:ea2b3205d15d386e227108c017fc57f30b406fffd9e5056f908d2e8c671cb99a_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:5c635cb57d487c638e9f32d5b69656f72fc191b3160ada82b8dd54ca7950116f_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:d82ab635250758a9e2678d2c4eab7c8a110a8efb817e42fc92f9bcf7409be128_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:aa40c50345daa07b8bb1426eb31b44fcb202c5f0d903c06a3f3859cd6e591480_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:849f13bf9b6fdbc73b671226f30aa208d7ed17bcca93239a83b6e6d14798ddbb_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:57a7d0c14851526679c5a513345a828ba249bcdfafdc7be1af09ceaee6d96cf0_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:0ff6fd48ef3e23de090587104684f214f0f6540c66ba1e59ace8e9a5a48135dd_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:bb7cb1703b2dbdc6af833d04126f917895aab9df84c98f9bae85485fb4dae73f_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:e59684416bd1258e50f4230fbc74279efd9984b7618cb62b7b87e306f18c8d5b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:56dd793ff22486fdb3e2010608a5ef155a481e68181d48d23b4759f4cc6482ad_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer@sha256:1674742a196a2d846f24dcd05b4e35b5a82019b2b20e2a75f4b9850043d26e17_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:bdab5ba35151ad3ebbff1bc42f9a3552f4a84a74e1b012ae28361cc445cf18c0_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:c424dae8014ffd562255425127d36b2c10941670ac7017f3e735d23e37a09331_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:4ab1a473d800b1534fee2cf432542f80c4432bd1c0b9ded737be5205c1166682_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:85271027624d2c40a69c871a90745e1a1ee63df5a1b62ced821c464b13ce67c4_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:fbf7adf8dacb0d274a6cdcfdc7e90720b953d79635b1f47ae1cd5de735e43b0c_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:933625dfe48f30c696d53216d0ce83ef1d04287474f4da22caa1b71c5cccd243_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-proxy@sha256:54a4a33424edf74a05faa54de795fdb22e8933cbea70f9338c5801d07673218b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:6e59b14824fe873149228dff4187a8af6fd809663335ac95925bd1b27b631b12_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:c6c3994af5a862df916f642ab43f3f8e0a7ed2507cab7a89bf5a489f8232ef32_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:81b521b83e6bdba776c932f055d38ac641c8aa2c38342a6019b73af75fcfbf76_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:386274f66a5c76c270348d3551ed828a798116cd262e574aec4883ef305a93f5_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:0ac3bd20df0e39210299c8cd97def197cc09dbfd40450a27aaeabfceec67eb2a_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:5b6ecaee654c85b1b62f9522e6381b7b3d62bcae80be6b4f664ed27d07e54a0a_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:965667f61d66cf95711b6bd4e56b61e66c837f16facea138589feaa328f8ba14_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:1aebee0382acdf2f8c25cbbc7c4625855baf0df824897b49ff8e8d7156f26c10_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:b93c9a3cdb6e4b42bf06a500a47ec06cfced49eb25bad249e20328a401f745d0_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:ab8a84f5f48d8caf461c43254983c474c912dfdcbcdb681680ef889a84c2ca45_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:72db598db21d1e0ded85836ba04cf11bd9a35a3a92f8164ddcfda6d4f1f67eeb_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:fb874827ee64e46fb7b1032b20ddd0daebf6d6c78f87974e708d565f8dcb75c8_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:0abf4b89518dc34a93765c01a7e9ed655a849b1503e59ba3391b49424ed86929_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:0f23c02708855c3ec3a4762885762ea041a80d2e73b93048f1dfa0716685041b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:6b890961922acb4ac55cee22e527cfd16db346a8336d03dee1bab6ee3353193d_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-cni@sha256:20ebce78341692c4b7cb989c9e72a878ebac1e05a86f863eab5d2ab26145cef1_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:1fd5e849fd3fb12348ad08bb99fce8c0b83cfa9cc1b27672e2d5a263b3e43d7e_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:63fc31df14f982473244ea31a19afa32572a00819ea3a696e8a97d538a1597e8_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f8af0795220f58562f48548f72465f086dbe6d702d4f8015d99ef04fdb6c3b28_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-must-gather@sha256:80e58d5f1e04c78b5c9b91d1bc946142ffb4bc18c3505b421325590ec59087f4_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:4af3905234992c48f9b6edab1f790bf0c60bc0f6dba702da2083d42b7b8a039f_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:bd07587de4ea6fc98d6420d36b1e9ecaaa76044654b428c671606b1f2a1012a5_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:bf4767eb631457901613a466e2d274db644440c9ff71efe968167cf7a101eda7_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:70bc2c926c6881786a4122753045af13f0f74fcdf552f137dd124b85f55499f7_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:a7b3d5e7b5e9818bf3e9e76e5bd6659e4d02401c0147dcd09b582bf51b49d5f8_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:9e8cb51366946aa9494d7d11e8b833431d49a31a9ffd331658f3cc8eb42e760a_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:3b2b8947c6779295f60afd359bd6f8151d49751e096d29cd18120ec190c3e788_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:d273e0248b9be6eb9f8f6ed371396c2efe25ea2af19ffda1cfa90c7424020c5f_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:50f76d2b022ccefe73175f3d436708232d9ab14a21e1101f5605a27bdf6c80ab_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:78ed37edd0e5a0505d750db3fd83d7d2dcf37d8efe05d8a1d37f7e02785269e8_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:3385a96089a884c619e5e2eaa93d2e2bf97570af549a82b092a649ee93c05bff_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:7d612c3cd1251fd9672c5564aa8cb467c7d7bc7dde644df5306ed3fe0ae022df_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:9ebc8e5f6c380a2cf0726d793c46b600bafe48e8c39d4653a84c7e34ba58752f_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-machine-controllers@sha256:6d981567c79861f5927e4d1450300eeb23a7206c67b066f81076cafef43f3d3a_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:6382c37f5d5ad83e7f30e1829156d165fcd39712e1f09d09b1faafc433939020_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:664a98537a82dfa581ee6676ccab475dcd37847a9175a6416656b99e3aed251c_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-registry@sha256:a840a67f583d6a1c7bb50b605f7bd11822637d139d82a2160074529c0cc94bf6_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f4ca83b46f0eeb1d566ea61dc1822275ccc5bea6879680918f5a4f71dc0dd71f_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:0ed85f28abd57e8fc2da0b0c1c686e4aaac86aca10d7ecdb90b155921d746187_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:d47ad0b43f84511ab1295215c5bec241cd7dc0174785907661807dd8cee5a591_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-pod@sha256:233135301f43df0d95306476b51380964d76e61f9feb3f5635f36577f485b296_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:74801711050de213e617315902ea34b2f23feb0883c9ab353c5270501bbc081f_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:2a862bf49b843845f130225b0799358a4c54f63ba1c168da8bb640ae1bedd41a_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:6bb235c5fb8c668c96e99ef264fd924f32294ba657922773764cd4d4c48f4f3d_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:0f45dd5c53290f3ca14135eda7a080ac762e7c94f555b86ea67669120326b12b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:98f1bcd7a8a29395c7695633f3333350193626e8151c5aaaaa39a5f852c28f28_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:afd681cc60a6710e0a634125c69713243cd3cf3e90afcd5d255040cec4650c4e_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:b578189fd7efd1cc60d0dcd4c57afacb78f70a8909ad7dab8522d3481ed914f7_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:1900dec8edce96bacc1081b6ac134870e34dce1042824138eb7449cb3ae8213d_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:556daaa415596d122a73cbae2cef160da7d6003c0c698bedbbb9e747f85320d8_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:b8573d43bd506aac9b9f5a5a7580f0d626a20ef5579ff7140414a0dc95758364_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus@sha256:c9d3917fa516106b9bc38aaa5fe5a5d1d036d50957cdbe47f812ff98a5bd9232_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:c27101a8b2e4635d1de21ac850313be089ba1d14083b2f3ef9e46f2407bb42d8_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:542f45d8a808856c703a06d318be629401ec1406aab68e7f243f00acee411981_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-telemeter@sha256:71007ab3cb513fbcb8427147bfe841249004dc01748c3a03b365a9533a485476_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tests@sha256:fa61b297912eacc2a454271471327fd99b5effdbf1b34ad2f160f748361e4cb8_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:d6bcb02804e38456453d859ea07315f880ad3e55f91511fb9f6e588fc067fdc3_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:174699a37d2e02aa944bebd5b8b8522bfab9fdb3d12be28db63dfbd57b5e7767_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:10869514c1fa3a577c5ae746396485086e74b017b85fa30fe143c39d1cc77e7b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:e661a14ebf650f23eb45fb4c624c864630c0f074e75818bbf39e0f8e6db0ccd3_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:7bddb92e8907d310d7bb5f4091345f44dd0aecf096e3fd912d099663d180a7b7_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:ff665b642fd1e540e21b2fab96cf39fd152816ffd99deee5c88a137b9a172d52_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:10869514c1fa3a577c5ae746396485086e74b017b85fa30fe143c39d1cc77e7b_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:e661a14ebf650f23eb45fb4c624c864630c0f074e75818bbf39e0f8e6db0ccd3_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:e33e1088a4b15c9c48a2651cd488f20b9f4cdc9e1f3a987bfe145ed8bcd56d22_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:f9fea0aeaf9807ac1a03b7fe20ce26523a622ace4d606f892ec670218cce11d7_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:fa8c1ac957b0a7a56277f0aa191820e5c5acd220c61c088147f33b9e193b7b69_amd64",
            "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:4e5e66764b5990d27129258e87c2dd73f4234f8ac30ec2cdb97bd773414c2b53_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…